Skip to content

Commit 68a3061

Browse files
committed
graduate huong
1 parent 2d17d2b commit 68a3061

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
@@ -238,13 +238,6 @@ export default function Home() {
238238
<div className="px-5">
239239
<h3 className="h3 mb-4 mt-8">Undergraduate/Masters Students</h3>
240240
<div className="grid md:grid-cols-5 md:gap-x-3 md:gap-y-3 sm:grid-cols-3 gap-3 grid-cols-2">
241-
<Person
242-
name="Huong Ngo"
243-
title="BS Student, 2023 - Now"
244-
additional="Advisor: Matt Deitke"
245-
image="/huong.jpg"
246-
website="https://huongngo-8.github.io/"
247-
/>
248241
<Person
249242
name="Javon Hickmon"
250243
title="MS Student, 2024 - Now"
@@ -265,6 +258,14 @@ export default function Home() {
265258
image="/matt.jpg"
266259
website="https://mattwallingford.github.io/"
267260
/>
261+
<Person
262+
name="Huong Ngo"
263+
title="BS Student, 2023 - 2024"
264+
additional="Advisor: Matt Deitke"
265+
next="Predoctoral Young Investigator, Ai2"
266+
image="/huong.jpg"
267+
website="https://huongngo-8.github.io/"
268+
/>
268269
<Person
269270
name="Matt Deitke"
270271
title="Ph.D. Student, 2023 - 2024"

0 commit comments

Comments
 (0)