diff --git a/.vitepress/theme/components/TeamMembers.vue b/.vitepress/theme/components/TeamMembers.vue index 11760fa0..dbf1e653 100644 --- a/.vitepress/theme/components/TeamMembers.vue +++ b/.vitepress/theme/components/TeamMembers.vue @@ -1,7 +1,6 @@ - + \ No newline at end of file diff --git a/people/will-perlichek.md b/people/will-perlichek.md new file mode 100644 index 00000000..1f3aa4ea --- /dev/null +++ b/people/will-perlichek.md @@ -0,0 +1,16 @@ +--- +layout: person +name: "Will Perlichek" +image: "/assets/people/will-perlichek.jpg" +title: "Master's Student" +category: "Master's Students" +links: + - link: "https://github.com/wperlichek" + icon: "github" + - link: "https://www.linkedin.com/in/williamperlichek/" + icon: "linkedin" + - link: "wperlich@fredhutch.org" + icon: "email" +--- + +Will is a Computer Science and Engineering M.S. student in the Professional Master’s Program at the University of Washington’s Paul G. Allen School. He is focused on applying his software engineering background to scale and optimize the lab’s computational pipelines for analyzing viral evolution, while also exploring applications of machine learning. \ No newline at end of file diff --git a/public/assets/people/will-perlichek.jpg b/public/assets/people/will-perlichek.jpg new file mode 100644 index 00000000..23eda7c3 Binary files /dev/null and b/public/assets/people/will-perlichek.jpg differ