From 134f74d8a49b09de0570cb705fb0772f57a140af Mon Sep 17 00:00:00 2001 From: cheddarChoi Date: Wed, 25 Feb 2026 16:14:53 +0900 Subject: [PATCH 1/2] Update member positions and alumni status --- src/data/members.ts | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/data/members.ts b/src/data/members.ts index 9d9dd54..4dfe1aa 100644 --- a/src/data/members.ts +++ b/src/data/members.ts @@ -301,7 +301,7 @@ export const MEMBERS = { firstName: 'Sehoon', lastName: 'Lim', email: 'sehoon1106@kaist.ac.kr', - kixlabPosition: 'Undergrad Intern', + kixlabPosition: 'M.S. Student', img: 'sehoon.png', hoverImg: { HANBOK: 'members-hanbok/sehoon.png' }, site: '', @@ -355,7 +355,7 @@ export const MEMBERS = { firstName: 'Nadia', lastName: 'Arvi', email: 'nadia.arvi@kaist.ac.kr', - kixlabPosition: 'Undergrad Intern', + kixlabPosition: 'M.S. Student', img: 'nadia.png', hoverImg: { HANBOK: 'members-hanbok/nadia.jpg' }, site: 'https://nadiarvi.github.io/online-resume/', @@ -523,7 +523,12 @@ export const MEMBERS = { email: 'taesoo.kim@kaist.ac.kr', kixlabPosition: 'Ph.D. Student', img: 'taesoo.jpg', - hoverImg: { HANBOK: 'members-hanbok/taesoo.png' }, + isAlumni: true, + startYear: 2017, + startSeason: 'Winter', + endYear: 2026, + endSeason: 'Winter', + currentPosition: 'Postdoc Researcher at SkillBench', site: 'https://taesookim.com/', msThesis: 'https://kixlab.github.io/website-files/theses/thesis-ms-2022-taesoo.pdf', }, @@ -543,7 +548,12 @@ export const MEMBERS = { email: 'eunyoung4444@gmail.com', kixlabPosition: 'Ph.D. Student', img: 'eunyoung.jpg', - hoverImg: { HANBOK: 'members-hanbok/eunyoung.jpg' }, + isAlumni: true, + startYear: 2017, + startSeason: 'Spring', + endYear: 2026, + endSeason: 'Winter', + currentPosition: 'Software Engineer at SkillBench', site: 'https://eunyoungko.com/', }, yoonjoolee: { @@ -567,7 +577,12 @@ export const MEMBERS = { email: 'hyungyu.sh@kaist.ac.kr', kixlabPosition: 'Ph.D. Student', img: 'hyungyu.jpg', - hoverImg: { HANBOK: 'members-hanbok/hyungyu.png' }, + isAlumni: true, + startYear: 2016, + startSeason: 'Summer', + endYear: 2026, + endSeason: 'Winter', + currentPosition: 'CTO at AlgorithmLabs', site: 'https://hyungyu.com/', msThesis: 'https://kixlab.github.io/website-files/theses/thesis-ms-2019-hyungyu.pdf', }, @@ -596,7 +611,12 @@ export const MEMBERS = { email: 'saelyne@kaist.ac.kr', kixlabPosition: 'Ph.D. Student', img: 'saelyne.jpg', - hoverImg: { HANBOK: 'members-hanbok/saelyne.jpg' }, + isAlumni: true, + startYear: 2018, + startSeason: 'Summer', + endYear: 2026, + endSeason: 'Winter', + currentPosition: 'Postdoc Researcher at CMU', site: 'https://www.saelyne.com/', msThesis: 'https://kixlab.github.io/website-files/theses/thesis-ms-2021-saelyne.pdf', }, @@ -659,7 +679,7 @@ export const MEMBERS = { firstName: 'Yeon Su', lastName: 'Park', email: 'yeonsupark@kaist.ac.kr', - kixlabPosition: 'M.S. Student', + kixlabPosition: 'Ph.D. Student', img: 'yeonsupark.jpg', hoverImg: { HANBOK: 'members-hanbok/yeonsupark.jpg' }, }, From cb29388ed1a8f311ed046607b49ff8e85ed126aa Mon Sep 17 00:00:00 2001 From: cheddarChoi Date: Wed, 25 Feb 2026 16:24:05 +0900 Subject: [PATCH 2/2] Update Eunyoung's job title --- src/data/members.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/members.ts b/src/data/members.ts index 4dfe1aa..8935896 100644 --- a/src/data/members.ts +++ b/src/data/members.ts @@ -553,7 +553,7 @@ export const MEMBERS = { startSeason: 'Spring', endYear: 2026, endSeason: 'Winter', - currentPosition: 'Software Engineer at SkillBench', + currentPosition: 'Applied Scientist at SkillBench', site: 'https://eunyoungko.com/', }, yoonjoolee: {