Skip to content

Commit

Permalink
Updated enrollment.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Dec 16, 2024
1 parent d93a455 commit 156b2c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data/Amy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3563,9 +3563,9 @@ export const Amy: ProfileSpec = {
description:
'A weekly research studio, held annually, for working on Wordplay and other justice-centered educational programming languages research. A way to earn credit by contributing to Wordplay.',
offerings: [
{ size: 40, term: 1, year: 2024, score: null },
{ size: 40, term: 2, year: 2025, score: null },
{ size: 40, term: 3, year: 2025, score: null },
{ size: 13, term: 1, year: 2024, score: null },
{ size: 17, term: 2, year: 2025, score: null },
{ size: 20, term: 3, year: 2025, score: null },
],
},
{
Expand Down Expand Up @@ -3610,7 +3610,7 @@ export const Amy: ProfileSpec = {
{
description: "Amy's online book for the course",
link: 'https://faculty.washington.edu/ajko/books/design-methods/',
}
},
],
offerings: [
{ size: 35, term: 2, year: 2018, score: 4.8 },
Expand Down

0 comments on commit 156b2c8

Please sign in to comment.