diff --git a/people/alumni.js b/people/alumni.js index 4a73870..d5a5b92 100644 --- a/people/alumni.js +++ b/people/alumni.js @@ -1,4 +1,12 @@ export const alumni = [ + { + name: "Tim Yu", + title: "Graduate Student", + program: "MCB", + start: "2022", + end: "2025", + currentPosition: "Postdoc with Tami Lieberman at MIT", + }, { name: "Will Hannon", title: "Graduate Student", @@ -45,7 +53,7 @@ export const alumni = [ program: "MSTP and Genome Sciences", start: "2017", end: "2021", - currentPosition: "Laboratory Medicine and Pathology resident at UW", + currentPosition: "Laboratory Medicine and Pathology resident at University of Washington", }, { name: "Sarah Hilton", @@ -78,7 +86,7 @@ export const alumni = [ program: "MSTP and Genome Sciences", start: "2015", end: "2019", - currentPosition: "Hospitalist at Kaiser Permanente Orange Count", + currentPosition: "Hospitalist at Kaiser Permanente Orange County", }, { name: "Heather Machkovech", @@ -164,7 +172,7 @@ export const alumni = [ title: "Postdoc", start: "2016", end: "2019", - currentPosition: "Scientist at Berkeley Brewing Science", + currentPosition: "R&D team lead at Berkeley Brewing Science", }, { name: "Orr Ashenberg", @@ -199,11 +207,11 @@ export const alumni = [ "Business student at Franciscan University of Steubenville", }, { - name: "Rachel Eguia", + name: "Rachel Reddy (Eguia)", title: "Staff Member", start: "2019", end: "2021", - currentPosition: "Associate Scientist at Variant Bio", + currentPosition: "Senior Associate Scientist at Variant Bio", }, { name: "Keara Malone", @@ -217,7 +225,7 @@ export const alumni = [ title: "Staff Member", start: "2011", end: "2014", - currentPosition: "Assistant Facility Manager at Stop & Shop", + currentPosition: "Working in cross-border commerce and residential property advisory", }, { name: "Jonathan Mah", diff --git a/people/tim-yu.md b/people/tim-yu.md deleted file mode 100644 index e0786d9..0000000 --- a/people/tim-yu.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: person -name: "Tim Yu" -image: "/assets/people/tim-yu.jpg" -title: "Graduate Student" -category: "Grad Students" -links: - - link: "https://github.com/timcyu" - icon: "github" - - link: "https://www.linkedin.com/in/timyu316/" - icon: "linkedin" - - link: "timcyu@uw.edu" - icon: "email" ---- - -As a graduate student in the Bloom lab, I use deep mutational scanning to help predict seasonal H3N2 influenza evolution. diff --git a/public/assets/people/tim-yu.jpg b/public/assets/people/tim-yu.jpg deleted file mode 100644 index 21dfe20..0000000 Binary files a/public/assets/people/tim-yu.jpg and /dev/null differ