Skip to content

Commit

Permalink
Rename SlicerSegReview to SegmentationReview
Browse files Browse the repository at this point in the history
The underlying GitHub project was renamed

Co-authored-by: Jean-Christophe Fillion-Robin <[email protected]>
  • Loading branch information
zapaishchykova and jcfr committed May 9, 2023
1 parent 227db4b commit fe6dd1f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions SlicerSegReview.s4ext → SegmentationReview.s4ext
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is source code manager
scm git
scmurl https://github.com/zapaishchykova/Slicer-Likert-DL-rating
scmrevision master
scmurl https://github.com/zapaishchykova/SegmentationReview
scmrevision main

# list dependencies
# - These should be names of other modules that have .s4ext files
Expand All @@ -12,25 +12,25 @@ depends NA
build_subdirectory .

# homepage
homepage https://github.com/zapaishchykova/Slicer-Likert-DL-rating
homepage https://github.com/zapaishchykova/SegmentationReview

# Firstname1 Lastname1 ([SubOrg1, ]Org1), Firstname2 Lastname2 ([SubOrg2, ]Org2)
contributors Anna Zapaishchykova ([AIM lab,] BWH), Dr. Benjamin H. Kann ([AIM lab,] BWH)
contributors Anna Zapaishchykova (AIM Lab, BWH), Dr. Benjamin H. Kann (AIM Lab, BWH)

# Match category in the xml description of the module (where it shows up in Modules menu)
category Segmentation

# url to icon (png, size 128x128 pixels)
iconurl https://raw.githubusercontent.com/zapaishchykova/Slicer-Likert-DL-rating/main/SlicerSegReview.png
iconurl https://raw.github.com/zapaishchykova/SegmentationReview/bd21693438a9bafed7e3a74313c0129860c9a74b/SlicerSegReview/Resources/Icons/SlicerSegReview.png

# Give people an idea what to expect from this code
status beta

# One line stating what the module does
description SlicerLikertDLrating allows fast clinician review of DL-generated masks using Likert-type score
description The SegmentationReview extension enables clinician to quickly review of Deep-learning generated segmentations using Likert-type score. The dataset loads in one batch with no need to load masks and volumes separately. The results are saved in a csv file, which can be used for further analysis.

# Space separated list of urls
screenshoturls https://raw.githubusercontent.com/zapaishchykova/Slicer-Likert-DL-rating/main/pics/screenshot.jpg
screenshoturls https://raw.githubusercontent.com/zapaishchykova/SegmentationReview/bd21693438a9bafed7e3a74313c0129860c9a74b/pics/screenshot.png

# 0 or 1: Define if the extension should be enabled after its installation.
enabled 1

0 comments on commit fe6dd1f

Please sign in to comment.