Skip to content

Commit 9a86920

Browse files
docs: Add Zenodo metadata config file (#779)
* Add .zenodo.json file to control Zenodo metadata * Add .zenodo.json to bumpversion control
1 parent aa25803 commit 9a86920

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ tag = True
1010
[bumpversion:file:README.md]
1111

1212
[bumpversion:file:docs/bib/preferred.bib]
13+
14+
[bumpversion:file:.zenodo.json]

.zenodo.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"description": "pure-Python implementation of HistFactory models with tensors and autograd",
3+
"license": "Apache-2.0",
4+
"title": "scikit-hep/pyhf: v0.4.0",
5+
"version": "v0.4.0",
6+
"upload_type": "software",
7+
"creators": [
8+
{
9+
"affiliation": "CERN",
10+
"name": "Lukas Heinrich",
11+
"orcid": "0000-0002-4048-7584"
12+
},
13+
{
14+
"affiliation": "University of Illinois at Urbana-Champaign",
15+
"name": "Matthew Feickert",
16+
"orcid": "0000-0003-4124-7862"
17+
},
18+
{
19+
"affiliation": "SCIPP, University of California, Santa Cruz",
20+
"name": "Giordon Stark",
21+
"orcid": "0000-0001-6616-3433"
22+
}
23+
],
24+
"access_right": "open",
25+
"keywords": [
26+
"physics",
27+
"statistics",
28+
"fitting",
29+
"scipy",
30+
"numpy",
31+
"tensorflow",
32+
"pytorch",
33+
"jax",
34+
"auto-differentiation"
35+
],
36+
"related_identifiers": [
37+
{
38+
"scheme": "url",
39+
"identifier": "https://github.com/scikit-hep/pyhf/tree/v0.4.0",
40+
"relation": "isSupplementTo"
41+
},
42+
{
43+
"scheme": "doi",
44+
"identifier": "10.5281/zenodo.1169739",
45+
"relation": "isVersionOf"
46+
}
47+
]
48+
}

0 commit comments

Comments
 (0)