Skip to content

Commit 512788e

Browse files
authored
Merge branch 'main' into profile/add-namhee
2 parents 96dca87 + aeb189d commit 512788e

4 files changed

Lines changed: 32 additions & 1 deletion

File tree

public/members/chaeyeonlee.png

646 KB
Loading

public/members/gahyun.jpg

265 KB
Loading

public/members/junyoung.jpg

624 KB
Loading

src/data/members.ts

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class Member {
5050
}
5151

5252
export const MEMBERS = {
53-
namhee: {
53+
namheekim: {
5454
firstName: 'NamHee',
5555
lastName: 'Kim',
5656
email: 'nami200284@snu.ac.kr',
@@ -60,6 +60,16 @@ export const MEMBERS = {
6060
startYear: 2026,
6161
startSeason: 'Summer',
6262
},
63+
chaeyeonlee: {
64+
firstName: 'Chaeyeon',
65+
lastName: 'Lee',
66+
email: 'mylcy03@ewha.ac.kr',
67+
kixlabPosition: 'Undergrad Intern',
68+
img: 'chaeyeonlee.png',
69+
affiliation: 'Ewha',
70+
startYear: 2026,
71+
startSeason: 'Summer',
72+
},
6373
candace: {
6474
firstName: 'Candace',
6575
lastName: 'Hunzwi',
@@ -167,6 +177,17 @@ export const MEMBERS = {
167177
startYear: 2026,
168178
startSeason: 'Winter',
169179
},
180+
junyoungpark: {
181+
firstName: 'Junyoung',
182+
lastName: 'Park',
183+
email: 'bloomwayz@snu.ac.kr',
184+
kixlabPosition: 'Undergrad Intern',
185+
img: 'junyoung.jpg',
186+
site: 'https://junyoung.vercel.app/',
187+
affiliation: 'SNU',
188+
startYear: 2026,
189+
startSeason: 'Summer',
190+
},
170191
eugenechoi: {
171192
firstName: 'Eugene',
172193
lastName: 'Choi',
@@ -193,6 +214,16 @@ export const MEMBERS = {
193214
startYear: 2026,
194215
startSeason: 'Winter',
195216
},
217+
gahyunkim: {
218+
firstName: 'Gahyun',
219+
lastName: 'Kim',
220+
email: 'gahyunnnkim@gmail.com',
221+
kixlabPosition: 'Undergrad Intern',
222+
img: 'gahyun.jpg',
223+
affiliation: 'SKKU',
224+
startYear: 2026,
225+
startSeason: 'Summer',
226+
},
196227
juhyeonchoi: {
197228
firstName: 'Juhyeon',
198229
lastName: 'Choi',

0 commit comments

Comments
 (0)