Skip to content

Commit 14917ca

Browse files
committed
🎨 SSOT fMRIPrep preconfig refs
1 parent de99832 commit 14917ca

File tree

2 files changed

+48
-5
lines changed

2 files changed

+48
-5
lines changed

docs/_sources/references/preconfigs.bib

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11

2+
@article{Este19,
3+
title = {{{fMRIPrep}}: A Robust Preprocessing Pipeline for Functional {{MRI}}},
4+
shorttitle = {{{fMRIPrep}}},
5+
author = {Esteban, Oscar and Markiewicz, Christopher J. and Blair, Ross W. and Moodie, Craig A. and Isik, A. Ilkay and Erramuzpe, Asier and Kent, James D. and Goncalves, Mathias and DuPre, Elizabeth and Snyder, Madeleine and Oya, Hiroyuki and Ghosh, Satrajit S. and Wright, Jessey and Durnez, Joke and Poldrack, Russell A. and Gorgolewski, Krzysztof J.},
6+
year = {2019},
7+
month = jan,
8+
journal = {Nature Methods},
9+
volume = {16},
10+
number = {1},
11+
pages = {111--116},
12+
publisher = {{Nature Publishing Group}},
13+
issn = {1548-7105},
14+
doi = {10.1038/s41592-018-0235-4},
15+
copyright = {2018 The Author(s), under exclusive licence to Springer Nature America, Inc.},
16+
langid = {english}
17+
}
18+
19+
@book{fMRI16,
20+
title = {{{fMRIPrep}}: {{A Robust Preprocessing Pipeline}} for {{fMRI Data}} \textemdash{} Fmriprep Stable Version Documentation},
21+
author = {{fMRIPrep developers}},
22+
year = {2016},
23+
url = {https://fmriprep.org/en/stable/}
24+
}
25+
226
@article{Hoff21,
327
title = {Reproducible {{Brain Charts}} Initiative - {{Reliability}} and {{Validity}} of {{Bifactor Models}} of {{Dimensional Psychopathology}} in {{Youth}}},
428
author = {Hoffmann, Mauricio Scopel and Salum, Giovanni and Moore, Tyler Maxwell and Milham, Michael and Satterthwaite, Theodore},
@@ -33,10 +57,19 @@ @misc{Neur18a
3357
year = {2018},
3458
month = jan,
3559
copyright = {Apache-2.0},
36-
howpublished = {NeuroData},
3760
url = {https://github.com/neurodata/m2g/tree/v0.1.0}
3861
}
3962

63+
@misc{NiPr20,
64+
title = {{{fMRIPrep}}: {{A Robust Preprocessing Pipeline}} for {{fMRI Data}}},
65+
shorttitle = {{{fMRIPrep}}},
66+
author = {{NiPreps Developers}},
67+
year = {2020},
68+
month = sep,
69+
copyright = {Apache-2.0},
70+
url = {https://github.com/nipreps/fmriprep}
71+
}
72+
4073
@article{Rami20,
4174
title = {Maternal {{Interleukin-6 Is Associated With Macaque Offspring Amygdala Development}} and {{Behavior}}},
4275
author = {Ramirez, Julian S B and Graham, Alice M and Thompson, Jacqueline R and Zhu, Jennifer Y and Sturgeon, Darrick and Bagley, Jennifer L and Thomas, Elina and Papadakis, Samantha and Bah, Muhammed and Perrone, Anders and Earl, Eric and {Miranda-Dominguez}, Oscar and Feczko, Eric and Fombonne, Eric J and Amaral, David G and Nigg, Joel T and Sullivan, Elinor L and Fair, Damien A},

docs/_sources/user/pipelines/preconfig.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,18 @@ fmriprep-options: fmriprep-Options Pipeline
7373

7474
Pipeline Configuration YAML: `https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_fmriprep-options.yml <https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/resources/configs/pipeline_config_fmriprep-options.yml>`_
7575

76-
This pipeline is designed to increase reproducibility with the preprocessing results of the `fmriprep pipeline package <https://fmriprep.readthedocs.io/en/stable/>`_ produced by the `Poldrack Lab at Stanford University <https://poldracklab.stanford.edu/>`_.
76+
This pipeline is designed to increase reproducibility with the preprocessing results of the fmriprep pipeline package :cite:`cite-fmriprep-fMRI16` produced by the `Poldrack Lab at Stanford University <https://poldracklab.stanford.edu/>`_.
7777

78-
* `https://github.com/poldracklab/fmriprep <https://github.com/poldracklab/fmriprep>`_
79-
* `https://www.nature.com/articles/s41592-018-0235-4 <https://www.nature.com/articles/s41592-018-0235-4>`_
78+
.. bibliography:: /references/preconfigs.bib
79+
:list: bullet
80+
81+
NiPr20
82+
Este19
83+
84+
.. bibliography:: /references/preconfigs.bib
85+
:cited:
86+
:keyprefix: cite-fmriprep-
87+
:start: continue
8088

8189
ndmg: Neurodata's 'ndmg-f' Pipeline
8290
-----------------------------------
@@ -89,6 +97,7 @@ Note, the 'ndmg_graph' connectome graph outputs are always produced by C-PAC. Th
8997

9098
.. bibliography:: /references/preconfigs.bib
9199
:list: bullet
100+
:start: continue
92101

93102
Kiar18a
94103
Neur
@@ -104,7 +113,7 @@ RBC-options pipeline was built and integrated in C-PAC based on the Reproducible
104113
.. bibliography:: /references/preconfigs.bib
105114
:cited:
106115
:keyprefix: cite-rbc-
107-
116+
:start: continue
108117

109118
non-human primate
110119
^^^^^^^^^^^^^^^^^
@@ -118,6 +127,7 @@ This pipeline is based on the work of Xu et al. :cite:`cite-monkey-Xu19` and nhp
118127

119128
.. bibliography:: /references/preconfigs.bib
120129
:list: bullet
130+
:start: continue
121131

122132
Wang21a
123133
Rami20

0 commit comments

Comments
 (0)