forked from indigo-dc/orchestrator-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 11
/
codemeta.json
70 lines (70 loc) · 2.43 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
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "im-dashboard",
"name": "Infrastructure Manager Dashboard",
"version": "2.5.7",
"description": "Infrastructure Manager - Simple Graphical UI",
"license": "GNU General Public License v3.0",
"author": [
{
"@type": "Person",
"givenName": "Miguel",
"familyName": "Caballer",
"@id": "https://orcid.org/0000-0001-9393-3077",
"email": "micafer1@upv.es"
}
],
"audience": [
{
"@type": "Audience",
"audienceType": "Developers"
},
{
"@type": "Audience",
"audienceType": "End Users/Desktop"
},
{
"@type": "Audience",
"audienceType": "Science/Research"
}
],
"runtimePlatform": "Python 3",
"url": "https://github.com/grycap/im-dashboard",
"keywords": "Ansible, DevOps, cloud, Infrastructure-Management, TOSCA, Contextualization",
"developmentStatus": "5 - Production/Stable",
"programmingLanguage": "Python 3, Python 3.6, Python 3.7, Python 3.8, Python 3.9, Python 3.10",
"applicationCategory": "System, Utilities, Web Application",
"codeRepository": "https://github.com/grycap/im-dashboard",
"releaseNotes": "https://github.com/grycap/im-dashboard/blob/master/changelog",
"citation": "https://doi.org/10.1007/s10723-014-9296-5",
"copyrightHolder": "GRyCAP-UPV",
"copyrightYear": 2018,
"creator": [
{
"@type": "Person",
"givenName": "Miguel",
"familyName": "Caballer",
"@id": "https://orcid.org/0000-0001-9393-3077",
"email": "micafer1@upv.es"
}
],
"dateCreated": "2022-11-24",
"affiliation": "UPV",
"maintainer": [
{
"@type": "Person",
"givenName": "Miguel",
"familyName": "Caballer",
"@id": "https://orcid.org/0000-0001-9393-3077",
"email": "micafer1@upv.es"
}
],
"contIntegration": "https://jenkins.i3m.upv.es/job/grycap/job/im-dashboard-unit/",
"buildInstructions": "https://imdocs.readthedocs.io/en/latest/dashboard.html",
"referencePublication": "https://doi.org/10.1007/s10723-014-9296-5",
"readme": "https://github.com/grycap/im-dashboard/blob/master/README.md"
}