-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
47 lines (47 loc) · 1.48 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/AI-READI/dev.fairhub.io",
"dateCreated": "2022-11-29",
"dateModified": "2022-11-29",
"downloadUrl": "https://github.com/AI-READI/dev.fairhub.io",
"issueTracker": "https://github.com/AI-READI/dev.fairhub.io/issues",
"name": "dev.fairhub.io",
"version": "0.0.1",
"identifier": "https://doi.org/10.5281/zenodo.7373697",
"description": "Development documentation for the fairhub.io project",
"applicationCategory": "Scientific",
"funding": "1OT2OD032644",
"developmentStatus": "active",
"isPartOf": "https://aireadi.org/",
"funder": {
"@type": "Organization",
"@name": "National Institutes of Health (NIH)"
},
"keywords": ["AI-READI", "fairhub", "project"],
"programmingLanguage": ["JavaScript", "CSS"],
"relatedLink": ["https://dev.fairhub.io/", "https://github.com/AI-READI"],
"author": [
{
"@type": "Person",
"givenName": "Sanjay",
"familyName": "Soundarajan",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "FAIR Data Innovations Hub"
}
},
{
"@type": "Person",
"givenName": "Bhavesh",
"familyName": "Patel",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "FAIR Data Innovations Hub"
}
}
]
}