-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
61 lines (61 loc) · 1.88 KB
/
codemeta.json
File metadata and controls
61 lines (61 loc) · 1.88 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",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "adim",
"name": "ADIM",
"version": "0.7.0",
"description": "Application Deployment with Infrastructure Manager implements EOSC Application Deployment Management API.",
"license": "Apache license 2.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": "Science/Research"
}
],
"runtimePlatform": "Python 3",
"url": "https://github.com/grycap/adim",
"keywords": "EOSC, Deployment Management, TOSCA, Orchestration",
"developmentStatus": "4 - Beta",
"programmingLanguage": "Python 3, Python 3.8, Python 3.9, Python 3.10, Python 3.11, Python 3.12",
"applicationCategory": "System, Utilities",
"codeRepository": "https://github.com/grycap/adim",
"copyrightHolder": "GRyCAP-UPV",
"copyrightYear": 2026,
"creator": [
{
"@type": "Person",
"givenName": "Miguel",
"familyName": "Caballer",
"@id": "https://orcid.org/0000-0001-9393-3077",
"email": "micafer1@upv.es"
}
],
"dateCreated": "2025-03-31",
"affiliation": "UPV",
"maintainer": [
{
"@type": "Person",
"givenName": "Miguel",
"familyName": "Caballer",
"@id": "https://orcid.org/0000-0001-9393-3077",
"email": "micafer1@upv.es"
}
],
"readme": "https://github.com/grycap/adim/blob/master/README.md"
}