We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51566f commit 7c756a7Copy full SHA for 7c756a7
2 files changed
src/pages/people.tsx
@@ -258,6 +258,13 @@ export default function Home() {
258
<h3 className="h3 mb-4 mt-8">Undergraduate/Masters Students</h3>
259
{/* ORDERING [same as PhD students]: 1. Seniorirty (by start year) 2. Break tiebreakers alphabetically */}
260
<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
+ />
268
<Person
269
name="Kevin Zhang"
270
title="B.S./M.S. Student, 2023 - Now"
static/haoquan.jpg
935 KB
0 commit comments