-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
48 lines (48 loc) · 1.33 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"name": "cookiecutter-web-backend",
"description": "This application is the backend for the service '[cookiecutter-web](https://templates.cloud.ai4eosc.eu/)'\ntemplates for ai4eosc.\n",
"applicationCategory": "Software templates",
"keywords": [
"templates",
"cookiecutter",
"web service"
],
"programmingLanguage": [
"Python"
],
"relatedLink": [
"https://templates.services.fedcloud.eu/"
],
"author": [
{
"@type": "Person",
"givenName": "Christophe",
"familyName": "Laures",
"affiliation": {
"@type": "Organization",
"name": "KIT"
}
},
{
"@type": "Person",
"givenName": "Borja",
"familyName": "Esteban",
"affiliation": {
"@type": "Organization",
"name": "KIT"
}
},
{
"@type": "Person",
"givenName": "Valentin",
"familyName": "Kozlov",
"affiliation": {
"@type": "Organization",
"name": "KIT"
}
}
]
}