Skip to content

Commit 2d17d2b

Browse files
committed
graduate matt
1 parent 54f0cd2 commit 2d17d2b

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

src/pages/people.tsx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,6 @@ export default function Home() {
198198
image="/yashas.jpg"
199199
website="https://github.com/YashasSamaga"
200200
/>
201-
<Person
202-
name="Matt Wallingford"
203-
title="Ph.D. Student, 2019 - Now"
204-
additional="Advisor: Ali Farhadi"
205-
image="/matt.jpg"
206-
website="https://mattwallingford.github.io/"
207-
/>
208201
<Person
209202
name="Jieyu Zhang"
210203
title="Ph.D. Student, 2020 - Now"
@@ -264,6 +257,14 @@ export default function Home() {
264257
<div className="px-5">
265258
<h3 className="h3 mb-4 mt-8">Alumni</h3>
266259
<div className="grid md:grid-cols-5 md:gap-x-3 md:gap-y-3 sm:grid-cols-3 gap-3 grid-cols-2">
260+
<Person
261+
name="Matt Wallingford"
262+
title="Ph.D. Student, 2019 - 2025"
263+
additional="Advisor: Ali Farhadi"
264+
next="Research Scientist, Ai2"
265+
image="/matt.jpg"
266+
website="https://mattwallingford.github.io/"
267+
/>
267268
<Person
268269
name="Matt Deitke"
269270
title="Ph.D. Student, 2023 - 2024"

0 commit comments

Comments
 (0)