diff --git a/src/data/Amy.ts b/src/data/Amy.ts index c8cac203..76180e7a 100644 --- a/src/data/Amy.ts +++ b/src/data/Amy.ts @@ -3364,6 +3364,20 @@ export const Amy: ProfileSpec = { }, ], talks: [ + { + date: '2024-03-21', + image: 'sigcseequity24.jpg', + alt: 'a picture of a glacier and the text this, of course, is just the beginning.', + slides: 'SIGCSE2024EquityWork.pdf', + title: 'Building a Community of Equity-Focused CS Educators', + venue: 'SIGCSE Technical Symposium 2024', + url: 'https://latece.uqam.ca/evenement/amy-j-ko-programming-accessibility-and-language/', + recording: null, + practice: null, + description: + 'In this talk I try to scaffold how to do equity-centered change work in academia, and in computing in particular.', + keynote: false, + }, { date: '2024-02-21', image: 'uqam2024.jpg', diff --git a/static/images/talks/sigcseequity24.jpg b/static/images/talks/sigcseequity24.jpg new file mode 100644 index 00000000..cab3654d Binary files /dev/null and b/static/images/talks/sigcseequity24.jpg differ diff --git a/static/slides/SIGCSE2024EquityWork.pdf b/static/slides/SIGCSE2024EquityWork.pdf new file mode 100644 index 00000000..2dc0fad5 Binary files /dev/null and b/static/slides/SIGCSE2024EquityWork.pdf differ