An open API service indexing awesome lists of open source software.

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

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.