-
Notifications
You must be signed in to change notification settings - Fork 2
/
codemeta.json
71 lines (71 loc) · 2.51 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": "[email protected]",
"familyName": "Portillo",
"id": "https://dorianportillo.dev",
"givenName": "Dorian",
"type": "Person"
},
{
"affiliation": {
"name": "FAIR Data Innovations Hub, California Medical Innovations Institute",
"type": "Organization"
},
"email": "[email protected]",
"familyName": "Soundarajan",
"id": "_:author_2",
"givenName": "Sanjay",
"type": "Person"
},
{
"affiliation": {
"name": "FAIR Data Innovations Hub, California Medical Innovations Institute",
"type": "Organization"
},
"email": "[email protected]",
"familyName": "Patel",
"id": "_:author_3",
"givenName": "Bhavesh",
"type": "Person"
}
],
"codeRepository": "https://github.com/fairdataihub/codefair-app",
"dateCreated": "2024-03-27",
"dateModified": "2024-11-11",
"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.14064362",
"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.1.1 - 11-12-2024\n\n### Fixed\n\n- Remove outdated URL links in the template renderer to ensure the correct and current links are used for metadata, CWL, and license templates.",
"version": "3.1.1",
"type": "SoftwareSourceCode"
}