Skip to content

Commit

Permalink
update alumni to have grad student start date be date they joined lab…
Browse files Browse the repository at this point in the history
… full time
  • Loading branch information
jbloom committed Oct 23, 2024
1 parent 268a1a6 commit 6c990cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions people/alumni.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const alumni = [
name: "Frances Welsh",
title: "Graduate Student",
program: "MCB",
start: "2019",
start: "2020",
end: "2024",
currentPosition: "Research Scientist at Amazon",
},
Expand All @@ -19,15 +19,15 @@ export const alumni = [
name: "Lauren Gentles",
title: "Graduate Student",
program: "Microbiology",
start: "2016",
start: "2017",
end: "2022",
currentPosition: "Scientist III at Thermo Fisher Scientific",
},
{
name: "Allie Greaney",
title: "Graduate Student",
program: "MSTP and Genome Sciences",
start: "2016",
start: "2018",
end: "2022",
currentPosition: "Internal medicine resident at UCSF",
},
Expand Down

0 comments on commit 6c990cd

Please sign in to comment.