Skip to content

Commit 2d70f8c

Browse files
committed
remove erroneous "student" markings
1 parent e870036 commit 2d70f8c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/pages/people.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export default function Home() {
244244
<div className="grid md:grid-cols-5 md:gap-x-3 md:gap-y-3 sm:grid-cols-3 gap-3 grid-cols-2">
245245
<Person
246246
name="Javon Hickmon"
247-
title="MS Student, 2024 - Now"
247+
title="M.S. Student, 2024 - Now"
248248
additional="Advisor: Sarah Pratt"
249249
image="/javon.jpg"
250250
website="https://javon.dev/"
@@ -256,31 +256,31 @@ export default function Home() {
256256
<div className="grid md:grid-cols-5 md:gap-x-3 md:gap-y-3 sm:grid-cols-3 gap-3 grid-cols-2">
257257
<Person
258258
name="Cheng-Yu Hsieh"
259-
title="Ph.D. Student, 2021 - 2025"
259+
title="Ph.D., 2021 - 2025"
260260
additional="Advisors: Ranjay Krishna & Alex Ratner"
261261
next="Research Scientist, Apple"
262262
image="/cheng-yu-2.jpeg"
263263
website="https://chengyuhsieh.github.io/"
264264
/>
265265
<Person
266266
name="James Park"
267-
title="Ph.D. Student, 2019 - 2025"
267+
title="Ph.D., 2019 - 2025"
268268
additional="Advisors: Ali Farhadi & Yejin Choi"
269269
next="Research Scientist, Ai2"
270270
image="/james-2.jpg"
271271
website="https://jaesungpark96.github.io/"
272272
/>
273273
<Person
274274
name="Matt Wallingford"
275-
title="Ph.D. Student, 2019 - 2025"
275+
title="Ph.D., 2019 - 2025"
276276
additional="Advisor: Ali Farhadi"
277277
next="Research Scientist, Ai2"
278278
image="/matt.jpg"
279279
website="https://mattwallingford.github.io/"
280280
/>
281281
<Person
282282
name="Huong Ngo"
283-
title="BS Student, 2023 - 2024"
283+
title="B.S., 2023 - 2024"
284284
additional="Advisor: Matt Deitke"
285285
next="Predoctoral Young Investigator, Ai2"
286286
image="/huong.jpg"
@@ -304,31 +304,31 @@ export default function Home() {
304304
/>
305305
<Person
306306
name="Aditya Kusupati"
307-
title="Ph.D. Student, 2019 - 2024"
307+
title="Ph.D., 2019 - 2024"
308308
additional="Advisors: Ali Farhadi & Sham Kakade"
309309
next="Staff Research Scientist, Google DeepMind"
310310
image="/aditya-2.jpg"
311311
website="http://adityakusupati.com"
312312
/>
313313
<Person
314314
name="Gabriel Ilharco"
315-
title="Ph.D. Student, 2019 - 2024"
315+
title="Ph.D., 2019 - 2024"
316316
additional="Advisors: Ali Farhadi & Hanna Hajishirzi"
317317
next="Meta TBD Labs"
318318
image="/gabriel.jpg"
319319
website="http://gabrielilharco.com/"
320320
/>
321321
<Person
322322
name="Mitchell Wortsman"
323-
title="Ph.D. Student, 2019 - 2023"
323+
title="Ph.D., 2019 - 2023"
324324
additional="Advisors: Ali Farhadi & Ludwig Schmidt"
325325
next="Member of Technical Staff, Anthropic"
326326
image="/mitchell.jpg"
327327
website="https://mitchellnw.github.io/"
328328
/>
329329
<Person
330330
name="Aaron Walsman"
331-
title="Ph.D. Student, 2015 - 2023"
331+
title="Ph.D., 2015 - 2023"
332332
additional="Advisors: Ali Farhadi & Dieter Fox"
333333
next="Research Fellow, Harvard Kempner Institute"
334334
image="/aaron.jpg"

0 commit comments

Comments
 (0)