@@ -25,7 +25,6 @@ dMRIPrep
25
25
26
26
About
27
27
-----
28
-
29
28
The preprocessing of diffusion MRI (dMRI) involves numerous steps to clean and standardize
30
29
the data before fitting a particular model.
31
30
Generally, researchers create ad-hoc preprocessing workflows for each dataset,
@@ -41,8 +40,8 @@ workflow, which can help ensure the validity of inference and the interpretabili
41
40
of results.
42
41
43
42
The workflow is based on `Nipype <https://nipype.readthedocs.io >`__ and
44
- encompasses a large set of tools from other neuroimaging package. This pipeline
45
- was designed to provide the best software implementation for each state of
43
+ encompasses a large set of tools from other neuroimaging packages.
44
+ This pipeline was designed to provide the best software implementation for each state of
46
45
preprocessing, and will be updated as newer and better neuroimaging software
47
46
becomes available.
48
47
@@ -52,10 +51,9 @@ providing outputs that can be easily submitted to a variety of diffusion models.
52
51
53
52
Getting involved
54
53
----------------
55
-
56
54
We welcome all contributions!
57
55
We'd like to ask you to familiarize yourself with our `contributing guidelines <https:/www.nipreps.org/community/CONTRIBUTING >`__.
58
- For ideas for contributing to ` dMRIPrep ` , please see the current list of `issues <https://github.com/nipreps/dmriprep/issues >`__.
56
+ For ideas for contributing to * dMRIPrep * , please see the current list of `issues <https://github.com/nipreps/dmriprep/issues >`__.
59
57
For making your contribution, we use the GitHub flow, which is
60
58
nicely explained in the chapter `Contributing to a Project <http://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project >`__ in Pro Git
61
59
by Scott Chacon and also in the `Making a change section <https://www.nipreps.org/community/CONTRIBUTING/#making-a-change >`__ of our guidelines.
0 commit comments