-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
51 lines (51 loc) · 2.07 KB
/
codemeta.json
File metadata and controls
51 lines (51 loc) · 2.07 KB
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/FAIR-BioRS/Code",
"dateCreated": "2022-04-11T01:10:47Z",
"datePublished": "2022-04-18",
"dateModified": "2023-07-04",
"downloadUrl": "https://github.com/FAIR-BioRS/Code",
"issueTracker": "https://github.com/FAIR-BioRS/Code/issues",
"name": "Code: FAIR Biomedical Research Software (FAIR-BioRS) manuscript",
"version": "3.0.0",
"identifier": "110.5281/zenodo.8112631",
"description": "Code related to our FAIR-BioRS manuscript. More details are available at the associated GitHub repository: https://github.com/FAIR-BioRS/Code",
"applicationCategory": "Scientific",
"releaseNotes": "Added:\nAdded code for the new approach to count the number of newly created biomedical-related software repositories on GitHub\n\nChanged:\nChanged code to work with the new data.xlsx file from https://github.com/FAIR-BioRS/Data\nChanged figure generation code to comply with the Scientific Data Journal figure formatting instructions",
"funding": "U01AI150741 ",
"developmentStatus": "active",
"isPartOf": "https://github.com/fairdataihub/FAIRshare",
"referencePublication": "https://doi.org/10.1101/2022.04.18.488694",
"funder": {
"@type": "Organization",
"@name": "National Institutes of Health (NIH)"
},
"keywords": [
"Code",
"Data curation",
"Metadata",
"Sharing",
"GitHub"
],
"programmingLanguage": [
"Jupyter Notebook"
],
"relatedLink": [
"https://github.com/FAIR-BioRS/Data"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-0307-262X",
"givenName": "Bhavesh",
"familyName": "Patel",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "California Medical Innovations Institute"
}
}
]
}