You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/framework/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1033,7 +1033,7 @@ <h2 id="what-is-bids">What is BIDS?<a class="headerlink" href="#what-is-bids" ti
1033
1033
brain datasets, including MRI.
1034
1034
The common naming convention and folder structure allow researchers to easily reuse BIDS datasets, re-apply analysis protocols, and run standardized automatic data preprocessing pipelines (and particularly, BIDS Apps).
1035
1035
The <ahref="https://github.com/bids-standard/bids-starter-kit">BIDS starter-kit</a> contains a wide collection of educational resources.
1036
-
Validity of the structure can be assessed with the online <ahref="https://bids-standard.github.io/bidsvalidator/">BIDS-Validator</a>.
1036
+
Validity of the structure can be assessed with the online <ahref="https://bids-standard.github.io/bids-validator/">BIDS-Validator</a>.
1037
1037
The tree of a typical, valid (<em>BIDS-compliant</em>) dataset is shown below:</p>
<p>Singularity by default <ahref="https://github.com/singularityware/singularity/issues/445">exposes all environment variables from the host inside the container</a>.
1158
+
<p>Singularity by default <ahref="https://github.com/apptainer/singularity/issues/445">exposes all environment variables from the host inside the container</a>.
1159
1159
Because of this, your host libraries (e.g., <ahref="https://nipype.readthedocs.io">NiPype</a> or a Python environment) could be accidentally used instead of the ones inside the
1160
1160
container. To avoid such a situation, we strongly <strong>recommend</strong> using the
1161
1161
<code>--cleanenv</code> argument in all scenarios. For example:</p>
<h2id="key-aspect-credit-all-direct-contributors">Key aspect: credit all direct contributors<aclass="headerlink" href="#key-aspect-credit-all-direct-contributors" title="Permanent link">¶</a></h2>
Copy file name to clipboardExpand all lines: community/CONTRIBUTING/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1394,7 +1394,7 @@ <h2 id="making-a-change">Making a change<a class="headerlink" href="#making-a-ch
1394
1394
<p><strong>Make the changes you've discussed, following the <ahref="#nipreps-coding-style-guide">NiPreps coding style guide</a>.</strong><br/>
1395
1395
Try to keep the changes focused: it is generally easy to review changes that address one feature or bug at a time.
1396
1396
It can also be helpful to test your changes locally,
1397
-
using a <ahref="https://fmriprep.readthedocs.io/en/latest/contributors.html">NiPreps development environment</a>.
1397
+
using a <ahref="../../devs/devenv/">NiPreps development environment</a>.
1398
1398
Once you are satisfied with your local changes, <ahref="https://help.github.com/articles/adding-a-file-to-a-repository-using-the-command-line">add/commit/push them</a>
1399
1399
to the branch on your forked repository.
1400
1400
Note that that each commit must include changes that serve a coherent
0 commit comments