Skip to content

Commit 505fbb3

Browse files
Attempting to add a CITATION.cff file (#407)
* Attempting to add a CITATION.cff file * add arxiv specifics * Update CITATION.cff Update using information from https://www.jstatsoft.org/article/view/v103i15 * Update CITATION.cff add orcid Co-authored-by: Osvaldo A Martin <aloctavodia@gmail.com>
1 parent 1b86c4a commit 505fbb3

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

CITATION.cff

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Tomas"
5+
given-names: "Capretto"
6+
- family-names: "Camen"
7+
given-names: "Piho"
8+
- family-names: "Ravin"
9+
given-names: "Kumar"
10+
orcid: https://orcid.org/0000-0003-0501-6098
11+
- family-names: "Jacob"
12+
given-names: "Westfall"
13+
orcid: https://orcid.org/0000-0001-7566-3544
14+
- family-names: "Tal"
15+
given-names: "Yarkoni"
16+
orcid: https://orcid.org/0000-0002-6558-5113
17+
- family-names: "Osvaldo"
18+
given-names: "Martin"
19+
orcid: https://orcid.org/0000-0001-7419-8978
20+
title: "Bambi: A simple interface for fitting Bayesian linear models in Python"
21+
version: 0.8.0
22+
date-released: 2022-05-18
23+
url: "https://github.com/bambinos/bambi"
24+
preferred-citation:
25+
type: article
26+
authors:
27+
- family-names: "Tomas"
28+
given-names: "Capretto"
29+
- family-names: "Camen"
30+
given-names: "Piho"
31+
- family-names: "Ravin"
32+
given-names: "Kumar"
33+
orcid: https://orcid.org/0000-0003-0501-6098
34+
- family-names: "Jacob"
35+
given-names: "Westfall"
36+
orcid: https://orcid.org/0000-0001-7566-3544
37+
- family-names: "Tal"
38+
given-names: "Yarkoni"
39+
orcid: https://orcid.org/0000-0002-6558-5113
40+
- family-names: "Osvaldo"
41+
given-names: "Martin"
42+
orcid: https://orcid.org/0000-0001-7419-8978
43+
doi: "10.18637/jss.v103.i15"
44+
journal: "Journal of Statistical Software"
45+
month: 8
46+
start: 1 # First page number
47+
end: 29 # Last page number
48+
title: "Bambi: A simple interface for fitting Bayesian linear models in Python"
49+
issue: 103
50+
volume: 15
51+
year: 2022

0 commit comments

Comments
 (0)