Skip to content

Commit

Permalink
Merge pull request #2 from learn-neuroimaging/master
Browse files Browse the repository at this point in the history
merge from upstream
  • Loading branch information
roopa-pai authored Apr 7, 2020
2 parents 0ed2a05 + 9690fcd commit 0b357d0
Show file tree
Hide file tree
Showing 7 changed files with 134 additions and 78 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/add-a-resource.md
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
16 changes: 16 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/add-a-resource.md
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
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/add-a-software.md
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
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/add-a-workshop.md
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]
29 changes: 0 additions & 29 deletions Issue_Template.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,52 +1,3 @@
# 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

### Main EEG and MEG Softwares

The following list has been shamelessly taken from the excellent repo [Open Software for Human Electrophysiology](https://github.com/voytekresearch/OpenTools). Do check it out as it also includes plugins that are not listed here.
Expand Down
48 changes: 48 additions & 0 deletions docs/analysis_software_MRI.md
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

0 comments on commit 0b357d0

Please sign in to comment.