Skip to content

Commit 48488c7

Browse files
committed
PW44_2026_GranCanaria: Convert bare URLs to markdown links in project READMEs
Convert all bare URLs to proper markdown link format across 15 project documentation files for improved readability and consistency. via Claude AI
1 parent e0d73a6 commit 48488c7

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

  • PW44_2026_GranCanaria/Projects
    • AddingDicomSupportInformationToExtensionManager
    • CastAStandardForRealTimeFrontEndIntegrationOfHealthcareApplication
    • ClaudeScientificSkillForImagingDataCommons
    • MakeClassannotationExtensionMultiLabelAndCollaborative
    • MorphodepotDiscussionAndOptimization
    • OhifInternationalizationUpdate
    • UsingAutomaticAiSegmentationToolsForImagingDataCommonsDataEnrichment
    • ValidationOfRadiomicsJlLibraryByUsingOvarianCancerImagesAndPossibleIntegrationInSlicer

PW44_2026_GranCanaria/Projects/AddingDicomSupportInformationToExtensionManager/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Currently DICOM support in extensions is written to a json file in the slicer re
5353
- Ex:
5454
```"(Modality == 'SEG') or (SOPClassUID == '1.2.840.10008.5.1.4.1.1.30') or (Modality == 'SR' and (SOPClassUID == '1.2.840.10008.5.1.4.1.1.88.22' or SOPClassUID == '1.2.840.10008.5.1.4.1.1.88.33'))"```
5555
3. Update 3D Slicer core to query the list of available extensions to find an extension that can handle the current modality. (Kyle has the branch already)
56-
4. Integrate this PR with other efforts to update the extension manager (extensions tiers, multiple categories, etc. - see https://github.com/girder/slicer_package_manager/pull/124)
56+
4. Integrate this PR with other efforts to update the extension manager (extensions tiers, multiple categories, etc. - see [https://github.com/girder/slicer_package_manager/pull/124](https://github.com/girder/slicer_package_manager/pull/124))
5757
5. Update SlicerIDCBrowser?
5858
6. Need to revisit QuantitativeReporting DICOM plugin - it won't be able to load segmentation of a SM image!
5959

@@ -84,6 +84,6 @@ _No response_
8484
If possible, also add links to sample data, and to any relevant publications. -->
8585

8686

87-
https://github.com/girder/slicer_package_manager
88-
https://pypi.org/project/rule-engine/
87+
- [https://github.com/girder/slicer_package_manager](https://github.com/girder/slicer_package_manager)
88+
- [https://pypi.org/project/rule-engine/](https://pypi.org/project/rule-engine/)
8989

PW44_2026_GranCanaria/Projects/CastAStandardForRealTimeFrontEndIntegrationOfHealthcareApplication/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ _No response_
187187

188188
## References
189189

190-
https://projectweek.na-mic.org/PW33_2020_GranCanaria/Projects/OHIFSlicerBridge/
190+
[https://projectweek.na-mic.org/PW33_2020_GranCanaria/Projects/OHIFSlicerBridge/](https://projectweek.na-mic.org/PW33_2020_GranCanaria/Projects/OHIFSlicerBridge/)
191191

192192

193193
- **FHIRcast**: [http://hl7.org/fhir/fhircast.html](http://hl7.org/fhir/fhircast.html) - The foundational standard upon which Cast is based. Note: FHIRcast focuses on FHIR context management, while Cast extends beyond context to support any type of event including user interactions and DICOM data exchange (DICOMCast).

PW44_2026_GranCanaria/Projects/ClaudeScientificSkillForImagingDataCommons/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ _No response_
8989
If possible, also add links to sample data, and to any relevant publications. -->
9090

9191
Mike Halle's IDC skill (works with Claude Code and Claude platform/web/mobile)
92-
* https://github.com/mhalle/idc-skill/
93-
* https://github.com/mhalle/idc-skill/releases/latest/download/idc-skill.skill
92+
* [https://github.com/mhalle/idc-skill/](https://github.com/mhalle/idc-skill/)
93+
* [https://github.com/mhalle/idc-skill/releases/latest/download/idc-skill.skill](https://github.com/mhalle/idc-skill/releases/latest/download/idc-skill.skill)
9494

PW44_2026_GranCanaria/Projects/MakeClassannotationExtensionMultiLabelAndCollaborative/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ ClassAnnotation is an extension designed to support users during medical image a
8585
If possible, also add links to sample data, and to any relevant publications. -->
8686

8787

88-
- Source code: https://github.com/lorenaromeo/SlicerClassAnnotation
89-
- Demo (video): https://drive.google.com/file/d/1aquVa_120tXwTltVutA9tb2mD2o8SCwK/view?usp=sharing
88+
- Source code: [https://github.com/lorenaromeo/SlicerClassAnnotation](https://github.com/lorenaromeo/SlicerClassAnnotation)
89+
- Demo (video): [https://drive.google.com/file/d/1aquVa_120tXwTltVutA9tb2mD2o8SCwK/view?usp=sharing](https://drive.google.com/file/d/1aquVa_120tXwTltVutA9tb2mD2o8SCwK/view?usp=sharing)
9090

PW44_2026_GranCanaria/Projects/MorphodepotDiscussionAndOptimization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ _No response_
8181
If possible, also add links to sample data, and to any relevant publications. -->
8282

8383

84-
Preprint describing the project: https://arxiv.org/abs/2601.00030
84+
Preprint describing the project: [https://arxiv.org/abs/2601.00030](https://arxiv.org/abs/2601.00030)
8585

PW44_2026_GranCanaria/Projects/OhifInternationalizationUpdate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Provide the opportunity to project week attendees to add or update a language t
4343
Attendees who want to add/update a language can add themselves to the project with the language they target.
4444
The AI language translation will be available soon after at:
4545

46-
https://na-mic-projectweek44-g0g4a5c5dgc5dcf3.westeurope-01.azurewebsites.net/
46+
[https://na-mic-projectweek44-g0g4a5c5dgc5dcf3.westeurope-01.azurewebsites.net/](https://na-mic-projectweek44-g0g4a5c5dgc5dcf3.westeurope-01.azurewebsites.net/)
4747

4848
The language can be selected in the "Preferences" section of the top right sprocket icon.
4949
During the conference, project participants can schedule a 1 hour meeting with Martin to correct the translation.

PW44_2026_GranCanaria/Projects/UsingAutomaticAiSegmentationToolsForImagingDataCommonsDataEnrichment/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ In addition, the 3DSlicer [CrossSegmentationExplorer](https://github.com/Imaging
6464
2. Run MOOSE on that subset and extract radiomic features
6565
3. Analyze feature distributions to detect outliers
6666
4. Visually review outlier cases in Slicer
67-
5. Compare muscle segmentation with https://github.com/MuscleMap/MuscleMap (also https://github.com/Eddowesselink/SlicerMuscleMap for Slicer)
67+
5. Compare muscle segmentation with [MuscleMap](https://github.com/MuscleMap/MuscleMap) (also [SlicerMuscleMap](https://github.com/Eddowesselink/SlicerMuscleMap) for Slicer)
6868
6. Side-project stretch goal: assemble a whole-body single volume image for Visible Human and prepare segmentations from various tools for the resulting image.
6969

7070

PW44_2026_GranCanaria/Projects/ValidationOfRadiomicsJlLibraryByUsingOvarianCancerImagesAndPossibleIntegrationInSlicer/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Of course any suggestion is more than welcome.
8989
If possible, also add links to sample data, and to any relevant publications. -->
9090

9191

92-
- Radiomics.jl official page: https://www.radiomicsjl.org
93-
- Radiomics.jl source code: https://github.com/pzaffino/Radiomics.jl
94-
- Pyradiomics documentation: https://pyradiomics.readthedocs.io
95-
- Pyradiomics source code: https://github.com/AIM-Harvard/pyradiomics/tree/master
92+
- Radiomics.jl official page: [https://www.radiomicsjl.org](https://www.radiomicsjl.org)
93+
- Radiomics.jl source code: [https://github.com/pzaffino/Radiomics.jl](https://github.com/pzaffino/Radiomics.jl)
94+
- Pyradiomics documentation: [https://pyradiomics.readthedocs.io](https://pyradiomics.readthedocs.io)
95+
- Pyradiomics source code: [https://github.com/AIM-Harvard/pyradiomics/tree/master](https://github.com/AIM-Harvard/pyradiomics/tree/master)
9696

0 commit comments

Comments
 (0)