We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e34c3a commit 7012e02Copy full SHA for 7012e02
src/config/People.jsx
@@ -19,12 +19,12 @@ const phd_students = [
19
{
20
name: "Yanru Qu",
21
img: require("../assets/people/YanruQu.jpg"),
22
- description: "coadvised w/ [Prof. Ge Liu](https://www.mit.edu/~geliu/)",
+ description: "Coadvised w/ [Prof. Ge Liu](https://www.mit.edu/~geliu/)",
23
},
24
25
name: "Haofei Yu",
26
img: require("../assets/people/HaofeiYu.jpg"),
27
- link: "https://haofeiyu.me"
+ link: "https://haofeiyu.me",
28
29
];
30
@@ -74,7 +74,7 @@ const alumni = [
74
name: "Guanyu Lin",
75
link: "https://guanyu-lin.github.io/",
76
description: "Ph.D student at Carnegie Mellon University",
77
- placement: "at ?",
+ placement: "",
78
79
80
0 commit comments