Skip to content

Commit 8f0e623

Browse files
authored
Formatted subheadings
1 parent 8aa61d7 commit 8f0e623

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/upload.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ An example from a (fictional) dataset that includes dMRI and histology data from
131131

132132
The files and subdirectories in this example dataset are described in detail below.
133133

134-
### dataset_description.json
134+
### Top-level files
135+
136+
#### dataset_description.json
135137
This text file is [described in detail in the BIDS specification](https://bids-specification.readthedocs.io/en/stable/modality-agnostic-files.html#dataset_descriptionjson). A minimal `dataset_description.json` would look like this:
136138

137139
```
@@ -141,7 +143,7 @@ This text file is [described in detail in the BIDS specification](https://bids-s
141143
}
142144
```
143145

144-
### participants.tsv
146+
#### participants.tsv
145147
This text file is [described in detail in the BIDS specification](https://bids-specification.readthedocs.io/en/stable/modality-agnostic-files.html#participants-file). For this dataset, the `participants.tsv` might look like this:
146148

147149
```
@@ -150,7 +152,7 @@ sub-Ken1 43 M healthy
150152
sub-Ken2 61 M hypertension
151153
```
152154

153-
### samples.tsv
155+
#### samples.tsv
154156
This text file is [described in detail in the BIDS specification](https://bids-specification.readthedocs.io/en/stable/modality-agnostic-files.html#samples-file). For this dataset, the `samples.tsv` would look like this:
155157

156158
```
@@ -171,22 +173,22 @@ sub-Ken2 sample-slice0011 tissue
171173

172174
Label the sample as `brain` if the whole brain was imaged. Label it as `lefthemi` or `righthemi` if a whole hemisphere was imaged.
173175

174-
### rawdata
176+
### rawdata/
175177
This directory contains one subdirectory for each brain, which contains one subdirectory for each modality, which in turn contains raw image data files named according to the BIDS specification.
176178

177179
The name every image or data file under `rawdata/` must start with a prefix that contains its subject and sample label, e.g., `sub-Ken1_sample-brain_*.nii.gz`, `sub-Ken2_sample-slice0001_*.json`, etc.
178180

179-
### dwi
181+
#### dwi/
180182
This directory contains dMRI data files [as described in detail in the BIDS specification](https://bids-specification.readthedocs.io/en/stable/modality-specific-files/magnetic-resonance-imaging-data.html#diffusion-imaging-data).
181183

182184
In this example the data include images (`.nii.gz`), b-value tables (`.bval`), gradient tables (`.bvec`), and metadata (`.json`). Data from Ken1 were acquired with a DSI scheme, whereas data from Ken2 were acquired both with a DSI scheme and with a multi-shell, multi-echo scheme.
183185

184-
### micr
186+
#### micr/
185187
This directory contains microscopy data files [as described in detail in the BIDS specification](https://bids-specification.readthedocs.io/en/stable/modality-specific-files/microscopy.html).
186188

187189
In this example the data include images (`.tif`) and metadata (`.json`) from multiple brain sections. For each section there is a blockface photo (`_photo`) and a histological stain (`_stain`). Sections from Ken1 and Ken2 were either processed with a Nissl stain and imaged under brightfield microscopy (`_BF`), or processed for the fluorescent tracer Lucifer Yellow (`LY`) and imaged under darkfield microscopy (`_DF`). Additional sections from Ken2 were processed for the fluorescent tracer Fluoro-Ruby (`FR`) and imaged under darkfield microscopy (`_DF`).
188190

189-
### derivatives
191+
### derivatives/
190192
This directory contains one subdirectory for each brain, which contains one subdirectory for each modality, which in turn contains any data files that were produced by analyzing the raw data of that modality. At the same level as the modality-specific directories, there are also directories for saving files that can be produced by co-analyzing images of more than one modality, e.g., `xfms/` for transform files or `scenes/` for scene files.
191193

192194
The name every image or data file under `derivatives/` must start with a prefix that contains its subject and sample label, e.g., `sub-Ken1_sample-brain_*.nii.gz`, `sub-Ken2_sample-brain_*.trk`, etc.

0 commit comments

Comments
 (0)