Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Update extension metadata #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ project(SlicerWMA)

#-----------------------------------------------------------------------------
# Extension meta-information
set(EXTENSION_HOMEPAGE "https://www.slicer.org/wiki/Documentation/Nightly/Extensions/SlicerWMA")
set(EXTENSION_HOMEPAGE "https://dmri.slicer.org/atlases")
set(EXTENSION_CATEGORY "Diffusion")
set(EXTENSION_CONTRIBUTORS "Fan Zhang (UESTC; BWH; HMS), Kening Zhang (UESTC), Lauren O'Donnell (BWH; HMS)")
set(EXTENSION_DESCRIPTION "This is a Slicer extension to provide access to the whitematteranalysis package.")
set(EXTENSION_ICONURL "https://www.example.com/Slicer/Extensions/SlicerWMA.png")
set(EXTENSION_SCREENSHOTURLS "https://www.example.com/Slicer/Extensions/SlicerWMA/Screenshots/1.png")
set(EXTENSION_CONTRIBUTORS "Fan Zhang (UESTC; BWH; HMS), Kening Zhang (UESTC), Steve Pieper (Isomics), Lauren O'Donnell (BWH; HMS)")
set(EXTENSION_DESCRIPTION "The Anatomical Tract Parcellation module segments fiber clusters and white matter tracts from input whole brain tractography.")
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/SlicerDMRI/SlicerTractParcellation/main/SlicerTractParcellation.png")
set(EXTENSION_SCREENSHOTURLS "")
set(EXTENSION_DEPENDS "NA") # Specified as a list or "NA" if no dependencies

#-----------------------------------------------------------------------------
Expand Down
Binary file added SlicerTractParcellation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.