schemas

A collection of schemas for AI-READI applications

https://github.com/ai-readi/schemas

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

A collection of schemas for AI-READI applications

Basic Info
  • Host: GitHub
  • Owner: AI-READI
  • License: mit
  • Language: TypeScript
  • Default Branch: main
  • Homepage: https://schemas.aireadi.org
  • Size: 193 KB
Statistics
  • Stars: 0
  • Watchers: 6
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Codemeta

README.md

logo

AI-READI Schemas


contributors stars open issues license Curated with FAIRshare



Description

This repository contains the schemas that applications in the AI-READI project use. The schemas are written in JSON Schema and are used to validate the data that is sent various services within the organization.

Getting started

Prerequisites/Dependencies

Install the dependencies with:

bash yarn install

Run the development server with:

bash yarn dev

Contributing

Contributions are always welcome!

If you are interested in reporting/fixing issues and contributing directly to the code base, please see CONTRIBUTING.md for more information on what we're looking for and how to get started.

For any developmental standards to follow, add them directly to the CONTRIBUTING.md file.

Issues and Feedback

To report any issues with the software, suggest improvements, or request a new feature, please open a new issue via the Issues tab. Provide adequate information (operating system, steps leading to error, screenshots) so we can help you efficiently.

License

This work is licensed under MIT. See LICENSE for more information.

How to cite

If you are using this software or reusing the source code from this repository for any purpose, please cite:

bash ADD Citation here

Acknowledgements

This project is funded by the NIH under award number 1OT2OD032644. The content is solely the responsibility of the authors and does not necessarily represent the official views of the NIH.

Add any other acknowledgements here.




Owner

  • Name: AI-READI
  • Login: AI-READI
  • Kind: organization
  • Location: United States of America

Organization of the AI-READI data generation project of the NIH-funded Bridge2AI Program

Citation (CITATION.cff)

abstract: "A collection of schemas for AI-READI applications"
authors:
  - affiliation: "FAIR Data Innovations Hub"
    email: "ssoundarajan@calmi2.org"
    family-names: Soundarajan
    given-names: Sanjay
  - affiliation: "FAIR Data Innovations Hub"
    email: "bpatel@calmi2.org"
    family-names: Patel
    given-names: Bhavesh
cff-version: 1.2.0
date-released: "2022-11-28"
identifiers:
  - description: "DOI for this software's record on Zenodo"
    type: doi
    value: "10.5281/zenodo.7373697"
keywords:
  - "AI-READI"
  - schemas
license: MIT
message: "If you use this software, please cite it as below."
repository-artifact: "https://github.com/AI-READI/schemas"
repository-code: "https://github.com/AI-READI/schemas"
title: "AI-READI Schemas"
type: software
url: "https://schemas.aireadi.org"
version: 0.0.1

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "license": "https://spdx.org/licenses/MIT",
  "codeRepository": "https://github.com/AI-READI/schemas",
  "dateCreated": "2022-11-28",
  "dateModified": "2022-11-28",
  "downloadUrl": "https://github.com/AI-READI/schemas",
  "issueTracker": "https://github.com/AI-READI/schemas/issues",
  "name": "AI-READI Schemas",
  "version": "0.0.1",
  "identifier": "https://doi.org/10.5281/zenodo.7373697",
  "description": "A collection of schemas for AI-READI applications",
  "applicationCategory": "Scientific",
  "funding": "1OT2OD032644",
  "developmentStatus": "active",
  "isPartOf": "https://aireadi.org/",
  "funder": {
    "@type": "Organization",
    "@name": "National Institutes of Health (NIH)"
  },
  "keywords": [
    "AI-READI",
    "schemas"
  ],
  "programmingLanguage": [
    "JavaScript",
    "CSS",
    "HTML",
    "Typescript"
  ],
  "relatedLink": [
    "https://github.com/AI-READI"
  ],
  "author": [
    {
      "@type": "Person",
      "givenName": "Sanjay",
      "familyName": "Soundarajan",
      "email": "ssoundarajan@calmi2.org",
      "affiliation": {
        "@type": "Organization",
        "name": "FAIR Data Innovations Hub"
      }
    },
    {
      "@type": "Person",
      "givenName": "Bhavesh",
      "familyName": "Patel",
      "email": "bpatel@calmi2.org",
      "affiliation": {
        "@type": "Organization",
        "name": "FAIR Data Innovations Hub"
      }
    }
  ]
}

GitHub Events

Total
  • Push event: 43
Last Year
  • Push event: 43

Dependencies

package.json npm
  • npm-run-all ^4.1.5 development
  • @types/node 20.3.1
  • @types/react 18.2.13
  • @types/react-dom 18.2.6
  • autoprefixer 10.4.14
  • eslint 8.43.0
  • eslint-config-next 13.4.6
  • next 13.4.6
  • postcss 8.4.24
  • react 18.2.0
  • react-dom 18.2.0
  • tailwindcss 3.3.2
  • typescript 5.1.3
yarn.lock npm
  • 382 dependencies