-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
68 lines (68 loc) · 2.05 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
58
59
60
61
62
63
64
65
66
67
68
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://codebase.helmholtz.cloud/m-team/ai/mlflow-auth-gui",
"issueTracker": "https://github.com/m-team-kit/mlflow-auth-gui/issues",
"name": "MLflow Auth GUI",
"description": "A Web application that provides a Web GUI to the MLflow Authentication API",
"applicationCategory": "Machine learning",
"identifier": "https://codebase.helmholtz.cloud/m-team/ai/mlflow-auth-gui",
"version": "0.6.1",
"releaseNotes": "Added:\n - Code metadata, \n - Contributing Changed: \n- README \n- Move OIDC_AUTHORITY and AUTH_USERINFO_ENDPOINT to .env from compose.yml",
"citation": {
"type": "CITATION.cff",
"path": "./CITATION.cff"
},
"keywords": [
"mlflow",
"experiment tracking",
"web service"
],
"programmingLanguage": [
"javascript",
"bash",
"dockerfile"
],
"relatedLink": [
"https://mlflow.cloud.ai4eosc.eu/"
],
"author": [
{
"@type": "Person",
"givenName": "Christophe",
"familyName": "Laures",
"affiliation": {
"@type": "Organization",
"name": "KIT"
}
},
{
"@type": "Person",
"givenName": "Borja",
"familyName": "Esteban Sanchis",
"affiliation": {
"@type": "Organization",
"name": "KIT"
}
},
{
"@type": "Person",
"givenName": "Lisana",
"familyName": "Berberi",
"affiliation": {
"@type": "Organization",
"name": "KIT"
}
},
{
"@type": "Person",
"givenName": "Valentin",
"familyName": "Kozlov",
"affiliation": {
"@type": "Organization",
"name": "KIT"
}
}
]
}