-
Notifications
You must be signed in to change notification settings - Fork 3
/
codemeta.json
57 lines (57 loc) · 1.75 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/ai4os/ai4-compose",
"dateCreated": "2023-07-26",
"datePublished": "2024-02-08",
"dateModified": "2024-02-08",
"downloadUrl": "https://github.com/ai4os/ai4-compose/archive/refs/heads/main.zip",
"name": "AI4EOSC - AI4Compose",
"version": "1.0.0",
"description": "Low-code composition of AI inference pipelines. For more information on flows and EGI notebooks, visit: https://forge.flows.dev.ai4eosc.eu/ and https://notebooks.egi.eu/hub/welcome",
"applicationCategory": "SoftwareSourceCode",
"releaseNotes": "First Release",
"funder": {
"@type": "Organization",
"name": "Universitat Politecnica de Valencia"
},
"keywords": [
"Inference",
"workflows",
"pipelines",
"Flows",
"EGI Notebooks",
"Elyra",
"Node-RED",
"FlowFuse"
],
"programmingLanguage": [
"Python 3",
"Node.js"
],
"author": [
{
"@type": "Person",
"givenName": "Diego Alejandro",
"familyName": "Aguirre Ramírez",
"email": "dieagra@i3m.upv.es",
"affiliation": {
"@type": "Organization",
"name": "GryCAP (I3M) - UPV"
}
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Amanda",
"familyName": "Calatrava Arroyo",
"email": "amcaar@i3m.upv.es",
"affiliation": {
"@type": "Organization",
"name": "GryCAP (I3M) - UPV"
}
}
]
}