Skip to content

Commit 5b753c1

Browse files
committed
[Docs] Add paper metadata
Signed-off-by: Federico Reghenzani <federico.reghenzani@polimi.it>
1 parent 14b6ca2 commit 5b753c1

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

docs/paper/paper.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
3+
"@type": "Code",
4+
"author": [
5+
{
6+
"@id": "http://orcid.org/0000-0002-1888-9579",
7+
"@type": "Person",
8+
"email": "federico.reghenzani@polimi.it",
9+
"name": "Federico Reghenzani",
10+
"affiliation": "Dipartimento di Elettronica, Informazione e Bioingegneria, Politecnico di Milano"
11+
},
12+
{
13+
"@id": "http://orcid.org/0000-0002-2302-4297",
14+
"@type": "Person",
15+
"email": "giuseppe.massari@polimi.it",
16+
"name": "Giuseppe Massari",
17+
"affiliation": "Dipartimento di Elettronica, Informazione e Bioingegneria, Politecnico di Milano"
18+
},
19+
{
20+
"@id": "http://orcid.org/0000-0001-8294-730X",
21+
"@type": "Person",
22+
"email": "william.fornaciari@polimi.it",
23+
"name": "William Fornaciari",
24+
"affiliation": "Dipartimento di Elettronica, Informazione e Bioingegneria, Politecnico di Milano"
25+
}
26+
],
27+
"identifier": "",
28+
"codeRepository": "https://github.com/federeghe/chronovise",
29+
"datePublished": "2018-04-13",
30+
"dateModified": "2018-04-13",
31+
"dateCreated": "2018-04-13",
32+
"description": "chronovise is a framework that computes probabilistic distribution of the Worst-Case Execution Time from the observed execution times of a given task. The framework is provided as a static C++ library with an abstract class to be implemented by the user.",
33+
"keywords": "probabilistic real-time, mbpta, worst-case execution time, extreme value theory",
34+
"license": "Apache 2.0",
35+
"title": "chronovise",
36+
"version": "v1.0"
37+
}

0 commit comments

Comments
 (0)