Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Add TemplateFlow's citation into bibtex file #2969

Merged
merged 1 commit into from
Mar 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion fmriprep/data/boilerplate.bib
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
@article{fmriprep1,
author = {Esteban, Oscar and Markiewicz, Christopher and Blair, Ross W and Moodie, Craig and Isik, Ayse Ilkay and Erramuzpe Aliaga, Asier and Kent, James and Goncalves, Mathias and DuPre, Elizabeth and Snyder, Madeleine and Oya, Hiroyuki and Ghosh, Satrajit and Wright, Jessey and Durnez, Joke and Poldrack, Russell and Gorgolewski, Krzysztof Jacek},
title = {{fMRIPrep}: a robust preprocessing pipeline for functional {MRI}},
year = {2018},
volume = {16},
pages = {111--116},
year = {2019},
doi = {10.1038/s41592-018-0235-4},
journal = {Nature Methods}
}
Expand All @@ -15,6 +17,16 @@ @article{fmriprep2
journal = {Software}
}

@article{templateflow,
author = {Ciric, R. and Thompson, William H. and Lorenz, R. and Goncalves, M. and MacNicol, E. and Markiewicz, C. J. and Halchenko, Y. O. and Ghosh, S. S. and Gorgolewski, K. J. and Poldrack, R. A. and Esteban, O.},
title = {{TemplateFlow}: {FAIR}-sharing of multi-scale, multi-species brain models},
volume = {19},
pages = {1568--1571},
year = {2022},
doi = {10.1038/s41592-022-01681-2},
journal = {Nature Methods}
}

@article{nipype1,
author = {Gorgolewski, K. and Burns, C. D. and Madison, C. and Clark, D. and Halchenko, Y. O. and Waskom, M. L. and Ghosh, S.},
doi = {10.3389/fninf.2011.00013},
Expand Down