-
Notifications
You must be signed in to change notification settings - Fork 17
/
codemeta.json
81 lines (81 loc) · 2.44 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
72
73
74
75
76
77
78
79
80
81
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/Duke-GCB/calrissian",
"contIntegration": "https://github.com/Duke-GCB/calrissian/tree/master/.github/workflows",
"dateCreated": "2019-08-02",
"datePublished": "2019-08-02",
"dateModified": "2023-10-23",
"downloadUrl": "https://pypi.org/project/calrissian/",
"issueTracker": "https://github.com/Duke-GCB/calrissian/issues",
"name": "calrissian",
"version": "0.16.0",
"description": "CWL on Kubernetes",
"applicationCategory": "Distributed Computing",
"releaseNotes": "https://github.com/Duke-GCB/calrissian/blob/master/CHANGELOG.md",
"developmentStatus": "active",
"keywords": [
"CWL",
"Kubernetes"
],
"programmingLanguage": [
"Python"
],
"runtimePlatform": [
"Kubernetes"
],
"relatedLink": [
"https://pypi.org/project/calrissian/"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-3221-9579",
"givenName": "Daniel",
"familyName": "Leehr"
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-3858-848X",
"givenName": "John",
"familyName": "Bradley",
"affiliation": {
"@type": "Organization",
"name": "Duke University"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0009-0007-4519-0804",
"givenName": "Emmanuel",
"familyName": "Mathot",
"affiliation": {
"@type": "Organization",
"name": "Terradue Srl"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0009-0000-1342-9736",
"givenName": "Fabrice",
"familyName": "Brito",
"affiliation": {
"@type": "Organization",
"name": "Terradue Srl"
}
}
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-9107-0714",
"givenName": "Hilmar",
"familyName": "Lapp",
"affiliation": {
"@type": "Organization",
"name": "Duke University"
}
}
]
}