Skip to content

Commit

Permalink
update Anthony
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed Apr 3, 2024
1 parent d033355 commit 96ba2b6
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/data/People.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const People: Person[] = [
advised: true,
level: "masters",
dept: "MIME",
bio: "Michelle is an MS student in the NRG and CIRE lab. She researches combustion modeling for live vegetative fuels.",
bio: "Michelle is an MS student in the NRG and CIRE labs. She researches combustion modeling for live vegetative fuels.",
url: "https://www.linkedin.com/in/michelle-gee-810b64184/",
startdate: 2023,
enddate: null,
Expand Down Expand Up @@ -73,7 +73,7 @@ export const People: Person[] = [
id: "taylorc",
name: "Taylor Coddington",
pronouns: "he/him",
active: true,
active: false,
advised: true,
level: "masters",
dept: "MIME",
Expand Down Expand Up @@ -102,15 +102,16 @@ export const People: Person[] = [
id: "anthony-walker",
name: "Anthony S. Walker",
pronouns: "he/him",
active: true,
active: false,
advised: true,
level: "phd",
dept: "MIME",
bio: "Anthony is a PhD student in Mechanical Engineering with interests in thermal-fluid sciences and computer science. He worked on improving computational efficiency of HPC simulations by implementing the heterogeneous swept rule, and is now focused on improving the numerics of Cantera.",
bio: "Anthony received his PhD in Mechanical Engineering, focusing on preconditioning strategies to improve numerics of chemical kinetics integration.",
url: "https://www.linkedin.com/in/anthony-walker-4b8a9712b/",
startdate: 2018,
enddate: null,
orcid: "0000-0002-0616-6998"
enddate: 2024,
orcid: "0000-0002-0616-6998",
dissertation: "https://ir.library.oregonstate.edu/concern/graduate_thesis_or_dissertations/6t053r03f"
},
{
id: "diba",
Expand Down Expand Up @@ -163,7 +164,7 @@ export const People: Person[] = [
advised: true,
level: "masters",
dept: "MIME",
bio: "Adam is a MS student in Mechanical Engineering, working on developing a modeling tool for predicting draft in wood heater systems. He recieved his BS in Mechanical Engineering from Oregon State University.",
bio: "Adam is a MS student in Mechanical Engineering, working on developing a modeling tool for predicting draft in wood heater systems. He recieved his BS in Mechanical Engineering from Oregon State University in 2021.",
url: "https://www.linkedin.com/in/adamjakerr/",
startdate: 2024,
enddate: null,
Expand All @@ -177,7 +178,7 @@ export const People: Person[] = [
advised: true,
level: "phd",
dept: "MIME",
bio: "Jayani was a PhD student studying smoldering combustion. She is now an Instructor in Mechanical Engineering at Oregon State University.",
bio: "Jayani received her PhD in Mechanical Engineering, with a research focus on smoldering combustion. She is now an Assistant Professor of Teaching in Mechanical Engineering at Oregon State University.",
url: "https://www.linkedin.com/in/jayani-jayasuriya-7a7518253/",
startdate: 2017,
enddate: 2022,
Expand All @@ -192,7 +193,7 @@ export const People: Person[] = [
advised: true,
level: "phd",
dept: "MIME",
bio: "AJ was a PhD student in Mechanical Engineering, who studied multicomponent mass transport in direct numerical simulations of turbulent flames. He received the NSF Graduate Research Fellowship. He now works as an engineer at Relativity Space.",
bio: "AJ received his PhD in Mechanical Engineering, studing multicomponent mass transport in direct numerical simulations of turbulent flames. He received the NSF Graduate Research Fellowship. He now works as a combustion engineer at Arbor.",
url: "https://www.linkedin.com/in/ajfillo/",
startdate: 2015,
enddate: 2019,
Expand Down

0 comments on commit 96ba2b6

Please sign in to comment.