-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
81 lines (75 loc) · 3.09 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
site_name: MRI on BEAR
site_url: https://chbh-opensource.github.io/mri-on-bear-edu
repo_name: MRI-on-BEAR
repo_url: /~https://github.com/chbh-opensource/mri-on-bear-edu
edit_uri: blob/main/docs
theme:
palette:
primary: red
accent: pink
font:
text: SF Pro Display
code: SF Mono
name: material
custom_dir: overrides
logo: assets/images/chbh_logo.jpg
favicon: assets/images/chbh_logo.jpg
features:
- navigation.top
- toc.integrate
- search.suggest
- search.highlight
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: /~https://github.com/chbh-on-bear
- icon: fontawesome/brands/twitter
link: https://twitter.com/TheCHBH
- icon: fontawesome/brands/gitlab
link: https://gitlab.com/ajquinn
extra_css:
- stylesheets/extra.css
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.details
- toc:
permalink: true
docs_dir: docs
nav:
- Home: index.md
- Getting Started:
- Accessing BlueBEAR and the BEAR Portal: setting-up.md
- Workshop 1 - Introduction to BlueBEAR and Linux:
- Workshop 1 - Aims and objectives: workshop1/workshop1-intro.md
- Introduction to the BlueBEAR Portal: workshop1/intro-to-bluebear.md
- Introduction to Linux: workshop1/intro-to-linux.md
- Workshop 2 - Basic MRI skills:
- Workshop 2 - Aims and objectives: workshop2/workshop2-intro.md
- Working with MRI Data - Files and Formats: workshop2/mri-data-formats.md
- MRI data visualization with FSLeyes: workshop2/visualizing-mri-data.md
- Workshop 3 - Basic diffusion MRI analysis:
- Workshop 3 - Aims and objectives: workshop3/workshop3-intro.md
- Diffusion MRI basics - visualization and preprocessing: workshop3/diffusion-intro.md
- Diffusion tensor fitting and Tract-Based Spatial Statistics: workshop3/diffusion-mri-analysis.md
- Workshop 4 - Advanced diffusion MRI analysis:
- Workshop 4 - Aims and objectives: workshop4/workshop4-intro.md
- Probabilistic tractography: workshop4/probabilistic-tractography.md
- Workshop 5 - First-level fMRI analysis:
- Workshop 5 - Aims and objectives: workshop5/workshop5-intro.md
- Troubleshooting brain extraction with BET: workshop5/preprocessing.md
- Running the first-level analysis: workshop5/first-level-analysis.md
- Workshop 6 - Scripts, containers and running jobs on the cluster:
- Workshop 6 - Aims and objectives: workshop6/workshop6-intro.md
- Scripting analyses, running jobs on the cluster and working with containers: workshop6/running-containers.md
- Workshop 7 - Higher-level fMRI analysis:
- Workshop 7 - Aims and objectives: workshop7/workshop7-intro.md
- Running the higher-level analysis: workshop7/higher-level-analysis.md
- Advanced fMRI analysis tools: workshop7/advanced-fmri-tools.md
- Workshop 8 - Functional connectivity:
- Functional connectivity analysis of resting-state fMRI data using FSL: workshop8/functional-connectivity.md
- Additional Resources: resources.md
- Contributors: contributors.md