Skip to content

Commit 9cf397a

Browse files
committed
Update the people page
1 parent 51068de commit 9cf397a

File tree

1 file changed

+21
-59
lines changed

1 file changed

+21
-59
lines changed

src/assets/content/People/People.ts

Lines changed: 21 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,14 @@ export const peopleData = [
2020
name: "Ruoxi Jia",
2121
details: "Ruoxi is an Assistant Professor in the Electrical and Computer Engineering Department. Her work focuses on designing data and learning techniques to make AI systems more efficient and reliable. The applications span from natural language processing, computer vision, recommendation systems, to critical societal infrastructure.",
2222
links: {
23-
website: "https://ruoxijia.com",
24-
github: "https://github.com/ruoxijia",
25-
googleScholar: "https://scholar.google.com/citations?user=abc123",
26-
linkedin: "https://www.linkedin.com/in/ruoxi-jia",
27-
twitter: "https://twitter.com/ruoxijia"
2823
}
2924
}
3025
]
3126
},
32-
// {
33-
// title: "Postdocs and Visiting Scholars",
34-
// people: []
35-
// },
27+
{
28+
title: "Post Docs/Visiting Scholars",
29+
people: [],
30+
},
3631
{
3732
title: "PhD Students",
3833
people: [
@@ -41,68 +36,51 @@ export const peopleData = [
4136
name: "Yi Zeng",
4237
details: "Yi's research focuses on ensuring AI benefits humanity through advancements in AI safety, AI security, and responsible AI.",
4338
links: {
44-
website: "https://yizeng.com",
45-
github: "https://github.com/yizeng",
46-
googleScholar: "https://scholar.google.com/citations?user=jkl012",
47-
linkedin: "https://www.linkedin.com/in/yi-zeng",
48-
twitter: "https://twitter.com/yizeng"
4939
}
5040
},
5141
{
5242
profileImage: siChenImage,
5343
name: "Si Chen",
5444
details: "Si's research focuses on enhancing trustworthiness and privacy of AI by developing defenses against, and analyzing attacks on, AI models.",
5545
links: {
56-
website: "https://sichen.com",
57-
github: "https://github.com/sichen",
58-
googleScholar: "https://scholar.google.com/citations?user=pqr678",
59-
linkedin: "https://www.linkedin.com/in/si-chen",
60-
twitter: "https://twitter.com/sichen"
46+
website: "https://sichen21.netlify.app/",
47+
linkedin: "https://www.linkedin.com/in/si-chen-1805001a1/",
48+
twitter: "https://twitter.com/si_chen0921"
6149
}
6250
},
6351
{
6452
profileImage: myeongseobKoImage,
6553
name: "Myeongseob Ko",
6654
details: "Myeongseob's research focuses on broad machine learning problems, with a particular emphasis on privacy and a data-centric perspective, aiming ultimately to develop AI systems that interact more effectively and beneficially with humanity.",
6755
links: {
68-
website: "https://myeonseob.com",
69-
github: "https://github.com/myeonseob",
70-
googleScholar: "https://scholar.google.com/citations?user=ghi789",
71-
linkedin: "https://www.linkedin.com/in/myeonseob-ko",
72-
twitter: "https://twitter.com/myeonseob"
56+
linkedin: "https://www.linkedin.com/in/myeongseob-ko-a87325175/",
57+
twitter: "https://twitter.com/KoMyeongseob"
7358
}
7459
},
7560
{
7661
profileImage: hoangJustImage,
7762
name: "Hoang Anh Just",
7863
details: "Hoang's research focuses on data-centric AI, especially on the importance of quality of data on the model's reasoning and understanding.",
7964
links: {
80-
website: "https://hoangjust.com",
81-
github: "https://github.com/hoangjust",
82-
googleScholar: "https://scholar.google.com/citations?user=mno345",
83-
linkedin: "https://www.linkedin.com/in/hoang-just",
84-
twitter: "https://twitter.com/hoangjust"
65+
website: "https://www.justhoanganh.com/",
66+
linkedin: "https://www.linkedin.com/in/justhoanganh/",
67+
twitter: "https://twitter.com/reds_tiger"
8568
}
8669
},
8770
{
8871
profileImage: feiyangKangImage,
8972
name: "Feiyang Kang",
9073
details: "Feiyang's research interests lie in data problems (data valuation, data selection/curation, scaling laws, data influence, Optimal Transport), attribution, interpretability, etc. with applications in LLMs/foundation models, vision applications, and multimodal models.",
9174
links: {
92-
website: "https://feiyangkang.com",
93-
github: "https://github.com/feiyangkang",
94-
googleScholar: "https://scholar.google.com/citations?user=fei789",
95-
linkedin: "https://www.linkedin.com/in/feiyang-kang",
96-
twitter: "https://twitter.com/feiyangkang"
75+
linkedin: "https://www.linkedin.com/in/fykang/",
76+
twitter: "https://twitter.com/feiyang_ml"
9777
}
9878
},
9979
{
10080
profileImage: tranHuynhImage,
10181
name: "Tran Huynh",
10282
details: "Tran's research focuses on understanding the vulnerabilities of AI models and advancing the robustness of AI systems against adversarial threats.",
103-
links: {
104-
// Add Tran's links here when available
105-
}
83+
links: {}
10684
}
10785
]
10886
},
@@ -114,11 +92,9 @@ export const peopleData = [
11492
name: "Mahavir Dabas",
11593
details: "Mahavir's research focuses on Large Language Models, Reinforcement Learning, Cognitive Modeling and AI safety.",
11694
links: {
117-
website: "https://mahavirdabas.com",
118-
github: "https://github.com/mahavirdabas",
119-
googleScholar: "https://scholar.google.com/citations?user=stu901",
120-
linkedin: "https://www.linkedin.com/in/mahavir-dabas",
121-
twitter: "https://twitter.com/mahavirdabas"
95+
github: "https://github.com/MahavirDabas18",
96+
googleScholar: "https://scholar.google.com/citations?hl=en&authuser=2&user=Av9MILkAAAAJ",
97+
linkedin: "https://www.linkedin.com/in/mahavir-dabas-8b920a191/"
12298
}
12399
}
124100
]
@@ -130,13 +106,7 @@ export const peopleData = [
130106
profileImage: adamNguyenImage,
131107
name: "Adam Nguyen",
132108
details: "Adam is an undergraduate student in the Computer Science department. He is interested in exploring the applications of AI in real-world scenarios.",
133-
links: {
134-
website: "https://adamnguyen.com",
135-
github: "https://github.com/adamnguyen",
136-
googleScholar: "https://scholar.google.com/citations?user=vwx234",
137-
linkedin: "https://www.linkedin.com/in/adam-nguyen",
138-
twitter: "https://twitter.com/adamnguyen"
139-
}
109+
links: {}
140110
}
141111
]
142112
},
@@ -147,21 +117,13 @@ export const peopleData = [
147117
profileImage: minzhouPanImage,
148118
name: "Minzhou Pan",
149119
details: "Undergraduate student, 2021-2022. (Next: PhD student at Northeastern University)",
150-
links: {
151-
website: "https://minzhoupan.com",
152-
github: "https://github.com/minzhoupan",
153-
googleScholar: "https://scholar.google.com/citations?user=min567",
154-
linkedin: "https://www.linkedin.com/in/minzhou-pan",
155-
twitter: "https://twitter.com/minzhoupan"
156-
}
120+
links: {}
157121
},
158122
{
159123
profileImage: himanshuJahagirdaranImage,
160124
name: "Himanshu Jahagirdar",
161125
details: "MS student, 2022-2023. (Next: Data scientist at the Washington Post)",
162-
links: {
163-
// Add Himanshu's links here if available
164-
}
126+
links: {}
165127
},
166128
{
167129
profileImage: nikhilAbhyankarImage,

0 commit comments

Comments
 (0)