Skip to content

Commit 7a07617

Browse files
committed
🎨 Consolidate duplicate bib entries
1 parent fcfd953 commit 7a07617

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

docs/_sources/references/references.bib

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -98,22 +98,12 @@ @article{Jenk02
9898
langid = {english}
9999
}
100100

101-
@techreport{Kiar17,
102-
type = {Preprint},
103-
title = {A {{High-Throughput Pipeline Identifies Robust Connectomes But Troublesome Variability}}},
104-
author = {Kiar, Gregory and Bridgeford, Eric W. and Gray Roncal, William R. and {Consortium for Reliability and Reproducibility (CoRR)} and Chandrashekhar, Vikram and Mhembere, Disa and Ryman, Sephira and Zuo, Xi-Nian and Margulies, Daniel S. and Craddock, R. Cameron and Priebe, Carey E. and Jung, Rex and Calhoun, Vince D. and Caffo, Brian and Burns, Randal and Milham, Michael P. and Vogelstein, Joshua T.},
105-
year = {2017},
106-
month = sep,
107-
doi = {10.1101/188706},
108-
langid = {english}
109-
}
110-
111-
@article{Kiar18,
101+
@techreport{Kiar18,
102+
type= {Preprint},
112103
title = {A {{High-Throughput Pipeline Identifies Robust Connectomes But Troublesome Variability}}},
113104
author = {Kiar, Gregory and Bridgeford, Eric W. and Roncal, William R. Gray and {Consortium for Reliability and Reproducibility (CoRR)} and Chandrashekhar, Vikram and Mhembere, Disa and Ryman, Sephira and Zuo, Xi-Nian and Margulies, Daniel S. and Craddock, R. Cameron and Priebe, Carey E. and Jung, Rex and Calhoun, Vince D. and Caffo, Brian and Burns, Randal and Milham, Michael P. and Vogelstein, Joshua T.},
114105
year = {2018},
115106
month = apr,
116-
pages = {188706},
117107
publisher = {{bioRxiv}},
118108
doi = {10.1101/188706},
119109
copyright = {\textcopyright{} 2018, Posted by Cold Spring Harbor Laboratory. This pre-print is available under a Creative Commons License (Attribution 4.0 International), CC BY 4.0, as described at http://creativecommons.org/licenses/by/4.0/},
@@ -152,7 +142,6 @@ @incollection{nile21
152142
author = {{The nilearn developers}},
153143
key={{nilearn developers}},
154144
year = {2021},
155-
abstract = {Page summary: A functional connectome is a set of connections representing brain interactions between regions. Here we show how to extract activation time-series to compute functional connectomes. ...},
156145
langid = {english},
157146
url = {https://nilearn.github.io/connectivity/functional_connectomes.html#extracting-signals-on-a-parcellation}
158147
}
@@ -163,7 +152,6 @@ @incollection{nile21a
163152
author = {{The nilearn developers}},
164153
key={{nilearn developers}},
165154
year = {2021},
166-
abstract = {Examples using nilearn.connectome.ConnectivityMeasure: Extracting signals of a probabilistic atlas of functional regions Extracting signals of a probabilistic atlas of functional regions, Extractin...},
167155
langid = {english},
168156
url = {https://nilearn.github.io/modules/generated/nilearn.connectome.ConnectivityMeasure.html}
169157
}

docs/_sources/user/tse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Configuring ROI Time Series Extraction
2424

2525
#. **Realignment - [ROI to func, func to ROI]:** Choose functional time-series and ROI realignment method. 'ROI to func' will realign the atlas/ROI to functional space (fast). 'func to ROI' will realign the functional time series to the atlas/ROI space. NOTE: in rare cases, realigning the ROI to the functional space may result in small misalignments for very small ROIs - please double check your data if you see issues.
2626

27-
#. **Connectivity Matrix:** A connectivity matrix can be generated via nilearn :cite:`cite-tse-Abra14,cite-tse-nile21,cite-tse-nile21a`, ndmg :cite:`cite-tse-Kiar17,cite-tse-Neur18` or AFNI for the ``Avg`` timeseries output.
27+
#. **Connectivity Matrix:** A connectivity matrix can be generated via nilearn :cite:`cite-tse-Abra14,cite-tse-nile21,cite-tse-nile21a`, ndmg :cite:`cite-tse-Kiar18,cite-tse-Neur18` or AFNI for the ``Avg`` timeseries output.
2828

2929
.. include:: /user/pipelines/without_gui.rst
3030

0 commit comments

Comments
 (0)