Skip to content

Commit 3fd8511

Browse files
author
Dhruva Shaw
committed
some updates
1 parent 096e628 commit 3fd8511

File tree

4 files changed

+10
-35
lines changed

4 files changed

+10
-35
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ enable_masonry: true # enables automatic project cards arrangement
426426
enable_math: true # enables math typesetting (uses MathJax)
427427
enable_tooltips: true # enables automatic tooltip links generated for each section titles on pages and posts
428428
enable_darkmode: true # enables switching between light/dark modes
429-
enable_navbar_social: true # enables displaying social links in the navbar on the about page
429+
enable_navbar_social: false # enables displaying social links in the navbar on the about page
430430
enable_project_categories: true # enables categorization of projects into multiple categories
431431
enable_medium_zoom: true # enables image zoom feature (as on medium.com)
432432
enable_progressbar: true # enables a horizontal progress bar linked to the vertical scroll position

_layouts/distill.liquid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
</ul>
9898
{% endif %}
9999
{% endfor %}
100+
{{ content | toc }}
100101
</nav>
101102
</d-contents>
102103
{% endif %}

_projects/mcba.md

Lines changed: 8 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ authors:
4242
affiliations:
4343
name: Lovely Professional University
4444

45-
# bibliography: 2018-12-22-distill.bib
45+
bibliography: papers.bib
4646

4747
# Optionally, you can add a table of contents to your post.
4848
# NOTES:
@@ -51,39 +51,13 @@ authors:
5151
# - we may want to automate TOC generation in the future using
5252
# jekyll-toc plugin (https://github.com/toshimaru/jekyll-toc).
5353
toc: true
54-
55-
# Below is an example of injecting additional post-specific styles.
56-
# If you use this post as a template, delete this _styles block.
57-
_styles: >
58-
.fake-img {
59-
background: #bbb;
60-
border: 1px solid rgba(0, 0, 0, 0.1);
61-
box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
62-
margin-bottom: 12px;
63-
}
64-
.fake-img p {
65-
font-family: monospace;
66-
color: white;
67-
text-align: left;
68-
margin: 12px 0;
69-
text-align: center;
70-
font-size: 16px;
71-
}
7254
---
7355

74-
## Equations
75-
76-
This theme supports rendering beautiful math in inline and display modes using [MathJax 3](https://www.mathjax.org/) engine.
77-
You just need to surround your math expression with `$$`, like `$$ E = mc^2 $$`.
78-
If you leave it inside a paragraph, it will produce an inline expression, just like $$ E = mc^2 $$.
79-
80-
In fact, you can also use a single dollar sign `$` to create inline formulas, such as `$ E = mc^2 $`, which will render as $ E = mc^2 $. This approach provides the same effect during TeX-based compilation, but visually it appears slightly less bold compared to double-dollar signs `$$`, making it blend more naturally with surrounding text.
81-
82-
To use display mode, again surround your expression with `$$` and place it as a separate paragraph.
83-
Here is an example:
84-
85-
$$
86-
\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)
87-
$$
56+
# Abstract
8857

89-
Note that MathJax 3 is [a major re-write of MathJax](https://docs.mathjax.org/en/latest/upgrading/whats-new-3.0.html) that brought a significant improvement to the loading and rendering speed, which is now [on par with KaTeX](http://www.intmath.com/cg5/katex-mathjax-comparison.php).
58+
Advancements in bionic technology are transforming the possibilities for restoring hand function in individuals with amputations or paralysis. This paper introduces a cost-effective bionic arm design that leverages mind-controlled functionality and integrates a sense of touch to replicate natural hand movements. The system utilizes a non-invasive EEG-based control mechanism, enabling users to operate the arm using brain signals processed into PWM commands for servo motor control of the bionic arm. Additionally, the design incorporates a touch sensor (tactile feedback) in the gripper, offering sensory feedback to enhance user safety and dexterity.
59+
The proposed bionic arm prioritizes three essential features:
60+
1. Integrated Sensory Feedback: Providing users with a tactile experience to mimic the sense of touch (signals directly going to the brain). This capability is crucial for safe object manipulation by arm and preventing injuries
61+
2. Mind-Control Potential: Harnessing EEG signals for seamless, thought-driven operation.
62+
3. Non-Invasive Nature: Ensuring user comfort by avoiding invasive surgical procedures.
63+
This novel approach aims to deliver an intuitive, natural, and efficient solution for restoring complex hand functions.

0 commit comments

Comments
 (0)