diff --git a/docs/index.md b/docs/index.md index 87a8990..4ec7eae 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,6 +30,19 @@ Individual Slicer module documentation pages --------------------- * [Slicer nightly documentation of Diffusion MRI modules](http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly#Modules_by_category_Diffusion) +Complementary Slicer extensions +------------------------------- +A number of other Slicer extensions complement [SlicerDMRI](https://github.com/SlicerDMRI/SlicerDMRI) for +diffusion-weighted MRI data analysis tasks. These extensions include: + +- [DiffusionQC](https://github.com/pnlbwh/SlicerDiffusionQC): quality checking of diffusion-weighted MRI data. +- [SlicerDcm2nii](https://github.com/SlicerDMRI/SlicerDcm2nii): allows to load DICOM data in Slicer using [dcm2niix](https://github.com/rordenlab/dcm2niix). +- [SlicerWMA](https://github.com/SlicerDMRI/SlicerWMA): provides the [WhiteMatterAnalysis](https://github.com/SlicerDMRI/whitematteranalysis) + fiber clustering and tractography analysis tools in Slicer. +- [UKFTractography](https://github.com/pnlbwh/ukftractography): allows to perform diffusion-weighted MRI tractography. + +They are typically found under the `Diffusion` category in the Slicer Extension Manager. + For developers --------------------- * [Source code of SlicerDMRI and whitematteranalysis](https://github.com/SlicerDMRI)