Skip to content

Commit fc4581e

Browse files
committed
Added Qian Wang
1 parent c660be0 commit fc4581e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/assets/content/People/People.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import tranHuynhImage from "./profile/tran huynh.png";
1111
import himanshuJahagirdaranImage from "./profile/himanshu jahagirdaran.png";
1212
import nikhilAbhyankarImage from "./profile/nikhil abhyankar.png";
1313
import jiachenWangImage from "./profile/jiachen wang.png";
14-
14+
import qianWangImage from "./profile/qian wang.jpg";
1515
interface Links {
1616
website?: string;
1717
github?: string;
@@ -173,7 +173,13 @@ export const peopleData: PeopleGroup[] = [
173173
details: "Jiachen is a third-year Ph.D. student at Princeton University, working closely with Prof. Ruoxi Jia at Virginia Tech. His research focuses on responsible machine learning, particularly data valuation in foundation models, using statistical and game theory approaches.",
174174
links: {
175175
website: "https://tianhaowang.netlify.app/"
176-
}
176+
}},
177+
{
178+
profileImage: qianWangImage,
179+
name: "Qian Wang",
180+
details: "Qian is a fourth-year Ph.D. student at Huazhong University of Science and Technology, working closely with Prof. Ruoxi Jia at Virginia Tech. His research focuses on computer vision, particularly video generation, visual security, and AI agents.",
181+
links: {
182+
}
177183
}]
178184
},
179185
];
Loading

0 commit comments

Comments
 (0)