The UIST'23 Living Papers research paper and supplemental material.
View the paper and supplemental material online here: http://uwdata.github.io/living-papers-paper/
Or, watch the Living Papers overview video.
To write your own articles, see the main Living Papers repository.
To cite Living Papers in a research publication, please use the following citation data:
@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}
}
- Clone this repo.
- Run
npm i
to install dependencies. - Run
npm run build
to compile the article to thebuild
folder. - Run
npm run watch
to automatically recompile upon changes toliving-papers.md
.
If you are editing the article, be sure to place all figures, datasets, etc. in the assets
folder.