Skip to content

Commit 5e3e8de

Browse files
authored
Merge pull request #180 from jcfr/update-extension-metadata
ENH: Update extension metadata
2 parents a84f6ef + b903b79 commit 5e3e8de

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CMakeLists.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ cmake_minimum_required(VERSION 3.0.1)
44
set(EXTENSION_NAME mpReview)
55
set(EXTENSION_HOMEPAGE "https://github.com/SlicerProstate/mpReview")
66
set(EXTENSION_CATEGORY "Informatics")
7-
set(EXTENSION_CONTRIBUTORS "Andrey Fedorov (SPL), Deepa Krishnaswamy (SPL), Andras Lasso (Queen's), Robin Weiss (U. of Chicago), Alireza Mehrtash (SPL), Christian Herz (SPL)")
8-
set(EXTENSION_DESCRIPTION "Multiparametric Image Review (mpReview) module is intended to support review and annotation of multiparametric image data. The driving use case for the development of this module was review and segmentation of the regions of interest in prostate cancer multiparametric MRI. This work is done as part of the Quantitative Imaging Network (QIN) and Informatics Technology for Cancer Research (ITCR) initiatives of the National Cancer Institute, and is funded by the National Institutes of Health, National Cancer Institute through the grant U24 CA180918 (PIs Kikinis & Fedorov) and U01 CA151261 (PI Fennessy).")
7+
set(EXTENSION_CONTRIBUTORS "Andrey Fedorov (Brigham and Women's Hospital), Deepa Krishnaswamy (Brigham and Women's Hospital), Andras Lasso (Queen's University), Robin Weiss (University of Chicago), Alireza Mehrtash (Brigham and Women's Hospital), Christian Herz (Brigham and Women's Hospital)")
8+
set(EXTENSION_DESCRIPTION "The Multiparametric Image Review (mpReview) extension facilitates review and annotation (segmentation) of multi-parametric imaging datasets.
9+
10+
The driving use case for the development of this module was review and segmentation of the regions of interest in prostate cancer multiparametric MRI.
11+
12+
This work is done as part of the Quantitative Imaging Network (QIN) and Informatics Technology for Cancer Research (ITCR) initiatives of the National Cancer Institute, and is funded by the National Institutes of Health, National Cancer Institute through the grant U24 CA180918 (PIs Kikinis & Fedorov) and U01 CA151261 (PI Fennessy).")
13+
914
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/SlicerProstate/mpReview/master/Resources/Icons/mpReview.png")
1015
set(EXTENSION_SCREENSHOTURLS "https://raw.githubusercontent.com/SlicerProstate/mpReview/master/Resources/Icons/mpReview_screenshot.PNG")
1116
set(EXTENSION_DEPENDS "SlicerDevelopmentToolbox" "QuantitativeReporting" "DICOMwebBrowser")

0 commit comments

Comments
 (0)