https://github.com/uwdata/living-papers-examples
Example Living Papers Articles
https://github.com/uwdata/living-papers-examples
Last synced: 2 months ago
JSON representation
Example Living Papers Articles
- Host: GitHub
- URL: https://github.com/uwdata/living-papers-examples
- Owner: uwdata
- License: bsd-3-clause
- Created: 2023-03-12T22:48:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T20:02:18.000Z (over 2 years ago)
- Last Synced: 2025-02-16T14:01:42.120Z (4 months ago)
- Language: JavaScript
- Size: 5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Living Papers Examples
Example articles created with the [Living Papers](https://github.com/uwdata/living-papers) framework.
## Examples
- `lucas-kanade`: A recreation of Lucas and Kanade's influential paper on optical flow estimation. Uses interactive equations augmented with term definitions.
- `multiverse-physical-vis`: A recreation of the Frequentist example in the Explorable Multiverse Analyses paper. This interactive article enables exploration of the effects of various analysis decisions.## Development
- Run `npm i` in the top-level folder to load dependencies for all articles.
- Run `npm run build` or `npm run watch` within an article folder to compile the article.