Skip to content

Commit 72353c7

Browse files
Update site content: about page, research page, publications, and first research post
1 parent fe48742 commit 72353c7

4 files changed

Lines changed: 206 additions & 18 deletions

File tree

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
layout: post
3+
title: "DIGIT Sensor Research: Advancing Tactile Robotics"
4+
date: 2025-08-21
5+
categories: research tactile-sensing
6+
---
7+
8+
## Introduction
9+
10+
In this post, I'll share insights from my ongoing research on DIGIT sensor technology and its applications in robotic systems.
11+
12+
## What is DIGIT?
13+
14+
DIGIT (Digital Tactile) sensors represent a breakthrough in tactile sensing technology, providing high-resolution contact information for robotic applications.
15+
16+
### Key Features:
17+
- **High Resolution**: Detailed tactile imaging
18+
- **Real-time Processing**: Immediate feedback for control systems
19+
- **Robust Design**: Suitable for various environments
20+
21+
## My Research Contributions
22+
23+
### 1. Simulation Framework Development
24+
25+
I've been working on developing a comprehensive simulation framework using SOFA (Simulation Open Framework Architecture) to model DIGIT sensor behavior.
26+
27+
```python
28+
# Example code snippet
29+
class DIGITSimulation:
30+
def __init__(self, sensor_params):
31+
self.sensor = DigitSensor(sensor_params)
32+
self.sofa_scene = SOFAScene()
33+
34+
def run_simulation(self):
35+
# Simulation logic here
36+
pass
37+
```
38+
39+
### 2. Machine Learning Integration
40+
41+
Our approach incorporates neural networks for processing tactile data and enabling intelligent decision-making in robotic systems.
42+
43+
## Current Results
44+
45+
- Achieved X% improvement in object recognition accuracy
46+
- Reduced processing time by Y milliseconds
47+
- Successfully integrated with [Robot Name] platform
48+
49+
## Future Directions
50+
51+
Moving forward, I plan to:
52+
1. Expand the simulation to include more complex scenarios
53+
2. Develop real-time applications for industrial robotics
54+
3. Investigate multi-modal sensing approaches
55+
56+
## Conclusion
57+
58+
This research contributes to the advancement of tactile sensing in robotics and opens new possibilities for autonomous manipulation tasks.
59+
60+
---
61+
62+
*For more details about this research, please feel free to [contact me]({{ site.baseurl }}/about) or check out the [code repository](https://github.com/ndolphin-github/DIGIT_simulation).*

about.md

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,33 @@ layout: page
33
title: About
44
---
55

6-
<p class="message">
7-
Hey there! This page is included as an example. Feel free to customize it for your own use upon downloading. Carry on!
8-
</p>
6+
## About Me
97

10-
In the novel, *The Strange Case of Dr. Jeykll and Mr. Hyde*, Mr. Poole is Dr. Jekyll's virtuous and loyal butler. Similarly, Poole is an upstanding and effective butler that helps you build Jekyll themes. It's made by [@mdo](https://twitter.com/mdo).
8+
I am a Ph.D. candidate (expected February 2026) specializing in **tactile sensing and robotics**. My research focuses on developing advanced haptic technologies and automation systems for robotic applications.
119

12-
There are currently two themes built on Poole:
10+
### Research Interests
11+
- **Tactile Sensing**: Development of DIGIT sensor technologies
12+
- **Robotics**: Automation and manipulation systems
13+
- **Machine Learning**: Neural networks for perception and control
14+
- **Simulation**: SOFA framework for haptic feedback systems
1315

14-
* [Hyde](http://hyde.getpoole.com)
15-
* [Lanyon](http://lanyon.getpoole.com)
16+
### Education
17+
- **Ph.D. in [Your Field]** (Expected Feb 2026)
18+
[Your University Name]
19+
- **[Previous Degree]** ([Year])
20+
[Previous Institution]
1621

17-
Learn more and contribute on [GitHub](https://github.com/poole).
22+
### Technical Skills
23+
- **Programming**: Python, C++, MATLAB
24+
- **Frameworks**: SOFA, ROS, PyTorch/TensorFlow
25+
- **Tools**: Git, Linux, Docker
26+
- **Hardware**: DIGIT sensors, robotic manipulators
1827

19-
## Setup
28+
### Contact
29+
- **Email**: [your.email@university.edu]
30+
- **GitHub**: [github.com/ndolphin-github](https://github.com/ndolphin-github)
31+
- **LinkedIn**: [Your LinkedIn Profile]
2032

21-
Some fun facts about the setup of this project include:
22-
23-
* Built for [Jekyll](http://jekyllrb.com)
24-
* Developed on GitHub and hosted for free on [GitHub Pages](https://pages.github.com)
25-
* Coded with [Sublime Text 2](http://sublimetext.com), an amazing code editor
26-
* Designed and developed while listening to music like [Blood Bros Trilogy](https://soundcloud.com/maddecent/sets/blood-bros-series)
27-
28-
Have questions or suggestions? Feel free to [open an issue on GitHub](https://github.com/poole/issues/new) or [ask me on Twitter](https://twitter.com/mdo).
33+
---
2934

30-
Thanks for reading!
35+
*Feel free to explore my research posts and publications on this site.*

publications.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
layout: page
3+
title: Publications
4+
---
5+
6+
## Publications & Research Output
7+
8+
### Journal Articles
9+
10+
**[Year]** - **Hong, T.**, Author, B., & Author, C.
11+
*"Title of Your Research Paper on Tactile Sensing"*
12+
Journal of Robotics and Automation, Vol(Issue), pages.
13+
[[PDF]](#) [[Code]](https://github.com/ndolphin-github/project-repo)
14+
15+
### Conference Proceedings
16+
17+
**[Year]** - Author, A., **Hong, T.**, & Author, C.
18+
*"Conference Paper on DIGIT Sensor Applications"*
19+
Proceedings of IEEE International Conference on Robotics and Automation (ICRA)
20+
[[PDF]](#) [[Slides]](#)
21+
22+
**[Year]** - **Hong, T.** & Advisor, D.
23+
*"Haptic Simulation Using SOFA Framework"*
24+
International Conference on Haptics
25+
[[PDF]](#) [[Demo]](#)
26+
27+
### Workshop Papers
28+
29+
**[Year]** - **Hong, T.**
30+
*"Workshop Paper Title"*
31+
Workshop on Tactile Sensing at [Conference Name]
32+
[[PDF]](#)
33+
34+
### Theses
35+
36+
**[Expected 2026]** - **Hong, T.**
37+
*"Ph.D. Dissertation Title on Tactile Sensing and Robotics"*
38+
[University Name], Department of [Department]
39+
*Advisor: [Advisor Name]*
40+
41+
### Code Repositories
42+
43+
- **[DIGIT Simulation](https://github.com/ndolphin-github/DIGIT_simulation)** - Tactile sensor simulation framework
44+
- **[Project Name]** - Description of the project
45+
- **[Another Project]** - Description
46+
47+
### Patents & Intellectual Property
48+
49+
*[Add any patents or IP if applicable]*
50+
51+
### Awards & Recognition
52+
53+
- **[Year]** - Award Name, Organization
54+
- **[Year]** - Fellowship/Grant Name
55+
- **[Year]** - Conference Best Paper Award
56+
57+
---
58+
59+
### Citation Information
60+
61+
```bibtex
62+
@phdthesis{hong2026tactile,
63+
title={Your Dissertation Title},
64+
author={Hong, Taehwa},
65+
year={2026},
66+
school={Your University}
67+
}
68+
```
69+
70+
For the most up-to-date list of publications, please check my [Google Scholar](https://scholar.google.com) profile or contact me directly.

research.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
layout: page
3+
title: Research
4+
---
5+
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

Comments
 (0)