Skip to content

Commit 0d55bb3

Browse files
committed
add citation
1 parent 01c8c1c commit 0d55bb3

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ Additional information can be found in the [Contributing Readme](https://github.
1111
pymc_bart wishes to maintain a positive community. Additional details
1212
can be found in the [Code of Conduct](https://github.com/pymc-devs/pymc_bart/blob/main/CODE_OF_CONDUCT.md)
1313

14+
## Citation
15+
If you use PyMC-BART and want to cite it please use [![arXiv](https://img.shields.io/badge/arXiv-2206.03619-b31b1b.svg)](https://arxiv.org/abs/2206.03619)
16+
17+
Here is the citation in BibTeX format
18+
19+
@misc{quiroga2022bart,
20+
doi = {10.48550/ARXIV.2206.03619},
21+
url = {https://arxiv.org/abs/2206.03619},
22+
author = {Quiroga, Miriana and Garay, Pablo G and Alonso, Juan M. and Loyola, Juan Martin and Martin, Osvaldo A},
23+
keywords = {Computation (stat.CO), FOS: Computer and information sciences, FOS: Computer and information sciences},
24+
title = {Bayesian additive regression trees for probabilistic programming},
25+
publisher = {arXiv},
26+
year = {2022},
27+
copyright = {Creative Commons Attribution Share Alike 4.0 International}
28+
}
29+
1430
## Donations
1531
pymc_bart, as other pymc-devs projects, is a non-profit project under the NumFOCUS umbrella. If you want to support pymc_bart financially, you can donate [here](https://numfocus.org/donate-to-pymc).
1632

docs/index.rst

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Bayesian Additive Regression Trees for Probabilistic programming with PyMC
2121

2222
Dependencies
2323
============
24-
PyM-BART is tested on Python 3.8+ and depends on PyMC V4.
24+
PyMC-BART is tested on Python 3.8+ and depends on PyMC V4.
2525

2626
Installation
2727
============
@@ -30,6 +30,31 @@ Installation
3030
3131
pip install git+https://github.com/pymc-devs/pymc-bart.git
3232
33+
34+
Citation
35+
========
36+
If you use Bambi and want to cite it please use |arXiv|
37+
38+
.. |arXiv| image:: https://img.shields.io/badge/arXiv-2206.03619-b31b1b.svg
39+
:target: https://arxiv.org/abs/2206.03619
40+
41+
Here is the citation in BibTeX format
42+
43+
.. code-block::
44+
45+
@misc{quiroga2022bart,
46+
doi = {10.48550/ARXIV.2206.03619},
47+
url = {https://arxiv.org/abs/2206.03619},
48+
author = {Quiroga, Miriana and Garay, Pablo G and Alonso, Juan M. and Loyola, Juan Martin and Martin, Osvaldo A},
49+
keywords = {Computation (stat.CO), FOS: Computer and information sciences, FOS: Computer and information sciences},
50+
title = {Bayesian additive regression trees for probabilistic programming},
51+
publisher = {arXiv},
52+
year = {2022},
53+
copyright = {Creative Commons Attribution Share Alike 4.0 International}
54+
}
55+
56+
57+
3358
Contributing
3459
============
3560
We welcome contributions from interested individuals or groups! For information about contributing to PyMC-BART check out our instructions, policies, and guidelines `here <https://github.com/pymc-devs/pymc-bart/blob/main/CONTRIBUTING.md>`_.

0 commit comments

Comments
 (0)