diff --git a/src/data/Talks.ts b/src/data/Talks.ts index 1261256..f698a78 100644 --- a/src/data/Talks.ts +++ b/src/data/Talks.ts @@ -1,4 +1,18 @@ const Talks = [ + { + date: '2024-11-22', + image: 'mudd2024.jpg', + alt: 'ALTCODE acronym', + slides: 'Mudd2024JCEPL.pdf', + title: 'Justice-Centered Educational Programming Languages', + venue: 'Harvey Mudd and Pomona College, joint colloqium', + url: null, + recording: null, + practice: null, + description: + 'I connect theories of justice to the design of educational programming languages.', + keynote: false, + }, { date: '2024-05-21', image: 'ncwit2024.jpg', diff --git a/static/images/talks/mudd2024.jpg b/static/images/talks/mudd2024.jpg new file mode 100644 index 0000000..5657848 Binary files /dev/null and b/static/images/talks/mudd2024.jpg differ diff --git a/static/slides/Mudd2024JCEPL.pdf b/static/slides/Mudd2024JCEPL.pdf new file mode 100644 index 0000000..3b54878 Binary files /dev/null and b/static/slides/Mudd2024JCEPL.pdf differ