Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 32 additions & 8 deletions src/data/members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ export const MEMBERS = {
affiliation: 'KAIST',
startYear: 2026,
startSeason: 'Winter',
endYear: 2026,
endSeason: 'Spring',
isAlumni: true,
},
jihoonchae: {
firstName: 'Jihoon',
Expand Down Expand Up @@ -139,6 +142,9 @@ export const MEMBERS = {
affiliation: 'SNU',
startYear: 2026,
startSeason: 'Winter',
endYear: 2026,
endSeason: 'Spring',
isAlumni: true,
},
mingyukim: {
firstName: 'Mingyu',
Expand All @@ -151,6 +157,7 @@ export const MEMBERS = {
affiliation: 'UNIST',
startYear: 2026,
startSeason: 'Winter',
isAlumni: true,
},
jaeyoungkwon: {
firstName: 'Jaeyoung',
Expand All @@ -175,6 +182,9 @@ export const MEMBERS = {
affiliation: 'Korea Univ',
startYear: 2026,
startSeason: 'Winter',
endYear: 2026,
endSeason: 'Spring',
isAlumni: true,
},
emircangundogdu: {
firstName: 'Emircan',
Expand Down Expand Up @@ -233,6 +243,9 @@ export const MEMBERS = {
affiliation: 'Ewha',
startYear: 2025,
startSeason: 'Summer',
endYear: 2026,
endSeason: 'Spring',
isAlumni: true,
},
minbeomkim: {
firstName: 'Minbeom',
Expand Down Expand Up @@ -433,6 +446,10 @@ export const MEMBERS = {
hoverImg: { HANBOK: 'members-hanbok/seungju.jpg' },
startYear: 2024,
startSeason: 'Fall',
endYear: 2026,
endSeason: 'Spring',
isAlumni: true,
currentPosition: 'Researcher at the Korea Institute for Curriculum and Evaluation',
},
eunjooKim: {
firstName: 'Eunjoo',
Expand Down Expand Up @@ -817,6 +834,7 @@ export const MEMBERS = {
endSeason: 'Fall',
isAlumni: true,
affiliation: 'Sogang',
currentPosition: 'M.S. Student at MIT',
},
jihokim: {
firstName: 'Jiho',
Expand Down Expand Up @@ -866,6 +884,7 @@ export const MEMBERS = {
endYear: 2025,
endSeason: 'Winter',
isAlumni: true,
currentPosition: 'AI Researcher at Gudo Advisory Co.',
},
eunhyekim: {
firstName: 'Eunhye',
Expand All @@ -889,6 +908,7 @@ export const MEMBERS = {
endSeason: 'Fall',
isAlumni: true,
affiliation: 'SNU',
currentPosition: 'Ph.D. Student at Princeton University',
},
jihyunyoo: {
firstName: 'Jihyun',
Expand Down Expand Up @@ -917,6 +937,7 @@ export const MEMBERS = {
endSeason: 'Fall',
isAlumni: true,
affiliation: 'SNU',
currentPosition: 'Ph.D. Student at University of Michigan',
},
hyehyunchu: {
firstName: 'Hyehyun',
Expand Down Expand Up @@ -1012,6 +1033,7 @@ export const MEMBERS = {
startSeason: 'Winter',
endYear: 2024,
endSeason: 'Summer',
currentPosition: 'Ph.D. Student at University of Maryland',
},
juhoonlee: {
firstName: 'Juhoon',
Expand Down Expand Up @@ -1175,9 +1197,9 @@ export const MEMBERS = {
phdThesis: 'https://kixlab.github.io/website-files/theses/thesis-phd-2021-minsuk.pdf',
},
kyungjejo: {
firstName: 'Kyung',
lastName: 'Je Jo',
currentPosition: 'Software Engineer at Peoplefund',
firstName: 'Kyung Je',
lastName: 'Jo',
currentPosition: 'Software Engineer at Meta',
kixlabPosition: 'M.S. Student',
isAlumni: true,
startYear: 2018,
Expand Down Expand Up @@ -1360,7 +1382,7 @@ export const MEMBERS = {
endYear: 2018,
endSeason: 'Fall',
affiliation: 'SUTD',
currentPosition: 'Assistant Professor at Singapore University of Technology and Design',
currentPosition: 'Assistant Professor at Télécom Paris',
site: 'https://istd.sutd.edu.sg/people/faculty/simon-perrault',
},
rayhong: {
Expand Down Expand Up @@ -1552,7 +1574,7 @@ export const MEMBERS = {
endYear: 2023,
endSeason: 'Spring',
affiliation: 'KAIST',
currentPosition: 'M.S. Student at CSTL KAIST',
currentPosition: 'CRM at Celine',
},
soyeongmin: {
firstName: 'Soyeong',
Expand Down Expand Up @@ -1606,7 +1628,8 @@ export const MEMBERS = {
endYear: 2022,
endSeason: 'Summer',
affiliation: 'KAIST',
site: 'https://greenina.notion.site/Inhwa-Song-0cb769c9a9314e358cf728c0fe3b1e74',
site: 'https://inhwasong.com/',
currentPosition: 'Ph.D. student at Princeton University',
},
myeongkyuncho: {
firstName: 'Myeongkyun',
Expand Down Expand Up @@ -1688,7 +1711,7 @@ export const MEMBERS = {
endYear: 2021,
endSeason: 'Fall',
affiliation: 'KAIST',
currentPosition: 'M.S. Student at CSTL KAIST',
currentPosition: 'Ph.D. student in Northwestern University',
},
nurlykhankopenov: {
firstName: 'Nurlykhan',
Expand Down Expand Up @@ -1867,6 +1890,7 @@ export const MEMBERS = {
endYear: 2021,
endSeason: 'Winter',
affiliation: 'KAIST',
currentPosition: 'Software Engineer at Toss',
},
jisuchoi: {
firstName: 'Jisu',
Expand Down Expand Up @@ -2398,7 +2422,7 @@ export const MEMBERS = {
endYear: 2016,
endSeason: 'Fall',
affiliation: 'KAIST',
currentPosition: 'Ph.D. Student at U&I Lab',
currentPosition: 'Postdoc Researcher in Texas A&M',
},
taekyungpark: {
firstName: 'Taekyung',
Expand Down
Loading