Skip to content

Commit bb67e73

Browse files
authored
Merge pull request #92 from miykael/zenodo_doi
Adds zenodo DOI for beta release v0.0.2
2 parents 8ebe1b5 + 7eaeaf3 commit bb67e73

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.zenodo.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"creators": [
2+
"title": "AtlasReader: A Python package to generate coordinate tables, region labels, and informative figures from statistical MRI images",
3+
"publication_date": "2017-02-15",
4+
"creators": [
35
{
46
"name": "Notter, Michael Philipp",
57
"affiliation": "The Laboratory for Investigative Neurophysiology (The LINE), Department of Radiology and Department of Clinical Neurosciences, Lausanne, Switzerland; Center for Biomedical Imaging (CIBM), Lausanne, Switzerland",
@@ -35,6 +37,7 @@
3537
"neuroimaging",
3638
"visualization"
3739
],
40+
"access_right": "open",
3841
"license": "BSD-3-Clause",
3942
"upload_type": "software"
4043
}

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ region labels from statistical MRI images.
1414

1515
If you are using `atlasreader` in your publication, please cite the following paper:
1616

17-
Notter M. P., Gale D., Herholz P., Markello R. D., Notter-Bielser M.-L., & Whitaker K. (2019). AtlasReader: A Python package to generate coordinate tables, region labels, and informative figures from statistical MRI images. *The Journal of Open Source Software*, ZZZ, YYY.
18-
19-
***TODO: This reference needs to be updated after paper is published. Don't forget to add the DOI and link to the paper.***
17+
Notter M. P., Gale D., Herholz P., Markello R. D., Notter-Bielser M.-L., & Whitaker K. (2019). AtlasReader: A Python package to generate coordinate tables, region labels, and informative figures from statistical MRI images. *Zenodo*, [https://doi.org/10.5281/zenodo.2552310](https://doi.org/10.5281/zenodo.2552310).
2018

2119

2220
## Installation

notebooks/atlasreader.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@
5050
"\n",
5151
"If you use `atlasreader` in your publication, please cite the following paper:\n",
5252
"\n",
53-
" Notter M. P., Gale D., Herholz P., Markello R. D., Notter-Bielser M.-L., & Whitaker K. (2019). AtlasReader: A Python package to generate coordinate tables, region labels, and informative figures from statistical MRI images. *The Journal of Open Source Software*, ZZZ, YYY.\n",
54-
"\n",
55-
"**TODO: This reference needs to be updated after paper is published. Don't forget to add the DOI and link to the paper.**"
53+
" Notter M. P., Gale D., Herholz P., Markello R. D., Notter-Bielser M.-L., & Whitaker K. (2019). AtlasReader: A Python package to generate coordinate tables, region labels, and informative figures from statistical MRI images. *Zenodo*, [https://doi.org/10.5281/zenodo.2552310](https://doi.org/10.5281/zenodo.2552310)\n",
54+
"\n"
5655
]
5756
},
5857
{

0 commit comments

Comments
 (0)