-
Notifications
You must be signed in to change notification settings - Fork 30
/
template-clean.json
97 lines (56 loc) · 2.6 KB
/
template-clean.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
[
{
"Variant name": " ",
"Reviewer name": " ",
"Is master variant (boolean)": true,
"Is variant deprecated (boolean)": false,
"Operating system for the test": "",
"Title": " ",
"DOI": "xx.yyyy/uuuuuuuuuu.vvvvvvvv",
"Year": 2050,
"ACM Keywords": [
" ... ",
" ... "
],
"Topic {Rendering, Animation and Simulation, Geometry, Images, Virtual Reality, Fabrication}": "Geometry",
"Co-authors from academia (boolean)": true,
"Co-authors from industry (boolean)": false,
"ACM Open Access (boolean)": false,
"PDF on the authors' webpage / institution (boolean)": false,
"PDF on Arxiv or any openarchive initiatives (boolean)": false,
"Arxiv/OAI page URL": "",
"PDF URL": "",
"Project URL": "",
"Code available (boolean)": false,
"Code URL": "",
"Code URL2": "",
"MD5 sum (for archives)": "",
"MD5 sum (for archives) URL2": "",
"git/hg/svn commit hash or revision number": "",
"git/hg/svn commit hash or revision number URL2": "",
"Software Heritage permalink": "",
"If code not available, pseudo-code available (boolean)": false,
"If pseudo-code, could the paper be trivially implemented? {0..4}": 0,
"Software type {Code, Binary, Partial Code}": "",
"Software language": "",
"Code License (if any)": "",
"Are the code authors explicit? (boolean)": false,
"Build/Configure mechanism": "",
"Dependencies": "",
"Does the software require paywall/proprietary software/material (boolean)?": false,
"Does the code need data (not examples) (boolean)": false,
"Nature of the data (pretrained model, LUT...)": "",
"License of the data": "",
"Able to perform a replicability test (boolean)": false,
"If not able to perform a test, was it due to missing hardware/software? (boolean)": false,
"Documentation score {0=NA,1,2,3}": 0,
"Dependencies score {0=NA, 1,2,3,4,5}": 0,
"Build/configure score {0=NA, 1,2,3,4,5}": 0,
"Fixing bugs score (if any) {0=NA, 1,2,3,4,5}": 0,
"Replicate paper results score {0=NA, 1,2,3,4,5}": 0,
"Adaptability score to other contexts {0=NA, 1,2,3,4,5}": 0,
"Time spent for the test (code download to first successful run, [0,10], 10min slots, 100min max)": 0,
"Build instructions/comments": "",
"Misc. comments": ""
}
]