Skip to content

Commit 4c983a0

Browse files
committed
graduate haoquan
1 parent 7c756a7 commit 4c983a0

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
@@ -258,13 +258,6 @@ export default function Home() {
258258
<h3 className="h3 mb-4 mt-8">Undergraduate/Masters Students</h3>
259259
{/* ORDERING [same as PhD students]: 1. Seniorirty (by start year) 2. Break tiebreakers alphabetically */}
260260
<div className="grid md:grid-cols-5 md:gap-x-3 md:gap-y-3 sm:grid-cols-3 gap-3 grid-cols-2">
261-
<Person
262-
name="Haoquan Fang"
263-
title="B.S. Student, 2023 - Now"
264-
additional="Advisor: Jiafei Duan"
265-
image="/haoquan.jpg"
266-
website="https://hq-fang.github.io/"
267-
/>
268261
<Person
269262
name="Kevin Zhang"
270263
title="B.S./M.S. Student, 2023 - Now"
@@ -299,6 +292,14 @@ export default function Home() {
299292
<h3 className="h3 mb-4 mt-8">Alumni</h3>
300293
{/* ORDERING: 1. Most recent graduates (by graduation year) 2. Within the same graduation year, list those who started most recently first 3. If start and end years are the same, tiebreak alphabetically */}
301294
<div className="grid md:grid-cols-5 md:gap-x-3 md:gap-y-3 sm:grid-cols-3 gap-3 grid-cols-2">
295+
<Person
296+
name="Haoquan Fang"
297+
title="B.S. Student, 2023 - 2026"
298+
additional="Advisors: Ranjay Krishna & Ali Farhadi"
299+
next="Ph.D. Student, Stanford University"
300+
image="/haoquan.jpg"
301+
website="https://hq-fang.github.io/"
302+
/>
302303
<Person
303304
name="Cheng-Yu Hsieh"
304305
title="Ph.D., 2021 - 2025"

0 commit comments

Comments
 (0)