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

BUG: Fix homepage and screenshoturls extension metadata #2

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ project(AblationPlanner)

#-----------------------------------------------------------------------------
# Extension meta-information
set(EXTENSION_HOMEPAGE "https://www.slicer.org/wiki/Documentation/Nightly/Extensions/AblationPlanner")
set(EXTENSION_HOMEPAGE "https://github.com/naterex23/SlicerAblationPlanner")
set(EXTENSION_CATEGORY "Quantification")
set(EXTENSION_CONTRIBUTORS "Nathaniel Rex (Brown University), Scott Collins (Rhode Island Hospital)")
set(EXTENSION_DESCRIPTION "This extension enables the user to place virtual ablation profiles and evaluate a theoretical margin associated with these profiles. ")
set(EXTENSION_DESCRIPTION "This extension enables the user to place virtual ablation profiles and evaluate a theoretical margins associated with these profiles.")
set(EXTENSION_ICONURL "https://github.com/naterex23/SlicerAblationPlanner/raw/main/AblationPlanner/Resources/Icons/AblationPlanner.png")
set(EXTENSION_SCREENSHOTURLS "https://github.com/naterex23/SlicerAblationPlanner/raw/main/Screenshots/minimum_required_inputs.png, https://github.com/naterex23/SlicerAblationPlanner/raw/main/Screenshots/minimum_required_placement.png, https://github.com/naterex23/SlicerAblationPlanner/raw/main/Screenshots/ablation_steps.png, https://github.com/naterex23/SlicerAblationPlanner/raw/main/Screenshots/ablation_outputs.png, https://github.com/naterex23/SlicerAblationPlanner/raw/main/Screenshots/margin_colors.png")
set(EXTENSION_SCREENSHOTURLS "https://github.com/naterex23/SlicerAblationPlanner/raw/main/Screenshots/combined_probes.png https://github.com/naterex23/SlicerAblationPlanner/raw/main/Screenshots/fiducial_placement.png https://github.com/naterex23/SlicerAblationPlanner/raw/main/Screenshots/margin_colors.png")
set(EXTENSION_DEPENDS "ModelToModelDistance") # Specified as a list or "NA" if no dependencies

#-----------------------------------------------------------------------------
Expand Down