Skip to content

Commit

Permalink
deploy: 9fec41d
Browse files Browse the repository at this point in the history
  • Loading branch information
mguaypaq committed Feb 19, 2024
1 parent f994a6a commit cc22efa
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 deletions _sources/data/dataset-curation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Useful BIDS specifications are:
The example below applies for MRI data:

```
├── README
├── README.md
├── dataset_description.json
├── participants.tsv
├── participants.json
Expand Down Expand Up @@ -130,11 +130,11 @@ Only **ONE** suffix can be used within the filename.
- etc.


### `README`
### `README.md`

The [`README`](https://bids-specification.readthedocs.io/en/stable/03-modality-agnostic-files.html#readme) is a [markdown](https://markdown-guide.readthedocs.io/en/latest/index.html) file describing the dataset in more detail.
The [`README.md`](https://bids-specification.readthedocs.io/en/stable/03-modality-agnostic-files.html#readme) is a [markdown](https://markdown-guide.readthedocs.io/en/latest/index.html) file describing the dataset in more detail.

Please use the `README` template below:
Please use the `README.md` template below:

```
# <NAME OF DATASET>
Expand Down Expand Up @@ -289,7 +289,7 @@ Despite what is written above, to streamline data identification and reduce the
Derived datasets follow the **same structure and hierarchy** as the `raw` dataset, with folders corresponding to subjects, [sessions] and MRI modalities:

```
├── README
├── README.md
├── dataset_description.json
├── participants.tsv
├── participants.json
Expand All @@ -308,7 +308,7 @@ Entities and suffixes are different from those used with the raw filenames and a
```

```{note}
Because derived datasets are datasets, files and folders presented in the raw template section could also be included in this dataset (e.g. README, code/, etc.)
Because derived datasets are datasets, files and folders presented in the raw template section could also be included in this dataset (e.g. README.md, code/, etc.)
```


Expand Down Expand Up @@ -492,7 +492,7 @@ Here is an example of a dataset structure with a single subject `sub-001`:

