-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
435 lines (377 loc) · 19 KB
/
index.html
File metadata and controls
435 lines (377 loc) · 19 KB
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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>The Search-Based & Fuzz Testing (SBFT) Workshop</title>
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/css/materialize.min.css">
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/js/materialize.min.js"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<style>
.collection-item .title{
font-weight:bold;
}
.btn-primary {
position: absolute;
background-color: #ed7373;
color: #FFFFFF;
}
.btn {
position: absolute;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem .75rem;
font-size: 1rem;
line-height: 1.25;
border-radius: .25rem;
transition: all .15s ease-in-out
}
.btn-round {
border-width: 1px;
border-radius: 30px !important;
padding: 11px 23px; }
.btn-fb {
position: relative;
margin-right: 5%;
}
.btn-icon {
height: 2.375rem;
min-width: 2.375rem;
width: 2.375rem;
padding: 0;
font-size: 0.9375rem;
overflow: hidden;
position: relative;
line-height: normal; }
.btn i{
padding-top: 20%;
padding-left: 8%;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col s12">
<nav>
<div class="nav-wrapper">
<div class="col s12">
<a href="#!" class="brand-logo">SBFT</a>
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a href="#workshops">Workshops</a></li>
<li><a href="#simon">In Memoriam</a></li>
<li><a href="#committee">Steering Committee</a></li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li><a href="#workshops">Workshops</a></li>
<li><a href="#simon">In Memoriam</a></li>
<li><a href="#committee">Steering Committee</a></li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<div class="row">
<div class="col s12">
<h3>The Search-Based & Fuzz Testing (SBFT) Workshop</h3>
<div class="row">
<div style="text-align:center;" class="col m12">
<a href="https://www.facebook.com/sbstws/" class="btn btn-primary btn-icon btn-round btn-fb"><i class="fa fa-facebook-square"></i></a><a href="https://www.youtube.com/@sbftworkshop" class="btn btn-primary btn-icon btn-round"> <i class="fa fa-youtube" aria-hidden="true"></i></a>
</div>
</div>
<div class="row">
<div class="col m12">
<div class="card scrollspy" id="workshops">
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Special Issues</span>
<ul class="collection with-header">
<a href="https://www.sciencedirect.com/journal/science-of-computer-programming/about/call-for-papers#sbft-23-search-based-and-fuzz-testing-tools" class="collection-item active"><span class="title">Science of Computer Programming Journal (2023)</span>
<p class="lime-text text-lighten-3">Co-Editors: Alessio Gambi, Giovani Guizzo and Sebastiano Panichella</p>
</a>
<!-- <span class="card-title activator grey-text text-darken-4">Special Issues</span> -->
<!-- <ul class=""> -->
<a href="./JESP-SI-2022/JESP-SI-SBST22.pdf" class="collection-item"><span class="title">Journal of Software: Evolution and Process (2022)</span>
<p class="lime-text text-darken-3">Co-Editors: Erik Fredericks, Sebastiano Panichella, Alessio Gambi</p>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col m12">
<div class="card scrollspy" id="workshops">
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Workshops</span>
<p><b>Since 2023 the workshop has been renamed to SBFT (previously known as SBST)</b></p>
<br>
<p>Since 2014 the workshop has been co-located with <a
href="http://icse-conferences.org/">ICSE
(International Conference on Software Engineering)</a>:</p>
<ul class="collection with-header">
<a href="https://sbft23.github.io" class="collection-item active"><span class="title">SBFT 2023, Melbourne, Australia</span>
<p class="lime-text text-lighten-3">Chairs: Alessio Gambi, Giovani Guizzo and Sebastiano Panichella</p>
</a>
<a href="https://sbst22.github.io/" class="collection-item"><span class="title">SBST 2022, Pittsburgh, Pennsylvania, USA</span>
<p class="lime-text text-darken-3">Chairs: Sebastiano Panichella and Giovani Guizzo</p>
</a>
<a href="https://sbst21.github.io/" class="collection-item"><span class="title">SBST 2021, Madrid, Spain</span>
<p class="lime-text text-darken-3">Chairs: Jie Zhang and Erik Fredericks</p>
</a>
<a href="https://sbst20.github.io/" class="collection-item"><span class="title">SBST 2020, Seoul, South Korea</span>
<p class="lime-text text-darken-3">Chairs: Erik Fredericks and José Miguel Rojas</p>
</a>
<a href="https://sbst20.github.io/" class="collection-item"><span class="title">SBST 2019, Montréal, QC, Canada</span>
<p class="lime-text text-darken-3">Chairs: José Miguel Rojas and Alessandra Gorla</p>
</a>
<a href="http://software.imdea.org/sbst18/" class="collection-item"><span class="title">SBST 2018, Gothenburg, Sweden</span>
<p class="lime-text text-darken-3">Chairs: Alessandra Gorla and Juan Pablo Galeotti</p>
</a>
<a href="http://sbst2017.lafhis.dc.uba.ar/" class="collection-item"><span class="title">SBST 2017, Buenos Aires, Argentina</span>
<p class="lime-text text-darken-3">Chairs: Juan Pablo Galeotti and Justyna Petke</p>
</a>
<a href="https://cse.sc.edu/~ggay/sbst2016/" class="collection-item"><span class="title">SBST 2016, Austin, Texas, USA
<small onclick="window.location='2016/'; return false;">[Mirror]</small></span>
<p class="lime-text text-darken-3">Chairs: Justyna Petke and Gregory Gay</p>
</a>
<a href="http://sbst2015.soccerlab.polymtl.ca/" class="collection-item"><span class="title">SBST
2015, Florence, Italy
<small onclick="window.location='2015/'; return false;">[Mirror]</small></span>
<p class="lime-text text-darken-3">Chairs: Gregory Gay and Guilio Antoniol</p>
</a>
<a href="2014/" class="collection-item"><span class="title">SBST 2014, Hyderabad, India</span>
<p class="lime-text text-darken-3">Chairs: Phil McMinn and Mark Harman</p>
</a>
</ul>
<p>From 2008–2013, the workshop was co-located with ICST (International
Conference on Software Testing,
Verification and Validation):</p>
<ul class="collection with-header">
<a href="2013/" class="collection-item"><span class="title">SBST 2013, Luxembourg</span>
<p class="lime-text text-darken-3">Chairs: Tanja Vos and Simon Poulding</p>
</a>
<a href="2012/" class="collection-item"><span class="title">SBST 2012, Montreal, Canada</span>
<p class="lime-text text-darken-3">Chairs: John Clark, Kiran Lakhotia and Wasif Afzal</p>
</a>
<a href="2011/" class="collection-item"><span class="title">SBST 2011, Berlin, Germany</span>
<p class="lime-text text-darken-3">Chairs: Myra Cohen and Andrea Arcuri</p>
</a>
<a href="http://cse.unl.edu/~myra/sbst2010/" class="collection-item"><span class="title">SBST 2010, Paris, France
<small onclick="window.location='2010/'; return false;">[Mirror]</small></span>
<p class="lime-text text-darken-3">Chairs: Robert Feldt and Myra Cohen</p>
</a>
<a href="2009/" class="collection-item"><span class="title">SBST 2009, Denver, Colorado, USA</span>
<p class="lime-text text-darken-3">Chairs: Phil McMinn and Robert Feldt</p>
</a>
<a href="2008/" class="collection-item"><span class="title">SBST 2008, Lillehammer, Norway</span>
<p class="lime-text text-darken-3">Chair: Phil McMinn</p>
</a>
</ul>
</div>
</div>
</div>
</div>
<!-- <div class="row">
<div class="col m12">
<div class="card scrollspy" id="simon">
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">In Memoriam - Simon Poulding</span>
<img src="img/simon1.png" align="left" alt="Simon Poulding" width="300" height="271" hspace="20"/>
<br/><br/>
We would like to take a moment to remember a cherished member of our research community who left us so unexpectedly recently. Some of you may have heard the sad news, but for those who have not, Dr. Simon Poulding passed away in August.<br/><br/>
For many of us, it would not be an exaggeration to say that we lost someone who was at the very heart of this community. Simon was part of the SEBASE project that not only launched the careers of some people, but also contributed to the birth of the Symposium on Search-Based Software Engineering and the SBST workshop series. Working together with many of us, he made a series of important technical contributions to the field, including the introduction of statistical testing, the early work in Genetic Improvement - which is now a highly successful research area - and new approaches towards search-based software testing.<br/><br/><br/>
<img src="img/simon2.png" alt="To Pould" align="left" width="300" height="270" hspace="20"/>
With his passing, our community also lost a champion for rigorous statistical practices. Many in this community benefitted from his seminars and tutorials on statistical methods. His former colleagues at University of York are planning to keep the writing on the left on his old office.<br/><br/>
But, most of all, we lost a wonderful colleague whose warmth, humour, and kindness always shone through. Our community was a better place for having a colleague like him.<br/><br/>
Thank you, Simon.
</div>
</div>
</div>
</div> -->
<div class="row">
<div class="col m12">
<div class="card scrollspy" id="committee">
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Steering Committee (SC) Members</span>
<p>Following the 2014 event, it was decided that a formal steering committee would be
formed, consisting of the organizing chairs from the last five years of workshops.
After every workshop, the organizing chairs join or renew their position on the committee
for a period of five years.
The current membership is as follows:</p>
<table class="hoverable">
<tr>
<th width="40%">Name</th>
<th width="30%">Location</th>
<th width="30%">Term</th>
</tr>
<tr>
<td><a href="https://spanichella.github.io/">Sebastiano Panichella</a></td>
<td>Switzerland</td>
<td>2022–2027</td>
</tr>
<tr>
<td><a href="https://sites.google.com/view/giovaniguizzo">Giovani Guizzo</a></td>
<td>UK</td>
<td>2022–2027</td>
</tr>
<tr>
<td><a href="https://sites.google.com/view/jie-zhang/">Jie M. Zhang</a> (Chair)</td>
<td>UK</td>
<td>2021–2026</td>
</tr>
<tr>
<td><a href="http://efredericks.net/">Erik Fredericks</a> (Deputy Chair)</td>
<td>USA</td>
<td>2020–2025</td>
</tr>
<tr>
<td><a href="http://jmrojas.github.io">José Miguel Rojas</a></td>
<td>UK</td>
<td>2019–2024</td>
</tr>
<tr>
<td><a href="http://software.imdea.org/~alessandra.gorla/">Alessio Gambi</a></td>
<td>Germany</td>
<td>2023–2028</td>
</tr>
</table>
</div>
<!-- Previous Members Block -->
<div class="scrollspy" id="previous">
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Previous members</span>
<table class="hoverable">
<thead>
<tr>
<th width="40%" data-field="name">Name</th>
<th width="30%" data-field="location">Location</th>
<th width="30%" data-field="term">Term</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://www0.cs.ucl.ac.uk/people/J.Petke.html">Justyna Petke</a></td>
<td>UK</td>
<td>2016–2021</td>
</tr>
<tr>
<td><a href="http://www.greggay.com/">Gregory Gay</a></td>
<td>Sweden</td>
<td>2015–2020</td>
</tr>
<tr>
<td><a href="http://www.antoniol.net/">Giuliano Antoniol</a></td>
<td>Canada</td>
<td>2015–2020</td>
</tr>
<tr>
<td><a href="http://philmcminn.staff.shef.ac.uk">Phil McMinn</a></td>
<td>UK</td>
<td>2014–2019</td>
</tr>
<tr>
<td><a href="http://www0.cs.ucl.ac.uk/staff/mharman/">Mark Harman</a></td>
<td>UK</td>
<td>2014–2019</td>
</tr>
<tr>
<td><a href="#">Simon Poulding</a></td>
<td>Sweden</td>
<td>2014–2018</td>
</tr>
<tr>
<td><a href="#">Tanja Vos</a></td>
<td>Spain</td>
<td>2014–2018</td>
</tr>
<tr>
<td><a href="http://www-users.cs.york.ac.uk/~jac/">John Clark</a></td>
<td>UK</td>
<td>2014–2017</td>
</tr>
<tr>
<td><a href="https://sites.google.com/site/wasifafzal/">Wasif Afzal</a></td>
<td>Sweden</td>
<td>2014–2017</td>
</tr>
<tr>
<td><a href="http://cse.unl.edu/~myra/">Myra Cohen</a></td>
<td>USA</td>
<td>2014–2016</td>
</tr>
<tr>
<td><a href="https://sites.google.com/site/arcuri82/">Andrea Arcuri</a></td>
<td>Norway</td>
<td>2014–2016</td>
</tr>
<tr>
<td><a href="http://www.robertfeldt.net/">Robert Feldt</a></td>
<td>Sweden</td>
<td>2014–2015</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- SC chair Block -->
<div class="scrollspy" id="sc-chair">
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Steering Committee Chair</span>
<p>The SC chair is the previous workshop's outgoing organizing chair, replacing
the previous chair, who takes on the role of deputy — thus ensuring a smooth handover
from one year to the next. The role of the SC chair is to:<br /> </p>
<p>1) Help the current workshop organizing chairs with the proposal for holding the workshop at ICSE, and be the SC's voice on any guidance the organizing chairs may require, soliciting the advice of the wider SC as needed.<br /> </p>
<p>2) Organize the in-person SC meeting held during each workshop.<br /> </p>
<p>3) Initiate the nomination and approval process of organizing chairs for forthcoming workshop(s) with the deputy, discussing the options with the SC. Then, following approval from the SC, invite the person(s) concerned.<br /> </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="page-footer">
<div id="webqueries" class="container" style="display:none">
<div class="row">
<div class="col s12">
<h5 class="white-text">Website Queries</h5>
<p class="grey-text text-lighten-4">For Any queries regarding this website please contact
<a href="http://philmcminn.staff.shef.ac.uk" class="waves-effect waves-light btn">Phil McMinn</a> or <a href="http://sina.sh" class="waves-effect waves-light btn">Sina Shamshiri</a></p>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2021 Search Based Software Testing
<a class="grey-text text-lighten-4 right" href="#!" onclick="$('#webqueries').slideToggle();"
style="">Web Queries</a>
</div>
</div>
</footer>
</div>
<script>
$(document).ready(function () {
$(".button-collapse").sideNav();
//$('.scrollspy').scrollSpy();
});
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49937607-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>