Skip to content

Commit 67438dd

Browse files
committed
update citation
1 parent 13a2310 commit 67438dd

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

CITATION.bib

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
@article{Salvatier2016,
2-
doi = {10.7717/peerj-cs.55},
3-
url = {https://doi.org/10.7717/peerj-cs.55},
4-
year = {2016},
5-
month = {apr},
6-
publisher = {{PeerJ}},
7-
volume = {2},
8-
pages = {e55},
9-
author = {John Salvatier and Thomas V. Wiecki and Christopher Fonnesbeck},
10-
title = {Probabilistic programming in Python using {PyMC}3},
1+
@article{pymc2023,
2+
title={PyMC: A Modern and Comprehensive Probabilistic Programming Framework in Python},
3+
author={Abril-Pla Oriol and Andreani Virgile and Carroll Colin and Dong Larry and Fonnesbeck Christopher J. and Kochurov Maxim and Kumar Ravin and Lao Jupeng and Luhmann Christian C. and Martin Osvaldo A. and Osthege Michael and Vieira Ricardo and Wiecki Thomas and Zinkov Robert},
114
journal = {{PeerJ} Computer Science}
5+
publisher = {{PeerJ}},
6+
volume={9},
7+
pages={e1516},
8+
year={2023},
9+
doi={10.7717/peerj-cs.1516}
1210
}

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,13 @@ Citing PyMC
6868
===========
6969
Please choose from the following:
7070

71-
- |DOIpaper| *Probabilistic programming in Python using PyMC3*, Salvatier J., Wiecki T.V., Fonnesbeck C. (2016)
71+
- |DOIpaper| *PyMC: A Modern and Comprehensive Probabilistic Programming Framework in Python*, Abril-Pla O, Andreani V, Carroll C, Dong L, Fonnesbeck CJ, Kochurov M, Kumar R, Lao J, Luhmann CC, Martin
72+
OA, Osthege M, Vieira R, Wiecki T, Zinkov R. (2023)
7273
- |DOIzenodo| A DOI for all versions.
7374
- DOIs for specific versions are shown on Zenodo and under `Releases <https://github.com/pymc-devs/pymc/releases>`_
7475

75-
.. |DOIpaper| image:: https://img.shields.io/badge/DOI-10.7717%2Fpeerj--cs.55-blue
76-
:target: https://doi.org/10.7717/peerj-cs.55
76+
.. |DOIpaper| image:: https://img.shields.io/badge/DOI-10.7717%2Fpeerj--cs.1516-blue
77+
:target: https://doi.org/10.7717/peerj-cs.1516
7778
.. |DOIzenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4603970.svg
7879
:target: https://doi.org/10.5281/zenodo.4603970
7980

0 commit comments

Comments
 (0)