-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
447 lines (418 loc) · 24.8 KB
/
index.html
File metadata and controls
447 lines (418 loc) · 24.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ahhyun Lucy Lee - Neuroscience & AI Researcher</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<a href="index.html" class="nav-logo">Ahhyun Lucy Lee</a>
<ul class="nav-menu">
<li><a href="index.html" class="nav-link active">About</a></li>
<li><a href="blog.html" class="nav-link">Blog</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="hero-content">
<div class="hero-text">
<h1 class="hero-title">Ahhyun Lucy Lee</h1>
<p class="hero-subtitle">Integrated M.S. and Ph.D. Student in Brain & Cognitive Sciences</p>
<p class="hero-description">Exploring the intersection of neuroscience, AI, and human cognition at Seoul National University (<a href="https://www.connectomelab.com/" target="_blank" class="inline-link">Connectome Lab</a>). Currently a Visiting Student Research Collaborator at Princeton University in <a href="https://hassonlab.princeton.edu/" target="_blank" class="inline-link">Hasson Lab</a>.</p>
<div class="hero-links">
<a href="mailto:ahhyun724@snu.ac.kr" class="hero-btn"><i class="fas fa-envelope"></i> Email</a>
<a href="https://github.com/yahyunee" target="_blank" class="hero-btn"><i class="fab fa-github"></i> GitHub</a>
<a href="https://www.linkedin.com/in/ahhyun-lucy-lee" target="_blank" class="hero-btn"><i class="fab fa-linkedin"></i> LinkedIn</a>
<a href="CV_Ahhyun_Lucy_Lee.pdf" download class="hero-btn"><i class="fas fa-file-pdf"></i> Download CV</a>
</div>
</div>
<!-- Your graduation photo -->
<div class="hero-image">
<img src="Image_graduation.png" alt="Ahhyun Lucy Lee" class="profile-photo">
</div>
</div>
<a href="#about" class="scroll-down">
<i class="fas fa-chevron-down"></i>
</a>
</section>
<!-- About Section -->
<section id="about" class="section">
<div class="container">
<h2 class="section-title">About Me</h2>
<div class="about-content">
<p class="about-text">
I'm an Integrated M.S. and Ph.D. student in Brain and Cognitive Sciences at Seoul National University (<a href="https://www.connectomelab.com/" target="_blank" class="inline-link">Connectome Lab</a>, advised by Prof. Jiook Cha), passionate about understanding the brain through the lens of artificial intelligence and computational neuroscience. My research focuses on EEG analysis, neuroimaging, and developing foundation models for brain signals.
</p>
<p class="about-text">
I'm currently a Visiting Student Research Collaborator at Princeton University, working in <a href="https://hassonlab.princeton.edu/" target="_blank" class="inline-link">Hasson Lab</a> (Department of Psychology).
</p>
<p class="about-text">
With a background in Life Science and Computer Science Engineering from POSTECH, I bridge biological understanding with computational methods to tackle challenging problems in neuroscience and psychiatry.
</p>
<div class="education-timeline">
<h3 class="subsection-title">Education</h3>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<h4>Visiting Student Research Collaborator, Department of Psychology</h4>
<p class="institution">Princeton University</p>
<p class="period">Apr 2026 - Sep 2026</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<h4>Integrated M.S. and Ph.D. Program in Brain and Cognitive Sciences</h4>
<p class="institution">Seoul National University</p>
<p class="period">Sep 2024 - Present</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<h4>BS in Life Science (Major), Computer Science & Engineering (Minor)</h4>
<p class="institution">POSTECH</p>
<p class="period">Mar 2019 - Aug 2024</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<h4>Non-degree Exchange Semester - Department of Psychology</h4>
<p class="institution">University of Illinois Urbana-Champaign</p>
<p class="period">Jan 2023 - May 2023</p>
</div>
</div>
</div>
<div class="awards">
<h3 class="subsection-title">Honors & Awards</h3>
<div class="award-item">
<h4>National Science and Engineering Undergraduate Scholarship</h4>
<p>Full-ride national scholarship (KOSAF) for future scientists and engineers</p>
<span class="period">Mar 2019 - Aug 2024</span>
</div>
<div class="award-item">
<h4>Genexine Research Award</h4>
<p>Awarded to top undergraduate researchers for outstanding achievement</p>
<span class="period">Apr 2021</span>
</div>
</div>
</div>
</div>
</section>
<!-- Research Section -->
<section id="research" class="section section-dark">
<div class="container">
<h2 class="section-title">Research & Publications</h2>
<p class="authorship-note"><sup>†</sup> First author * Corresponding author</p>
<div class="research-category">
<h3 class="subsection-title">Publications</h3>
<div class="research-item">
<h4 class="research-title">DIVER-1: Deep Integration of Vast Electrophysiological Recordings at Scale</h4>
<p class="research-authors">Danny Dongyeop Han<sup>†</sup>, Yonghyeon Gwon<sup>†</sup>, Ahhyun Lucy Lee<sup>†</sup>, Taeyang Lee, Seongjin Lee, Jubin Choi, Sebin Lee, Jihyun Bang, Seungju Lee, David Keetae Park, Shinjae Yoo*, Chun Kee Chung*, Jiook Cha*</p>
<p class="research-venue"><em>Under review</em></p>
</div>
<div class="research-item">
<h4 class="research-title">DIVER-0: A Fully Channel Equivariant EEG Foundation Model</h4>
<p class="research-authors">Danny Dongyeop Han<sup>†</sup>, Ahhyun Lucy Lee<sup>†</sup>, Taeyang Lee<sup>†</sup>, Yonghyeon Gwon<sup>†</sup>, Sebin Lee<sup>†</sup>, Seongjin Lee<sup>†</sup>, David Keetae Park, Shinjae Yoo*, Jiook Cha*, Chun Kee Chung*</p>
<p class="research-venue">preprint arXiv:2507.14141 (2025)</p>
<a href="https://arxiv.org/abs/2507.14141" target="_blank" class="research-link">
<i class="fas fa-file-pdf"></i> arXiv
</a>
</div>
<div class="research-item">
<h4 class="research-title">Exploring the diagnostic potential of EEG theta power and interhemispheric correlation of temporal lobe activities in Alzheimer's Disease through random forest analysis</h4>
<p class="research-authors">Ahhyun Lucy Lee<sup>†</sup>, Eunjin Hwang* & Jeongeun Hwang*</p>
<p class="research-venue"><em>Computers in biology and medicine</em>, 192, 110248 (2025)</p>
<a href="https://doi.org/10.1016/j.compbiomed.2025.110248" target="_blank" class="research-link">
<i class="fas fa-external-link-alt"></i> DOI
</a>
</div>
<div class="research-item">
<h4 class="research-title">NeuroBabyLM: A Benchmark for Brain Alignment in Language Models Trained on Developmentally-Plausible Datasets</h4>
<p class="research-authors">Ahhyun Lucy Lee<sup>†</sup>, Danny Dongyeop Han<sup>†</sup>, Nikunj Agarwal, Kijung Son, Jiook Cha*</p>
<p class="research-venue"><strong>CCN 2026 (Poster, accepted)</strong></p>
<a href="papers/NeuroBabyLM_CCN2026_poster.pdf" target="_blank" class="research-link">
<i class="fas fa-file-pdf"></i> Poster
</a>
</div>
<div class="research-item">
<h4 class="research-title">Few-Shot Deep Learning Reveals Brain-Based Markers of PTSD of Sexually Assaulted Adolescents</h4>
<p class="research-authors">Seoyoung Lim<sup>†</sup>, Ahhyun Lucy Lee, Ana Carolina Coelho Milani, Jiook Cha*</p>
<p class="research-venue"><em>In progress</em></p>
</div>
<div class="research-item">
<h4 class="research-title">Enhancing psychiatric disorder diagnosis: integrating multilabel metadata with contrastive learning on T1 structural MRI</h4>
<p class="research-authors">Danny Dongyeop Han<sup>†</sup>, Ahhyun Lucy Lee<sup>†</sup>, Junbeom Kwon, Jiook Cha*</p>
<p class="research-venue"><em>In progress</em></p>
</div>
</div>
<div class="research-category">
<h3 class="subsection-title">Conferences</h3>
<div class="research-item">
<h4 class="research-title">DIVER-0: A Fully Channel Equivariant EEG Foundation Model</h4>
<p class="research-authors">Danny Dongyeop Han<sup>†</sup>, Ahhyun Lucy Lee<sup>†</sup>, Taeyang Lee<sup>†</sup>, Yonghyeon Gwon<sup>†</sup>, Sebin Lee<sup>†</sup>, Seongjin Lee<sup>†</sup>, David Keetae Park, Shinjae Yoo*, Jiook Cha*, Chun Kee Chung*</p>
<p class="research-venue"><strong>ICML 2025 Workshop on GenBio (Spotlight)</strong></p>
<a href="https://arxiv.org/abs/2507.14141" target="_blank" class="research-link">
<i class="fas fa-file-pdf"></i> arXiv
</a>
</div>
<div class="research-item">
<h4 class="research-title">Enhancing psychiatric disorder diagnosis: integrating multilabel metadata with contrastive learning on T1 structural MRI</h4>
<p class="research-authors">Danny Dongyeop Han<sup>†</sup>, Ahhyun Lucy Lee<sup>†</sup>, Junbeom Kwon, Jiook Cha</p>
<p class="research-venue"><strong>OHBM 2025 (Poster)</strong></p>
<a href="papers/OHBM2025_Multiaware_poster.pdf" target="_blank" class="research-link">
<i class="fas fa-file-pdf"></i> Poster
</a>
</div>
<div class="research-item">
<h4 class="research-title">Exploring the Diagnostic Potential of EEG Theta Power and Interhemispheric Correlation of Temporal Lobe Activities in Alzheimer's Disease through Random Forest Analysis</h4>
<p class="research-authors">Ahhyun Lucy Lee<sup>†</sup>, Eunjin Hwang* & Jeongeun Hwang*</p>
<p class="research-venue"><strong>SMB 2024 (Poster)</strong></p>
<a href="https://doi.org/10.1016/j.compbiomed.2025.110248" target="_blank" class="research-link">
<i class="fas fa-external-link-alt"></i> DOI
</a>
</div>
<div class="research-item">
<h4 class="research-title">The Impact of Low Motion Smoothness on Auditory Processing</h4>
<p class="research-authors">Ahhyun Lucy Lee<sup>†</sup>, Jinhee Kim, You Jeong Hong, Kyung Myun Lee*, Kyogu Lee*</p>
<p class="research-venue"><strong>ICMPC17 (Oral)</strong></p>
<a href="papers/ICMPC17_dance_rhythm_fullpaper.pdf" target="_blank" class="research-link">
<i class="fas fa-file-pdf"></i> Paper
</a>
</div>
</div>
<div class="research-category">
<h3 class="subsection-title">Research Experience</h3>
<div class="experience-item">
<div class="experience-header">
<div>
<h4>Internship at Lablup</h4>
<p class="institution">Opensource cloud computing and AI service company</p>
</div>
<span class="period">Jan 2024 - Aug 2024</span>
</div>
<p class="experience-desc">Conducted research on exploring the diagnostic potential of EEG theta power and interhemispheric correlation of temporal lobe activities in Alzheimer's Disease through random forest analysis.</p>
</div>
<div class="experience-item">
<div class="experience-header">
<div>
<h4>Internship at MARG (Music and Audio Research Group, SNU)</h4>
<p class="institution">Seoul National University</p>
</div>
<span class="period">Jul 2021 - Aug 2023</span>
</div>
<ul class="experience-list">
<li>Conducted independent research on "Effect of Beat Coordination of Simultaneous Dance Stimuli on Sound Perception in Audiovisual Dance," developing a real-world observation into a novel research question</li>
<li>Designed and implemented experimental paradigm using PsychToolbox in MATLAB</li>
<li>Performed statistical analysis in R and presented findings at ICMPC17</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="section">
<div class="container">
<h2 class="section-title">Highlighted Projects</h2>
<div class="projects-grid">
<div class="project-card">
<div class="project-header">
<h3>DIVER-CLIP</h3>
<span class="project-date">2025 - Present</span>
</div>
<p class="project-desc">
Trimodal foundation model aligning EEG brain signals, audio, and text into a shared representation space. Currently under review (author list anonymized for now).
</p>
<div class="project-tags">
<span class="tag">EEG</span>
<span class="tag">Foundation Model</span>
<span class="tag">Multimodal</span>
<span class="tag">CLIP</span>
</div>
</div>
<div class="project-card">
<div class="project-header">
<h3>Auditory Loudness Perception Study</h3>
<span class="project-date">Jun 2020 - Jul 2020</span>
</div>
<p class="project-desc">
Led a team project investigating the effect of imagination on auditory loudness perception. Organized the entire research process from experiment design to analysis, discovering reverse effects compared to the original study.
</p>
<div class="project-tags">
<span class="tag">Neuroscience</span>
<span class="tag">Psychology</span>
<span class="tag">Research</span>
</div>
</div>
<div class="project-card">
<div class="project-header">
<h3>Personalized Vitamin Recommendation System</h3>
<span class="project-date">Jan 2023 - May 2023</span>
</div>
<p class="project-desc">
Developed a data-driven system to recommend vitamins based on dietary habits, height, and weight. Conducted comprehensive literature review on nutritional science and built analysis tools using R.
</p>
<div class="project-tags">
<span class="tag">Data Science</span>
<span class="tag">R</span>
<span class="tag">Nutrition</span>
</div>
</div>
<div class="project-card">
<div class="project-header">
<h3>Google Data Analytics Capstone</h3>
<span class="project-date">Aug 2023</span>
</div>
<p class="project-desc">
Completed comprehensive capstone project demonstrating data analysis skills including data cleaning, visualization, and deriving actionable insights.
</p>
<div class="project-tags">
<span class="tag">Data Analytics</span>
<span class="tag">Visualization</span>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="section section-dark">
<div class="container">
<h2 class="section-title">Skills</h2>
<div class="skills-grid">
<div class="skill-category">
<h3><i class="fas fa-code"></i> Programming Languages</h3>
<div class="skill-items">
<span class="skill-badge">Python</span>
<span class="skill-badge">R</span>
<span class="skill-badge">MATLAB</span>
<span class="skill-badge">C</span>
<span class="skill-badge">C++</span>
</div>
</div>
<div class="skill-category">
<h3><i class="fas fa-language"></i> Languages</h3>
<div class="skill-items">
<span class="skill-badge">Korean (Native)</span>
<span class="skill-badge">English (Professional - TOEFL 107/120)</span>
</div>
</div>
<div class="skill-category">
<h3><i class="fas fa-brain"></i> Neuroscience</h3>
<div class="skill-list">
<p>• Language and the Brain</p>
<p>• Developmental Cognitive Neuroscience</p>
<p>• Principles of Neuroscience</p>
<p>• EEG Analysis</p>
<p>• Neuroimaging</p>
</div>
</div>
<div class="skill-category">
<h3><i class="fas fa-robot"></i> Computer Science & AI</h3>
<div class="skill-list">
<p>• Machine Learning and Deep Learning</p>
<p>• Computer Vision</p>
<p>• Natural Language Processing</p>
<p>• Data Science</p>
</div>
</div>
</div>
</div>
</section>
<!-- Activities Section -->
<section id="dance" class="section">
<div class="container">
<h2 class="section-title">Activities</h2>
<p class="section-intro">Beyond research, I'm passionate about dance and community involvement. Dance helps me stay creative and connect with diverse communities.</p>
<div class="activities-grid">
<div class="activity-card">
<div class="activity-icon">
<i class="fas fa-music"></i>
</div>
<h3>Ctrl-D (Street Dance Club)</h3>
<p class="activity-location">POSTECH</p>
<p class="activity-period">Mar 2019 - Present</p>
<p class="activity-desc">
Active member participating in various dance performances across campus and community events.
</p>
</div>
<div class="activity-card">
<div class="activity-icon">
<i class="fas fa-users"></i>
</div>
<h3>Imagination Dance Crew</h3>
<p class="activity-location">UIUC, Champaign, IL</p>
<p class="activity-period">Jan 2023 - May 2023</p>
<p class="activity-desc">
Performed in shows and a competition during exchange semester, and choreographed a piece.
</p>
</div>
<div class="activity-card">
<div class="activity-icon">
<i class="fas fa-user-graduate"></i>
</div>
<h3>BCSC President</h3>
<p class="activity-location">Brain Cognitive Science Community</p>
<p class="activity-period">Sep 2021 - Feb 2023</p>
<p class="activity-desc">
Led the Brain Cognitive Science Community, planning and organizing semestral conferences. Developed skills in academic event coordination and member communication.
</p>
</div>
<div class="activity-card">
<div class="activity-icon">
<i class="fas fa-chalkboard-teacher"></i>
</div>
<h3>Student Mentor</h3>
<p class="activity-location">POSTECH Life Science</p>
<p class="activity-period">Sep 2020 - Jun 2022</p>
<p class="activity-desc">
Taught General Life Science to freshmen through the Student Mentoring Program, helping new students transition to university-level biology.
</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="section section-dark">
<div class="container">
<h2 class="section-title">Get In Touch</h2>
<p class="section-intro">I'm always interested in collaborations, research opportunities, or just connecting with fellow researchers and dancers!</p>
<div class="contact-grid">
<a href="mailto:ahhyun724@snu.ac.kr" class="contact-card">
<i class="fas fa-envelope"></i>
<h3>Email</h3>
<p>ahhyun724@snu.ac.kr</p>
</a>
<a href="https://github.com/yahyunee" target="_blank" class="contact-card">
<i class="fab fa-github"></i>
<h3>GitHub</h3>
<p>@yahyunee</p>
</a>
<a href="https://www.linkedin.com/in/ahhyun-lucy-lee" target="_blank" class="contact-card">
<i class="fab fa-linkedin"></i>
<h3>LinkedIn</h3>
<p>Ahhyun Lucy Lee</p>
</a>
<div class="contact-card">
<i class="fas fa-map-marker-alt"></i>
<h3>Location</h3>
<p>Princeton, NJ (Apr - Sep 2026)<br>Seoul, Korea</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<p>© 2026 Ahhyun Lucy Lee. All rights reserved.</p>
<p class="footer-note">Last updated: May 2026</p>
</footer>
<script src="script.js"></script>
</body>
</html>