Skip to content

Commit 3699305

Browse files
authored
Create .zenodo.json (#187)
* Create .zenodo.json This is copied from WrightTools, but adjusted for this package. I believe I still will need to activate the zenodo hook in the github settings, and possibly do a release to actually trigger it... * Fix JSON
1 parent 8cbf5d5 commit 3699305

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.zenodo.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"license": {"id": "MIT"},
3+
"title": "Attune",
4+
"upload_type": "software",
5+
"creators": [
6+
{
7+
"orcid": "0000-0001-6167-8059",
8+
"affiliation": "University of Wisconsin–Madison",
9+
"name": "Kyle F. Sunden"
10+
},
11+
{
12+
"orcid": "0000-0002-3845-824X",
13+
"affiliation": "University of Wisconsin–Madison",
14+
"name": "Blaise J. Thompson"
15+
},
16+
{
17+
"orcid": "0000-0003-4602-2961",
18+
"affiliation": "University of Wisconsin–Madison",
19+
"name": "Daniel D. Kohler"
20+
},
21+
],
22+
"access_right": "open"
23+
}

0 commit comments

Comments
 (0)