From 9228f2d347ef2bb2e98b7a31eb905129f0aa7430 Mon Sep 17 00:00:00 2001 From: "Amy J. Ko" Date: Sat, 18 Nov 2023 08:40:21 -0800 Subject: [PATCH] Added distinguished speaker. --- src/data/Amy.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/Amy.ts b/src/data/Amy.ts index d7479bdb..9822de0d 100644 --- a/src/data/Amy.ts +++ b/src/data/Amy.ts @@ -862,6 +862,12 @@ export const Amy: ProfileSpec = { }, ], recognitions: [ + { + title: 'ACM Distinguished Speaker', + year: 2023, + description: + 'A recognition given to thought leaders in computing, with an expectation of giving public talks to venues globally.', + }, { title: 'SIGCHI Academy', year: 2022,