This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
codemeta.json
53 lines (53 loc) · 2.13 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/ExplorViz/explorviz-frontend",
"dateModified": "2020-09-15",
"issueTracker": "https://github.com/ExplorViz/explorviz-frontend/issues",
"name": "ExplorViz",
"version": "1.5.0",
"description": "ExplorViz supports research on software visualization, software comprehension tasks and software collaboration. To achieve this, ExplorViz provides multi-level visualization from the software landscape layer toward the level of individual software applications. Via immersive 3D visualizations in virtual reality, ExplorViz also supports collaboration in software development teams.",
"referencePublication": "https://doi.org/10.1016/j.simpa.2020.100034",
"programmingLanguage": [
"JavaScript", "TypeScript", "HTML", "CSS"
],
"runtimePlatform": [
"JVM"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-6625-4335",
"givenName": "Wilhelm",
"familyName": "Hasselbring",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Kiel University"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-4847-4443",
"givenName": "Alexander",
"familyName": "Krause",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Kiel University"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-0964-8674",
"givenName": "Christian",
"familyName": "Zirkelbach",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Kiel University"
}
}
]
}