From 733b1af37ee98a3945a8d6c5983ec442aa64b548 Mon Sep 17 00:00:00 2001 From: "Amy J. Ko" Date: Thu, 15 Feb 2024 12:56:09 -0800 Subject: [PATCH] Added travel. --- src/data/Amy.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/data/Amy.ts b/src/data/Amy.ts index 5122af7a..9ea0eb03 100644 --- a/src/data/Amy.ts +++ b/src/data/Amy.ts @@ -2598,6 +2598,31 @@ export const Amy: ProfileSpec = { }, ], travel: [ + { + url: 'https://ecepalliance.org/', + title: 'ISAT GONE', + details: 'Discussing the possible end of knowledge.', + category: 'research', + commitment: { + start: '2024-03-07', + end: '2024-03-08', + hours: 16, + priority: 1, + }, + }, + { + url: 'https://ecepalliance.org/', + title: 'ECEP CMP4', + details: + 'Coordinating data policy work for Washington state K-12 CS education.', + category: 'service', + commitment: { + start: '2024-02-13', + end: '2024-02-14', + hours: 16, + priority: 1, + }, + }, { url: 'https://www.aera.net/Events-Meetings/Annual-Meeting/2024-Annual-Meeting', title: 'AERA Annual Meeting',