Skip to content

Commit

Permalink
Added Reciprocal Reviews.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Mar 23, 2024
1 parent fa56b25 commit 8ef0b76
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/data/Amy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1641,6 +1641,19 @@ export const Amy: ProfileSpec = {
},
],
service: [
{
title: 'Co-director',
committee: 'Reciprocal Reviews',
level: 'international',
description:
'I lead a community of volunteers to create infrastructure for sustainable peer review labor markets.',
commitment: {
start: '2023-01-04',
end: null,
hours: 1,
priority: 0,
},
},
{
title: 'Committee Member',
committee: 'CHI Academy Selection Committee',
Expand Down
6 changes: 6 additions & 0 deletions src/lib/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
<br /><External to="https://dl.acm.org/journal/toce"
>Editor-in-Chief, <em>ACM TOCE</em></External
>
<br /><External to="https://reciprocal.reviews/"
>Co-Director, <em>Reciprocal Reviews</em></External
>
<br /><External to="https://csforallwa.org/"
>Co-Director, <em>CS for All Washington</em></External
>
<Social />
</div></section
>
Expand Down

0 comments on commit 8ef0b76

Please sign in to comment.