Skip to content

Commit 02bb110

Browse files
authored
Add citation file (#151)
* add CITATION.cff file * bibliographic information update
1 parent 57c5cc1 commit 02bb110

File tree

3 files changed

+46
-4
lines changed

3 files changed

+46
-4
lines changed

CITATION.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
@misc{quiroga2022bart,
1+
@misc{quiroga2023bayesian,
22
doi = {10.48550/ARXIV.2206.03619},
33
url = {https://arxiv.org/abs/2206.03619},
44
author = {Quiroga, Miriana and Garay, Pablo G and Alonso, Juan M. and Loyola, Juan Martin and Martin, Osvaldo A},
55
keywords = {Computation (stat.CO), FOS: Computer and information sciences, FOS: Computer and information sciences},
66
title = {Bayesian additive regression trees for probabilistic programming},
77
publisher = {arXiv},
8-
year = {2022},
8+
year = {2023},
99
copyright = {Creative Commons Attribution Share Alike 4.0 International}
1010
}

CITATION.cff

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Quiroga"
5+
given-names: "Miriana"
6+
- family-names: "Garay"
7+
given-names: "Pablo"
8+
orcid: "https://orcid.org/0000-0001-6604-0329"
9+
- family-names: "Loyola"
10+
given-names: "Juan"
11+
orcid: "https://orcid.org/0000-0002-9510-6785"
12+
- family-names: "Alonso"
13+
given-names: "Juan"
14+
- family-names: "Martin"
15+
given-names: "Osvaldo"
16+
orcid: "https://orcid.org/0000-0001-7419-8978"
17+
title: "pymc-bart"
18+
version: 0.5.10
19+
doi: 10.5281/zenodo.10817896
20+
date-released: 2024-03-14
21+
url: "https://github.com/pymc-devs/pymc-bart"
22+
preferred-citation:
23+
type: article
24+
authors:
25+
- family-names: "Quiroga"
26+
given-names: "Miriana"
27+
- family-names: "Garay"
28+
given-names: "Pablo"
29+
orcid: "https://orcid.org/0000-0001-6604-0329"
30+
- family-names: "Loyola"
31+
given-names: "Juan"
32+
orcid: "https://orcid.org/0000-0002-9510-6785"
33+
- family-names: "Alonso"
34+
given-names: "Juan"
35+
- family-names: "Martin"
36+
given-names: "Osvaldo"
37+
orcid: "https://orcid.org/0000-0001-7419-8978"
38+
doi: "10.48550/arXiv.2206.03619"
39+
journal: "arxiv"
40+
month: 8
41+
title: "Bayesian additive regression trees for probabilistic programming"
42+
year: 2023

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ If you use PyMC-BART and want to cite it please use [![arXiv](https://img.shield
6767
Here is the citation in BibTeX format
6868

6969
```
70-
@misc{quiroga2022bart,
70+
@misc{quiroga2023bayesian,
7171
title={Bayesian additive regression trees for probabilistic programming},
7272
author={Quiroga, Miriana and Garay, Pablo G and Alonso, Juan M. and Loyola, Juan Martin and Martin, Osvaldo A},
73-
year={2022},
73+
year={2023},
7474
doi={10.48550/ARXIV.2206.03619},
7575
archivePrefix={arXiv},
7676
primaryClass={stat.CO}

0 commit comments

Comments
 (0)