-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
69 lines (69 loc) · 1.85 KB
/
Copy pathcodemeta.json
File metadata and controls
69 lines (69 loc) · 1.85 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
62
63
64
65
66
67
68
69
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "apricotlab",
"name": "Apricotlab",
"version": "1.0.0",
"description": "Advanced Platform for Reproducible Infrastructure in the Cloud via Open Tools for JupyterLab.",
"license": "GNU General Public License v3.0",
"author": [
{
"@type": "Person",
"givenName": "Antonio",
"familyName": "Sánchez",
"email": "ansanco1@upv.es"
},
{
"@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": "JupyterLab",
"url": "https://github.com/grycap/apricotlab",
"keywords": "JupyterLab, Infrastructure-Management, TOSCA, Cloud-Computing, Reproducibility, Open-Source",
"developmentStatus": "5 - Production/Stable",
"programmingLanguage": "Python 3, Python 3.6, Python 3.7, Python 3.8, Python 3.9",
"applicationCategory": "System, Utilities",
"codeRepository": "https://github.com/grycap/apricotlab",
"copyrightHolder": "GRyCAP-UPV",
"copyrightYear": 2025,
"creator": [
{
"@type": "Person",
"givenName": "Antonio",
"familyName": "Sánchez",
"email": "ansanco1@upv.es"
}
],
"dateCreated": "2024-05-03",
"affiliation": "UPV",
"maintainer": [
{
"@type": "Person",
"givenName": "Antonio",
"familyName": "Sánchez",
"email": "ansanco1@upv.es"
}
],
"readme": "https://github.com/grycap/apricotlab/blob/main/README.md"
}