From 02d50acd6821478b8729ac8e9dece99369c44e77 Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Thu, 18 Oct 2018 10:23:30 +0200 Subject: [PATCH] DOC Add bibtex key for citation. --- CITATION.bib | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CITATION.bib diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 0000000000..080ae47fc6 --- /dev/null +++ b/CITATION.bib @@ -0,0 +1,12 @@ +@article{Salvatier2016, + doi = {10.7717/peerj-cs.55}, + url = {https://doi.org/10.7717/peerj-cs.55}, + year = {2016}, + month = {apr}, + publisher = {{PeerJ}}, + volume = {2}, + pages = {e55}, + author = {John Salvatier and Thomas V. Wiecki and Christopher Fonnesbeck}, + title = {Probabilistic programming in Python using {PyMC}3}, + journal = {{PeerJ} Computer Science} +}