-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Set VERSION to 0.2.1. * Add .zenodo.json metadata file which will hopefully ease our auto-DOI-publishing woes. * Remove .json from .gitignore.
- Loading branch information
Showing
3 changed files
with
76 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,6 @@ | |
# tar files | ||
*.tar | ||
|
||
# json files | ||
*.json | ||
|
||
# generated when making on os x | ||
*.dSYM | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
{ | ||
"license": { | ||
"id": "BSD-3-Clause" | ||
}, | ||
"grants": [ | ||
{ | ||
"code": "785907", | ||
"links": { | ||
"self": "https://zenodo.org/api/grants/10.13039/501100000780::785907" | ||
}, | ||
"title": "Human Brain Project Specific Grant Agreement 2", | ||
"acronym": "HBP SGA2", | ||
"program": "H2020", | ||
"funder": { | ||
"doi": "10.13039/501100000780", | ||
"acronyms": [ | ||
"EC" | ||
], | ||
"name": "European Commission", | ||
"links": { | ||
"self": "https://zenodo.org/api/funders/10.13039/501100000780" | ||
} | ||
} | ||
} | ||
], | ||
"creators": [ | ||
{ | ||
"affiliation": "CSCS", | ||
"name": "Nora Abi Akar" | ||
}, | ||
{ | ||
"affiliation": "CSCS", | ||
"name": "John Biddiscombe" | ||
}, | ||
{ | ||
"affiliation": "CSCS", | ||
"name": "Benjamin Cumming" | ||
}, | ||
{ | ||
"affiliation": "University of Stuttgart", | ||
"name": "Felix Huber" | ||
}, | ||
{ | ||
"affiliation": "CSCS", | ||
"name": "Marko Kabic" | ||
}, | ||
{ | ||
"affiliation": "CSCS", | ||
"name": "Vasileios Karakasis" | ||
}, | ||
{ | ||
"affiliation": "FZJ", | ||
"name": "Wouter Klijn" | ||
}, | ||
{ | ||
"orcid": "0000-0002-8172-7791", | ||
"affiliation": "FZJ", | ||
"name": "Anne Küsters" | ||
}, | ||
{ | ||
"orcid": "0000-0002-3453-310X", | ||
"affiliation": "FZJ", | ||
"name": "Alexander Peyser" | ||
}, | ||
{ | ||
"orcid": "0000-0002-9447-6653", | ||
"affiliation": "CSCS", | ||
"name": "Stuart Yates" | ||
}, | ||
{ | ||
"affiliation": "Universität Heidelberg", | ||
"name": "Eric Müller" | ||
} | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.2.1-dev | ||
0.2.1 |