Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.9%) to scientific vocabulary
Repository
Fairhub.io study dashboard
Basic Info
- Host: GitHub
- Owner: AI-READI
- License: mit
- Language: JavaScript
- Default Branch: main
- Size: 1.04 MB
Statistics
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Study Dashboard
A dashboard to provide insights around multi-site study recruitment, onboarding, and participation.
Sublink 1 Documentation Changelog Report Bug Request Feature
Description
A dashboard for Fairhub.io to provide insights around participant recruitment research studies. See REQUIREMENTS.md for an overview of the requirements and intended use cases.
Getting started
Prerequisites/Dependencies
- Describe any prerequisites, libraries, OS version, etc., needed before installing your application.
Installing
- Describe the installation process. Include code snippets and screenshots if needed. You can also add environment generation installation in here as well.
Inputs and Outputs
- Describe the inputs and outputs of your application. Include code snippets and screenshots if needed.
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
- Repositories: 22
- Profile: https://github.com/AI-READI
Organization of the AI-READI data generation project of the NIH-funded Bridge2AI Program
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/study-dashboard",
"dateCreated": "2023-02-28",
"dateModified": "2023-02-28",
"downloadUrl": "https://github.com/AI-READI/study-dashboard",
"issueTracker": "https://github.com/AI-READI/study-dashboard/issues",
"name": "AI-READI Study Dashboard",
"version": "0.0.1",
"identifier": "",
"description": "A study dashboard for AI-READI projects",
"applicationCategory": "Scientific",
"funding": "1OT2OD032644",
"developmentStatus": "active",
"isPartOf": "https://aireadi.org/",
"funder": {
"@type": "Organization",
"@name": "National Institutes of Health (NIH)"
},
"keywords": [
"AI-READI",
"analytics",
"dashboard",
"project"
],
"programmingLanguage": [
"JavaScript",
"CSS"
],
"relatedLink": [
"https://github.com/AI-READI"
],
"author": [
{
"@type": "Person",
"givenName": "Benjamin",
"familyName": "Cordier",
"email": "cordier@ohsu.edu",
"affiliation": {
"@type": "Organization",
"name": "OHSU Knight Cancer Institute"
}
},
{
"@type": "Person",
"givenName": "Shannon",
"familyName": "McWeeney",
"email": "mcweeney@ohsu.edu",
"affiliation": {
"@type": "Organization",
"name": "OHSU Knight Cancer Institute"
}
}
]
}