-
Notifications
You must be signed in to change notification settings - Fork 2
/
codemeta.json
71 lines (71 loc) · 2.83 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"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": "https://dorianportillo.dev",
"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-12-16",
"datePublished": "2024-09-03",
"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": "10.5281/zenodo.14503664",
"issueTracker": "https://github.com/fairdataihub/codefair-app/issues",
"keywords": [
"best-practices",
"fair",
"research",
"reusable",
"software"
],
"license": "https://spdx.org/licenses/MIT",
"programmingLanguage": [
"Vue",
"JavaScript",
"HTML",
"TypeScript",
"CSS",
"Dockerfile"
],
"relatedLink": [
"https://docs.codefair.io/"
],
"schema:releaseNotes": "## v3.2.1 - 12-12-2024\n\n### Added\n- Convert logging from 'consola' to 'logwatch' for improved log management and consistency across the application.\n\n### Fixed\n- Update CI and deployment workflows to include new environment variables 'BOT_LOGWATCH_URL' and 'VALIDATOR_URL'.\n- Patch to Zenodo workflow that was causing the user to be notified of a failed Zenodo upload when the upload was successful.\n- Fix issue with the metadata validation endpoint that was causing the service to return a 405 error.",
"version": "3.2.1",
"type": "SoftwareSourceCode"
}