33title: Home
44---
55
6- < div class ="posts ">
7- {% for post in paginator.posts %}
8- < div class ="post ">
9- < h1 class ="post-title ">
10- < a href ="{{ post.url }} ">
11- {{ post.title }}
12- </ a >
13- </ h1 >
14-
15- < span class ="post-date "> {{ post.date | date_to_string }}</ span >
16-
17- {{ post.content }}
18- </ div >
19- {% endfor %}
20- </ div >
21-
22- < div class ="pagination ">
23- {% if paginator.next_page %}
24- < a class ="pagination-item older " href ="{{ site.baseurl }}page{{paginator.next_page}} "> Older</ a >
25- {% else %}
26- < span class ="pagination-item older "> Older</ span >
27- {% endif %}
28- {% if paginator.previous_page %}
29- {% if paginator.page == 2 %}
30- < a class ="pagination-item newer " href ="{{ site.baseurl }} "> Newer</ a >
31- {% else %}
32- < a class ="pagination-item newer " href ="{{ site.baseurl }}page{{paginator.previous_page}} "> Newer</ a >
33- {% endif %}
34- {% else %}
35- < span class ="pagination-item newer "> Newer</ span >
36- {% endif %}
37- </ div >
6+ ## Research Overview
7+
8+ My doctoral research focuses on advancing tactile sensing technologies and their applications in robotics and automation systems.
9+
10+ ### Current Projects
11+
12+ #### 1. DIGIT Sensor Development
13+ Development of advanced tactile sensors using DIGIT technology for enhanced robotic manipulation and object recognition.
14+
15+ **Key Features:**
16+ - High-resolution tactile imaging
17+ - Real-time contact detection
18+ - Integration with robotic systems
19+
20+ #### 2. Haptic Simulation Framework
21+ Implementation of tactile feedback systems using the SOFA (Simulation Open Framework Architecture) for realistic haptic interactions.
22+
23+ **Technologies:**
24+ - SOFA Framework
25+ - FEM simulation
26+ - Neural network integration
27+
28+ #### 3. Perception Networks
29+ Machine learning approaches for processing tactile sensor data and enabling intelligent robotic decision-making.
30+
31+ **Approaches:**
32+ - Deep neural networks
33+ - Computer vision techniques
34+ - Real-time processing algorithms
35+
36+ ### Research Impact
37+
38+ My work contributes to the advancement of:
39+ - **Robotic Manipulation**: Improved dexterity and precision
40+ - **Automation Systems**: Enhanced safety and reliability
41+ - **Human-Robot Interaction**: More intuitive interfaces
42+
43+ ### Collaborations
44+
45+ - [University/Lab Name]
46+ - [Industry Partner]
47+ - [Research Group]
48+
49+ ---
50+
51+ For detailed publications and results, please see my [publications page]({{ site.baseurl }}/publications) or contact me directly.
0 commit comments