-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodemeta.json
More file actions
61 lines (61 loc) · 1.69 KB
/
codemeta.json
File metadata and controls
61 lines (61 loc) · 1.69 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
52
53
54
55
56
57
58
59
60
61
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/fairdataihub/FAIRshare-Docs",
"dateCreated": "2022-04-01",
"datePublished": "2022-04-01",
"dateModified": "2023-07-04",
"downloadUrl": "https://github.com/fairdataihub/FAIRshare-Docs",
"issueTracker": "https://github.com/fairdataihub/FAIRshare-Docs/issues",
"name": "FAIRshare docs",
"version": "5.0.0",
"identifier": "https://doi.org/10.5281/zenodo.8111725",
"description": "Documentation for the FAIRshare application",
"applicationCategory": "Scientific",
"funding": "U01AI150741",
"developmentStatus": "active",
"isPartOf": "https://fairdataihub.org/",
"funder": {
"@type": "Organization",
"@name": "National Institutes of Health (NIH)"
},
"keywords": [
"FAIR",
"data",
"curation",
"documentation",
"electron",
"macos",
"ubuntu",
"windows"
],
"programmingLanguage": ["JavaScript", "React"],
"relatedLink": [
"https://docs.fairshareapp.io/",
"https://github.com/fairdataihub/FAIRshare",
"https://fairdataihub.org/fairshare"
],
"author": [
{
"@type": "Person",
"givenName": "Sanjay",
"familyName": "Soundarajan",
"email": "ssoundarajan@calmi2.org",
"affiliation": {
"@type": "Organization",
"name": "FAIR Data Innovations Hub"
}
},
{
"@type": "Person",
"givenName": "Bhavesh",
"familyName": "Patel",
"email": "bpatel@calmi2.org",
"affiliation": {
"@type": "Organization",
"name": "California Medical Innovations Institute"
}
}
]
}