Skip to content

Commit fb4bc14

Browse files
authored
Merge pull request #321 from DoubleML/s-add-cff
Add CITATION.cff
2 parents cdb0cf8 + 1edf584 commit fb4bc14

File tree

2 files changed

+79
-0
lines changed

2 files changed

+79
-0
lines changed

CITATION.cff

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: DoubleML - Double Machine Learning in Python
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
10+
authors:
11+
- given-names: Philipp
12+
family-names: Bach
13+
email: philipp.bach@uni-hamburg.de
14+
affiliation: University of Hamburg
15+
orcid: 'https://orcid.org/0000-0002-7183-9239'
16+
- given-names: Victor
17+
family-names: Chernozhukov
18+
affiliation: MIT
19+
orcid: 'https://orcid.org/0000-0002-3250-6714'
20+
email: vchern@mit.edu
21+
- given-names: Sven
22+
family-names: Klaassen
23+
email: sven.klaassen@uni-hamburg.de
24+
affiliation: University of Hamburg
25+
orcid: 'https://orcid.org/0009-0004-9080-0809'
26+
- given-names: Malte S.
27+
family-names: Kurz
28+
- given-names: Martin
29+
family-names: Spindler
30+
email: martin.spindler@uni-hamburg.de
31+
orcid: 'https://orcid.org/0000-0002-1294-7782'
32+
affiliation: University of Hamburg
33+
repository-code: 'https://github.com/DoubleML/doubleml-for-py'
34+
url: 'https://docs.doubleml.org/stable/index.html'
35+
license: BSD-3-Clause
36+
references:
37+
- type: article
38+
authors:
39+
- given-names: Philipp
40+
family-names: Bach
41+
- given-names: Victor
42+
family-names: Chernozhukov
43+
- given-names: Malte S.
44+
family-names: Kurz
45+
- given-names: Martin
46+
family-names: Spindler
47+
title: "DoubleML - An Object-Oriented Implementation of Double Machine Learning in Python"
48+
journal: Journal of Machine Learning Research
49+
year: 2022
50+
volume: 23
51+
issue: 53
52+
start: 1
53+
end: 6
54+
url: http://jmlr.org/papers/v23/21-0862.html
55+
56+
- type: article
57+
authors:
58+
- given-names: Philipp
59+
family-names: Bach
60+
- given-names: Malte S.
61+
family-names: Kurz
62+
- given-names: Victor
63+
family-names: Chernozhukov
64+
- given-names: Martin
65+
family-names: Spindler
66+
- given-names: Sven
67+
family-names: Klaassen
68+
title: "DoubleML: An Object-Oriented Implementation of Double Machine Learning in R"
69+
journal: Journal of Statistical Software
70+
year: 2024
71+
volume: 108
72+
issue: 3
73+
start: 1
74+
end: 56
75+
doi: 10.18637/jss.v108.i03
76+
url: https://www.jstatsoft.org/index.php/jss/article/view/v108i03

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ and our
9696

9797
If you use the DoubleML package a citation is highly appreciated:
9898

99+
You can click the **"Cite this repository"** button at the top of the GitHub page to cite the package directly.
100+
Alternatively, you can cite the following paper:
101+
99102
Bach, P., Chernozhukov, V., Kurz, M. S., and Spindler, M. (2022), DoubleML - An
100103
Object-Oriented Implementation of Double Machine Learning in Python,
101104
Journal of Machine Learning Research, 23(53): 1-6,

0 commit comments

Comments
 (0)