Skip to content

Commit 291ba87

Browse files
committed
Cite pyodide, webr
1 parent 4c1ca38 commit 291ba87

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

paper/paper.bib

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,24 @@ @misc{tinystan2025
4848
journal = {GitHub repository},
4949
url = {https://github.com/WardBrian/tinystan}
5050
}
51+
52+
@software{pyodide2021,
53+
author = {The Pyodide development team},
54+
title = {pyodide/pyodide},
55+
month = aug,
56+
year = 2021,
57+
publisher = {Zenodo},
58+
version = {0.28.3},
59+
doi = {10.5281/zenodo.17177884},
60+
url = {https://doi.org/10.5281/zenodo.17177884}
61+
}
62+
63+
@software{Stagg2023,
64+
author = {Stagg, George William and Lionel, Henry and Others},
65+
license = {MIT},
66+
month = nov,
67+
title = {{webR: The statistical language R compiled to WebAssembly via Emscripten}},
68+
url = {https://github.com/r-wasm/webr},
69+
version = {0.2.2},
70+
year = {2023}
71+
}

paper/paper.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ bibliography: paper.bib
2929

3030
# Summary
3131

32-
Web interface for Stan [@Carpenter2017; @Stan2025]
32+
Web interface for Stan [@Carpenter2017; @Stan2025]. Provides pre- and post-processing using Python
33+
(through Pyodide, @pyodide2023) and R (through webR, @Stagg2023).
3334

3435
# Statement of need
3536

0 commit comments

Comments
 (0)