Skip to content

Commit

Permalink
Added DOI.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Mar 16, 2024
1 parent ebc157e commit 1399357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/Pubs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ export const Publications: Paper[] = [
{
id: 'tac',
kind: 'book',
authors: ['@olesona', '@ajko', "Richard Ladner"],
authors: ['@olesona', '@ajko', 'Richard Ladner'],
year: 2024,
title: 'Teaching Accessible Computing',
source: 'Online',
pages: null,
publisher: 'self-published',
doi: "https://bookish.press/tac",
doi: 'https://bookish.press/tac',
local: null,
contribution:
'A book for computing educators who want to integrate accessible computing concepts and skils into computer science courses.',
Expand Down Expand Up @@ -52,7 +52,7 @@ export const Publications: Paper[] = [
source: '@sigcseexp',
pages: null,
publisher: 'ACM',
doi: null,
doi: 'https://doi.org/10.1145/3626252.3630818',
local: 'Everson2024ComputationalEmbroidery.pdf',
contribution:
'Students enthusiastically engaged with the programming aspects of the course and sought to make complicated and beautiful work that interwove their diverse cultures and identities.',
Expand Down

0 comments on commit 1399357

Please sign in to comment.