From 8a37f53acb6d43b2de46c365e087540e23457aef Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Wed, 4 Oct 2023 21:26:08 -0400 Subject: [PATCH 1/2] add IDCBrowser IDCBrowser extension provides interface to explore and download the imaging data available in National Cancer Institute Imaging Data Commons (IDC) (https://imaging.datacommons.cancer.gov/). --- IDCBrowser.s4ext | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 IDCBrowser.s4ext diff --git a/IDCBrowser.s4ext b/IDCBrowser.s4ext new file mode 100644 index 000000000..20dffb085 --- /dev/null +++ b/IDCBrowser.s4ext @@ -0,0 +1,38 @@ +# This is source code manager +scm git +scmurl https://github.com/ImagingDataCommons/SlicerIDCBrowser.git +scmrevision master + +# list dependencies +# - These should be names of other modules that have .s4ext files +# - The dependencies will be built first +depends NA + +# Inner build directory (default is ".") +build_subdirectory . + +# homepage +homepage https://github.com/ImagingDataCommons/SlicerIDCBrowser + +# Firstname1 Lastname1 ([SubOrg1, ]Org1), Firstname2 Lastname2 ([SubOrg2, ]Org2) +# For example: Jane Roe (Superware), John Doe (Lab1, Nowhere), Joe Bloggs (Noware) +contributors Andrey Fedorov (SPL and BWH) + +# Match category in the xml description of the module (where it shows up in Modules menu) +category Informatics + +# url to icon (png, size 128x128 pixels) +iconurl https://raw.githubusercontent.com/ImagingDataCommons/SlicerIDCBrowser/main/IDCBrowser/Resources/Icons/IDCBrowser.png + +# Give people an idea what to expect from this code +# - Is it just a test or something you stand beind? +status Beta + +# One line stating what the module does +description A Module to explore and access imaging data available from National Cancer Institute Imaging Data Commons. + +# Space separated list of urls +screenshoturls https://github.com/ImagingDataCommons/SlicerIDCBrowser/blob/main/IDCBrowser/Resources/Screenshot/screenshot.png + +# 0 or 1: Define if the extension should be enabled after its installation. +enabled 1 From c8185ee70bab083cd992f119f942ecaaf1c3e6f8 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Wed, 4 Oct 2023 21:45:49 -0400 Subject: [PATCH 2/2] IDCBrowser: switch to using transparent icon --- IDCBrowser.s4ext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDCBrowser.s4ext b/IDCBrowser.s4ext index 20dffb085..aaa15a7d4 100644 --- a/IDCBrowser.s4ext +++ b/IDCBrowser.s4ext @@ -22,7 +22,7 @@ contributors Andrey Fedorov (SPL and BWH) category Informatics # url to icon (png, size 128x128 pixels) -iconurl https://raw.githubusercontent.com/ImagingDataCommons/SlicerIDCBrowser/main/IDCBrowser/Resources/Icons/IDCBrowser.png +iconurl https://github.com/ImagingDataCommons/SlicerIDCBrowser/blob/main/IDCBrowser/Resources/Icons/IDCBrowser_alpha.png # Give people an idea what to expect from this code # - Is it just a test or something you stand beind?