Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uwdata/living-papers-paper
The UIST'23 Living Papers research paper and supplemental material.
https://github.com/uwdata/living-papers-paper
academic-publishing augmented-reading computational-notebooks explorable-explanations interactive-articles user-interface-toolkits
Last synced: 7 days ago
JSON representation
The UIST'23 Living Papers research paper and supplemental material.
- Host: GitHub
- URL: https://github.com/uwdata/living-papers-paper
- Owner: uwdata
- License: bsd-3-clause
- Created: 2023-10-20T22:26:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T00:41:56.000Z (about 1 year ago)
- Last Synced: 2024-04-16T06:17:39.260Z (7 months ago)
- Topics: academic-publishing, augmented-reading, computational-notebooks, explorable-explanations, interactive-articles, user-interface-toolkits
- Language: JavaScript
- Homepage: https://uwdata.github.io/living-papers-paper/
- Size: 63.2 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Living Papers Paper
The UIST'23 [Living Papers](https://github.com/uwdata/living-papers/) research paper and supplemental material.
View the paper and supplemental material online here:
[http://uwdata.github.io/living-papers-paper/](http://uwdata.github.io/living-papers-paper/)Or, watch the [Living Papers overview video](https://www.youtube.com/watch?v=5-4wd3dVtEk).
To write your own articles, see the [main Living Papers repository](https://github.com/uwdata/living-papers/).
## Citation
To cite Living Papers in a research publication, please use the following citation data:
``` bibtex
@inproceedings{heer2023living,
author = {Heer, Jeffrey and Conlen, Matthew and Devireddy, Vishal and Nguyen, Tu and Horowitz, Joshua},
title = {Living Papers: A Language Toolkit for Augmented Scholarly Communication},
year = {2023},
url = {https://doi.org/10.1145/3586183.3606791},
doi = {10.1145/3586183.3606791},
booktitle = {Proceedings of the 36th Annual ACM Symposium on User Interface Software and Technology},
articleno = {42},
numpages = {13},
series = {UIST '23}
}
```## Build Instructions
- Clone this repo.
- Run `npm i` to install dependencies.
- Run `npm run build` to compile the article to the `build` folder.
- Run `npm run watch` to automatically recompile upon changes to `living-papers.md`.If you are editing the article, be sure to place all figures, datasets, etc. in the `assets` folder.