File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments