-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodemeta.json
35 lines (35 loc) · 1.03 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"codeRepository": "git+https://codebase.helmholtz.cloud/m-team/o3as/o3api.git",
"issueTracker": "https://github.com/EOSC-Synergy/o3webapp/issues",
"name": "o3webapp",
"description": "O3webapp component of the O3as service to provide web GUI interface",
"applicationCategory": "Atmosphere",
"keywords": [
"stratosphere",
"ozone",
"assessment",
"trend",
"ozone recovery"
],
"programmingLanguage": [
"Javascript",
"React"
],
"relatedLink": [
"https://o3as.data.kit.edu/"
],
"author": [
{
"@type": "Person",
"givenName": "o3as-support",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Karlsruhe Institute of Technology"
}
}
]
}