-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
46 lines (46 loc) · 1.16 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
{
"name": "codefair-docs",
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"author": [
{
"affiliation": {
"name": "FAIR Data Innovations Hub",
"type": "Organization"
},
"email": "wheresdorian@gmail.com",
"familyName": "Portillo",
"id": "_:author_1",
"givenName": "Dorian",
"type": "Person"
},
{
"affiliation": {
"name": "California Medical Innovations Institute",
"type": "Organization"
},
"familyName": "Patel",
"id": "_:author_2",
"givenName": "Bhavesh",
"type": "Person"
}
],
"codeRepository": "https://github.com/fairdataihub/codefair-docs",
"dateCreated": "2024-06-18",
"description": "Documentation for Codefair (codefair.io)",
"issueTracker": "https://github.com/fairdataihub/codefair-docs/issues",
"keywords": [
"documentation",
"codefair",
"FAIR software",
"FAIR-BioRS"
],
"license": "https://spdx.org/licenses/MIT",
"operatingSystem": [],
"programmingLanguage": [
"JavaScript"
],
"relatedLink": [],
"runtimePlatform": [],
"softwareRequirements": [],
"type": "SoftwareSourceCode"
}