forked from dbic/handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
60 lines (60 loc) · 1.71 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
58
59
60
site_name: Dartmouth Brain Imaging Center Handbook vX.X.X-dev
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:
- Introduction: 01-introduction.md
- Useful basics:
- Shell: TODO.md
- SSH: TODO.md
- Containers: containers.md
- DataLad: 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
- Siemens Console Walkthrough: mri/walkthrough-1.md
- MR Safety: mri/safety.md
- Data access:
- DICOMs: TODO.md
- BIDS: TODO.md
- Data processing:
- QA: TODO.md
- Preprocessing: TODO.md
- Analysis: TODO.md
- EEG: TODO.md
- MRS: TODO.md
- Computing resources:
- Discovery HPC: discovery.md
- Publishing:
- Datasets: TODO.md
- Papers:
- Data descriptor: TODO.md
- Study paper(s): TODO.md
- Appendix:
- Contributors: 99-appendices/01-contributors.md
- Licenses: 99-appendices/02-licenses.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- DBIC website: http://dartmouth.edu/dbic
- DBIC GitHub: http://github.com/dbic