-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] Update links that threw warning in CI #1620
Conversation
Remi-Gau
commented
Sep 26, 2023
•
edited
Loading
edited
- closes Failing check links in CI #1619
for more information, see https://pre-commit.ci
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1620 +/- ##
=======================================
Coverage 87.83% 87.83%
=======================================
Files 16 16
Lines 1356 1356
=======================================
Hits 1191 1191
Misses 165 165 ☔ View full report in Codecov by Sentry. |
@@ -9,7 +9,7 @@ MRI acquisition parameters are divided into several categories based on | |||
([article](https://doi.org/10.15200/winn.143191.17127)) by Ben Inglis. | |||
|
|||
When adding additional metadata please use the CamelCase version of | |||
[DICOM ontology terms](https://scicrunch.org/scicrunch/interlex/dashboard) | |||
[DICOM ontology terms](https://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_d.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's pretty much the only one where I am not so sure this is the best link for this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if https://bioportal.bioontology.org/ontologies/DCM might not be better. @dbkeator Any thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thought I submitted this review. I'm okay merging as-is, but here are a couple small comments for your consideration.
Co-authored-by: Chris Markiewicz <[email protected]>