Skip to content
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

Add CLAIM #134

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions project/data/DataStandardOrTool.json
Original file line number Diff line number Diff line change
Expand Up @@ -17355,6 +17355,26 @@
"requires_registration": false,
"url": "https://sensein.group/senselab/",
"formal_specification": "https://github.com/sensein/senselab"
},
{
"id": "B2AI_STANDARD:882",
"category": "B2AI_STANDARD:BiomedicalStandard",
"name": "CLAIM",
"description": "Checklist for Artificial Intelligence in Medical Imaging (CLAIM)",
"contributor_name": "Harry Caufield",
"contributor_github_name": "caufieldjh",
"contributor_orcid": "ORCID:0000-0001-5705-7831",
"contribution_date": "2023-12-06",
"collection": [
"guidelines"
],
"concerns_data_topic": [
"B2AI_TOPIC:15"
],
"purpose_detail": "CLAIM is modeled after the STARD guideline and has been extended to address applications of AI in medical imaging that include classification, image reconstruction, text analysis, and workflow optimization. It is intended to provide a framework for the development and validation of AI algorithms in medical imaging.",
"is_open": true,
"requires_registration": false,
"publication": "doi:10.1148/ryai.2020200029"
}
],
"@type": "DataStandardOrToolContainer"
Expand Down
1 change: 1 addition & 0 deletions project/data/DataStandardOrTool.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -880,3 +880,4 @@ id category name description contributor_name contributor_github_name contributo
[B2AI_STANDARD:879](DataStandardOrTool.markdown) [B2AI_STANDARD:DataStandardOrTool](DataStandardOrTool.markdown) BagIt BagIt file packaging format Harry Caufield caufieldjh 0000-0001-5705-7831 A set of hierarchical file layout conventions for storage and transfer of arbitrary digital content. True False <a href="https://datatracker.ietf.org/doc/rfc8493/">https://datatracker.ietf.org/doc/rfc8493/</a> doi:10.17487/RFC8493 2023-09-25
[B2AI_STANDARD:880](DataStandardOrTool.markdown) [B2AI_STANDARD:DataStandardOrTool](DataStandardOrTool.markdown) Unity Catalog Unity Catalog Harry Caufield caufieldjh 0000-0001-5705-7831 [has_ai_application] A universal catalog for data and AI True False <a href="https://www.unitycatalog.io/">https://www.unitycatalog.io/</a> <a href="https://github.com/unitycatalog/unitycatalog">https://github.com/unitycatalog/unitycatalog</a> 2024-11-02
[B2AI_STANDARD:881](DataStandardOrTool.markdown) [B2AI_STANDARD:SoftwareOrTool](DataStandardOrTool.markdown) Senselab Senselab package Harry Caufield caufieldjh ORCID:0000-0001-5705-7831 [[B2AI_TOPIC:36]](DataTopic.markdown) A Python package for streamlining the processing and analysis of behavioral data, such as voice and speech patterns, with robust and reproducible methodologies. True False <a href="https://sensein.group/senselab/">https://sensein.group/senselab/</a> <a href="https://github.com/sensein/senselab">https://github.com/sensein/senselab</a> 2023-12-06
[B2AI_STANDARD:882](DataStandardOrTool.markdown) [B2AI_STANDARD:BiomedicalStandard](DataStandardOrTool.markdown) CLAIM Checklist for Artificial Intelligence in Medical Imaging (CLAIM) Harry Caufield caufieldjh ORCID:0000-0001-5705-7831 [guidelines] [[B2AI_TOPIC:15]](DataTopic.markdown) CLAIM is modeled after the STARD guideline and has been extended to address applications of AI in medical imaging that include classification, image reconstruction, text analysis, and workflow optimization. It is intended to provide a framework for the development and validation of AI algorithms in medical imaging. True False doi:10.1148/ryai.2020200029 2023-12-06
21 changes: 21 additions & 0 deletions src/data/DataStandardOrTool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16732,4 +16732,25 @@ data_standardortools_collection:
contributor_name: Harry Caufield
contributor_github_name: caufieldjh
contributor_orcid: ORCID:0000-0001-5705-7831
contribution_date: "2023-12-06"
- id: B2AI_STANDARD:882
name: CLAIM
category: B2AI_STANDARD:BiomedicalStandard
description: Checklist for Artificial Intelligence in Medical Imaging (CLAIM)
collection:
- guidelines
concerns_data_topic:
- B2AI_TOPIC:15
purpose_detail: >-
CLAIM is modeled after the STARD guideline and has been extended to
address applications of AI in medical imaging that include classification,
image reconstruction, text analysis, and workflow optimization. It is intended
to provide a framework for the development and validation of AI algorithms
in medical imaging.
is_open: true
requires_registration: false
publication: doi:10.1148/ryai.2020200029
contributor_name: Harry Caufield
contributor_github_name: caufieldjh
contributor_orcid: ORCID:0000-0001-5705-7831
contribution_date: "2023-12-06"
Loading