Skip to content

Commit 80d7aa0

Browse files
committed
Add emscripten citation
1 parent 8c68277 commit 80d7aa0

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

paper/paper.bib

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ @article{Carpenter2017
99
}
1010

1111
@article{Carpenter2018,
12-
title={Predator-Prey Population Dynamics: the Lotka-Volterra model in Stan},
12+
title={{Predator-Prey Population Dynamics: the Lotka-Volterra model in Stan}},
1313
volume={5},
1414
url={https://mc-stan.org/learn-stan/case-studies/lotka-volterra-predator-prey.html},
1515
journal={Stan Case Studies},
@@ -37,20 +37,20 @@ @article{Roualdes2023
3737
number = {87},
3838
pages = {5236},
3939
author = {Roualdes, Edward A. and Ward, Brian and Carpenter, Bob and Seyboldt, Adrian and Axen, Seth D.},
40-
title = {BridgeStan: Efficient in-memory access to the methods of a Stan model}, journal = {Journal of Open Source Software}
40+
title = {BridgeStan: Efficient in-memory access to the methods of a {Stan} model}, journal = {Journal of Open Source Software}
4141
}
4242

4343
@misc{tinystan2025,
4444
author = {Ward, Brian},
45-
title = {tinystan: Easy, minimal interface to the Stan samplers in several languages},
45+
title = {{tinystan}: Easy, minimal interface to the Stan samplers in several languages},
4646
year = {2025},
4747
publisher = {GitHub},
4848
journal = {GitHub repository},
4949
url = {https://github.com/WardBrian/tinystan}
5050
}
5151

5252
@software{pyodide2021,
53-
author = {The Pyodide development team},
53+
author = {{The Pyodide development team}},
5454
title = {pyodide/pyodide},
5555
month = aug,
5656
year = 2021,
@@ -69,3 +69,21 @@ @software{Stagg2023
6969
version = {0.2.2},
7070
year = {2023}
7171
}
72+
73+
74+
@inproceedings{emscripten2011,
75+
author = {Zakai, Alon},
76+
title = {Emscripten: an LLVM-to-JavaScript compiler},
77+
year = {2011},
78+
isbn = {9781450309424},
79+
publisher = {Association for Computing Machinery},
80+
address = {New York, NY, USA},
81+
url = {https://doi.org/10.1145/2048147.2048224},
82+
doi = {10.1145/2048147.2048224},
83+
booktitle = {Proceedings of the ACM International Conference Companion on Object Oriented Programming Systems Languages and Applications Companion},
84+
pages = {301–312},
85+
numpages = {12},
86+
keywords = {llvm, javascript, decompiler},
87+
location = {Portland, Oregon, USA},
88+
series = {OOPSLA '11}
89+
}

paper/paper.md

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

3030
# Summary
3131

32-
Web interface for Stan [@Carpenter2017; @Stan2025]. Provides pre- and post-processing using Python
33-
through Pyodide [@pyodide2021] and R through webR [@Stagg2023]).
32+
Web interface for Stan [@Carpenter2017; @Stan2025] with a compilation server using Emscripten [@emscripten2011].
33+
Provides pre- and post-processing using Python through Pyodide [@pyodide2021] and R through webR [@Stagg2023].
3434

3535
# Statement of need
3636

0 commit comments

Comments
 (0)