-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
57 lines (57 loc) · 1.72 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
site_name: Dartmouth Brain Imaging Center Handbook
theme:
name: material
custom_dir: theme_customizations/
favicon: images/favicon.png
logo: images/logo.png
palette:
primary: 'light green'
accent: 'light green'
extra_javascript:
- js/jquery-3.4.1.min.js
markdown_extensions:
- toc:
anchorlink: true
plugins:
- search
docs_dir: 'src'
use_directory_urls: false
nav:
- Fundamentals:
- Shell: basics/shell.md
- SSH: TODO.md
- Containers: basics/containers.md
- DataLad: basics/datalad.md
- PyBIDS: TODO.md
- A new study:
- Policies & procedures: https://www.dartmouth.edu/dbic/
- JEDCap: TODO.md
- Experimental design: TODO.md
- Pre-registration: TODO.md
- Stimuli/Behavioral: stimuli.md
- MRI:
- Overview: mri/overview.md
- ReproIn naming convention: mri/reproin.md
- ReproIn naming helper: https://npacore.github.io/reproin-namer/#
- Siemens Console Walkthrough: mri/walkthrough-1.md
- Peripherals: mri/peripherals.md
- MR Safety: mri/safety.md
- Data access: mri/dataaccess.md
- Data processing:
- QA: TODO.md
- Preprocessing: TODO.md
- Analysis: TODO.md
- EEG: TODO.md
- MRS: TODO.md
- Computing resources:
- Discovery HPC: computing/discovery.md
- Publishing:
- Datasets: TODO.md
- Data papers: publishing/data-paper.md
- Study papers: TODO.md
- Appendix:
- Contributors: 99-appendices/01-contributors.md
- Licenses: 99-appendices/02-licenses.md
- Additional resources: additional_resources.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md