-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathstatistics.html
254 lines (243 loc) · 9.63 KB
/
statistics.html
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../../../favicon.ico">
<title>program-repair.org</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-md navbar-light bg-light">
<a class="navbar-brand" href="index.html"><i class="fas fa-cogs"></i> PROGRAM-REPAIR.ORG</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="bibliography.html">Bibliography</a>
</li>
<li class="nav-item">
<a class="nav-link" href="tools.html">Tools</a>
</li>
<li class="nav-item">
<a class="nav-link" href="benchmarks.html">Benchmarks</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages.html">Pages</span></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="statistics.html">Statistics <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="workshop/">Workshop</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://apr-comp.github.io/">Competition</span></a>
</li>
</ul>
<div class="btn-group" role="group">
<a role="button" href="https://groups.google.com/forum/#!forum/program-repair" class="btn btn-outline-secondary"><i class="fas fa-comments" aria-hidden="true"></i> Mailing list</a>
<a role="button" href="https://github.com/program-repair/program-repair.github.io/" class="btn btn-outline-secondary"><i class="fas fa-code-branch" aria-hidden="true"></i> Repository</a>
</div>
</div>
</nav>
<div class="container"><p/>
</div>
<div class="container">
<tr>
<th colspan="2">
<h3 class="mt-2">Publications</h3>
</th>
</tr>
<div class="container">
<div class="row">
<div class="col col-lg-6 col-md-12 margin-0 padding-0">
<h6 class="text-center">Number of publications per year</h6>
<canvas id="publicationsPerYear" width="400" height="300"></canvas>
</div>
<div class="col col-lg-6 col-md-12">
</div>
</div>
</div>
<tr>
<th colspan="2">
<h3 class="mt-2">Authors</h3>
</th>
</tr>
<div class="container">
<div class="row">
<div class="col col-lg-6 col-md-12">
<h6 class="text-center">Number of authors per year</h6>
<canvas id="authorsPerYear" width="400" height="300"></canvas>
</div>
<div class="col col-lg-6 col-md-12">
<h6 class="text-center">Number of new authors per year</h6>
<canvas id="newAuthorsPerYear" width="400" height="300"></canvas>
</div>
<div class="col col-lg-6 col-md-12">
<h6 class="text-center">Top fifteen most prolific authors</h6>
<canvas id="publicationsPerAuthor" width="400" height="300"></canvas>
</div>
</div>
</div>
<tr>
<th colspan="2">
<h3 class="mt-2">Venues</h3>
</th>
</tr>
<div class="container">
<div class="row">
<div class="col col-lg-6 col-md-12 margin-0 padding-0">
<h6 class="text-center">Top fifteen most popular venues</h6>
<canvas id="publicationsPerVenue" width="400" height="300"></canvas>
</div>
<div class="col col-lg-6 col-md-12">
</div>
</div>
</div>
</div>
<div class="container"><p/>
</div>
<div class="container">
<hr>
<footer>
<p>The data on this website is released under the <a href="http://opendatacommons.org/licenses/by/summary/">Open Data Commons Attribution License (ODC-BY 1.0)</a>. The bibliographic records are extracted from <a href="http://dblp.uni-trier.de/">dblp</a>.</p>
</footer>
</div>
<script src="https://kit.fontawesome.com/71e912d33e.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.bundle.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
<script>
var ctx = document.getElementById('publicationsPerYear').getContext('2d');
var publicationsPerYear = new Chart(ctx, {
type: 'bar',
data: {
labels: [2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024],
datasets: [{
label: '# of publications',
data: [2,2,1,4,7,7,6,8,13,19,22,25,40,51,58,25,54,70,64,42,2,2,1,4,7,7,6,8,13,19,22,25,40,51,58,25,54,70,64,42],
backgroundColor: 'rgba(0,130,200,0.5)',
borderWidth: 0
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
</script>
<script>
var ctx = document.getElementById('authorsPerYear').getContext('2d');
var authorsPerYear = new Chart(ctx, {
type: 'bar',
data: {
labels: [2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024],
datasets: [{
label: '# of authors',
data: [4,4,3,8,32,22,18,23,35,58,64,77,141,144,183,105,191,254,239,166],
backgroundColor: 'rgba(0,130,200,0.5)',
borderWidth: 0
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
</script>
<script>
var ctx = document.getElementById('newAuthorsPerYear').getContext('2d');
var newAuthorsPerYear = new Chart(ctx, {
type: 'bar',
data: {
labels: [2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024],
datasets: [{
label: '# of new authors',
data: [4,2,3,5,31,16,12,17,27,40,46,50,96,84,116,63,108,138,135,88],
backgroundColor: 'rgba(0,130,200,0.5)',
borderWidth: 0
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
</script>
<script>
var ctx = document.getElementById('publicationsPerAuthor').getContext('2d');
var publicationsPerAuthor = new Chart(ctx, {
type: 'horizontalBar',
data: {
labels: ["Abhik Roychoudhury","Martin Monperrus","Claire Le Goues","Westley Weimer","Tegawendé F. Bissyandé","Matias Martinez","Kui Liu","Yingfei Xiong","Dongsun Kim","Stephanie Forrest","Xiaoguang Mao","Sergey Mechtaev","Jacques Klein","Anil Koyuncu","Yu Pei"],
datasets: [{
label: '# of publications',
data: [34,34,33,24,20,20,19,18,17,17,16,15,14,14,12],
backgroundColor: 'rgba(0,130,200,0.5)',
borderWidth: 0
}]
},
options: {
scales: {
xAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
</script>
<script>
var ctx = document.getElementById('publicationsPerVenue').getContext('2d');
var publicationsPerVenue = new Chart(ctx, {
type: 'horizontalBar',
data: {
labels: ["ICSE","ISSTA","FSE","ASE","TSE","TOSEM","APR@ICSE","SANER","EMSE","ICST","PLDI","ICSME","CAV","GI@ICSE","MSR"],
datasets: [{
label: '# of publications',
data: [72,50,45,36,33,28,26,22,20,19,13,10,10,9,8],
backgroundColor: 'rgba(0,130,200,0.5)',
borderWidth: 0
}]
},
options: {
scales: {
xAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
</script>
</body>
</html>