Skip to content

Commit 461cf20

Browse files
authored
Merge pull request #1250 from oesteban/doc/zenodo-version
[DOC] Set appropriate version in Zenodo citation
2 parents d2ed91d + 2f8b458 commit 461cf20

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
fi
4949
sed -i -E "s/(__version__ = )'[A-Za-z0-9.-]+'/\1'${CIRCLE_TAG:-$THISVERSION}'/" wrapper/fmriprep_docker.py
5050
sed -i -E "s/(var version = )'[A-Za-z0-9.-]+'/\1'${CIRCLE_TAG:-$THISVERSION}'/" docs/citing.rst
51+
sed -i "s/title = {FMRIPrep}/title = {FMRIPrep ${CIRCLE_TAG:-$THISVERSION}}/" fmriprep/data/boilerplate.bib
5152
# Build docker image
5253
e=1 && for i in {1..5}; do
5354
docker build \

fmriprep/data/boilerplate.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ @article{fmriprep1
88

99
@article{fmriprep2,
1010
author = {Esteban, Oscar and Blair, Ross and Markiewicz, Christopher J. and Berleant, Shoshana L. and Moodie, Craig and Ma, Feilong and Isik, Ayse Ilkay and Erramuzpe, Asier and Kent, James D. andGoncalves, Mathias and DuPre, Elizabeth and Sitek, Kevin R. and Gomez, Daniel E. P. and Lurie, Daniel J. and Ye, Zhifang and Poldrack, Russell A. and Gorgolewski, Krzysztof J.},
11-
title = {FMRIPrep 1.1.2},
11+
title = {FMRIPrep},
1212
year = 2018,
1313
doi = {10.5281/zenodo.852659},
1414
publisher = {Zenodo},

0 commit comments

Comments
 (0)