From d4e90d997776b838917bebcfb5bd0988e7ed4a6f Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Tue, 23 Apr 2024 16:48:04 -0400 Subject: [PATCH] ENH: Update extension metadata (#1675) Consolidate extension metadata based on the corresponding s4ext file organized in the ExtensionsIndex repository. Co-authored-by: SACHIDANAND ALLE --- plugins/slicer/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/slicer/CMakeLists.txt b/plugins/slicer/CMakeLists.txt index e6bf7495e..314a05c64 100644 --- a/plugins/slicer/CMakeLists.txt +++ b/plugins/slicer/CMakeLists.txt @@ -15,12 +15,12 @@ project(MONAILabel) #----------------------------------------------------------------------------- # Extension meta-information -set(EXTENSION_HOMEPAGE "https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/slicer/MONAILabel") +set(EXTENSION_HOMEPAGE "https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/slicer") set(EXTENSION_CATEGORY "Active Learning") -set(EXTENSION_CONTRIBUTORS "NVIDIA, KCL") -set(EXTENSION_DESCRIPTION "This is Active Learning solution developed under project MONAILabel") +set(EXTENSION_CONTRIBUTORS "Sachidanand Alle (NVIDIA), Andres Diaz-Pinto (KCL), Alvin Ihsani (NVIDIA), Fernando Perez-Garcia (UCL/KCL)") +set(EXTENSION_DESCRIPTION "This extension offers Active Learning solution developed under project MONAILabel (Powered by the NVIDIA, KCL).") set(EXTENSION_ICONURL "https://github.com/Project-MONAI/MONAILabel/raw/main/plugins/slicer/MONAILabel/Resources/Icons/MONAILabel.png") -set(EXTENSION_SCREENSHOTURLS "https://github.com/Project-MONAI/MONAILabel/raw/main/plugins/slicer/MONAILabel/Screenshots/1.png https://github.com/Project-MONAI/MONAILabel/raw/main/plugins/slicer/MONAILabel/Screenshots/2.png") +set(EXTENSION_SCREENSHOTURLS "https://github.com/Project-MONAI/MONAILabel/raw/main/plugins/slicer/MONAILabel/Screenshots/1.png https://github.com/Project-MONAI/MONAILabel/raw/main/plugins/slicer/MONAILabel/Screenshots/2.png https://github.com/Project-MONAI/MONAILabel/raw/main/plugins/slicer/MONAILabel/Screenshots/3.png") set(EXTENSION_DEPENDS "NA") # Specified as a list or "NA" if no dependencies #-----------------------------------------------------------------------------