Skip to content

Commit de99832

Browse files
committed
🎨 SSOT ndmg refs
1 parent 2b2560b commit de99832

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

docs/_sources/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def _unireplace(release_note, unireplace):
442442
# The name of an image file (within the static path) to use as favicon of the
443443
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
444444
# pixels large.
445-
html_favicon = 'favicon.ico'
445+
html_favicon = '_static/favicon.ico'
446446

447447
# Add any paths that contain custom static files (such as style sheets) here,
448448
# relative to this directory. They are copied after the builtin static files,

docs/_sources/references/preconfigs.bib

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ @article{Hoff21
99
langid = {english}
1010
}
1111

12-
@misc{Kiar18a,
12+
@article{Kiar18a,
1313
title = {A {{High-Throughput Pipeline Identifies Robust Connectomes But Troublesome Variability}}},
14-
author = {Kiar, Gregory and Bridgeford, Eric W. and Roncal, William R. Gray and {\noopsort{reproducibility (corr)}}and Reproducibility (CoRR), Consortium for Reliability 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.},
14+
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.},
1515
year = {2018},
1616
month = apr,
1717
pages = {188706},
@@ -28,11 +28,10 @@ @misc{Neur
2828
}
2929

3030
@misc{Neur18a,
31-
title = {M2g},
31+
title = {{{ndmg v}}0.1.0},
3232
author = {{NeuroData}},
3333
year = {2018},
3434
month = jan,
35-
abstract = {ndmg},
3635
copyright = {Apache-2.0},
3736
howpublished = {NeuroData},
3837
url = {https://github.com/neurodata/m2g/tree/v0.1.0}

docs/_sources/references/style.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def get_misc_template(self, e):
135135
],
136136
optional[tag('em')[self.format_title(e, 'journal')]],
137137
]]],
138+
optional[self.format_doi(optional_field('doi'))],
138139
sentence[optional_field('note')],
139140
]
140141
return template

docs/_sources/user/pipelines/pipeline_config.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,9 @@ Derivatives
137137
quality
138138

139139

140-
Reference
141-
---------
142-
140+
.. rubric:: References
143141

144142
.. bibliography:: /references/glossary.bib
145143
:cited:
146144
:keyprefix: glossary-
145+
:start: continue

docs/_sources/user/pipelines/preconfig.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,16 @@ Pipeline Configuration YAML: `https://github.com/FCP-INDI/C-PAC/blob/main/CPAC/r
117117
This pipeline is based on the work of Xu et al. :cite:`cite-monkey-Xu19` and nhp-ABCD-BIDS-pipeline. :cite:`cite-monkey-Stur20`
118118

119119
.. bibliography:: /references/preconfigs.bib
120-
:cited:
121-
:keyprefix: cite-monkey-
120+
:list: bullet
122121

123122
Wang21a
124123
Rami20
125124

125+
.. bibliography:: /references/preconfigs.bib
126+
:cited:
127+
:keyprefix: cite-monkey-
128+
:start: continue
129+
126130
Based on the preprocessing decisions of the default pipeline, this preconfiguration allows you to preprocess all of your macaque data, includes:
127131

128132
Anatomical:

docs/_sources/user/tse.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Configuring ROI Time Series Extraction
3535
:start-at: timeseries_extraction:
3636
:end-before: seed_based_correlation_analysis:
3737

38-
.. rubric References
38+
.. rubric:: References
3939

4040
.. bibliography:: /references/tse.bib
41-
4241
:cited:
4342
:keyprefix: cite-
43+
:start: continue

0 commit comments

Comments
 (0)