Skip to content

Commit

Permalink
Add citation information
Browse files Browse the repository at this point in the history
Add a new citation section to the readme.
  • Loading branch information
CKrawczyk authored Jun 19, 2024
1 parent 54aeabc commit e757653
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,25 @@ Build documentation with:
```bash
./build_docs
```

## Citation

If you use this sampler in your publication you can cite the software as:

> Coleman Krawczyk. (2024). CKrawczyk/MultiHMCGibbs: v1.0.0 (v1.0.0). Zenodo. https://doi.org/10.5281/zenodo.12167630
Or with bibtex:
```bibtex
@software{coleman_krawczyk_2024_12167630,
author = {Coleman Krawczyk},
title = {CKrawczyk/MultiHMCGibbs: v1.0.0},
month = jun,
year = 2024,
publisher = {Zenodo},
version = {v1.0.0},
doi = {10.5281/zenodo.12167630},
url = {https://doi.org/10.5281/zenodo.12167630}
}
```

Full citation information can be found on [https://zenodo.org/records/12167630](https://zenodo.org/records/12167630)

0 comments on commit e757653

Please sign in to comment.