Newer
Older
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-3.0-only",
"codeRepository": "git+https://forge.inrae.fr/agroclim/dev-cas.git",
"dateCreated": "2022-07-07",
"datePublished": "2022-07-08",
"dateModified": "2022-09-28",
"issueTracker": "https://forge.inrae.fr/agroclim/dev-cas/-/issues",
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
"name": "dev-cas",
"version": "1.0.0-SNAPSHOT",
"description": "Fake implementation of CAS server.",
"applicationCategory": "web application, CAS",
"developmentStatus": "wip",
"funder": {
"@type": "Organization",
"name": "INRAE"
},
"keywords": [
"CAS",
"SSO",
"development"
],
"programmingLanguage": [
"Java"
],
"runtimePlatform": [
"Tomcat"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-9016-9720",
"givenName": "Olivier",
"familyName": "Maury",
"email": "Olivier.Maury@inrae.fr",
"affiliation": {
"@type": "Organization",
"name": "INRAE"
}
}
]
}