From 3da9a4107ffc2127eb7ecc69c63dcfe71b3afa3d Mon Sep 17 00:00:00 2001 From: caufieldjh Date: Fri, 6 Dec 2024 10:32:09 -0500 Subject: [PATCH] Add CLAIM --- project/data/DataStandardOrTool.json | 20 ++++++++++++++++++++ project/data/DataStandardOrTool.tsv | 1 + src/data/DataStandardOrTool.yaml | 21 +++++++++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/project/data/DataStandardOrTool.json b/project/data/DataStandardOrTool.json index 0a52549..67f37da 100644 --- a/project/data/DataStandardOrTool.json +++ b/project/data/DataStandardOrTool.json @@ -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" diff --git a/project/data/DataStandardOrTool.tsv b/project/data/DataStandardOrTool.tsv index 10b4b43..532aa49 100644 --- a/project/data/DataStandardOrTool.tsv +++ b/project/data/DataStandardOrTool.tsv @@ -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 https://datatracker.ietf.org/doc/rfc8493/ 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 https://www.unitycatalog.io/ https://github.com/unitycatalog/unitycatalog 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 https://sensein.group/senselab/ https://github.com/sensein/senselab 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 diff --git a/src/data/DataStandardOrTool.yaml b/src/data/DataStandardOrTool.yaml index 0edc21a..7d6e0df 100644 --- a/src/data/DataStandardOrTool.yaml +++ b/src/data/DataStandardOrTool.yaml @@ -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" \ No newline at end of file