diff --git a/docs/source/_toc.yml b/docs/source/_toc.yml index 0b584a4..cc0369a 100644 --- a/docs/source/_toc.yml +++ b/docs/source/_toc.yml @@ -10,6 +10,7 @@ chapters: - file: notebooks/HierarchicalModels - file: notebooks/WorkedExample - file: contributing + - file: citation - file: license - file: modules sections: diff --git a/docs/source/citation.md b/docs/source/citation.md new file mode 100644 index 0000000..5bc30e7 --- /dev/null +++ b/docs/source/citation.md @@ -0,0 +1,18 @@ +# Citing caskade + +If you use `caskade` in your work, please cite the [JOSS release paper](https://joss.theoj.org/papers/10.21105/joss.08786) here: + +```bibtex +@article{Stone2025, + doi = {10.21105/joss.08786}, + url = {https://doi.org/10.21105/joss.08786}, + year = {2025}, + publisher = {The Open Journal}, + volume = {10}, + number = {113}, + pages = {8786}, + author = {Stone, Connor and Adam, Alexandre and Coogan, Adam and Perreault-Levasseur, Laurence and Hezaveh, Yashar}, + title = {caskade: building Pythonic scientific simulators}, + journal = {Journal of Open Source Software} +} +``` \ No newline at end of file