-
Notifications
You must be signed in to change notification settings - Fork 41
/
codemeta.json
64 lines (64 loc) · 2.3 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/kieker-monitoring/kieker",
"dateModified": "2024-07-23",
"issueTracker": "https://kieker-monitoring.atlassian.net/",
"name": "Kieker",
"version": "2.0.1",
"description": "Application-level monitoring and dynamic analysis of software systems are a basis for various tasks in software engineering research, such as performance evaluation and reverse engineering. The Kieker framework provides monitoring, analysis, and visualization support for these purposes.",
"referencePublication": "https://doi.org/10.1016/j.simpa.2020.100019",
"programmingLanguage": [
"Java"
],
"runtimePlatform": [
"JVM"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-6625-4335",
"givenName": "Wilhelm",
"familyName": "Hasselbring",
"email": "hasselbring@email.uni-kiel.de",
"affiliation": {
"@type": "Organization",
"name": "Kiel University"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-2567-6077",
"givenName": "Andre",
"familyName": "van Hoorn",
"email": "van.hoorn@informatik.uni-stuttgart.de",
"affiliation": {
"@type": "Organization",
"name": "University of Stuttgart"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5464-8561",
"givenName": "Reiner",
"familyName": "Jung",
"email": "reiner.jung@stk.landsh.de",
"affiliation": {
"@type": "Organization",
"name": "ZIT SH"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-6625-4335",
"givenName": "David Georg",
"familyName": "Reichelt",
"email": "d.g.reichelt@lancaster.ac.uk",
"affiliation": {
"@type": "Organization",
"name": "Lancaster University, Leipzig"
}
}
]
}