-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔀 merge: main to staging branch (#60)
* fix: 🐛 metadata url update + collection call correct * fix: 🐛 typo fix and exit workflow on push event if installation does not exist * feat: ✨ add codemeta file * feat: ✨ add citation file * Create CHANGELOG.md * Update README.md * Update README.md --------- Co-authored-by: codefair-app[bot] <165336008+codefair-app[bot]@users.noreply.github.com> Co-authored-by: Bhavesh Patel <b.patel@berkeley.edu>
- Loading branch information
1 parent
4a5bd2c
commit 75fa2ec
Showing
6 changed files
with
133 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Change Log | ||
|
||
All notable changes the Codefair App will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## v1.0.0 - 2024-08-26 | ||
|
||
### Identifier | ||
https://doi.org/10.5281/zenodo.13376617 | ||
|
||
### Added | ||
- First release with license file and metadata files generating features |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
title: Codefair | ||
authors: | ||
- given-names: Dorian | ||
family-names: Portillo | ||
email: dportillo@calmi2.org | ||
affiliation: FAIR Data Innovations Hub, California Medical Innovations Institute | ||
- given-names: Sanjay | ||
family-names: Soundarajan | ||
email: ssoundarajan@calmi2.org | ||
affiliation: FAIR Data Innovations Hub, California Medical Innovations Institute | ||
- given-names: Bhavesh | ||
family-names: Patel | ||
email: bpatel@calmi2.org | ||
affiliation: FAIR Data Innovations Hub, California Medical Innovations Institute | ||
cff-version: 1.2.0 | ||
message: If you use this software, please cite it using the metadata from this file. | ||
type: software | ||
identifiers: | ||
- type: doi | ||
value: https://doi.org/10.5281/zenodo.13376617 | ||
abstract: "Codefair is a free and open source GitHub app that acts as your | ||
personal assistant when it comes to making your research software reusable and | ||
especially complying with the Findable, Accessible, Interoperable, Reusable | ||
(FAIR) Principles for Research Software (FAIR4RS Principles). Whether you are | ||
developing artificial intelligence (AI)/machine learning (ML) models with | ||
Python, data visualization tools with Jupyter notebook, or data analysis code | ||
with R, Codefair is here to assist you. " | ||
keywords: | ||
- best-practices | ||
- fair | ||
- research | ||
- reusable | ||
- software | ||
license: MIT | ||
repository-code: https://github.com/fairdataihub/codefair-app | ||
version: 1.0.0 | ||
date-released: 2024-08-26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"name": "Codefair", | ||
"@context": "https://w3id.org/codemeta/3.0", | ||
"applicationCategory": "Content management software", | ||
"author": [ | ||
{ | ||
"affiliation": { | ||
"name": "FAIR Data Innovations Hub, California Medical Innovations Institute", | ||
"type": "Organization" | ||
}, | ||
"email": "dportillo@calmi2.org", | ||
"familyName": "Portillo", | ||
"id": "_:author_1", | ||
"givenName": "Dorian", | ||
"type": "Person" | ||
}, | ||
{ | ||
"affiliation": { | ||
"name": "FAIR Data Innovations Hub, California Medical Innovations Institute", | ||
"type": "Organization" | ||
}, | ||
"email": "ssoundarajan@calmi2.org", | ||
"familyName": "Soundarajan", | ||
"id": "_:author_2", | ||
"givenName": "Sanjay", | ||
"type": "Person" | ||
}, | ||
{ | ||
"affiliation": { | ||
"name": "FAIR Data Innovations Hub, California Medical Innovations Institute", | ||
"type": "Organization" | ||
}, | ||
"email": "bpatel@calmi2.org", | ||
"familyName": "Patel", | ||
"id": "_:author_3", | ||
"givenName": "Bhavesh", | ||
"type": "Person" | ||
} | ||
], | ||
"codeRepository": "https://github.com/fairdataihub/codefair-app", | ||
"dateCreated": "2024-03-27", | ||
"dateModified": "2024-08-26", | ||
"datePublished": "2024-08-26", | ||
"description": "Codefair is a free and open source GitHub app that acts as your personal assistant when it comes to making your research software reusable and especially complying with the Findable, Accessible, Interoperable, Reusable (FAIR) Principles for Research Software (FAIR4RS Principles). Whether you are developing artificial intelligence (AI)/machine learning (ML) models with Python, data visualization tools with Jupyter notebook, or data analysis code with R, Codefair is here to assist you. ", | ||
"developmentStatus": "active", | ||
"downloadUrl": "https://github.com/marketplace/codefair-app", | ||
"identifier": "https://doi.org/10.5281/zenodo.13376617", | ||
"issueTracker": "https://github.com/fairdataihub/codefair-app/issues", | ||
"keywords": [ | ||
"best-practices", | ||
"fair", | ||
"research", | ||
"reusable", | ||
"software" | ||
], | ||
"license": "https://spdx.org/licenses/MIT", | ||
"operatingSystem": [], | ||
"programmingLanguage": [ | ||
"Vue", | ||
"JavaScript", | ||
"HTML", | ||
"TypeScript", | ||
"CSS", | ||
"Dockerfile" | ||
], | ||
"relatedLink": [], | ||
"runtimePlatform": [], | ||
"schema:releaseNotes": "First release", | ||
"softwareRequirements": [], | ||
"version": "1.0.0", | ||
"type": "SoftwareSourceCode" | ||
} |