Skip to content

Commit 98ad6cb

Browse files
Add logo to sidebar and remove download/github links
1 parent a46351b commit 98ad6cb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_includes/sidebar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<img src="{{ site.baseurl }}public/logo.png" alt="{{ site.title }}" style="width: 100px; height: 100px; border-radius: 50%; margin-bottom: 15px;">
66
</div>
77
<h1>
8-
<a href="{{ site.baseurl }}">
8+
<a href="/">
99
{{ site.title }}
1010
</a>
1111
</h1>
1212
<p class="lead">{{ site.description }}</p>
1313
</div>
1414

1515
<nav class="sidebar-nav">
16-
<a class="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %}" href="{{ site.baseurl }}">Home</a>
16+
<a class="sidebar-nav-item{% if page.url == '/' %} active{% endif %}" href="/">Home</a>
1717

1818
{% comment %}
1919
The code below dynamically generates a sidebar nav of pages with

publications.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ title: Publications
1010
**2025** - **Hong, T.** & Y-L Park.
1111
*"Bridging High‐Fidelity Simulations and Physics‐Based Learning using a Surrogate Model for Soft Robot Control"*
1212
Advances in Intelligent Systems (AIS),
13-
[[PDF]](Publications/HongTH_AIS_2025.pdf) [[Code]](https://github.com/ndolphin-github/Sim2Real_framework_SoftRobot)
13+
[[PDF]](/Publications/HongTH_AIS_2025.pdf) [[Code]](https://github.com/ndolphin-github/Sim2Real_framework_SoftRobot)
1414

1515
**2025** - **Hong, T.**, J Yang & Y-L Park
1616
*"Model-based control of proprioceptive origami actuators for pneumatic manipulation"*
1717
International Journal of Robotics Research (IJRR)
18-
[[PDF]](Publications/HongTH_IJRR_2025.pdf)
18+
[[PDF]](/Publications/HongTH_IJRR_2025.pdf)
1919

2020

2121
**2025** - **Hong, T.**, C Lee, S Chang, E Choi, B Kim, J Ahn, Y-L Park.
2222
*"Design of A Fully-Soft Lift-Assist Wearable Suit Powered by Flat Inflatable Artificial Muscles"*
2323
IEEE Robotics and Automation Letters (RAL),
24-
[[PDF]](Publications/HongT_IEEE_RAL_2025.pdf)
24+
[[PDF]](/Publications/HongT_IEEE_RAL_2025.pdf)
2525

2626
### Conference Proceedings
2727

2828
**2025** - **Hong, T.** & Y-L Park.
2929
*"Bidirectional Mapping Between Physical Contacts and Visual Tactile Images for Physics-Based Simulation"*
3030
2025 IEEE-RAS 24th International Conference on Humanoid Robots,
31-
[[PDF]](Publications/HongTH_Humanoids_2025.pdf)
31+
[[PDF]](/Publications/HongTH_Humanoids_2025.pdf)
3232

3333

3434

@@ -38,7 +38,7 @@ IEEE Robotics and Automation Letters (RAL),
3838
*"Accelerated, High-Fidelity Simulation of Deformable Bodies for Physics Abstraction in Robot Learning"*
3939
Seoul National University, Department of Mechanical Engineering
4040
*Advisor: Yong-Lae Park*
41-
[[PDF]](Publications/TaehwaHong_Thesis.pdf)
41+
[[PDF]](/Publications/TaehwaHong_Thesis.pdf)
4242

4343

4444

0 commit comments

Comments
 (0)