From e75765304e42b0eda5ee50ab4ddbcb8638919369 Mon Sep 17 00:00:00 2001 From: Coleman Krawczyk Date: Wed, 19 Jun 2024 14:57:07 +0100 Subject: [PATCH] Add citation information Add a new citation section to the readme. --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 7451e45..64797d6 100644 --- a/README.md +++ b/README.md @@ -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)