Skip to content

Commit

Permalink
chore: add bibtex entry for edgeworth-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
wodeni committed Jul 17, 2024
1 parent cd5f9d8 commit c8cb9e4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
17 changes: 16 additions & 1 deletion public/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,21 @@ @inproceedings{diagramming-2020
series = {CHI'20}
}

@inproceedings{edgeworth-2024,
author = {Ni, Wode and Estep, Sam and Harriman, Hwei-Shin and Koedinger, Kenneth R. and Sunshine, Joshua},
title = {Edgeworth: Efficient and Scalable Authoring of Visual Thinking Activities},
year = {2024},
isbn = {9798400706332},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/3657604.3662034},
booktitle = {{Proceedings of the Eleventh ACM Conference on Learning at Scale}},
pages = {98–109},
numpages = {12},
location = {Atlanta, GA, USA},
series = {{LAS'24}}
}

@inproceedings{substy-2017,
title = {Substance and Style: domain-specific languages for mathematical diagrams},
author = {Ni, Wode and Ye, Katherine and Sunshine, Joshua and Aldrich, Jonathan and Crane, Keenan},
Expand Down Expand Up @@ -120,4 +135,4 @@ @article{minkowski-2024
year = {2024},
publisher = {ACM},
address = {New York, NY, USA}
}
}
20 changes: 4 additions & 16 deletions src/Papers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ export interface Paper extends PaperMeta {
}

const entries: Papers = {
"edgeworth-2024": {
type: "conference",
pdf: new URL("/assets/las-24-edgeworth.pdf", import.meta.url).href,
},
"minkowski-2024": {
type: "conference",
pdf: new URL("/assets/siggraph-24-minkowski.pdf", import.meta.url).href,
Expand Down Expand Up @@ -137,22 +141,6 @@ const parseBib = (bib: BibFilePresenter): Paper[] =>
});

const preprints: Paper[] = [
{
title:
"Edgeworth: Efficient and Scalable Authoring of Visual Thinking Activities",
authors: [
"Wode Ni",
"Sam Estep",
"Hwei-Shin Harriman",
"Kenneth Koedinger",
"Joshua Sunshine",
],
venue: "Learning @ Scale 2024",
id: "edgeworth-24",
series: "L@S'24",
type: "preprint",
pdf: new URL("/assets/las-24-edgeworth.pdf", import.meta.url).href,
},
{
title: "Codifying Visual Representations",
authors: [
Expand Down

0 comments on commit c8cb9e4

Please sign in to comment.