-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<script lang="ts"> | ||
import Block from '$lib/components/Block.svelte'; | ||
import Image from '$lib/components/Thumbnail.svelte'; | ||
</script> | ||
|
||
<h1>These are open source projects I maintain.</h1> | ||
|
||
<p> | ||
I enjoy creating and maintaining software projects that serve my research, | ||
teaching, and academic service, and engaging communities and students in | ||
evolving them. | ||
</p> | ||
|
||
<Block link="https://github.com/wordplaydev" header="Wordplay"> | ||
<Image | ||
slot="image" | ||
url="/images/code/wordplay.png" | ||
alt="A chat bubble" | ||
/> is a free platform for creative expression with text and typography; | ||
it aspires to radically center accessibility, language, and culture, and to | ||
support youth learning in families and classrooms. It is also a playground | ||
for many of my ongoing research questions about power, governance, and | ||
programming language justice in computing education. | ||
</Block> | ||
|
||
<Block link="https://github.com/amyjko/bookish" header="Bookish"> | ||
<Image | ||
slot="image" | ||
url="/images/code/bookish.png" | ||
alt="The word Bookish" | ||
/> is a platform for publishing accessible online multi-chapter books | ||
for the web. I use it to maintain and publish the textbooks I've written for | ||
my teaching. | ||
</Block> | ||
|
||
<Block link="https://github.com/reciprocalreviews" header="Reciprocal Reviews"> | ||
<Image | ||
slot="image" | ||
url="/images/code/reciprocal.png" | ||
alt="Two circular arrows pointing to each other." | ||
/> is a platform for enabling peer review volunteering and review | ||
activity tracking, to enable more sustainable and equitable peer review in | ||
conferences and journals. | ||
</Block> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.