-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from learn-neuroimaging/master
merge from upstream
- Loading branch information
Showing
7 changed files
with
134 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Add a resource | ||
about: Add a resource to this repository | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please specify it it is: | ||
|
||
- software: NAME | ||
- description: one line description | ||
- repository URL: on gtihub, gitlab... | ||
- website URL: | ||
- tutorial URL : | ||
- documentation: | ||
- programming language: [python], [matlab/octave], [C], ... | ||
- paper DOI: | ||
- RRID: see https://scicrunch.org/resources | ||
|
||
- workshop: | ||
- description: one line description | ||
- URL: | ||
- date: | ||
- type: [video], [juptyer], ... | ||
- level: [beginner] / [advanced] | ||
|
||
- website: | ||
- description: one line description | ||
|
||
- video / podcast: | ||
- description: one line description |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: Add a resource | ||
about: Add a resource to this repository | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please specify: | ||
|
||
- website: | ||
- description: one line description | ||
|
||
- video / podcast: | ||
- description: one line description |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Add a software | ||
about: Add a software to this repository | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please specify: | ||
|
||
- software: NAME | ||
- description: one line description | ||
- repository URL: on gtihub, gitlab... | ||
- website URL: | ||
- tutorial URL : | ||
- documentation: | ||
- programming language: [python], [matlab/octave], [C], ... | ||
- paper DOI: | ||
- RRID: see https://scicrunch.org/resources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Add a resource | ||
about: Add a resource to this repository | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please specify its: | ||
|
||
- workshop: | ||
- description: one line description | ||
- URL: | ||
- date: | ||
- type: [video], [juptyer], ... | ||
- level: [beginner] / [advanced] |
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
docs/neuroimaging_analysis_software.md → docs/analysis_software_MEEG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# neuroimaging analysis software | ||
|
||
|
||
#### SPM | ||
* [website](https://www.fil.ion.ucl.ac.uk/spm/) | ||
* [manual](https://www.fil.ion.ucl.ac.uk/spm/doc/) | ||
* [mailing list](https://www.fil.ion.ucl.ac.uk/spm/support/) | ||
* [course/tutorial](http://www.fil.ion.ucl.ac.uk/spm/course/) | ||
|
||
#### Freesurfer | ||
* [website](https://surfer.nmr.mgh.harvard.edu/) | ||
* [manual](https://surfer.nmr.mgh.harvard.edu/fswiki) | ||
* [mailing list](https://surfer.nmr.mgh.harvard.edu/fswiki/FreeSurferSupport) | ||
* [course](https://www.youtube.com/channel/UCruQerP8aa-gYttXkAcyveA) and [videos](https://surfer.nmr.mgh.harvard.edu/fswiki/CourseDescription) | ||
|
||
#### FSL | ||
* [website](https://fsl.fmrib.ox.ac.uk/fsl/fslwiki) | ||
* [manual](https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/Support) | ||
* [mailing list](https://www.jiscmail.ac.uk/cgi-bin/webadmin?A0=fsl) | ||
* [course/tutorial](https://fsl.fmrib.ox.ac.uk/fslcourse/) | ||
|
||
#### AFNI | ||
* [website](https://afni.nimh.nih.gov/) | ||
* [manual](https://afni.nimh.nih.gov/pub/dist/doc/htmldoc/index.html) | ||
* [mailing list](https://afni.nimh.nih.gov/afni/community/board/list.php?1) | ||
* course/tutorial: Video recordings from the [AFNI bootcamp](https://afni.nimh.nih.gov/pub/dist/doc/htmldoc/educational/bootcamp_recordings.html), with slides, and [example data](https://afni.nimh.nih.gov/pub/dist/doc/htmldoc/background_install/unix_tutorial/misc/install.data.html). | ||
|
||
#### ANTs | ||
* [website](http://stnava.github.io/ANTs/) | ||
* [manual/wiki](https://github.com/ANTsX/ANTs/wiki) | ||
|
||
#### Nipype | ||
Nipype is best viewed as a way to create and run software-agnostic preprocessing/analysis-pipeline. It becomes very powerful when you need to use different softwares in your analysis. | ||
* [website](https://nipype.readthedocs.io/en/latest/) | ||
* [course/tutorial](https://miykael.github.io/nipype_tutorial/) | ||
|
||
#### Dipy | ||
Diffusion neuroimaging in Python | ||
* [website](https://github.com/ohbm/hackathon2019) | ||
|
||
#### MRtrix3 | ||
Advanced tools for the analysis of diffusion MRI data | ||
* [website](http://www.mrtrix.org/) | ||
* [community forum](http://community.mrtrix.org/) | ||
* [user documentation](https://mrtrix.readthedocs.io/en/latest/) | ||
* [developer documentation](http://www.mrtrix.org/developer-documentation/) | ||
* [manuscript preprint](https://www.biorxiv.org/content/10.1101/551739v1). Includes example code for both C++11 and Python libraries. | ||
* [BATMAN tutorial](https://osf.io/fkyht/). MRtrix3 tutorial available on OSF with an awesome title: B.A.T.M.A.N., the Basic and Advanced Tractography with MRtrix for All Neurophiles |