Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add DOIs #5

Merged
merged 2 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/lib/app-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export interface Paper {
name: string;
link: string;
}[];
doi: string | null;
}

export interface SmallPerson {
Expand Down
3 changes: 2 additions & 1 deletion src/routes/bibtex/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
bibtex_attr('pages', pages),
bibtex_attr('publisher', p.publisher),
bibtex_attr('location', p.location),
bibtex_attr('url', HOST_URL + 'papers/' + p.web_name)
bibtex_attr('url', HOST_URL + 'papers/' + p.web_name),
bibtex_attr('doi', p.doi)
].filter((x) => x);
return `@${type}{${p.year}-${p.web_name},
${fields.join(',\n')}
Expand Down
3 changes: 2 additions & 1 deletion static/papers/adept.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
"link": "http://vis.stanford.edu/projects/adept"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1136/amiajnl-2012-001110"
}
3 changes: 2 additions & 1 deletion static/papers/agency-automation.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
],
"tags": [
"recommendation"
]
],
"doi": "https://doi.org/10.1073/pnas.1807184115"
}
3 changes: 2 additions & 1 deletion static/papers/ai-chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/3491102.3517582"
}
5 changes: 3 additions & 2 deletions static/papers/ai-explanations-team-performance.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Does the Whole Exceed its Parts? The Efect of AI Explanations\non Complementary Team Performance",
"title": "Does the Whole Exceed its Parts? The Effect of AI Explanations on Complementary Team Performance",
"year": 2021,
"start_page": null,
"end_page": null,
Expand Down Expand Up @@ -66,5 +66,6 @@
"link": "https://www.youtube.com/watch?v=0k7FgDUIGjs"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/3411764.3445717"
}
3 changes: 2 additions & 1 deletion static/papers/ai-wiz.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@
"link": "https://osf.io/9x8bj/"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.48550/arXiv.2309.10108"
}
3 changes: 2 additions & 1 deletion static/papers/all-together-now.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/985921.986000"
}
3 changes: 2 additions & 1 deletion static/papers/altair.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@
],
"tags": [
"vega"
]
],
"doi": "https://doi.org/10.21105/joss.01057"
}
3 changes: 2 additions & 1 deletion static/papers/analysis-decision-points.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
"link": "https://osf.io/m5cph/"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/3313831.3376533"
}
3 changes: 2 additions & 1 deletion static/papers/analysis-social-topologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"link": "http://github.com/mobisocial/groupgenie-algo/"
}
],
"tags": []
"tags": [],
"doi": null
}
3 changes: 2 additions & 1 deletion static/papers/animated-aggregate-operations.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
"link": "https://github.com/uwdata/aggregate-animation-data"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1111/cgf.13709"
}
3 changes: 2 additions & 1 deletion static/papers/animated-transitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"link": "http://vimeo.com/19278444"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1109/TVCG.2007.70539"
}
3 changes: 2 additions & 1 deletion static/papers/arclength-banking.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1109/TVCG.2011.167"
}
3 changes: 2 additions & 1 deletion static/papers/balancing-exertion-experiences.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/2207676.2208322"
}
3 changes: 2 additions & 1 deletion static/papers/banking.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1109/TVCG.2006.163"
}
3 changes: 2 additions & 1 deletion static/papers/bayesian-cognition-vis.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/3290605.3300912"
}
3 changes: 2 additions & 1 deletion static/papers/beyond-webers-law.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"link": "http://github.com/mjskay/ranking-correlation"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1109/TVCG.2015.2467671"
}
3 changes: 2 additions & 1 deletion static/papers/bigdawg-demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "http://www.vldb.org/pvldb/vol8/p1908-Elmore.pdf"
}
3 changes: 2 additions & 1 deletion static/papers/blackhatvis.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": null
}
3 changes: 2 additions & 1 deletion static/papers/boba.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
"link": "https://github.com/uwdata/boba"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1109/TVCG.2020.3028985"
}
3 changes: 2 additions & 1 deletion static/papers/bodydiagrams.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
"link": "http://vimeo.com/93181322"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/2556288.2557223"
}
3 changes: 2 additions & 1 deletion static/papers/causal-support.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
"link": "https://osf.io/y46nw"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1109/TVCG.2021.3114824"
}
3 changes: 2 additions & 1 deletion static/papers/check-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"link": "https://github.com/marcotcr/checklist"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.18653/v1/2020.acl-main.442"
}
3 changes: 2 additions & 1 deletion static/papers/colony-life-history.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
"link": "http://onlinelibrary.wiley.com/doi/10.1111/1365-2656.12036/abstract"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1111/1365-2656.12036"
}
3 changes: 2 additions & 1 deletion static/papers/color-names.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
"link": "http://idl.cs.washington.edu/files/2008-ColorNames-CIC-Talk.pdf"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.2352/CIC.2008.16.1.art00002"
}
3 changes: 2 additions & 1 deletion static/papers/color-naming-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
"link": "http://github.com/StanfordHCI/c3"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/2207676.2208547"
}
3 changes: 2 additions & 1 deletion static/papers/color-themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
"link": "https://github.com/sharondl/color-themes"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/2470654.2466424"
}
3 changes: 2 additions & 1 deletion static/papers/comm-interactive-articles.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
],
"tags": [
"communication"
]
],
"doi": "https://doi.org/10.23915/distill.00028"
}
3 changes: 2 additions & 1 deletion static/papers/comment-data-vis-blog.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/2675133.2675207"
}
3 changes: 2 additions & 1 deletion static/papers/commentspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
"link": "http://www.commentspace.net/"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/1978942.1979407"
}
3 changes: 2 additions & 1 deletion static/papers/compassql.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@
],
"tags": [
"recommendation"
]
],
"doi": "https://doi.org/10.1145/2939502.2939506"
}
3 changes: 2 additions & 1 deletion static/papers/concrete-reexpression.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/3173574.3173608"
}
3 changes: 2 additions & 1 deletion static/papers/consistency.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1109/TVCG.2017.2744198"
}
3 changes: 2 additions & 1 deletion static/papers/coral.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1140/epjds/s13688-022-00327-9"
}
3 changes: 2 additions & 1 deletion static/papers/crowd-analytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
"link": "http://vimeo.com/36378130"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/2207676.2207709"
}
3 changes: 2 additions & 1 deletion static/papers/crowd-parting.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/2818048.2820016"
}
3 changes: 2 additions & 1 deletion static/papers/crowdsourcing-graphical-perception.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/1753326.1753357"
}
3 changes: 2 additions & 1 deletion static/papers/d3.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"link": "http://vimeo.com/29862153"
}
],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1109/TVCG.2011.185"
}
3 changes: 2 additions & 1 deletion static/papers/data-wrangling.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1177/1473871611415994"
}
3 changes: 2 additions & 1 deletion static/papers/dense-lines.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
"link": "https://arxiv.org/abs/1808.06019"
}
],
"tags": []
"tags": [],
"doi": "http://arxiv.org/abs/1808.06019"
}
3 changes: 2 additions & 1 deletion static/papers/design-considerations-ivj.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1145/1391107.1391112"
}
3 changes: 2 additions & 1 deletion static/papers/design-considerations-vast.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
}
],
"materials": [],
"tags": []
"tags": [],
"doi": "https://doi.org/10.1109/VAST.2007.4389011"
}
Loading
Loading