Skip to content

Commit

Permalink
Updated Alannah.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jan 10, 2024
1 parent 6292a05 commit ccffbe1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/data/People.ts
Original file line number Diff line number Diff line change
Expand Up @@ -539,32 +539,33 @@ export const People: readonly Person[] = [
{
id: 'olesona',
name: 'Alannah Oleson',
active: true,
active: false,
advised: true,
level: 'phd',
dept: 'Information School',
coadvisor: null,
bio: 'Alannah is a PhD candidate in the Information School. They study educational interventions to support critical and ethical software design processes, with a particular focus on countering design bias and marginalization.',
url: 'https://alannaholeson.com/',
startdate: 2018,
enddate: null,
enddate: 2023,
achievements: [
'Husky 100, recognizing top UW students (2022)',
'NSF Graduate Research Fellowship (2018)',
],
dissertation: 'Oleson2023Dissertation.pdf',
},
{
id: 'yreg',
name: 'Yim Register',
active: true,
advised: false,
active: false,
advised: true,
level: 'phd',
dept: 'Information School',
coadvisor: null,
bio: 'Yim is a PhD student in the Information School, broadly interested in machine learning literacy. Before joining UW, they studied cognitive science at the University of Rochester.',
url: 'http://students.washington.edu/yreg/',
startdate: 2018,
enddate: null,
enddate: 2019,
achievements: ['NSF Graduate Research Fellowship (2019)'],
},
{
Expand Down
Binary file added static/dissertations/Oleson2023Dissertation.pdf
Binary file not shown.
Binary file removed static/images/papers/Untitled 2.jpg
Binary file not shown.

0 comments on commit ccffbe1

Please sign in to comment.