Skip to content

Commit 6997af1

Browse files
authored
Merge pull request #1234 from oesteban/docs/missing-references
[DOC] Add two missing references
2 parents 1847445 + 6fca1e7 commit 6997af1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

fmriprep/data/boilerplate.bib

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,25 @@ @article{hcppipelines
270270
volume = 80,
271271
year = 2013
272272
}
273+
274+
@article{fs_template,
275+
author = {Reuter, Martin and Rosas, Herminia Diana and Fischl, Bruce},
276+
doi = {10.1016/j.neuroimage.2010.07.020},
277+
journal = {NeuroImage},
278+
number = 4,
279+
pages = {1181-1196},
280+
title = {Highly accurate inverse consistent registration: A robust approach},
281+
volume = 53,
282+
year = 2010
283+
}
284+
285+
@article{cox_software_1997,
286+
author = {Cox, Robert W. and Hyde, James S.},
287+
doi = {10.1002/(SICI)1099-1492(199706/08)10:4/5<171::AID-NBM453>3.0.CO;2-L},
288+
journal = {NMR in Biomedicine},
289+
number = {4-5},
290+
pages = {171-178},
291+
title = {Software tools for analysis and visualization of fMRI data},
292+
volume = 10,
293+
year = 1997
294+
}

fmriprep/workflows/anatomical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def init_anat_template_wf(longitudinal, omp_nthreads, num_t1w, name='anat_templa
469469
workflow.__desc__ = """\
470470
A T1w-reference map was computed after registration of
471471
{num_t1w} T1w images (after INU-correction) using
472-
`mri_robust_template` [FreeSurfer {fs_ver}, @freesurfer].
472+
`mri_robust_template` [FreeSurfer {fs_ver}, @fs_template].
473473
""".format(num_t1w=num_t1w, fs_ver=fs.Info().looseversion() or '<ver>')
474474

475475
inputnode = pe.Node(niu.IdentityInterface(fields=['t1w']), name='inputnode')

0 commit comments

Comments
 (0)