forked from boalang/waspi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorganization.html
104 lines (104 loc) · 5.55 KB
/
organization.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
<!DOCTYPE html>
<!--
Template Name: Sparked
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
-->
<html>
<head>
<title>BESE'19 | Organization</title>
<meta charset="utf-8">
<link href="layout/styles/layout.css" rel="stylesheet" type="text/css" media="all">
</head>
<body id="top">
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="wrapper row1">
<nav id="mainav" class="clear">
<!-- ################################################################################################ -->
<ul class="clear">
<li><a href="index.html">Home</a></li>
<!--
<li><a href="cfp.html">CFP</a></li>
-->
<li><a href="dates.html">Important Dates</a></li>
<li><a href="submission.html">Submissions</a></li>
<li class="active"><a href="organization.html">Organization</a></li>
</ul>
<!-- ################################################################################################ -->
</nav>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="wrapper row2">
<header id="header" class="clear">
<!-- ################################################################################################ -->
<div id="logo">
<h1><a href="index.html">Benchmark Engineering<br/>for Software Engineering<br/>(BESE)</a></h1>
<p>Tuesday, August 27, 2019 - co-located with <a href="https://esec-fse19.ut.ee/">ESEC/FSE 2019</a></p>
</div>
<!-- ################################################################################################ -->
</header>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="wrapper row4">
<main id="container" class="clear">
<!-- container body -->
<!-- ########################################################################################## -->
<h1>Organizers</h1>
<ul>
<li><a href="http://www.cs.bgsu.edu/rdyer/">Robert Dyer</a>, Bowling Green State University</li>
<li><a href="http://cs.boisestate.edu/~esherman/">Elena Sherman</a>, Boise State University</li>
</ul>
<h1>Program Committee</h1>
<ul>
<li>Cristian Cadar, Imperial College London</li>
<li>Robert Dyer, Bowling Green State University</li>
<li>Michael Eichberg, Technische Universität Darmstadt</li>
<li>Ben Hermann, Universität Paderborn</li>
<li>Darko Marinov, University of Illinois at Urbana-Champaign</li>
<li>Meiyappan Nagappan, University of Waterloo</li>
<li>Chris Parnin, North Carolina State University</li>
<li>Hridesh Rajan, Iowa State University</li>
<li>Elena Sherman, Boise State University</li>
</ul>
<!-- ########################################################################################## -->
<!-- / container body -->
<div class="clear"></div>
</main>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="wrapper row5">
<footer id="footer" class="clear">
<!-- ################################################################################################ -->
<div class="clear">
Contact: <span class="icon-envelope-alt"></span> <script type="text/javascript"><!--
document.write('<a href="mailto:' + (['rdyer', 'bgsu.edu'].join('@'))
+ '">' + (['rdyer', 'bgsu.edu'].join('@')) + '<\/a>');
// --></script>
<ins><noscript><div><code>rdyer (at) bgsu (dot) edu</code></div></noscript></ins>
</div>
<!-- ################################################################################################ -->
</footer>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="wrapper row6">
<div id="copyright" class="clear">
<!-- ################################################################################################ -->
<p class="fl_left">Copyright © 2019 - All Rights Reserved</p>
<p class="fl_right">Template by <a target="_blank" href="http://www.os-templates.com/" title="Free Website Templates">OS Templates</a></p>
<!-- ################################################################################################ -->
</div>
</div>
</body>
</html>