-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
111 lines (102 loc) · 4.52 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
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
site_name: HBCD Data Release
theme:
name: readthedocs
features:
- toc.integrate
- navigation.expand
- toc.follow
- navigation.sections
- header.autohide
- content.code.annotate
markdown_extensions:
- toc:
permalink: '🔗'
extra_javascript:
- js/extra.js
extra_css:
- css/custom.css
plugins:
- search
- git-authors
docs_dir: docs
nav:
- ABOUT: index.md
- HOW TO ACCESS DATA: data_access.md
- DUC PROCESS: duc_process.md
- FAQS: faq.md
- REPORT ISSUES: reportissue.md
- RESPONSIBLE DATA USE: resp_data_use.md
- DATA DICTIONARY EXPLORER: datadictionary.md
- Release Notes:
- "Data Measures & Quality Control":
- Overview: measures/index.md
- "Behavior & Caregiver-Child Interaction":
- ecPROMIS: measures/beh_CG_interaction/ePROMIS.md
- IBQ-R (VSF)+BI: measures/beh_CG_interaction/IBQ-R.md
- MAPS-TL: measures/beh_CG_interaction/MAPS-TL.md
- Biospecimens:
- Blood: measures/biospecimens/blood.md
- Nails: measures/biospecimens/nails.md
- Urine: measures/biospecimens/urine.md
- Demographics: measures/demographics.md
- Electroencephalogram (EEG):
- Overview: measures/eeg/overview.md
- Faces Task: measures/eeg/faces_task.md
- Auditory Mismatch Negativity Task: measures/eeg/aud_mm.md
- Video Resting State: measures/eeg/video_rs.md
- Visual Evoked Potential Task: measures/eeg/vis_ep_task.md
- Magnetic Resonance Imaging (MRI):
- Overview: measures/mri/overview.md
- Structural MRI: measures/mri/smri.md
- Functional MRI: measures/mri/fmri.md
- Diffusion MRI: measures/mri/dmri.md
- Quantitative MRI: measures/mri/quant.md
- Magnetic Resonance Spectroscopy: measures/mri/mrs.md
- "Neurocognition & Language":
- MLDS: measures/neurocog/MLDS.md
- SPM-2: measures/neurocog/SPM2.md
- "Novel Technologies & Wearable Sensors":
- Wearable Sensors: measures/sensors/wearable_sensors.md
- Infant Sensor Questionnaire: measures/sensors/sensor_questionnaire.md
- Physical Health: measures/physicalhealth.md
- "Pregnancy & Exposure":
- "Personal & Family Psychiatric History": measures/pregexp/psych_history.md
- Pregnancy Health Measures: measures/pregexp/preghealth_all.md
- Infant Health-V2: measures/pregexp/infanthealth.md
- Substance Use Measures: measures/pregexp/substanceuse_all.md
- Mental Health (APA 1/2): measures/pregexp/mentalhealth.md
- DSM5 PTSD/Acute Stress: measures/pregexp/NSESSS.md
- Postnatal Depression (EPDS): measures/pregexp/EPDS.md
- "Social & Environmental Determinants":
- Baby's First Years: measures/socenv_determinants/bfy.md
- Discrimination: measures/socenv_determinants/discrimination.md
- Intimate Partner Violence (eHITS): measures/socenv_determinants/eHITS.md
- Neighborhood Safety: measures/socenv_determinants/neighborhood_safety.md
- PROMIS: measures/socenv_determinants/PROMIS.md
- PACES: measures/socenv_determinants/PACES.md
- "MRI Protocols":
- Overview: mriprotocols/overview.md
- Siemens: mriprotocols/siemens.md
- GE: mriprotocols/ge.md
- Philips: mriprotocols/philips.md
- BIDS Dataset:
- Overview: datacuration/bids.md
- Imaging: datacuration/imaging.md
- EEG: datacuration/eeg.md
- Motion Data: datacuration/motion.md
- Phenotypes: datacuration/phenotypes.md
- Data Processing:
- Pipelines & Processing: processing/pipelines.md
- Pipeline Software Standards: processing/standards.md
- Change Log:
- Pending & Upcoming Updates: changelog/pending.md
- Version History:
- Beta Release 5/V1.4: changelog/versions/v1.4.md
- Beta Release 4/V1.3: changelog/versions/v1.3.md
- Beta Release 3/V1.2: changelog/versions/v1.2.md
- Beta Release 2/V1.1: changelog/versions/v1.1.md
- Beta Release 1/V1.0: changelog/versions/v1.0.md
- Internal Documentation (temp):
- Overview: internal/overview.md
- WG Report Issues: internal/reportissues.md
- Review Beta Data Release Site: internal/beta_release_site_review.md