Skip to content

Commit

Permalink
Added UMich talk.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Dec 26, 2023
1 parent 07c1b45 commit ad9e075
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/data/Amy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3283,6 +3283,20 @@ export const Amy: ProfileSpec = {
},
],
talks: [
{
date: '2023-05-02',
image: 'cmu2023.jpg',
alt: 'a title slide that says Searching for Justice in Programming Language Design and shows several glyphs from world languages.',
slides: 'CMU2023Wordplay.pdf',
title: 'Searching for Justice in Programming Language Design',
venue: 'University of Michigan',
url: null,
recording: null,
practice: null,
description:
'I examine what it might mean to center justice in programming language design, and unveal Wordplay.dev, a creative coding platform striving for equity and justice in accessibility and natural language.',
keynote: false,
},
{
date: '2023-04-21',
image: 'cmu2023.jpg',
Expand Down

0 comments on commit ad9e075

Please sign in to comment.