Skip to content

Commit cad3390

Browse files
authored
Update URLs (Project-MONAI#11)
1 parent 6acda78 commit cad3390

20 files changed

+24
-24
lines changed

3d_image_transforms.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"This notebook introduces you MONAI's transformation module for 3D images.\n",
1010
"\n",
11-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/3d_image_transforms.ipynb)"
11+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/3d_image_transforms.ipynb)"
1212
]
1313
},
1414
{

automatic_mixed_precision.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"\n",
1717
"The Spleen dataset can be downloaded from http://medicaldecathlon.com/.\n",
1818
"\n",
19-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/automatic_mixed_precision.ipynb)"
19+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/automatic_mixed_precision.ipynb)"
2020
]
2121
},
2222
{

brats_segmentation_3d.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"1. the enhancing tumor structures (light blue) visible in T1Gd, surrounding the cystic/necrotic components of the core (green) (Fig. C).\n",
3636
"1. The segmentations are combined to generate the final labels of the tumor sub-regions (Fig.D): edema (yellow), non-enhancing solid core (red), necrotic/cystic core (green), enhancing core (blue).\n",
3737
"\n",
38-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/brats_segmentation_3d.ipynb)"
38+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/brats_segmentation_3d.ipynb)"
3939
]
4040
},
4141
{

cache_dataset_speed.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"This tutorial shows how to accelerate PyTorch medical DL program based on MONAI CacheDataset. \n",
1010
"It's modified from the Spleen 3D segmentation tutorial notebook.\n",
1111
"\n",
12-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/cache_dataset_speed.ipynb)"
12+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/cache_dataset_speed.ipynb)"
1313
]
1414
},
1515
{

integrate_3rd_party_transforms.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"This tutorial shows how to integrate 3rd party transforms into a MONAI program. \n",
1010
"Mainly showing transforms from `BatchGenerator`, `TorchIO`, `Rising` and `ITK`.\n",
1111
"\n",
12-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/integrate_3rd_party_transforms.ipynb)"
12+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/integrate_3rd_party_transforms.ipynb)"
1313
]
1414
},
1515
{

mednist_GAN_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"* Defining the networks\n",
1515
"* Training and evaluation\n",
1616
"\n",
17-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/mednist_GAN_tutorial.ipynb)"
17+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/mednist_GAN_tutorial.ipynb)"
1818
]
1919
},
2020
{
@@ -193,7 +193,7 @@
193193
"\n",
194194
"\n",
195195
"If you use the MedNIST dataset, please acknowledge the source, e.g. \n",
196-
"https://github.com/Project-MONAI/MONAI/blob/master/examples/notebooks/mednist_tutorial.ipynb."
196+
"https://github.com/Project-MONAI/Tutorials/blob/master/mednist_tutorial.ipynb."
197197
]
198198
},
199199
{

mednist_GAN_workflow.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"The MONAI framework can be used to easily design, train, and evaluate generative adversarial networks.\n",
1010
"This notebook exemplifies using MONAI components to design and train a simple GAN model to reconstruct images of Hand CT scans.\n",
1111
"\n",
12-
"Read the [MONAI Mednist GAN Tutorial](https://github.com/Project-MONAI/MONAI/blob/master/examples/notebooks/mednist_GAN_tutorial.ipynb) for details about the network architecture and loss functions.\n",
12+
"Read the [MONAI Mednist GAN Tutorial](https://github.com/Project-MONAI/Tutorials/blob/master/mednist_GAN_tutorial.ipynb) for details about the network architecture and loss functions.\n",
1313
"\n",
1414
"**Table of Contents**\n",
1515
"\n",
@@ -23,7 +23,7 @@
2323
"3. Run Training\n",
2424
"4. Evaluate Results\n",
2525
"\n",
26-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/mednist_GAN_workflow.ipynb)"
26+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/mednist_GAN_workflow.ipynb)"
2727
]
2828
},
2929
{
@@ -203,7 +203,7 @@
203203
"\n",
204204
"\n",
205205
"If you use the MedNIST dataset, please acknowledge the source, e.g. \n",
206-
"https://github.com/Project-MONAI/MONAI/blob/master/examples/notebooks/mednist_tutorial.ipynb."
206+
"https://github.com/Project-MONAI/Tutorials/blob/master/mednist_tutorial.ipynb."
207207
]
208208
},
209209
{

mednist_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"* Train the model with a PyTorch program\n",
1616
"* Evaluate on test dataset\n",
1717
"\n",
18-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/mednist_tutorial.ipynb)"
18+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/mednist_tutorial.ipynb)"
1919
]
2020
},
2121
{

models_ensemble.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"MONAI provides `EnsembleEvaluator` and `MeanEnsemble`, `VoteEnsemble` post transforms. \n",
2020
"This tutorial shows how to leverage ensemble modules in MONAI to set up ensemble program.\n",
2121
"\n",
22-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/models_ensemble.ipynb)"
22+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/models_ensemble.ipynb)"
2323
]
2424
},
2525
{

multi_gpu_test.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Multi GPU Test\n",
88
"\n",
9-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/multi_gpu_test.ipynb)"
9+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/multi_gpu_test.ipynb)"
1010
]
1111
},
1212
{

nifti_read_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"The purpose of this notebook is to illustrate reading Nifti files and iterating over patches of the volumes loaded from them.\n",
1010
"\n",
11-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/nifti_read_example.ipynb)"
11+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/nifti_read_example.ipynb)"
1212
]
1313
},
1414
{

persistent_dataset_speed.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"\n",
1818
"It's modified from the Spleen 3D segmentation tutorial notebook.\n",
1919
"\n",
20-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/persistent_dataset_speed.ipynb)"
20+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/persistent_dataset_speed.ipynb)"
2121
]
2222
},
2323
{

post_transforms.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"\n",
2323
"This tutorial shows several of above post transforms based on the model output of spleen segmentation.\n",
2424
"\n",
25-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/post_transforms.ipynb)"
25+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/post_transforms.ipynb)"
2626
]
2727
},
2828
{

public_datasets.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"* Create training experiment with DecathlonDataset and workflow\n",
1616
"* Share other public data and add Dataset in MONAI\n",
1717
"\n",
18-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/public_datasets.ipynb)"
18+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/public_datasets.ipynb)"
1919
]
2020
},
2121
{

spleen_segmentation_3d.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"Source: Memorial Sloan Kettering Cancer Center \n",
3030
"Challenge: Large ranging foreground size\n",
3131
"\n",
32-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/spleen_segmentation_3d.ipynb)"
32+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/spleen_segmentation_3d.ipynb)"
3333
]
3434
},
3535
{

spleen_segmentation_3d_lightning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"Source: Memorial Sloan Kettering Cancer Center \n",
3535
"Challenge: Large ranging foreground size\n",
3636
"\n",
37-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/spleen_segmentation_3d_lightning.ipynb)"
37+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/spleen_segmentation_3d_lightning.ipynb)"
3838
]
3939
},
4040
{

transform_speed.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"The purpose of this notebook is to illustrate reading Nifti files and test speed of different methods.\n",
1010
"\n",
11-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/transform_speed.ipynb)"
11+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/transform_speed.ipynb)"
1212
]
1313
},
1414
{

transforms_demo_2d.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
" \n",
1414
"Find out more in MONAI's wiki page: https://github.com/Project-MONAI/MONAI/wiki\n",
1515
"\n",
16-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/transforms_demo_2d.ipynb)"
16+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/transforms_demo_2d.ipynb)"
1717
]
1818
},
1919
{

unet_segmentation_3d_catalyst.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"* Sliding window inference method.\n",
2323
"* Deterministic training for reproducibility.\n",
2424
"\n",
25-
"This tutorial is based on [unet_training_dict.py](https://github.com/Project-MONAI/MONAI/blob/master/examples/segmentation_3d/unet_training_dict.py) and [spleen_segmentation_3d.ipynb](https://github.com/Project-MONAI/MONAI/blob/master/examples/notebooks/spleen_segmentation_3d.ipynb).\n",
25+
"This tutorial is based on [unet_training_dict.py](https://github.com/Project-MONAI/MONAI/blob/master/examples/segmentation_3d/unet_training_dict.py) and [spleen_segmentation_3d.ipynb](https://github.com/Project-MONAI/Tutorials/blob/master/spleen_segmentation_3d.ipynb).\n",
2626
"\n",
27-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/unet_segmentation_3d_catalyst.ipynb)"
27+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/unet_segmentation_3d_catalyst.ipynb)"
2828
]
2929
},
3030
{

unet_segmentation_3d_ignite.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# 3D Segmentation with UNet\n",
88
"\n",
9-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/unet_segmentation_3d_ignite.ipynb)"
9+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/unet_segmentation_3d_ignite.ipynb)"
1010
]
1111
},
1212
{

0 commit comments

Comments
 (0)