We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd55ba commit e870036Copy full SHA for e870036
2 files changed
src/pages/people.tsx
@@ -111,7 +111,6 @@ export default function Home() {
111
<div className="px-5">
112
<h3 className="h3 mb-4 mt-8">Ph.D. Students</h3>
113
<div className="grid md:grid-cols-5 md:gap-x-3 md:gap-y-3 sm:grid-cols-3 gap-3 grid-cols-2">
114
-
115
<Person
116
name="Jiafei Duan"
117
title="Ph.D. Student, 2022 - Now"
@@ -161,6 +160,13 @@ export default function Home() {
161
160
image="/zixian.jpg"
162
website="https://zixianma.github.io/"
163
/>
+ <Person
164
+ name="Wisdom O. Ikezogwo"
165
+ title="PhD. Student, 2022 - Now"
166
+ additional="Advisors: Ranjay Krishna & Linda Shapiro"
167
+ image="/wisdom.png"
168
+ website="https://wisdomikezogwo.github.io/"
169
+ />
170
171
name="Mahtab Bigverdi"
172
static/wisdom.png
405 KB
0 commit comments