Skip to content

Commit cd47322

Browse files
committed
ADD: logo, fix research focus
1 parent afe1f0f commit cd47322

6 files changed

Lines changed: 35 additions & 6 deletions

File tree

index.html

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@
3131
color: #777;
3232
border-top: 1px solid #eee;
3333
padding-top: 20px;
34+
display: flex;
35+
align-items: center;
36+
justify-content: space-between;
37+
}
38+
39+
.footer-logos {
40+
display: flex;
41+
align-items: center;
42+
gap: 12px;
43+
}
44+
45+
.footer-logos img {
46+
height: 36px;
47+
width: auto;
48+
object-fit: contain;
3449
}
3550

3651
h3 {
@@ -156,9 +171,15 @@ <h1>Lee Optimization Group</h1>
156171
</p> -->
157172
<h3>Recent News</h3>
158173
<ul>
174+
175+
<li>
176+
<strong>Nov 2025 </strong>
177+
Our lab has been selected for the Young Investigator Infrastructure Support Program funded by National Research Foundation of Korea.
178+
</li>
179+
159180
<li>
160181
<strong>Feb 2026 </strong>
161-
📃 Our new paper is now available on <a href="https://arxiv.org/abs/2602.18181v1" target="_blank">arXiv</a>! In this work, We propose SeedFlood, a decentralized LLM training framework with seed-reconstructible zeroth-order updates that achieves model-size–independent communication cost and perfect consensus.
182+
📃 Our new paper is now available on <a href="https://arxiv.org/abs/2602.18181v1" target="_blank">arXiv</a>! In this work, We introduce SeedFlood, a decentralized LLM training framework that enables model-size–independent communication cost and perfect consensus.
162183
</li>
163184

164185
<li>
@@ -196,11 +217,11 @@ <h3>Recent News</h3>
196217
</a>
197218
</li>
198219

199-
<li>
220+
<!-- <li>
200221
<strong>Nov 2025 </strong>
201222
🏆 Hyunji recived NRF Fellowship.
202223
</a>
203-
</li>
224+
</li> -->
204225

205226
<!-- <li>
206227
<strong>Nov 2025 </strong>
@@ -240,6 +261,12 @@ <h3>Acknowledgements</h3>
240261

241262
<footer>
242263
<p>&copy; 2026 LOG. All rights reserved.</p>
264+
<div class="footer-logos">
265+
<img src="logo/postech_logo.png" alt="POSTECH">
266+
<img src="logo/gsai_logo.png" alt="GSAI">
267+
<img src="logo/cs_logo.png" alt="CS">
268+
<img src="logo/log_logo.png" alt="LOG">
269+
</div>
243270
</footer>
244271

245272
</body>

logo/cs_logo.png

45.6 KB
Loading

logo/gsai_logo.png

229 KB
Loading

logo/log_logo.png

18.4 KB
Loading

logo/postech_logo.png

6.38 KB
Loading

research.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,17 +134,19 @@
134134
}
135135

136136
.section img {
137-
width: 125px; /* 🔥 여기서 크기 조절 */
138-
height: auto; /* 비율 유지 */
137+
width: 150px;
138+
height: auto;
139139
object-fit: contain;
140140
border: 1.5px solid #000;
141+
flex-shrink: 0;
142+
margin-top: 9px;
141143
}
142144

143145
.section {
144146
display: flex;
145147
align-items: flex-start;
146148
gap: 20px;
147-
margin-bottom: 45px; /* 🔥 여기 늘리면 항목 사이 간격 커짐 */
149+
margin-bottom: 45px;
148150
}
149151
</style>
150152
</head>

0 commit comments

Comments
 (0)