From 76ffdd5b866f7306e819f2d58395a507e8057982 Mon Sep 17 00:00:00 2001 From: jbloom Date: Mon, 15 Jun 2026 15:45:19 -0700 Subject: [PATCH 1/2] move Jenny Ahn to alumni --- people/alumni.js | 8 ++++++++ people/jenny-ahn.md | 16 ---------------- 2 files changed, 8 insertions(+), 16 deletions(-) delete mode 100644 people/jenny-ahn.md diff --git a/people/alumni.js b/people/alumni.js index dfd3b18a..af009b33 100644 --- a/people/alumni.js +++ b/people/alumni.js @@ -1,4 +1,12 @@ export const alumni = [ + { + name: "Jenny Ahn", + title: "Graduate Student", + start: "2023", + end: "2026", + currentPosition: "", + }, + { { name: "Andrea Loes", title: "Staff Member", diff --git a/people/jenny-ahn.md b/people/jenny-ahn.md deleted file mode 100644 index 106dde86..00000000 --- a/people/jenny-ahn.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: person -name: "Jenny Ahn" -image: "/assets/people/jenny-ahn.jpg" -title: "Graduate Student" -category: "Grad Students" -links: - - link: "https://github.com/jennyahn0" - icon: "github" - - link: "https://www.linkedin.com/in/jennyahn0/" - icon: "linkedin" - - link: "jennyahn@uw.edu" - icon: "email" ---- - -As a Graduate student in the Bloom lab, I am using deep mutational scanning to study the evolution of pandemic potential avian influenza. I am interested in looking at how viruses evolve to improve our response to viral surveillance, vaccine development, and antibody engineering. From b22db13c652f7d7ad91374f2c074079281417bfa Mon Sep 17 00:00:00 2001 From: Jesse Bloom Date: Tue, 16 Jun 2026 09:03:07 -0700 Subject: [PATCH 2/2] fix typo in alumni.js --- people/alumni.js | 1 - 1 file changed, 1 deletion(-) diff --git a/people/alumni.js b/people/alumni.js index af009b33..5b00549d 100644 --- a/people/alumni.js +++ b/people/alumni.js @@ -6,7 +6,6 @@ export const alumni = [ end: "2026", currentPosition: "", }, - { { name: "Andrea Loes", title: "Staff Member",