Skip to content

Commit

Permalink
Added travel.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Feb 15, 2024
1 parent be17f65 commit 733b1af
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/data/Amy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 733b1af

Please sign in to comment.