```
sci-bordeaux
├── README
├── README.md
├── dataset_description.json
├── participants.tsv
├── participants.json
Expand All @@ -507,7 +507,7 @@ sci-bordeaux
└── derivatives
└── labels
├── dataset_description.json
├── README
├── README.md
└── sub-001
└── anat
├── sub-001_acq-sag_T2w_label-SC_seg.nii.gz # spinal cord (SC) binary segmentation
Expand Down
22 changes: 11 additions & 11 deletions data/dataset-curation.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ <h2> Page Contents </h2>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#raw-entities">Raw entities</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#raw-suffixes">Raw suffixes</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#raw-extensions">Raw extensions</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#readme"><code class="docutils literal notranslate"><span class="pre">README</span></code></a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#readme-md"><code class="docutils literal notranslate"><span class="pre">README.md</span></code></a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#dataset-description-json"><code class="docutils literal notranslate"><span class="pre">dataset_description.json</span></code></a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#participants-tsv"><code class="docutils literal notranslate"><span class="pre">participants.tsv</span></code></a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#participants-json"><code class="docutils literal notranslate"><span class="pre">participants.json</span></code></a></li>
Expand Down Expand Up @@ -512,7 +512,7 @@ <h3>Raw structure<a class="headerlink" href="#raw-structure" title="Link to this
<li><p><a class="reference external" href="https://bids-specification.readthedocs.io/en/stable/04-modality-specific-files/10-microscopy.html">Microscopy-specific conventions</a></p></li>
</ul>
<p>The example below applies for MRI data:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>├── README
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>├── README.md
├── dataset_description.json
├── participants.tsv
├── participants.json
Expand Down Expand Up @@ -605,10 +605,10 @@ <h3>Raw extensions<a class="headerlink" href="#raw-extensions" title="Link to th
<li><p>etc.</p></li>
</ul>
</section>
<section id="readme">
<h3><code class="docutils literal notranslate"><span class="pre">README</span></code><a class="headerlink" href="#readme" title="Link to this heading">#</a></h3>
<p>The <a class="reference external" href="https://bids-specification.readthedocs.io/en/stable/03-modality-agnostic-files.html#readme"><code class="docutils literal notranslate"><span class="pre">README</span></code></a> is a <a class="reference external" href="https://markdown-guide.readthedocs.io/en/latest/index.html">markdown</a> file describing the dataset in more detail.</p>
<p>Please use the <code class="docutils literal notranslate"><span class="pre">README</span></code> template below:</p>
<section id="readme-md">
<h3><code class="docutils literal notranslate"><span class="pre">README.md</span></code><a class="headerlink" href="#readme-md" title="Link to this heading">#</a></h3>
<p>The <a class="reference external" href="https://bids-specification.readthedocs.io/en/stable/03-modality-agnostic-files.html#readme"><code class="docutils literal notranslate"><span class="pre">README.md</span></code></a> is a <a class="reference external" href="https://markdown-guide.readthedocs.io/en/latest/index.html">markdown</a> file describing the dataset in more detail.</p>
<p>Please use the <code class="docutils literal notranslate"><span class="pre">README.md</span></code> template below:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="c1"># &lt;NAME OF DATASET&gt;</span>

<span class="n">This</span> <span class="ow">is</span> <span class="n">an</span> <span class="o">&lt;</span><span class="n">MRI</span><span class="o">/</span><span class="n">Microscopy</span><span class="o">&gt;</span> <span class="n">dataset</span> <span class="n">acquired</span> <span class="ow">in</span> <span class="n">the</span> <span class="n">context</span> <span class="n">of</span> <span class="n">the</span> <span class="o">&lt;</span><span class="n">XYZ</span><span class="o">&gt;</span> <span class="n">project</span><span class="o">.</span>
Expand Down Expand Up @@ -750,7 +750,7 @@ <h3>Derivatives structure<a class="headerlink" href="#derivatives-structure" tit
<p>Despite what is written above, to streamline data identification and reduce the need for extensive folder crawling, we <a class="reference external" href="https://github.com/neuropoly/data-management/issues/282">opted</a> for common folder names, such as <code class="docutils literal notranslate"><span class="pre">labels/</span></code>, that typically contains binary segmentation and point-wise labels.</p>
</div>
<p>Derived datasets follow the <strong>same structure and hierarchy</strong> as the <code class="docutils literal notranslate"><span class="pre">raw</span></code> dataset, with folders corresponding to subjects, [sessions] and MRI modalities:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>├── README
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>├── README.md
├── dataset_description.json
├── participants.tsv
├── participants.json
Expand All @@ -770,7 +770,7 @@ <h3>Derivatives structure<a class="headerlink" href="#derivatives-structure" tit
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Because derived datasets are datasets, files and folders presented in the raw template section could also be included in this dataset (e.g. README, code/, etc.)</p>
<p>Because derived datasets are datasets, files and folders presented in the raw template section could also be included in this dataset (e.g. README.md, code/, etc.)</p>
</div>
</section>
<section id="source-filename">
Expand Down Expand Up @@ -994,7 +994,7 @@ <h3>Label names<a class="headerlink" href="#label-names" title="Link to this hea
<h3>Examples and use cases<a class="headerlink" href="#examples-and-use-cases" title="Link to this heading">#</a></h3>
<p>Here is an example of a dataset structure with a single subject <code class="docutils literal notranslate"><span class="pre">sub-001</span></code>:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>sci-bordeaux
├── README
├── README.md
├── dataset_description.json
├── participants.tsv
├── participants.json
Expand All @@ -1009,7 +1009,7 @@ <h3>Examples and use cases<a class="headerlink" href="#examples-and-use-cases" t
└── derivatives
└── labels
├── dataset_description.json
├── README
├── README.md
└── sub-001
└── anat
├── sub-001_acq-sag_T2w_label-SC_seg.nii.gz # spinal cord (SC) binary segmentation
Expand Down Expand Up @@ -1093,7 +1093,7 @@ <h2>Changelog policy<a class="headerlink" href="#changelog-policy" title="Link t
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#raw-entities">Raw entities</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#raw-suffixes">Raw suffixes</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#raw-extensions">Raw extensions</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#readme"><code class="docutils literal notranslate"><span class="pre">README</span></code></a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#readme-md"><code class="docutils literal notranslate"><span class="pre">README.md</span></code></a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#dataset-description-json"><code class="docutils literal notranslate"><span class="pre">dataset_description.json</span></code></a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#participants-tsv"><code class="docutils literal notranslate"><span class="pre">participants.tsv</span></code></a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#participants-json"><code class="docutils literal notranslate"><span class="pre">participants.json</span></code></a></li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit cc22efa

Please sign in to comment.