Skip to content

Commit 3b7f06e

Browse files
committed
uniformize ordering
1 parent da67baf commit 3b7f06e

1 file changed

Lines changed: 77 additions & 77 deletions

File tree

src/pages/people.tsx

Lines changed: 77 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,39 @@ export default function Home() {
113113
<h3 className="h3 mb-4 mt-8">Ph.D. Students</h3>
114114
<div className="grid md:grid-cols-5 md:gap-x-3 md:gap-y-3 sm:grid-cols-3 gap-3 grid-cols-2">
115115
<Person
116-
name="Jiafei Duan"
117-
title="Ph.D. Student, 2022 - Now"
118-
additional="Advisors: Ranjay Krishna & Dieter Fox"
119-
image="/jiafei.jpg"
120-
website="https://duanjiafei.com/"
116+
name="Jieyu Zhang"
117+
title="Ph.D. Student, 2020 - Now"
118+
additional="Advisor: Ranjay Krishna & Alex Ratner"
119+
image="/jieyu2.jpg"
120+
website="https://jieyuz2.github.io/"
121+
/>
122+
<Person
123+
name="Sarah Pratt"
124+
title="Ph.D. Student, 2020 - Now"
125+
additional="Advisor: Ali Farhadi"
126+
image="/sarah.jpg"
127+
website="https://sarahpratt.github.io/"
128+
/>
129+
<Person
130+
name="Vivek Ramanujan"
131+
title="Ph.D. Student, 2020 - Now"
132+
additional="Advisor: Ali Farhadi"
133+
image="/vivek.jpg"
134+
website="https://vkramanuj.github.io/"
135+
/>
136+
<Person
137+
name="George Stoica"
138+
title="Ph.D Student (Georgia Tech), 2021 - Now"
139+
additional="Advisors: Ranjay Krishna & Judy Hoffman"
140+
image="/george.jpeg"
141+
website="https://gstoica27.github.io/"
142+
/>
143+
<Person
144+
name="Reza Salehi"
145+
title="Ph.D. Student, 2021 - Now"
146+
additional="Advisors: Ali Farhadi & Hanna Hajishirzi"
147+
image="/reza-2.jpg"
148+
website="https://homes.cs.washington.edu/~mrsalehi/"
121149
/>
122150
<Person
123151
name="Ainaz Eftekhar"
@@ -126,20 +154,6 @@ export default function Home() {
126154
image="/ainaz.jpg"
127155
website="https://ainaz99.github.io/"
128156
/>
129-
<Person
130-
name="Xiang Fan"
131-
title="Ph.D. Student, 2023 - Now"
132-
additional="Advisor: Ranjay Krishna"
133-
image="/xiang-2.jpg"
134-
website="https://xiangfan.io/"
135-
/>
136-
<Person
137-
name="Scott Geng"
138-
title="Ph.D. Student, 2023 - Now"
139-
additional="Advisors: Ranjay Krishna & Pang Wei Koh"
140-
image="/scott2.jpg"
141-
website="https://www.scottgeng.com/"
142-
/>
143157
<Person
144158
name="Amita Kamath"
145159
title="Ph.D. Student (UCLA), 2022 - Now"
@@ -148,25 +162,11 @@ export default function Home() {
148162
website="https://amitakamath.github.io/"
149163
/>
150164
<Person
151-
name="Nabil Omi"
152-
title="Ph.D. Student, 2024 - Now"
153-
additional="Advisor: Ali Farhadi"
154-
image="/nabil.jpg"
155-
website="https://scholar.google.com/citations?user=18iysQgAAAAJ&hl=en"
156-
/>
157-
<Person
158-
name="Zixian Ma"
159-
title="Ph.D. Student, 2023 - Now"
160-
additional="Advisor: Ranjay Krishna & Dan Weld"
161-
image="/zixian.jpg"
162-
website="https://zixianma.github.io/"
163-
/>
164-
<Person
165-
name="Wisdom O. Ikezogwo"
166-
title="PhD. Student, 2022 - Now"
167-
additional="Advisors: Ranjay Krishna & Linda Shapiro"
168-
image="/wisdom.png"
169-
website="https://wisdomikezogwo.github.io/"
165+
name="Jiafei Duan"
166+
title="Ph.D. Student, 2022 - Now"
167+
additional="Advisors: Ranjay Krishna & Dieter Fox"
168+
image="/jiafei.jpg"
169+
website="https://duanjiafei.com/"
170170
/>
171171
<Person
172172
name="Mahtab Bigverdi"
@@ -176,39 +176,32 @@ export default function Home() {
176176
website="https://mahtabbigverdi.github.io/"
177177
/>
178178
<Person
179-
name="Sarah Pratt"
180-
title="Ph.D. Student, 2020 - Now"
181-
additional="Advisor: Ali Farhadi"
182-
image="/sarah.jpg"
183-
website="https://sarahpratt.github.io/"
184-
/>
185-
<Person
186-
name="Vivek Ramanujan"
187-
title="Ph.D. Student, 2020 - Now"
188-
additional="Advisor: Ali Farhadi"
189-
image="/vivek.jpg"
190-
website="https://vkramanuj.github.io/"
179+
name="Wisdom O. Ikezogwo"
180+
title="PhD. Student, 2022 - Now"
181+
additional="Advisors: Ranjay Krishna & Linda Shapiro"
182+
image="/wisdom.png"
183+
website="https://wisdomikezogwo.github.io/"
191184
/>
192185
<Person
193-
name="Reza Salehi"
194-
title="Ph.D. Student, 2021 - Now"
195-
additional="Advisors: Ali Farhadi & Hanna Hajishirzi"
196-
image="/reza-2.jpg"
197-
website="https://homes.cs.washington.edu/~mrsalehi/"
186+
name="Scott Geng"
187+
title="Ph.D. Student, 2023 - Now"
188+
additional="Advisors: Ranjay Krishna & Pang Wei Koh"
189+
image="/scott2.jpg"
190+
website="https://www.scottgeng.com/"
198191
/>
199192
<Person
200-
name="Yashas Samaga"
201-
title="Ph.D. Student, 2024 - Now"
202-
additional="Advisor: Ali Farhadi"
203-
image="/yashas.jpg"
204-
website="https://github.com/YashasSamaga"
193+
name="Xiang Fan"
194+
title="Ph.D. Student, 2023 - Now"
195+
additional="Advisor: Ranjay Krishna"
196+
image="/xiang-2.jpg"
197+
website="https://xiangfan.io/"
205198
/>
206199
<Person
207-
name="Jieyu Zhang"
208-
title="Ph.D. Student, 2020 - Now"
209-
additional="Advisor: Ranjay Krishna & Alex Ratner"
210-
image="/jieyu2.jpg"
211-
website="https://jieyuz2.github.io/"
200+
name="Zixian Ma"
201+
title="Ph.D. Student, 2023 - Now"
202+
additional="Advisor: Ranjay Krishna & Dan Weld"
203+
image="/zixian.jpg"
204+
website="https://zixianma.github.io/"
212205
/>
213206
<Person
214207
name="Chenhao Zheng"
@@ -217,6 +210,13 @@ export default function Home() {
217210
image="/chenhao.jpg"
218211
website="https://hellomuffin.github.io/"
219212
/>
213+
<Person
214+
name="Nabil Omi"
215+
title="Ph.D. Student, 2024 - Now"
216+
additional="Advisor: Ali Farhadi"
217+
image="/nabil.jpg"
218+
website="https://scholar.google.com/citations?user=18iysQgAAAAJ&hl=en"
219+
/>
220220
<Person
221221
name="Rustin Soraki"
222222
title="Ph.D. Student, 2024 - Now"
@@ -225,18 +225,11 @@ export default function Home() {
225225
website="https://github.com/RustinS"
226226
/>
227227
<Person
228-
name="George Stoica"
229-
title="Ph.D Student (Georgia Tech), 2021 - Now"
230-
additional="Advisors: Ranjay Krishna & Judy Hoffman"
231-
image="/george.jpeg"
232-
website="https://gstoica27.github.io/"
233-
/>
234-
<Person
235-
name="Ethan Shen"
236-
title="Ph.D. Student, 2025 - Now"
237-
additional="Advisor: Ali Farhadi"
238-
image="/ethan.png"
239-
website="https://ethanlshen.github.io/"
228+
name="Yashas Samaga"
229+
title="Ph.D. Student, 2024 - Now"
230+
additional="Advisor: Ali Farhadi"
231+
image="/yashas.jpg"
232+
website="https://github.com/YashasSamaga"
240233
/>
241234
<Person
242235
name="Arjun Guru"
@@ -245,6 +238,13 @@ export default function Home() {
245238
image="/arjun.jpg"
246239
website="https://www.linkedin.com/in/arjunsguru/"
247240
/>
241+
<Person
242+
name="Ethan Shen"
243+
title="Ph.D. Student, 2025 - Now"
244+
additional="Advisor: Ali Farhadi"
245+
image="/ethan.png"
246+
website="https://ethanlshen.github.io/"
247+
/>
248248
</div>
249249
</div>
250250
<div className="px-5">

0 commit comments

Comments
 (0)