generated from nipreps/sops-cookiecutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
136 lines (126 loc) · 4.64 KB
/
mkdocs.yml
File metadata and controls
136 lines (126 loc) · 4.64 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
site_name: "MatTech Lab SOPS"
site_description: standard operating procedures (SOPs) of MatTech Lab
site_author: MatTech Members
site_url: https://mattechlab.github.io/SOPS/
# Copyright
copyright: Copyright © 2023
nav:
- Home: index.md
- General experimental procedures:
- Recruitment, scheduling, and screening:
- Recruitment and screening: general/recruit-schedule-screen/participants-recruitment.md
- Scheduling: general/recruit-schedule-screen/scanner-scheduling.md
- Participant preparation: general/participant-prep.md
- Notes on the scanner's console: general/notes-scanning.md
- Emergency procedures: general/emergency-procedures.md
- Data management:
- Data export: general/data-management/1_data_export.md
- Standard data storage: general/data-management/3_data_storage.md
- Eye Tracking-related procedures:
- ET software installation (Eyelink): general/et-related/et_software_install.md
- ET extended guidelines: general/et-related/notes-et.md
- EDF-to-BIDS conversion: general/data-management/2_et1_edf_to_bids.md
- Pulseq: general/pulseq.md
- Debi protocol:
- Data collection:
- Overall experimental setting: debi/data-collection/0_overall_exp_setting.md
- Session preparation: debi/data-collection/1_session_prep.md
- Run scanning session: debi/data-collection/2_run_scanning_session.md
- Session teardown: debi/data-collection/3_session_teardown.md
- Data management:
- Overall data workflow: debi/data-processing/0_overall-data-workflow.md
- Physio signal extraction from MRI raw data: debi/data-processing/3_physio_extraction.md
- Data processing:
- ET processing in MR-Eye 2.0: debi/data-processing/1_1_et_QAQC_of_mreye_data.md
- ET processing in MR-Eye Track: debi/data-processing/1_2_et_QAQC_of_mreye_tracking.md
- MRI data processing: debi/data-processing/2_MRI_post_processing.md
- Flexyphy protocol:
- Data collection: flexyphy/data-collection/data-collection_flexyphy_protocol.md
- HiFi protocols:
- Visual checkerboard fMRI protocol:
- Data collection: hifi/visual/data-collection_visuo.md
- Audio fMRI protocol:
- Data collection: hifi/audio/data-collection_audio.md
- Resting state fMRI protocol:
- Data collection: hifi/resting/data-collection_rs.md
theme:
name: material
palette:
primary: black
logo: assets/images/Logo_squared_v1.svg
features:
# - tabs
- navigation.instant
# - navigation.tabs
- navigation.expand
- navigation.top
- content.code.copy
- content.code.annotate
icon:
admonition:
thanks: octicons/code-of-conduct-16
quote: fontawesome/solid/comment-dots
danger: fontawesome/solid/circle-exclamation
warning: fontawesome/solid/traffic-light
important: fontawesome/solid/bullhorn
tip: fontawesome/solid/bookmark
bug: fontawesome/regular/circle-xmark
plugins:
- search
- macros:
include_dir: include
include_yaml:
- secrets: 'include/secrets.yml'
- settings: 'include/study-settings.yml'
on_undefined: lax
- mkdocs-jupyter:
ignore:
- "*.py"
- "assets/code/physioconv/.ipynb_checkpoints/physio-to-bids-checkpoint.ipynb"
- "assets/code/physioconv/physio-to-bids.ipynb"
# - mkpdfs:
# company: Lausanne University Hospital (CHUV)
# author: The Axon Lab
# toc_title: Table of Contents
# design: design/report.css
# output_path: pdf/documentation.pdf
markdown_extensions:
- abbr
- admonition
- attr_list
- footnotes
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
auto_append:
- include/abbreviations.md
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- markdown_include.include:
base_path: docs
extra_css:
- stylesheets/extra.css
extra_javascript:
- js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js