Skip to content

Commit e6754f6

Browse files
committed
26.0204_v2
1 parent 4851951 commit e6754f6

2 files changed

Lines changed: 131 additions & 165 deletions

File tree

index.html

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Noto+Sans+KR:wght@100..900&display=swap" rel="stylesheet">
11+
12+
<link rel="icon" href="public\img\devchoco_logo.png">
1113

1214
<!-- 인코딩-->
1315
<meta charset="UTF-8" />
@@ -54,7 +56,7 @@ <h2> Introduce DevChoco</h2>
5456
<div class="team">
5557
<div class="member" onclick="location.href='https://github.com/kimsehyun-34'">
5658
<img src="public/img/team/김세현.png" alt="김세현">
57-
<h3>Kim Sehyun | 김세현</h3>
59+
<h3>Sehyun Kim | 김세현</h3>
5860
<ul>
5961
<li>3D Object Detection</li>
6062
<li>3D Point Cloud Registration</li>
@@ -64,28 +66,30 @@ <h3>Kim Sehyun | 김세현</h3>
6466
</div>
6567
</div>
6668
<div class="section-text">
67-
<h2> Alumni</h2>
69+
<h2>Alumni</h2>
6870
</div>
6971
<div class="team-container">
7072
<div class="team">
7173
<div class="member" onclick="location.href='https://github.com/Sonny997'">
7274
<img src="public/img/team/김민수.jpg" alt="김민수">
73-
<h3>Kim Minsoo | 김민수</h3>
75+
<h3>Minsoo Kim | 김민수</h3>
7476
<h3>Current : KHU</h3>
7577
<ul>
7678
<li>Generative Image Model</li>
7779
</ul>
7880
</div>
7981
<div class="member" onclick="location.href='https://github.com/jiwo-lee'">
8082
<img src="public/img/team/이지우.jpg" alt="이지우">
81-
<h3>Lee Jiwoo | 이지우</h3>
83+
<h3>Jiwoo Lee | 이지우</h3>
84+
<h3>Current : </h3>
8285
<ul>
8386
<li>Data Parsing</li>
8487
</ul>
8588
</div>
8689
<div class="member" onclick="location.href='https://github.com/lee123-jun'">
8790
<img src="public/img/team/이혜준.jpg" alt="이혜준">
88-
<h3>Lee Hyejun | 이혜준</h3>
91+
<h3>Hye jun Lee | 이혜준</h3>
92+
<h3>Current : KOSPO</h3>
8993
<ul>
9094
<li>ML</li>
9195
<li>Data Parsing</li>
@@ -112,14 +116,14 @@ <h2>Our Vision & Technology | 비전과 기술</h2>
112116
<section class="content publications-section">
113117
<div class="section-text">
114118
<h2>Publications</h2>
115-
<p class="section-subtitle">Our Research Papers | 연구 논문</p>
119+
<p class="section-subtitle">Research Papers</p>
116120
</div>
117121

118122
<!-- Paper 2: SpinalLine Detection -->
119123
<div class="paper-card">
120124
<div class="paper-header">
121-
<span class="paper-badge">MDPI: Applied Sciences 2026</span>
122-
<h3>Spinal Line Detection for Posture Evaluation through Train-ing-free 3D Human Body Reconstruction with 2D Depth Images</h3>
125+
<span class="paper-badge">Applied Sciences 2026</span>
126+
<h3>Spinal Line Detection for Posture Evaluation through Training-free 3D Human Body Reconstruction with 2D Depth Images</h3>
123127
<p class="paper-title-kr">자동 척추선 탐지 기법</p>
124128
</div>
125129
<div class="paper-content">
@@ -137,18 +141,20 @@ <h3>Spinal Line Detection for Posture Evaluation through Train-ing-free 3D Human
137141
</div>
138142
<div class="paper-links">
139143
<a href="https://doi.org/10.3390/app16021096" target="_blank" rel="noopener noreferrer" class="paper-link-btn">
140-
<span>📄</span> Applied Sciences
144+
View Paper →
141145
</a>
142146
</div>
147+
<div class="paper-citation">
148+
<p>Kim, S., Lee, H.-J., Lee, J., Kim, C., & Lee, T.</p>
149+
</div>
143150
</div>
144151
</div>
145152

146153
<!-- Paper 1: CAP-VTON -->
147154
<div class="paper-card">
148155
<div class="paper-header">
149-
<span class="paper-badge">MDPI: Electronics 2025</span>
150-
<h3>CAP-VTON</h3>
151-
<p class="paper-title-sub">Clothing Agnostic Pre-inpainting Virtual Try-ON</p>
156+
<span class="paper-badge">Electronics 2025</span>
157+
<h3>CAP-VTON: Clothing Agnostic Pre-inpainting Virtual Try-ON</h3>
152158
<p class="paper-title-kr">기존 의류에 독립적인 전처리 인페인팅 기반 가상피팅 기법</p>
153159
</div>
154160
<div class="paper-content">
@@ -166,9 +172,12 @@ <h3>CAP-VTON</h3>
166172
</div>
167173
<div class="paper-links">
168174
<a href="https://doi.org/10.3390/electronics14234710" target="_blank" rel="noopener noreferrer" class="paper-link-btn">
169-
<span>📄</span> Electronics
175+
View Paper →
170176
</a>
171177
</div>
178+
<div class="paper-citation">
179+
<p>Kim, S., Lee, H. J., Lee, J., & Lee, T. (2025).</p>
180+
</div>
172181
</div>
173182
</div>
174183
</section>

0 commit comments

Comments
 (0)