Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Unify section titles and table-of-contents entries #422

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/artifact_path
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0/home/circleci/project/site/01-introduction.html
0/site/01-introduction.html
10 changes: 5 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ nav:
- Magnetic Resonance Imaging: 04-modality-specific-files/01-magnetic-resonance-imaging-data.md
- Magnetoencephalography: 04-modality-specific-files/02-magnetoencephalography.md
- Electroencephalography: 04-modality-specific-files/03-electroencephalography.md
- intracranial Electroencephalography: 04-modality-specific-files/04-intracranial-electroencephalography.md
- Intracranial Electroencephalography: 04-modality-specific-files/04-intracranial-electroencephalography.md
- Task events: 04-modality-specific-files/05-task-events.md
- Physiological and other continuous recordings: 04-modality-specific-files/06-physiological-and-other-continuous-recordings.md
- Behavioral experiments (with no MRI): 04-modality-specific-files/07-behavioral-experiments.md
- Longitudinal and multi-site studies: 05-longitudinal-and-multi-site-studies.md
- Extending the BIDS specification: 06-extensions.md
- BIDS Extension Proposals: 06-extensions.md
- Appendix:
- Contributors: 99-appendices/01-contributors.md
- Licenses: 99-appendices/02-licenses.md
- HED: 99-appendices/03-hed.md
- Entity-table: 99-appendices/04-entity-table.md
- Hierarchical Event Descriptors: 99-appendices/03-hed.md
- Entity table: 99-appendices/04-entity-table.md
- Units: 99-appendices/05-units.md
- MEG file formats: 99-appendices/06-meg-file-formats.md
- MEG systems: 99-appendices/07-meg-systems.md
- Coordinate-systems: 99-appendices/08-coordinate-systems.md
- Coordinate systems: 99-appendices/08-coordinate-systems.md
- Changelog: CHANGES.md
- The BIDS Starter Kit:
- GitHub repository: https://github.com/bids-standard/bids-starter-kit
Expand Down
2 changes: 1 addition & 1 deletion src/03-modality-agnostic-files.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Modality-agnostic files
# Modality agnostic files

## Dataset description

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Magnetic Resonance Imaging data
# Magnetic Resonance Imaging

## Common metadata fields

Expand Down
4 changes: 2 additions & 2 deletions src/04-modality-specific-files/02-magnetoencephalography.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Magnetoencephalography (MEG)
# Magnetoencephalography

Support for MEG was developed as a [BIDS Extension Proposal](../06-extensions.md#bids-extension-proposals).
Support for Magnetoencephalography (MEG) was developed as a [BIDS Extension Proposal](../06-extensions.md#bids-extension-proposals).
Please cite the following paper when referring to this part of the standard in
context of the academic literature:

Expand Down
4 changes: 2 additions & 2 deletions src/04-modality-specific-files/03-electroencephalography.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Electroencephalography (EEG)
# Electroencephalography

Support for EEG was developed as a [BIDS Extension Proposal](../06-extensions.md#bids-extension-proposals).
Support for Electroencephalography (EEG) was developed as a [BIDS Extension Proposal](../06-extensions.md#bids-extension-proposals).
Please cite the following paper when referring to this part of the standard in
context of the academic literature:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# intracranial Electroencephalography (iEEG)
# Intracranial Electroencephalography

Support for iEEG was developed as a [BIDS Extension Proposal](../06-extensions.md#bids-extension-proposals).
Support for Intracranial Electroencephalography (iEEG) was developed as a [BIDS Extension Proposal](../06-extensions.md#bids-extension-proposals).
Please cite the following paper when referring to this part of the standard in
context of the academic literature:

Expand Down
2 changes: 1 addition & 1 deletion src/05-longitudinal-and-multi-site-studies.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Longitudinal studies with multiple sessions (visits)
# Longitudinal and multi-site studies

Multiple sessions (visits) are encoded by adding an extra layer of directories
and file names in the form of `ses-<label>`. Session label can consist
Expand Down
4 changes: 2 additions & 2 deletions src/99-appendices/03-hed.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Appendix III: Hierarchical Event Descriptor (HED) Tags
# Appendix III: Hierarchical Event Descriptors

HED is a controlled vocabulary of terms describing events in a behavioral
Hierarchical Event Descriptors (HED) are a controlled vocabulary of terms describing events in a behavioral
paradigm. HED was originally developed with EEG in mind, but is applicable to
all behavioral experiments. Each level of a hierarchical tag is delimited with
a forward slash (`/`). An HED string contains one or more HED tags separated by
Expand Down
4 changes: 2 additions & 2 deletions src/99-appendices/07-meg-systems.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Appendix VII: preferred names of MEG systems
# Appendix VII: MEG systems

Restricted keywords for Manufacturer field in the `*_meg.json` file:
Perferred names of MEG systems comprise restricted keywords for Manufacturer field in the `*_meg.json` file:

- [`CTF`](06-meg-file-formats.md#ctf)
- [`Neuromag/Elekta/Megin`](06-meg-file-formats.md#neuromagelektamegin)
Expand Down
2 changes: 1 addition & 1 deletion src/99-appendices/08-coordinate-systems.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Appendix VIII: Preferred Names of Coordinate Systems
# Appendix VIII: Coordinate systems

To interpret a coordinate (x, y, z), it is required that you know relative to
which origin the coordinates are expressed, you have to know the interpretation
Expand Down