Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ project(SlicerNeuroSegmentation)
# Extension meta-information
set(EXTENSION_HOMEPAGE "https://github.com/HOA-2/SlicerNeuroSegmentation")
set(EXTENSION_CATEGORY "Neuroimaging")
set(EXTENSION_CONTRIBUTORS "Kyle Sunderland (Perk Lab (Queen's University))")
set(EXTENSION_DESCRIPTION "Extension for performing segmentation of FreeSurfer images and surfaces in Slicer.")
set(EXTENSION_CONTRIBUTORS "Kyle Sunderland (PerkLab, Queen's University), Jarrett Rushmore (Psychiatry Neuroimaging Lab, Brigham and Women's Hospital and Harvard Medical School) Andras Lasso (PerkLab, Queen's University), Sylvain Bouix (Psychiatry Neuroimaging Lab, Brigham and Women's Hospital and Harvard Medical School)")
set(EXTENSION_DESCRIPTION "Extension for performing segmentation of brain MRI images and parcellation of FreeSurfer surfaces in Slicer.")
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/HOA-2/SlicerNeuroSegmentation/main/SlicerNeuroSegmentation.png")
set(EXTENSION_SCREENSHOTURLS "https://raw.githubusercontent.com/HOA-2/SlicerNeuroSegmentation/main/Images/Screenshots/NeuroParcellation_1.png https://raw.githubusercontent.com/HOA-2/SlicerNeuroSegmentation/main/Images/Screenshots/NeuroSegmentation_1.png")
set(EXTENSION_DEPENDS "SlicerFreeSurfer")
Expand Down