Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ chapters:
- file: notebooks/HierarchicalModels
- file: notebooks/WorkedExample
- file: contributing
- file: citation
- file: license
- file: modules
sections:
Expand Down
18 changes: 18 additions & 0 deletions docs/source/citation.md
Original file line number Diff line number Diff line change
@@ -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}
}
```
Loading