-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcodemeta.json
89 lines (89 loc) · 2.23 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
82
83
84
85
86
87
88
89
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "Code",
"name": "Berkeley Database Information Index (BDII)",
"description": "The BDII implementation of the information",
"provider": {
"@type": "Organization",
"name": "",
"url": ""
},
"maintainer": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5686-3193",
"name": "Baptiste",
"familyName": "Grenier",
"affiliation": {
"@type": "Organization",
"name": "EGI Foundation",
"url": "https://www.egi.eu"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5152-5902",
"name": "Enol",
"familyName": "Fernández",
"affiliation": {
"@type": "Organization",
"name": "EGI Foundation",
"url": "https://www.egi.eu"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-7949-2199",
"name": "Andrea",
"familyName": "Manzi",
"affiliation": {
"@type": "Organization",
"name": "EGI Foundation",
"url": "https://www.egi.eu"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-5265-3175",
"name": "Mattias",
"familyName": "Ellert",
"affiliation": {
"@type": "Organization",
"name": "Uppsala Universitet",
"url": "https://www.physics.uu.se"
}
},
{
"@type": "Role",
"roleName": "Security and Vulnerability",
"url": ""
}
],
"operatingSystem": [
"centos 7",
"centos 8",
"centos 9"
],
"installUrl": "https://github.com/EGI-Federation/glite-info-update-endpoints/releases",
"buildInstructions": "http://gridinfo-documentation.readthedocs.io/",
"releaseNotes": "",
"codeRepository": "https://github.com/EGI-Federation/bdii",
"contIntegration": "https://travis-ci.org/EGI-Federation/bdii",
"networkStack": "",
"supportUnit": {
"@type": "contactPoint",
"contactType": "GGUS",
"name": "Information System Development"
},
"developmentStatus": "supported",
"author": [],
"citation": "",
"dateCreated": "",
"dateModified": "",
"keywords": [
"grid",
"information",
"index"
],
"license": "Apache-2.0"
}