-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistration.html
More file actions
219 lines (150 loc) · 5.48 KB
/
registration.html
File metadata and controls
219 lines (150 loc) · 5.48 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="lib/jquery-3.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script type="text/javascript" src="lib/jquery-ui.js"></script>
<title>BDD@FLoC'22</title>
<link href="lib/custom.css" rel="stylesheet">
<link href="lib/jquery-ui.css" rel="stylesheet">
<meta name="description" content="BDD@FLoC'22: Bryant Discoveries Day at FLoC 2022">
</head>
<body>
<div class="header padded bottom-border" style="clear:right">
<div class="clearfix">
<div class="pull-left">
<a href="./index.html" class="nounderline">
<div class="padding-top">BDD@FLoC'22: Bryant Discoveries Day at FLoC 2022</div>
</a>
</div>
<div class="pull-right">
<div class="navbar-wrapper">
<div class="padding-top">
<div>
<a href="./index.html"><span class="navbarlink">Home</span></a>
<a href="./registration.html"><span class="navbarlink">Registration</span></a>
<a href="./program.html"><span class="navbarlink">Program</span></a>
<a href="./speakers.html"><span class="navbarlink">Speakers</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="main">
<div class="content">
<p class="centered padded">
</p>
<div class="centered">
<div class="big"><span class="extra-big">BDD</span>@FLoC'22</div>
<div style="margin-top: -0.05em"><span style="width: 65%; display: inline-block; font-size: larger;">Bryant Discoveries Day@FLoC'22: Celebrating the Career and Professional Achievements of Prof. Randal E. Bryant</span></div>
<div style="margin-top: 0.5em;">
<span><a href="http://satisfiability.org/SAT22/">SAT '22</a> Part of <a href="https://www.floc2022.org/">FLoC '22</a></span>
<span class="left-padding">Haifa, Israel</span>
<span class="left-padding">August 5, 2022</span>
<div class="centered">
<table class="centered inlineblock">
</table>
</div>
</div>
</div>
<div align="center">
<img width=33% src="images/bryant3.jpg">
<img width=45.15% src="images/bryant.jpg">
<img width=17.35% src="images/bryant2.jpg">
</div>
<table>
<tbody>
<tr>
<td class="small" width="595px">
<p>
<b>There will be no registration required to attend BDD@FLoC'22</b>.
However, please be aware that <a href="https://www.floc2022.org/registration">registration</a> is required to attend
other events at SAT '22 or FLoC 22'.
</p>
</td>
<td width="5px">
</td>
<td class="small" style="overflow:hidden" width="200px">
<div class="box">
<div class="header lead">
Recording of Event
</div>
<div>
<div>
See <a href="./program.html">program page</a> for video and schedule.
</div>
</div>
</div>
<div class="box">
<div class="header lead">
Important Dates
</div>
<div>
<div class="slightlybold">
August 5, 2022
</div>
<div>
Workshop
</div>
</div>
</div>
<div class="box">
<div class="header lead">
Organizing Committee
</div>
<div class="margin-bottom">
<div class="slightlybold">
Aarti Gupta
</div>
<div>
Princeton University
</div>
</div>
<div class="margin-bottom">
<div class="slightlybold">
Shuvendu Lahiri
</div>
<div>
Microsoft Research
</div>
</div>
<div class="margin-bottom">
<div class="slightlybold">
Kenneth McMillan
</div>
<div>
The University of Texas at Austin
</div>
</div>
<div class="margin-bottom">
<div class="slightlybold">
Sanjit A. Seshia
</div>
<div>
University of California, Berkeley
</div>
</div>
<div class="margin-bottom">
<div class="slightlybold">
Ofer Strichman
</div>
<div>
Technion - Israel Institute of Technology
</div>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<div style="clear:both"></div>
<div class="footer">
Thank you to <a href="https://schasins.com/">Sarah Chasins</a> for the website template.
Webmaster: <a href="https://federico.morarocha.ca/">Federico Mora</a>.
</div>
</div>
</div>
</body>
</html>