Skip to content

Commit d9b2319

Browse files
Changing date, updating schedule, and adding registration form
1 parent f8dd9ff commit d9b2319

File tree

1 file changed

+31
-21
lines changed

1 file changed

+31
-21
lines changed

europandas2019/index.html

Lines changed: 31 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,13 @@
155155
<header id="site-header" class="site-header valign-center">
156156
<div class="intro">
157157

158-
<h2>Jan 25-27, 2019</h2>
158+
<h2>Feb 1-3, 2019</h2>
159159

160160
<h1 style="font-size: 48px;">European pandas summit</h1>
161161

162162
<p id="countdown"></p>
163163
<script>
164-
var countDownDate = new Date("Jan 25, 2019 16:00:00").getTime();
164+
var countDownDate = new Date("Feb 1, 2019 16:00:00").getTime();
165165

166166
var x = setInterval(function() {
167167
var now = new Date().getTime();
@@ -306,44 +306,54 @@ <h3 class="section-title multiple-title">Who is this event for?</h3>
306306
</thead>
307307
<tbody>
308308
<tr>
309-
<th scope="row">4pm - 4:20pm</td>
309+
<th scope="row">4pm - 4:15pm</td>
310310
<td colspan="2" class="center">Opening notes</td>
311311
</tr>
312312
<tr>
313-
<th scope="row">4:20pm - 4:40pm</td>
313+
<th scope="row">4:15pm - 4:30pm</td>
314314
<td>TBC</td>
315-
<td><a href="https://pietrobattiston.it/">Pietro Battiston</a>, pandas core developer</td>
315+
<td><a href="https://pietrobattiston.it/">Pietro Battiston</a><br/><span style="font-size: 12px">pandas core developer</span></td>
316316
</tr>
317317
<tr>
318-
<th scope="row">4:40pm - 5pm</td>
318+
<th scope="row">4:30pm - 4:45pm</td>
319319
<td>TBC</td>
320-
<td><a href="https://jorisvandenbossche.github.io/">Joris Van den Bossche</a>, pandas core developer</td>
320+
<td><a href="https://jorisvandenbossche.github.io/">Joris Van den Bossche</a><br/><span style="font-size: 12px">pandas and geopandas core developer</span></td>
321+
</tr>
322+
<tr>
323+
<th scope="row">4:45pm - 5pm</td>
324+
<td>xframe</td>
325+
<td><a href="https://twitter.com/SylvainCorlay">Sylvain Corlay</a>
326+
<br/><span style="font-size: 12px">NumFOCUS director</span>
327+
<br/><span style="font-size: 12px">Jupyter and xtensor core developer</span>
328+
<br/><span style="font-size: 12px"><a href="http://quantstack.net/">QuantStack</a> founder</span>
329+
</td>
321330
</tr>
322331
<tr class="bg-secondary">
323-
<th scope="row">5pm - 5:40pm</td>
332+
<th scope="row">5pm - 5:45pm</td>
324333
<td colspan="2" class="center">Break</td>
325334
</tr>
326335
<tr>
327-
<th scope="row">5:40pm - 6:20pm</td>
336+
<th scope="row">5:45pm - 6:15pm</td>
337+
<td colspan="2" class="center">pandas roadmap discussion</td>
338+
</tr>
339+
<tr>
340+
<th scope="row">6:15pm - 6:45pm</td>
328341
<td>Open source and pandas sustainability panel</td>
329342
<td>
330-
TBC 1<br/>
331-
TBC 2<br/>
332-
TBC 3<br/>
333-
<span style="margin-left: 20px; font-style: italic;">Moderated by TBC</span>
343+
<a href="https://twitter.com/SylvainCorlay">Sylvain Corlay</a>, <span style="font-size: 12px">NumFOCUS director</span><br/>
344+
TBC<br/>
345+
TBC<br/>
346+
TBC<br/>
347+
<span style="margin-left: 20px; font-style: italic;">Moderated by <a href="https://twitter.com/hendorf">Alexander Hendorf</a></span>
334348
</td>
335349
</tr>
336350
<tr>
337-
<th scope="row">6:20pm - 6:40pm</td>
351+
<th scope="row">6:45pm - 7pm</td>
338352
<td>An update on the pandas documentation</td>
339-
<td><a href="http://datapythonista.github.io/">Marc Garcia</a>, pandas core developer</td>
340-
</tr>
341-
<tr>
342-
<th scope="row">6:40pm - 7:20pm</td>
343-
<td colspan="2" class="center">pandas roadmap discussion</td>
353+
<td><a href="http://datapythonista.github.io/">Marc Garcia</a><br/><span style="font-size: 12px">pandas core developer</span></td>
344354
</tr>
345355
<tr>
346-
<th scope="row">7:20pm - 8pm</td>
356+
<th scope="row">7pm - 8pm</td>
347357
<td colspan="2" class="center">Lightning talks</td>
348358
</tr>
349359
</tbody>
@@ -478,7 +488,7 @@ <h3 class="section-title">Registration</h3>
478488
</div>
479489
<div class="row">
480490
<div class="col-md-12">
481-
<p>Registration will open soon.</p>
491+
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeMW9CRAMoXZJ_URFN5eIQgStslp03o5ECZuQcEsh1RwrL3Cg/viewform?embedded=true" width="640" height="1516" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
482492
</div>
483493
</div>
484494
</section>

0 commit comments

Comments
 (0)