This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathschedule.html
528 lines (511 loc) · 20.8 KB
/
schedule.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
---
title: Schedule
layout: default
menu: main
order: 2
---
<div id="main" class="schedule">
<div class="container">
<header>
<h2>{{page.title}}</h2>
<p class="lead">The conference takes place on one day, {{ site.confDate }}.</p>
</header>
<table class="table table-striped">
<thead>
<tr>
<th class="col-md-1">Time</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>08:00</td>
<td>
<strong>Registration & refreshments</strong>
<p>Please arrive between 8am and 9am to register. Tea, coffee and light snacks will be
available.</p>
<p>Free water will be available throughout the day. Soft drinks will also be available to purchase
(cash only).</p>
</td>
</tr>
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr>
<th class="col-md-1"></th>
<th class="col-md-6">Spectrum IT Room</th>
<th class="col-md-5">JetBrains Track</th>
</tr>
</thead>
<tbody>
<tr>
<td>09:00</td>
<td>Opening address</td>
<td></td>
</tr>
<tr class="talk">
<td><h4>09:10</h4></td>
<td>
<h4>
<em class="small">Chris' first ever UK talk</em>
<img src="/img/speakers/{{ site.data.speakers.hartjes.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Chris Hartjes"/>
<br>
Keynote: An Oral History of How I Got Grumpy
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/chris-hartjes/">Chris Hartjes</a>
</h5>
</td>
<td></td>
</tr>
<tr>
<td>09:50</td>
<td colspan="2">Room change</td>
</tr>
<tr class="talk">
<td><h4>10:00</h4></td>
<td>
<h4>
<img src="/img/speakers/{{ site.data.speakers.heap.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Michael Heap"/>
{{ site.data.speakers.heap.talks[0].title }}
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/michael-heap/">Michael Heap</a>
</h5>
<div class="hidden-sm hidden-xs">
{{ site.data.speakers.heap.talks[0].abstract | markdownify }}
</div>
</td>
<td class="talk col-md-5">
<h4>
<img src="/img/speakers/{{ site.data.speakers.baker.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Mark Baker"/>
{{ site.data.speakers.baker.talks[0].title }}
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/mark-baker/">Mark Baker</a>
</h5>
<div class="hidden-sm hidden-xs">
{{ site.data.speakers.baker.talks[0].abstract | markdownify }}
</div>
</td>
</tr>
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr>
<th class="col-md-1"></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>10:50</td>
<td>
<strong>Break & refreshments</strong>
<p>Tea and coffee will be served.</p>
<p>Free water, with soft drinks available to purchase (cash only).</p>
</td>
</tr>
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr>
<th class="col-md-1"></th>
<th class="col-md-6">Spectrum IT Room</th>
<th class="col-md-5">JetBrains Track</th>
</tr>
</thead>
<tbody>
<tr class="talk">
<td><h4>11:15</h4></td>
<td rowspan="2">
<h4>
<img src="/img/speakers/{{ site.data.speakers.allen.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Rob Allen"/>
{{ site.data.speakers.allen.talks[0].title }}
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/rob-allen/">Rob Allen</a>
</h5>
<div class="hidden-sm hidden-xs">
{{ site.data.speakers.allen.talks[0].abstract | markdownify }}
</div>
</td>
<td>
<h4>
<img src="/img/speakers/{{ site.data.speakers.shaw.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Clair Shaw"/>
{{ site.data.speakers.shaw.talks[0].title }}
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/clair-shaw/">Clair Shaw</a>
</h5>
<div class="hidden-sm hidden-xs">
{{ site.data.speakers.shaw.talks[0].abstract | markdownify }}
</div>
</td>
</tr>
<tr class="talk">
<td><h4>11:45</h4></td>
<td>
<h4>
<img src="/img/speakers/{{ site.data.speakers.barnes.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Tess Barnes"/>
{{ site.data.speakers.barnes.talks[0].title }}
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/tess-barnes/">Tess Barnes</a>
</h5>
<div class="hidden-sm hidden-xs">
{{ site.data.speakers.barnes.talks[0].abstract | markdownify }}
</div>
</td>
</tr>
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr>
<th class="col-md-1"></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>12:05</td>
<td>
<strong>Lunch service</strong>
<p>Lunch will be served in the main exhibition area.</p>
<p>Free water, with soft drinks available to purchase (cash only).</p>
</td>
</tr>
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr>
<th class="col-md-1"></th>
<th class="col-md-6">Spectrum IT Room</th>
<th class="col-md-5">JetBrains Track</th>
</tr>
</thead>
<tbody>
<tr class="talk">
<td><h4>13:10</h4></td>
<td>
<h4>
<img src="/img/speakers/{{ site.data.speakers.pivetta.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Marco Pivetta"/>
{{ site.data.speakers.pivetta.talks[0].title }}
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/marco-pivetta/">Marco Pivetta</a>
</h5>
<div class="hidden-sm hidden-xs">
{{ site.data.speakers.pivetta.talks[0].abstract | markdownify }}
</div>
</td>
<td>
<h4>
<img src="/img/speakers/{{ site.data.speakers.riley.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Chris Riley"/>
{{ site.data.speakers.riley.talks[0].title }}
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/chris-riley/">Chris Riley</a>
</h5>
<div class="hidden-sm hidden-xs">
{{ site.data.speakers.riley.talks[0].abstract | markdownify }}
</div>
</td>
</tr>
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr>
<th class="col-md-1"></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>14:00</td>
<td colspan="2">Room change</td>
</tr>
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr>
<th class="col-md-1"></th>
<th class="col-md-6">Spectrum IT Room</th>
<th class="col-md-5">JetBrains Track</th>
</tr>
</thead>
<tbody>
<tr class="talk">
<td><h4>14:10</h4></td>
<td rowspan="2">
<h4>
<img src="/img/speakers/{{ site.data.speakers.ferrara.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Anthony Ferrara"/>
{{ site.data.speakers.ferrara.talks[0].title }}
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/anthony-ferrara/">Anthony Ferrara</a>
</h5>
<div class="hidden-sm hidden-xs">
{{ site.data.speakers.ferrara.talks[0].abstract | markdownify }}
</div>
</td>
<td>
<h4>
<img src="/img/speakers/{{ site.data.speakers.arbezzano.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Gianluca Arbezzano"/>
{{ site.data.speakers.arbezzano.talks[0].title }}
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/gianluca-arbezzano/">Gianluca Arbezzano</a>
</h5>
<div class="hidden-sm hidden-xs">
{{ site.data.speakers.arbezzano.talks[0].abstract | markdownify }}
</div>
</td>
</tr>
<tr class="talk">
<td><h4>14:40</h4></td>
<td>
<h4>
<img src="/img/speakers/{{ site.data.speakers.hulbert.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Dave Hulbert"/>
{{ site.data.speakers.hulbert.talks[0].title }}
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/dave-hulbert/">Dave Hulbert</a>
</h5>
<div class="hidden-sm hidden-xs">
{{ site.data.speakers.hulbert.talks[0].abstract | markdownify }}
</div>
</td>
</tr>
<tr>
<td>15:00</td>
<td colspan="2">
<strong>Break & refreshments</strong>
<p>Tea and coffee will be served.</p>
<p>Free water, with soft drinks available to purchase (cash only).</p>
</td>
</tr>
<tr class="talk">
<td><h4>15:25</h4></td>
<td>
<h4>
<img src="/img/speakers/{{ site.data.speakers.hofmann.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Bastian Hofmann"/>
{{ site.data.speakers.hofmann.talks[0].title }}
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/bastian-hofmann/">Bastian Hofmann</a>
</h5>
<div class="hidden-sm hidden-xs">
{{ site.data.speakers.hofmann.talks[0].abstract | markdownify }}
</div>
</td>
<td>
<h4>
<img src="/img/speakers/{{ site.data.speakers.davies.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Oliver Davies"/>
{{ site.data.speakers.davies.talks[0].title }}
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/oliver-davies/">Oliver Davies</a>
</h5>
<div class="hidden-sm hidden-xs">
{{ site.data.speakers.davies.talks[0].abstract | markdownify }}
</div>
</td>
</tr>
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr>
<th class="col-md-1"></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>16:15</td>
<td colspan="2">Room change</td>
</tr>
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr>
<th class="col-md-1"></th>
<th class="col-md-6">Spectrum IT Room</th>
<th class="col-md-5">JetBrains Track</th>
</tr>
</thead>
<tbody>
<tr class="talk">
<td><h4>16:25</h4></td>
<td>
<h4>
<img src="/img/speakers/{{ site.data.speakers.golemon.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Sara Golemon"/>
{{ site.data.speakers.golemon.talks[0].title }}
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/sara-golemon/">Sara Golemon</a>
</h5>
<div class="hidden-sm hidden-xs">
{{ site.data.speakers.golemon.talks[0].abstract | markdownify }}
</div>
</td>
<td>
<h4>
<img src="/img/speakers/{{ site.data.speakers.sherry.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Chris Sherry"/>
{{ site.data.speakers.sherry.talks[0].title }}
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/chris-sherry/">Chris Sherry</a>
</h5>
<div class="hidden-sm hidden-xs">
{{ site.data.speakers.sherry.talks[0].abstract | markdownify }}
</div>
</td>
</tr>
<tr class="talk">
<td><h4>17:15</h4></td>
<td>
<h4>
<img src="/img/speakers/{{ site.data.speakers.mikola.avatar }}"
class="img-responsive img-rounded hidden-xs"
alt="Jeremy Mikola"/>
JeoPHPardy!
</h4>
<h5>
<i class="fa fa-user fa-fw"></i>
<a href="/speakers/jeremy-mikola/">Jeremy Mikola</a>
</h5>
<p>Please can all attendees join us in the Spectrum IT room for the closing.</p>
</td>
<td>
<p>Please head to the Spectrum IT room for the closing.</p>
</td>
</tr>
<tr>
<td>17:45</td>
<td colspan="2">
<strong>Closing address</strong>
</td>
</tr>
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr>
<th class="col-md-1"></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>18:00</td>
<td colspan="2">
<strong>Social & dinner service</strong>
<p>Dinner will be served after the talks finish, with two mains to choose from.</p>
<strong>Splice the Mainbrace!</strong>
<p>
Splice the Mainbrace! Delegates who have completed their treasure map will qualify for a
traditional tot of rum, just like the Royal Navy. The rums to choose from will be:
<ul>
<li>Chairman's Reserve Spiced Rum</li>
<li>Appleton Special Jamaican Rum</li>
<li>Kraken Black Rum</li>
<li>Captain Morgan's Spiced Rum</li>
<li>Flora de Caña 470 Extra Serco White Rum</li>
<li>Lamb's Navy Rum</li>
</ul>
</p>
<strong>Free Bar</strong>
<p>
Everyone will get some tokens for our free bar, featuring a selection of local ales:
<ul>
<li>Mary Rose Ale</li>
<li>Nuptu'Ale</li>
<li>Pompey Royal</li>
<li>Hole Hearted</li>
<li>Ringwood Ale</li>
</ul>
There will also be a selection of other beers, wines, and soft drinks.
</p>
<strong>Laser Quest, sponsored by <a href="https://roave.com">Roave</a></strong>
<p>
To partake in the free laser quest activity, please go to the main registration desk to sign
up. You can form your own team, or just join in with a game. Make sure to thank Roave for
sponsoring this activity!
</p>
<strong>
Board games & card games, provided by
<a href="https://www.facebook.com/FistfulOfDice">A Fistful of Dice</a>
</strong>
<p>
Board and card games are free to play in the JetBrains room after the conference ends.
These are provided by a local games shop in Portsmouth, A Fistful of Dice.
</p>
<strong>
Private Action Stations Exhibit Access
</strong>
<p>
All the exhibits in Action Stations will be available to enjoy for all our delegates in
the evening once the public has left, including a simulator, interactive exhibits and a
climbing wall. Access to the exhibits will be available until 9pm only.
</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>