From 9b291ee8b98a19e589d44faa6538850d645b8910 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 8 Oct 2024 10:32:38 -0400 Subject: [PATCH] Fix PROSTATEx and itkwidgets links PROSTATEx DOI did not resolve and the period needed to be move on itkwidgets. --- TCIA_PROSTATEx_Prostate_MRI_Anatomy_Model.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TCIA_PROSTATEx_Prostate_MRI_Anatomy_Model.ipynb b/TCIA_PROSTATEx_Prostate_MRI_Anatomy_Model.ipynb index 46ee861..613f176 100644 --- a/TCIA_PROSTATEx_Prostate_MRI_Anatomy_Model.ipynb +++ b/TCIA_PROSTATEx_Prostate_MRI_Anatomy_Model.ipynb @@ -40,7 +40,7 @@ }, "source": [ "# Summary\n", - "This notebook demonstrates downloading the [Prostate mri anatomy](https://github.com/Project-MONAI/model-zoo/releases/download/hosting_storage_v1/prostate_mri_anatomy_v0.3.1.zip) model from MONAI's Model Zoo and applying it to segment a subset of data from the [SPIE-AAPM-NCI PROSTATEx Challenges (PROSTATEx) collection](https://doi.org/10.7937/K9TCIA.2017.MURS5CL10.7937/TCIA.X0H0-1706) on [The Cancer Imaging Archive (TCIA)](https://www.cancerimagingarchive.net/). The resulting data are then visualized using [itkWidgets].(https://github.com/InsightSoftwareConsortium/itkwidgets)\n", + "This notebook demonstrates downloading the [Prostate mri anatomy](https://github.com/Project-MONAI/model-zoo/releases/download/hosting_storage_v1/prostate_mri_anatomy_v0.3.1.zip) model from MONAI's Model Zoo and applying it to segment a subset of data from the [SPIE-AAPM-NCI PROSTATEx Challenges (PROSTATEx) collection](https://doi.org/10.7937/K9TCIA.2017.MURS5CL) on [The Cancer Imaging Archive (TCIA)](https://www.cancerimagingarchive.net/). The resulting data are then visualized using [itkwidgets](https://github.com/InsightSoftwareConsortium/itkwidgets).\n", "\n", "Features demonstrated include:\n", "* Using a python script to download and load a model from MONAI's Model Zoo into python.\n", @@ -658,4 +658,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}