-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
593 lines (562 loc) · 34.4 KB
/
index.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
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
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
<!DOCTYPE html>
<html lang="en" class="csstransforms csstransforms3d csstransitions">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HSCC 2020</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="./stylesheets/foundation.css" type="text/css" media="screen">
<link rel="stylesheet" href="./stylesheets/style.css" type="text/css" media="screen">
<link rel="stylesheet" href="./stylesheets/responsive.css" type="text/css" media="screen">
<link href="./hscc.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<hgroup>
<h1><a href="index.html">HSCC 2020</a></h1>
<h2>23rd ACM International Conference on</br>
Hybrid Systems: Computation and Control </h2>
<h3>April 21-24, 2020</h3>
<h3>Sydney Australia</h3>
</hgroup>
<nav>
<ul>
<li><a href="program.html">Accepted Papers</a></li>
<li><a href="program.html">Program</a></li>
<li><a href="#dates">Important Dates</a></li>
<li><a href="#awards">Awards</a></li>
<li><a href="#committees">Committees</a></li>
<li><a href="#poster_demo">Posters/Demos</a></li>
<li><a href="https://www.cse.unsw.edu.au/~cpsiot/cpsweek2020/index.html">CPS Week 2020</a></li>
<li><a href="https://www.cse.unsw.edu.au/~cpsiot/cpsweek2020/venue.html">Venue & Local Info</a></li>
<li><a href="https://www.cse.unsw.edu.au/~cpsiot/cpsweek2020/reg.html">Registration</a></li>
<li><a href="https://www.cse.unsw.edu.au/~cpsiot/cpsweek2020/travel.html">Travel/Visa</a></li>
<li><a href="dblind.html">Double blind review FAQ</a></li>
<li><a href="re.html">Repeatability Evaluation</a></li>
<li><a href="testoftime.html">Test-of-time award nominations</a></li>
<li><a href="#submission-info">Submission Information</a></li>
<li><a href="http://www.hscc-conference.org/">Past HSCC Conferences</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>The Conference</h2>
<p>Welcome to the home page of the 23rd ACM
International Conference on Hybrid Systems:
Computation and Control (HSCC 2020). HSCC 2020 is
the 23rd in a <a href="http://www.hscc-conference.org/">series of
conferences</a> on all aspects of hybrid systems.
It is dedicated to advancing design and analysis
techniques that bridge control theory and computer
science, and is expanding to new domains in
security and privacy and in systems biology. The
conference covers the range from theoretical
results to practical applications and experiences
in cyber-physical systems (CPS), mixed signal
circuits, robotics, infrastructure networks, and
biological models.
<p>HSCC 2020 will be part of the thirteenth <a href="https://www.cse.unsw.edu.au/~cpsiot/cpsweek2020/index.html">Cyber
Physical Systems Week (CPS Week)</a>, and co-located
with the International Conference on
Cyber-Physical Systems (ICCPS), Information
Processing in Sensor Networks (IPSN), the
Real-Time and Embedded Technology and Applications
Symposium (RTAS), Conference on Internet-of-Things
Design and Implementation (IOTDI), and related
workshops.
</p>
<p><strong>The program for HSCC 2020 can be found <a href="program.html">here</a>.</strong></p>
</section>
<section id='sponsors'>
<h2>Sponsors</h2>
<ul>
<li><img alt="Amazon" src="image/Amazon_logo.svg"/></li>
<li><img alt="Denso" src="image/Denso_logo.svg"/></li>
<li><img alt="Mathworks" src="http://hscc2019.eecs.umich.edu/image/mathworks.jpg"/></li>
<li><img alt="Toyota" src="http://hscc2019.eecs.umich.edu/image/toyota.jpg"/></li>
</ul>
</section>
<section id="dates">
<h2>Important dates</h2>
<ul>
<li><img src="image/clock.svg"/><strong>Paper submission deadline:</strong> October 23, 2019 (AOE) </li>
<li><img src="image/tool.svg"/><strong>Tool paper repeatability package submission deadline:</strong> October 28, 2019 (AOE)</li>
<li><img src="image/speech.svg"/><strong>Rebuttal phase:</strong> December 5-8, 2019</li>
<li><img src="image/bell.svg"/><strong>Acceptance/rejection notifications:</strong> December 27th, 2019 </li>
<li><img src="image/clock.svg"/><strong>Regular paper repeatability package submission deadline:</strong> January 09, 2020</li>
<li><img src="image/poster.svg"/><strong>Poster/demo session submission:</strong> January 31, 2020 (notification February 7, 2020)</li>
<li><img src="image/clock.svg"/><strong>Camera-ready:</strong> February 14, 2020</li>
<li><img src="image/calendar.svg"/><strong>Conference dates:</strong> April 21-24, 2020</li>
</ul>
</section>
<section>
<h2>Visa and Travel</h2>
<p>
For information regarding visa and travel, please consult
the CPS-IoT <a href="https://www.cse.unsw.edu.au/~cpsiot/cpsweek2020/travel.html">website</a>.
Any additional questions should be directed towards the CPS-IoT organizers.
</p>
</section>
<section id="submission-info">
<h2>📜 Paper submission information</h2>
<p>
HSCC invites submissions in the categories of (1)
regular papers including special track papers, and (2)
case study and tool papers. We will employ a double
blind reviewing process and will have a rebuttal phase
to provide authors the opportunity to reply to
reviewer concerns.
</p>
<div>
<section class="boxed">
<h3>Regular Papers</h3>
<p>
Regular papers including papers submitted to
three special tracks.
</p>
<ol>
<li>Artificial Intelligence and Machine Learning in CPS</li>
<li>Design Automation for CPS </li>
<li>Autonomy and Robotics</li>
</ol>
<ul class="format-list">
<li><p>
10 pages max<sup><a href="#exclude-refs">*</a></sup>
</p></li>
<li><p>10pt font</p></li>
<li><p>two-column ACM format</p></li>
</ul>
</section>
<section class="boxed">
<h3>Tool and Case Study Papers</h3>
<p>Tool papers will be judged on the significance,
clarity, and novelty of the implemented
tool/technique described in the paper.
</p>
<p>Case study papers should report the evaluation
of a technique or tool on a challenging
application and/or benchmarks.
</p>
<ul class="format-list">
<li><p>6 pages max<a href="#exclude-refs">*</a></p></li>
<li><p>10pt font</p></li>
<li><p>two-column ACM format</p></li>
</ul>
</section>
</div>
<p id="exclude-refs" style="margin: 0; padding: 0;"><sup>*</sup>Excluding references</p>
<p>
Templates for the ACM format are available for
Microsoft Word and LaTeX
<a href="https://www.acm.org/publications/proceedings-template">here</a>.
</p>
<h3>Submission Guidelines</h3>
<ul>
<li>
Submission website: <a href="https://easychair.org/conferences/?conf=hscc2020">EasyChair submission link</a>.
</li>
<li>
Paper submissions are encouraged to be preceded by an
abstract submission.
</li>
<li>
HSCC 2020 will employ light double-blind
reviewing <a href="dblind.html"> (click here for
details)</a>.
</li>
<li>
The conflict of interest policy we shall
be following during the review process can be found <a href="https://www.acm.org/publications/policies/conflict-of-interest">here</a>.
</li>
</ul>
<p>Additional information on publication policies are given below.</p>
<ol id="policy-links">
<li>
<a href="https://www.acm.org/publications/policies/roles-and-responsibilities">Roles and Responsibilities</a>
</li>
<li>
<a href="https://www.acm.org/publications/policies/coercion-and-abuse">Coercion and Abuse</a>
</li>
<li>
<a href="https://www.acm.org/publications/policies/retraction-policy">Retraction Policy</a>
</li>
</ol>
<h3>Reproducability and Repeatability</h3>
<p>
We consider reproducibility and repeatability of the
results presented in the tool/case study papers an
important aspect of such papers. While submission of a
repeatability evaluation package is not mandatory, we
strongly encourage the authors to submit such a
package at the time of paper submission. Tool or case
study papers with a repeatability evaluation package
will be judged on the merit of both the paper itself,
but also on the repeatability of the presented
results. Tool/Case study papers not accompanied by a
RE package would be judged on the strength of the
benchmarks (e.g. large-scale industrial/proprietary
benchmarks), or the role of the tool as a component in
a complex tool-chain ecosystem. Instructions on
preparing and submitting the repeatability evaluation
package can be found <a href="re.html">here</a>.
</br></br>
</p>
<ul>
<li>
<strong>Tool/Case Study Paper Repeatability
Package Submission Deadline:</strong> OCTOBER
28, 2019 (AOE)</li>
<li>
<strong>Regular Paper Repeatability Package Submission Deadline:</strong>
January 09, 2020
</li>
</ul>
<p>
<strong> Note for tool/case study paper authors on
double-blind process:</strong> While we expect the
tool/case study papers submitted to the main
conference to follow the double-blind instructions,
the RE packages do not need to be
anonymized. Therefore please remove any links to a
repository that could reveal your identity from the
paper but include these in your RE package
submission. RE packages and papers will be evaluated
by different committees. RE committee's findings will
be communicated to the regular reviewers of the paper
before the final decisions are made.
</p>
</section>
<section id="poster_demo">
<h2>Poster/Demo Session and Submission Information</h2>
<p>
Hybrid Systems: Computation and Control (HSCC) 2020 is
the 23rd in a series of conferences focusing on
original research on concepts, tools, and techniques
from computer science, control theory, and applied
mathematics for the analysis and control of hybrid
dynamical systems with an emphasis on computational
aspects. By drawing on strategies from computation and
control, the hybrid systems field offers techniques
that are applicable to both man-made cyber-physical
systems (ranging from small robots to global
infrastructure networks) and natural systems (ranging
from biochemical networks to physiological
models). Posters and demos in the conference are
expected to range over a wide spectrum of topics from
theoretical results to practical considerations, and
from academic research to industrial adoption. Posters
and demos covering design automation, tools, and
benchmarks are especially welcome.
</p>
<p>
Posters presented at the conference will provide an
opportunity for conference attendees to interact with
researchers in an informal setting. Posters may be
about already accepted papers, ongoing research
projects, discussions on new problem statements, or
preview of late-breaking results.
</p>
<p>
Demos will give the audience a closer look at tools
and techniques, and offer an interactive experience
with the demonstrated entities. The selection criteria
for acceptance will be: novelty, technical merit,
relevance to HSCC and, especially for demos, details
on the presentation. If desired and not previously
published, abstracts up to 2 page in length describing
the poster or demo will be included for publication in
the electronic proceedings of HSCC.
</p>
<p>
These sessions are an excellent way to exchange ideas
and for presenters to obtain feedback from the
attendees. A Best Poster/Demo prize will be awarded
and announced during the conference and on the
website.
</p>
<h4>Poster/Demo Important dates:</h4>
<ul>
<li>
Submission deadline: January 31, 2020 (AoE)
</li>
<li>Acceptance notification: February 7, 2020</li>
<li>Final version submission: February 14, 2020</li>
</ul>
<h3>Poster/Demo Submissions:</h3>
<p>
Submissions consist of an extended abstract of no more than two pages in the ACM template at:
<a href="https://www.acm.org/publications/proceedings-template">
https://www.acm.org/publications/proceedings-template
</a>
Abstracts should be submitted via EasyChair:
<a href="https://easychair.org/my/conference?conf=hscc2020pd">
https://easychair.org/my/conference?conf=hscc2020pd
</a>
</p>
<h4>Posters:</h4>
<p>Maximum 2 pages, 9pt font, two-column ACM format, title should begin with "Poster:"
Poster presentations do not have to describe completed
work. Poster abstracts can report ongoing or
preliminary research work, present case studies, or
discuss new research directions. Previously published
work may be submitted as a poster, but in such cases,
the abstract will not appear in the proceedings
(specified by an option in the submission system). An
easel will be provided for all posters.
</p>
<h4>Demos:</h4>
<p>Maximum 2 pages, 9pt font, two-column ACM format, title should begin with "Demo:"
</p>
</section>
<section id="scope">
<h2>Conference Scope</h2>
<p>
Hybrid Systems: Computation and Control (HSCC) 2020 is
the 23rd in a series of conferences focusing on
original research on concepts, tools, and techniques
from computer science, control theory, and applied
mathematics for the analysis and control of hybrid
dynamical systems with an emphasis on computational
aspects. By drawing on strategies from computation and
control, the hybrid systems field offers techniques
that are applicable to both man-made cyber-physical
systems (ranging from small robots to global
infrastructure networks) and natural systems (ranging
from biochemical networks to physiological
models). Papers in the conference are expected to
range over a wide spectrum of topics from theoretical
results to practical considerations, and from academic
research to industrial adoption.
</p>
<h4>Topics of interest include, but are not limited to</h4>
<ul>
<li> Mathematical foundations, computability and complexity </li>
<li> Analysis, verification, validation, and testing </li>
<li> Modeling paradigms and techniques </li>
<li> Design, synthesis, planning, and control </li>
<li> Nonlinear and safety-critical control</li>
<li> Programming and specification languages </li>
<li> Network science and network-based control </li>
<li> Security, privacy, and resilience for cyber-physical systems with focus on computation and control </li>
<li> Autonomy, artificial intelligence and machine learning in CPS </li>
<li> Design automation for CPS, including design formalisms, techniques and tools for the above topics </li>
<li> Applications and industrial case studies in:
automotive, transportation, autonomous systems,
avionics, energy and power, robotics, medical
devices, manufacturing, systems and synthetic
biology, models for the life sciences, and other
related areas.
</li>
</ul>
<h4>Special tracks</h4>
<p>This year, HSCC will have three special tracks on
interdisciplinary topics of increasing interest and
importance to CPS: (1) Artificial Intelligence and
Machine Learning in CPS (autonomous and
semi-autonomous CPS, learning-based CPS, deep
learning, intersection of robotics/AI and CPS, etc.),
and (2) Design Automation for CPS (modeling,
specification, verification, synthesis, composition,
hierarchy, languages, etc. for CPS design). (3)
Autonomy and Robotics. The submission requirements and
review process for special track papers will be the
same as regular papers. The main reason to have a
special track is to broaden the HSCC pool of papers in
the direction of these topics. </p>
</h2>
</section>
<section id="awards">
<h2>🏆 Awards and Badges</h2>
<ul>
<li>
<strong>ACM SIGBED Best Paper Award:</strong><p>All
regular papers will be automatically eligible for
this award.</p>
</li>
<li><strong>HSCC
Test-Of-Time Award:</strong><p>Recognizes the work
published at a HSCCe in 2010 or before. See <a
href="testoftime.html">link</a> for
details. Previous winners can be found <a href="http://www.hscc-conference.org">here</a>.</p>
</li>
<li>
<strong>Best Demo/Poster:</strong>
<p>All demos and posters accepted for
presentation at HSCC’20 will be eligible for the best
demo/poster award.</p>
</li>
<li>
<strong>Repeatability evaluation:</strong><p>Papers that
pass repeatability evaluation process will receive the
"artifact evaluated" badge and there will be a Best RE
Award.</p>
</li>
</ul>
</section>
<section id="committees">
<h2>Committees</h2>
<div>
<div>
<h3>Program Committee Chairs</h3>
<p> <strong>Aaron Ames</strong></br>California Institute of Technology, USA
</br></br>
<strong>Sanjit Seshia</strong></br>University of California, Berkeley, USA
</p>
</div>
<div>
<h3>Steering Committee:</h3>
<p>
<strong>(Chair) Paulo Tabuada</strong></br>UCLA, USA </br>
<strong>Claire Tomlin</strong></br>University of California, Berkeley, USA</br>
<strong>John Lygeros</strong></br>ETH Zurich, Switzerland </br>
<strong>Martin Fränzle</strong></br>Universität Oldenburg, Germany</br>
<strong>Rajeev Alur</strong></br>University of Pennsylvania, USA </br>
<strong>Thao Dang</strong></br>Verimag, CNRS, France
</p>
</div>
<div>
<h3>Repeatability Evaluation Chairs</h3>
<p><strong>Sergiy Bogomolov</strong></br>Australian National University, Australia </p>
<p><strong>Bardh Hoxha</strong></br>Southern Illinois University, USA </p>
</div>
<div>
<h3>Publicity Chair</h3>
<p><strong>Ricardo Sanfelice</strong></br>University of California, Santa Cruz, USA </p>
</div>
<div>
<h3>Proceedings Chair</h3>
<p><strong>Jyotirmoy Deshmukh</strong></br>University of Southern California, USA </p>
</div>
<div>
<h3>Demo/Poster Session Chair</h3>
<p><strong>Taylor Johnson</strong></br>Vanderbilt University, Nashville, USA </p>
</div>
<div>
<h3>Awards Chair</h3>
<p><strong>Meeko Oishi</strong> </br> University of New Mexico, USA</p>
</div>
<div>
<h3>Webmaster</h3>
<p><strong>Marcell Vazquez-Chanlatte</strong></br>UC Berkeley, USA</br>
<img src="image/e.png"></br>
</p>
<p>
<a href="https://github.com/BerkeleyLearnVerify/HSCC_2020" />
<img id="github" src="image/Octicons-mark-github.svg" /></br>Website source.</br> Patches welcome.</a>
</p>
</div>
</div>
</section>
<section>
<h3>Program Committee</h3>
<ol class="program-committee-list">
<li><a href="http://www.cs.ox.ac.uk/people/alessandro.abate">Alessandro Abate </br> University of Oxford</br>United Kingdom</a></li>
<li><a href="http://ames.caltech.edu">Aaron Ames </br> California Institute of Technology</br>United States</a></li>
<li><a href="http://www.nikosarechiga.com/">Nikos Arechiga </br> Toyota Research Institute</br>United States</a></li>
<li><a href="http://metu.edu.tr/~ebrugol">Ebru Aydin Gol </br> Middle East Technical University</br>Turkey</a></li>
<li><a href="http://www.eziobartocci.com">Ezio Bartocci </br> Vienna University of Technology</br>Austria</a></li>
<li><a href="http://www.sergiybogomolov.com">Sergiy Bogomolov </br> Australian National University</br>Australia</a></li>
<li><a href="http://coogan.ece.gatech.edu/">Samuel Coogan </br> Georgia Institute of Technology</br>United States</a></li>
<li><a href="http://www-verimag.imag.fr/~tdang/">Thao Dang </br> CNRS/VERIMAG</br>France</a></li>
<li><a href="https://www.comp.nus.edu.sg/~dongjs/">Jin Song Dong</br>National University of Singapore</br>Singapore</a></li>
<li><a href="https://dreossi.github.io/">Tommaso Dreossi </br> Amazon A9</br>United States</a></li>
<li><a href="https://www.ruediger-ehlers.de">Rüdiger Ehlers </br> Clausthal University of Technology</br>Germany</a></li>
<li><a href="http://www.public.asu.edu/~gfaineko">Georgios Fainekos </br> Arizona State University</br>United States</a></li>
<li><a href="http://www.chuchufan.info">Chuchu Fan </br> University of Illinois at Urbana-Champaign</br>United States</a></li>
<li><a href="https://engineering.virginia.edu/faculty/lu-feng">Lu Feng </br> University of Virginia</br>United States</a></li>
<li><a href="https://shromonag.github.io/">Shromona Ghosh </br> Waymo</br>United States</a></li>
<li><a href="http://group-mmm.org/~ichiro">Ichiro Hasuo </br> National Institute of Informatics</br>Japan</a></li>
<li><a href="https://mae.osu.edu/people/hereid.1">Ayonga Heried </br> Ohio State University</br>United States</a></li>
<li>Hisahiro Ito </br>MathWorks, UK</br>United Kingdom</li>
<li><a href="http://www-personal.umich.edu/~jeannin">Jean-Baptiste Jeannin </br> University of Michigan</br>United States</a></li>
<li><a href="http://susmitjha.github.io/">Susmit Jha </br> SRI International</br>United States</a></li>
<li><a href="http://www.taylortjohnson.com">Taylor T Johnson </br> Vanderbilt University</br>United States</a></li>
<li><a href="http://www.inma.ucl.ac.be/~jungers/">Raphaël Jungers </br> UCLouvain</br>Belgium</a></li>
<li><a href="https://people.ee.ethz.ch/~maryamk/">Maryam Kamgarpour </br> ETH Zurich</br>Switzerland</a></li>
<li><a href="https://shishirny.github.io/">Shishir Kolathaya </br> Indian Institute of Science</br>India</a></li>
<li><a href="http://www.navinda.kottege.net/">Navinda Kottege </br> CSIRO</br>Australia</a></li>
<li><a href="http://www.professeurs.polymtl.ca/jerome.le-ny/">Jerome Le Ny </br> Polytechnique Montreal</br>Canada</a></li>
<li><a href="http://sites.bu.edu/depend/">Wenchao Li </br> Boston University</br>United States</a></li>
<li><a href="http://www.mpi-sws.org/~rupak">Rupak Majumdar </br> MPI-SWS</br>Germany</a></li>
<li><a href="https://nikolaimatni.github.io">Nikolai Matni </br> University of Pennsylvania</br>United States</a></li>
<li><a href="http://www.mmazojr.net">Manuel Mazo Jr. </br> Delft University of Technology</br>Netherlands</a></li>
<li><a href="https://viterbi.usc.edu/directory/faculty/Nuzzo/Pierluigi">Pierluigi Nuzzo </br> University of Southern California</br>United States</a></li>
<li><a href="https://people.eng.unimelb.edu.au/doetomo/">Denny Oetomo</br>University of Melbourne</br>Australia</a></li>
<li><a href="http://www.ece.unm.edu/~moishi">Meeko Oishi </br> University of New Mexico</br>United Stateas</a></li>
<li><a href="http://www-personal.umich.edu/~dpanagou/">Dimitra Panagou </br> University of Michigan</br>United States</a></li>
<li><a href="http://www.tcs.tifr.res.in/~pandya">Paritosh Pandya </br> TIFR</br>India</a></li>
<li><a href="http://research.me.udel.edu/~poulakas/">Ioannis Poulakakis </br> University of Delaware</br>United States</a></li>
<li><a href="http://people.cis.ksu.edu/~pprabhakar/">Pavithra Prabhakar </br> Kansas State University</br>United States</a></li>
<li><a href="http://www.lix.polytechnique.fr/Labo/Sylvie.Putot/">Sylvie Putot </br> École Polytechnique</br>France</a></li>
<li><a href="https://unidirectory.auckland.ac.nz/profile/p-roop">Partha Roop </br> The University of Auckland</br>New Zealand</a></li>
<li><a href="http://www.cse.iitb.ac.in/~krishnas">Krishna S </br> IIT Bombay</br>India</a></li>
<li><a href="http://www.cse.iitk.ac.in/~isaha/">Indranil Saha </br> Indian Institute of Technology Kanpur</br>India</a></li>
<li><a href="http://www.cs.colorado.edu/~srirams">Sriram Sankaranarayanan </br> University of Colorado Boulder</br>United States</a></li>
<li><a href="http://www.eecs.berkeley.edu/~sseshia">Sanjit A. Seshia </br> University of California, Berkeley</br>United States</a></li>
<li><a href="http://www.ece.umd.edu/~yshoukry/">Yasser Shoukry </br> University of Maryland</br>United States</a></li>
<li><a href="https://me.berkeley.edu/people/koushil-sreenath/">Koushil Sreenath </br> University of California, Berkeley</br>United States</a></li>
<li><a href="http://www.ee.ucla.edu/~tabuada">Paulo Tabuada </br> University of California, Los Angeles</br>United States</a></li>
<li><a href="http://www.csl.sri.com/users/tiwari">Ashish Tiwari </br> Microsoft </br>United States</a></li>
<li><a href="https://people.kth.se/~tumova/home.html">Jana Tumova </br> KTH Royal Institute of Technology</br>Sweden</a></li>
<li><a href="http://www.control.aau.dk/~raf/">Rafael Wisniewski </br> Aalborg University</br>Denmark</a></li>
<li><a href="http://coregroup.snu.ac.kr/~yang/">Insoon Yang </br> Seoul National University</br>South Korea</a></li>
<li><a href="https://sites.google.com/site/zamani1362">Majid Zamani </br> University of Colorado Boulder</br>United States</a></li>
<li><a href="http://lcs.ios.ac.cn/~znj/">Naijun Zhan </br> Institute of Software Chinese Academy of Sciences </br>China</a></li>
</ol>
</section>
<section>
<h3>Repeatability Evaluation Program Committee</h3>
<ol class="program-committee-list">
<li>Houssam Abbas</br>Oregon State University</br> USA</li>
<li>Anand Balakrishnan</br>University of Southern California</br> USA</li>
<li>Gidon Ernst</br>LMU Munich</br> Germany</li>
<li>Souradeep Dutta</br>University of Colorado Boulder</br> USA</li>
<li>Md. Ariful Islam</br>Texas Tech University</br> USA</li>
<li>Zhihao Jiang</br>ShanghaiTech University</br> China</li>
<li>Yiannis Kantaros</br>University of Pennsylvania</br> USA</li>
<li>Nikolaos Kekatos</br>Univ. Grenoble Alpes</br> France</li>
<li>Hui Kong</br>Huawei Technologies Co. Ltd</br> China</li>
<li>Soonho Kong</br>Toyota Research Institute</br> USA</li>
<li>Ratan Lal</br>Kansas State University</br> USA</li>
<li>Sibin Mohan</br>University of Illinois at Urbana-Champaign</br> USA</li>
<li>Marco Muniz</br>Aalborg University</br> Denmark</li>
<li>Luan Nguyen</br>University of Notre Dame</br> USA</li>
<li>Adina M. Panchea</br>Université Paris Saclay</br> France</li>
<li>Hadi Ravanbakhsh</br>University of California, Berkeley</br> USA</li>
<li>David Šafránek</br>Masaryk University</br> Czech Republic</li>
<li>Stefan Schupp</br>RWTH Aachen</br> Germany</li>
<li>Hoang-Dung Tran</br>Vanderbilt University</br> USA</li>
<li>Timothy Wang</br>United Technologies Research Center</br> USA</li>
<li>Shakiba Yaghoubi</br>Arizona State University</br> USA</li>
<li>Junxing Yang</br>Stony Brook University</br> USA</li>
<li>Aditya Zutshi</br>Galois</br> USA</li>
</ol>
</section>
<section>
<h3>Poster/Demo Program Committee</h3>
<ol class="program-committee-list">
<li>Somil Bansal</br>University of California, Berkeley</br>USA</li>
<li>Nathalie Cauchi</br>University of Oxford</br>UK</li>
<li>Jana Dražanová</br>Masaryk University</br>Czech Republic</li>
<li>Souradeep Dutta</br>University of Colorado Boulder</br>USA</li>
<li>Kerianne Hobbs</br>Air Force Research Laboratory</br>USA</li>
<li>Chao Huang</br>Northwestern University</br>USA</li>
<li><a href="http://www.taylortjohnson.com">Taylor T Johnson (chair)</a></br>Vanderbilt University</br>USA</li>
<li>Luan Viet Nguyen</br>University of Notre Dame</br>USA</li>
<li>Hoang-Dung Tran</br>Vanderbilt University</br>USA</li>
<li>Abraham P. Vinod</br>University of Texas, Austin</br>USA</li>
<li>Anne-Kathrin Schmuck</br>Max-Planck-Institute for Software Systems</br>Germany</li>
<li>Andrew Sogokon</br>University of Southampton</br>UK</li>
<li>Masaki Waga</br>National Institute of Informatics</br>Japan</li>
<li>Weiming Xiang</br>Augusta University</br>USA</li>
<li>Bai Xue</br>Chinese Academy of Sciences</br> China</li>
<li>Shakiba Yaghoubi</br>Arizona State University</br> USA</li>
</ol>
</section>
</main>
<footer>
<p>© Copyright 2014-20 HSCC</p>
</footer>
</body>
</html>