Skip to content

Commit

Permalink
Added dissertations.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jun 19, 2024
1 parent d9a5742 commit d83ec35
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/data/People.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ export const People: readonly Person[] = [
startdate: 2022,
enddate: 2023,
achievements: [],
dissertation: 'Perlmutter2023Dissertation.pdf',
},
{
id: 'kmack3',
Expand Down Expand Up @@ -523,6 +524,7 @@ export const People: readonly Person[] = [
startdate: 2019,
enddate: 2023,
achievements: [],
dissertation: 'Druga2023Dissertation.pdf',
},
{
id: 'chandrashree',
Expand All @@ -532,7 +534,7 @@ export const People: readonly Person[] = [
level: 'undergrad',
dept: 'Information School',
coadvisor: null,
bio: "Chandrashree is studying data science in the Informatics program. She's interested in how data can be used to make informed decisions. She's helping with Yim's work on machine learning literacy.",
bio: "Chandrashree was studying data science in the Informatics program. She was interested in how data can be used to make informed decisions. She's helping with Yim's work on machine learning literacy.",
url: 'http://www.linkedin.com/in/chandrashree-karnani-4824b0178',
startdate: 2019,
enddate: 2019,
Expand All @@ -555,16 +557,17 @@ export const People: readonly Person[] = [
{
id: 'mararyan',
name: 'Mara Kirdani-Ryan',
active: true,
active: false,
advised: true,
level: 'phd',
dept: 'Computer Science',
coadvisor: null,
bio: 'Mara is a PhD candidate in Computer Science and Engineering. They utilize techniques from sociology to surface cultural norms within computing, as well as techniques from social work to deconstruct these norms so that computing might act as a force for collective liberation.',
bio: 'Mara was a PhD candidate in Computer Science and Engineering. They utilized techniques from sociology to surface cultural norms within computing, as well as techniques from social work to deconstruct these norms so that computing might act as a force for collective liberation.',
url: 'https://marakr.com',
startdate: 2018,
enddate: null,
enddate: 2024,
achievements: [],
dissertation: 'KirdaniRyan2024Dissertation.pdf',
},
{
id: 'chriszh',
Expand Down Expand Up @@ -639,12 +642,12 @@ export const People: readonly Person[] = [
{
id: 'olesona',
name: 'Alannah Oleson',
active: true,
active: false,
advised: true,
level: 'postdoc',
dept: 'Information School',
coadvisor: null,
bio: 'Alannah is a human-computer interaction (HCI) education researcher exploring strategies for teaching inclusive computing interface design. They often work with communities of computing educators to support pedagogical content knowledge development.',
bio: 'Alannah was a human-computer interaction (HCI) education researcher exploring strategies for teaching inclusive computing interface design. They worked with communities of computing educators to support pedagogical content knowledge development.',
url: 'https://alannaholeson.com/',
startdate: 2018,
enddate: 2023,
Expand Down
Binary file added static/dissertations/Druga2023Dissertation.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d83ec35

Please sign in to comment.