-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.html
More file actions
537 lines (471 loc) · 29.2 KB
/
schedule.html
File metadata and controls
537 lines (471 loc) · 29.2 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
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
<html>
<head>
<meta charset="utf-8">
<title>ML4ALL - A machine learning conference for the rest of us.</title>
<meta name="description" content="ML4ALL - A machine learning conference for the rest of us. May 27-29, 2018, Portland, OR">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- For Twitter Cards -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ml4all">
<meta name="twitter:creator" content="@ml4all">
<meta name="twitter:title" content="ML4ALL - A machine learning conference for the rest of us.">
<meta name="twitter:description" content="ML4ALL - A machine learning conference for the rest of us. May 27-29, 2018, Portland, OR">
<meta name="twitter:image" content="ml4all-mascot.png">
<meta property='og:title' content="ML4ALL - A machine learning conference for the rest of us."/>
<meta property='og:image' content='//ml4all.org/images/ml4all-mascot.png'/>
<meta property='og:description' content="ML4ALL - A machine learning conference for the rest of us. May 27-29, 2018, Portland, OR"/>
<meta property='og:url' content='//ml4all.org' />
<!-- Bulma CSS Framework -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.4.2/css/bulma.css" integrity="sha256-tzp6mtxeugpv7nF5uY4rqr1ZxZynL8F7G5MCwYxJkmY=" crossorigin="anonymous" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Titillium+Web:400,900" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<!-- ML4ALL custom styling -->
<link href="ml4all.css" rel="stylesheet">
<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- ML4ALL custom JS -->
<script src="ml4all.js"></script>
</head>
<body>
<div class="columns is-mobile ml-logo-header-bg">
<div class="column is-10 is-offset-1">
<div class="columns is-mobile">
<div class="column is-3 is-offset-1">
<figure class="image is-square">
<img width=512 height=512 src="images/ml4all-mascot.png">
</figure>
</div>
<div class="column is-7">
<h1 class="logo"><span class="ml-logo-1">ML</span><span class="ml-logo-2">4ALL</span></h1>
<h2 class="logo">May 27-29, 2018 - PDX</h2>
</div>
</div>
</div>
</div>
<nav class="nav has-shadow">
<div class="container">
<div class="nav-left is-hidden-mobile"></div>
<div class="nav-center">
<a class="nav-item is-active" href="index.html">Home</a>
<a class="nav-item" href="attend.html">Attend</a>
<a class="nav-item" href="schedule.html">Schedule</a>
<a class="nav-item" href="sponsors.html">Sponsors</a>
<a class="nav-item is-hidden-mobile" href="docs.html">Docs</a>
<a class="nav-item is-hidden-mobile" href="about.html">About</a>
</div>
<span class="nav-toggle">
<span></span>
<span></span>
<span></span>
</span>
<div class="nav-menu nav-right">
<a class="nav-item is-tab is-hidden-tablet" href="docs.html">Docs</a>
<a class="nav-item is-tab is-hidden-tablet" href="about.html">About</a>
</div>
</div>
</nav>
<div class="container">
<!-- BEGIN overview -->
<div class="columns section" id="schedule">
<div class="column is-10 is-offset-1">
<div class="content">
<h1 class="has-text-centered">Schedule Overview</h1>
<h3 class="has-text-centered">→ <a href="#full-schedule">View the Full Schedule</a> ←</h3>
<div class="columns section">
<div class="column is-one-third">
<h2><a href="schedule.html#sunday">SUN 5/27</a></h2>
<h3><a href="https://compositecode.blog/2018/05/20/ml4all-bike-ride-details/">Bike Ride</a></h3>
<p>2:00pm @ <a href="https://goo.gl/maps/VGMZrw3aQ342">Bossanova Ballroom</a></p>
<p>Join your fellow attendees for a <a href="schedule.html#bike-ride">leisurely ride</a> around Portland.</p>
<h3><a href="schedule.html#welcome-reception">Welcome Reception</a></h3>
<p>8:00pm @ <a href="https://goo.gl/maps/VGMZrw3aQ342">Bossanova Ballroom</a></p>
<p>Get your badge and mingle. Open bar, live entertainment, and more!</p>
</div>
<div class="column is-one-third">
<h2><a href="schedule.html#monday">MON 5/28</a></h2>
<h3><a href="schedule.html#monday">Conf Day 1</a></h3>
<p><a href="https://goo.gl/maps/VGMZrw3aQ342">Bossanova Ballroom</a><br>Doors @ 8:30am</p>
<p>Talks from 9:00am-5:00pm</p>
<p>Lunch @ Noon</p>
<p>Also.. Unconference, ML Lab and more!</p>
<p>Day 1 Talks End @ 5:00pm</p>
<h3><a href="schedule.html#official-party">Official Party</a></h3>
<p>7:00pm-11:00pm</p>
<p>NOTE: Minors are welcome, but only until 9pm!</p>
</div>
<div class="column is-one-third">
<h2><a href="schedule.html#tuesday">TUE 5/29</a></h2>
<h3><a href="schedule.html#tuesday">Conf Day 2</a></h3>
<p><a href="https://goo.gl/maps/VGMZrw3aQ342">Bossanova Ballroom</a><br>Doors @ 8:30am</p>
<p>Talks from 9:00am-5:00pm</p>
<p><a href="schedule.html#hiring-speed-networking">Hiring Speed Networking</a> @ 10:15am</p>
<p>Lunch @ Noon</p>
<p>Day 2 Talks End @ 5:00pm</p>
<h3><a href="schedule.html#wnb-reception">Women & Nonbinary Reception</a></h3>
<p>5:30pm–7:30pm @ <a href="https://goo.gl/maps/JGpaQWs6Hiw">Cooper's Hall</a></p>
<p>The Microsoft Azure Advocacy team is holding a <a href="https://www.eventbrite.com/e/azure-advocates-women-nonbinary-attendee-reception-tickets-46293772921">women and non binary community get-together</a> to close out the conference.</p>
<p><a href="https://www.eventbrite.com/e/azure-advocates-women-nonbinary-attendee-reception-tickets-46293772921">→ RSVP HERE ←</a></p>
<h3><a href="schedule.html#mingle-relax">#relaxml</a></h3>
<p>The conference has ended, but we're all still here. Find some friendly faces and invite them to dinner or <a href="https://twitter.com/search?f=tweets&q=%23relaxml&src=typd">#relaxml</a> brunch before you leave the venue!</p>
<p>Find your tribe <a href="https://join.slack.com/ml4all/shared_invite/MTk1MjUwNzgyMDgyLTE0OTY5OTgwODUtNTU1MTZhMjA0Zg">on Slack</a>, or on Twitter using the hashtag <a href="https://twitter.com/search?f=tweets&q=%23ml4all&src=typd">#ml4all</a>.</p>
</div>
</div><!-- <div class="row">
<div class="column">
<a name="iCal">
</a><h2><a name="iCal"></a><a href="https://calendar.google.com/calendar/ical/4d0c0ce6f2skpvgjocoi40mf18%40group.calendar.google.com/public/basic.ics">Download calendar in iCal format</a></h2>
</div>
</div> -->
</div>
</div>
</div>
<!-- BEGIN Full Schedule -->
<div class="columns section" id="full-schedule">
<div class="column is-10 is-offset-1">
<div class="content">
<h1 class="has-text-centered">Full Schedule</h1>
<!-- BEGIN Sunday -->
<div class="box section">
<h1 id="sunday" class="has-text-centered">Sunday 5/27</h1>
<div class="columns">
<div class="column is-narrow schedule-time">2:00pm</div>
<div class="column" id="bike-ride">
<strong><a href="https://compositecode.blog/2018/05/20/ml4all-bike-ride-details/">Bike Ride Starts</a></strong> - @ <em><a href="https://goo.gl/maps/VGMZrw3aQ342">Bossanova Ballroom</a></em>
<p></p>
<p>Join your fellow attendees for a <a href="https://compositecode.blog/2018/05/20/ml4all-bike-ride-details/">leisurely ride</a> around Portland.</p>
<p>Meet in the <a href="https://goo.gl/maps/VGMZrw3aQ342">Bossanova Ballroom</a> parking lot. Click here for <a href="https://compositecode.blog/2018/05/20/ml4all-bike-ride-details/">more info</a>...</p>
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">4:00pm</div>
<div class="column">
<strong>Bike Ride Ends</strong></em>
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">8:00pm</div>
<div class="column" id="welcome-reception">
<strong>Welcome Reception Doors Open</strong> @ <em><a href="https://goo.gl/maps/VGMZrw3aQ342">Bossanova Ballroom</a></em>
<p></p>
<p>Get your badge and mingle. Open bar, live entertainment, and more! Minors are allowed the entire evening, so feel free to bring your kids and +1s (or +2s, we've got room).</p>
<p>In the upstairs lounge at the <a href="https://goo.gl/maps/VGMZrw3aQ342">Bossanova Ballroom</a>.</p>
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">11:00pm</div>
<div class="column"><strong>Welcome Reception Doors Close.</strong> See you tomorrow!
</div>
</div>
</div>
<!-- END Sunday -->
<!-- BEGIN Monday -->
<div class="box section">
<h1 id="monday" class="has-text-centered">Monday 5/28</h1>
<div class="columns">
<div class="column is-narrow schedule-time">8:00am</div>
<div class="column" id="doors-open-mon">
<strong>Doors Open, Coffee/Breakfast</strong> - @ <em><a href="https://goo.gl/maps/VGMZrw3aQ342">Bossanova Ballroom</a></em>
<p></p>
<p>Come grab a light breakfast snack, handmade coffee or chai. Bling out your badge, mingle with other attendees, and find your perfect spot to camp out in for the day.</p>
<p class="box"><em><b>NOTE</b>: While we know that "the early bird catches the worm", please DO NOT arrive early. We will be setting up in the morning, and will not be able to allow access to the building until 8:00am. If you get there early, you'll be waiting around on the sidewalk out front...</em></p>
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">9:00am</div>
<div class="column" id="suz-hinton">
<strong><a href="index.html#suz-hinton">Suz Hinton</a></strong> - Machine Learning for Accessibility
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">9:45am</div>
<div class="column" id="ricky-hennessy">
<strong><a href="index.html#ricky-hennessy">Ricky Hennessy</a></strong> - Using Machine Learning to Increase Health Insurance Coverage
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">10:15am</div>
<div class="column" id="long-break-mon-1">
<strong>Morning Break</strong>
<p></p>
<p>Grab a pastry, and discuss Suz and Ricky's talks with one another. Meet someone new! Look out for the designated <em>Introducer</em> if you need help saying hello for the first time.</p>
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">10:45am</div>
<div class="column" id="kaleo-hao">
<strong><a href="index.html#kaleo-hao">Kaleo Ha'o</a></strong> - Jump or Not to Jump: Solving Flappy Bird with Deep Reinforcement Learning
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">11:30am</div>
<div class="column" id="clair-sullivan">
<strong><a href="index.html#clair-sullivan">Clair J. Sullivan</a></strong> - A Machine Learning Win at GitHub ...and So Can You!
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">12:00pm</div>
<div class="column" id="lunch-mon">
<strong>Lunch Break</strong>
<p></p>
<p>Lunch will be provided. Monday's menu will be in-theme for a traditional Memorial Day BBQ, and will include burgers, hot dogs, and chips. Vegetarian, vegan, gluten free options included in the standard menu.</p>
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">1:00pm</div>
<div class="column" id="lightning-talks-mon">
<strong><a href="https://en.wikipedia.org/wiki/Lightning_talk">Lightning Talks</a></strong> - A series of short 5min talks. Sign-up at the registration desk!
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">1:45pm</div>
<div class="column" id="paige-bailey">
<strong><a href="index.html#paige-bailey">Paige Bailey</a></strong> - Kill (Deep) Math!
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">2:30pm</div>
<div class="column" id="igor-dziuba">
<strong><a href="index.html#igor-dziuba">Igor Dziuba</a></strong> - Teach Machine To Teach: Personal Tutor For Language Learners
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">3:00pm</div>
<div class="column" id="long-break-mon-2">
<strong>Afternoon Break</strong>
<p></p>
<p>Grab a snack, and discuss Paige and Igor's talks with one another. Meet someone new! Look out for the designated <em>Introducer</em> if you need help saying hello for the first time.</p>
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">3:30pm</div>
<div class="column" id="jon-oropeza">
<strong><a href="index.html#jon-oropeza">Jon Oropeza</a></strong> - ML Spends A Year In Burgundy
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">4:00pm</div>
<div class="column" id="manuel-muro">
<strong><a href="index.html#manuel-muro">Manuel Muro</a></strong> - Barriers To Accelerating The Training Of Artificial Neural Networks - A Systemic Perspective
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">4:45pm</div>
<div class="column" id="poul-petersen">
<strong><a href="index.html#poul-petersen">Poul Petersen</a></strong> - From Zero to Machine Learning for Everyone
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">5:15pm</div>
<div class="column" id="family-photo">
<strong>ML4ALL Family Photo</strong>
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">7:00pm</div>
<div class="column" id="official-party">
<strong>Official Party @ <a href="https://goo.gl/maps/kzJKJP8EZRF2">Pips & Bounce</a></strong>
<p></p>
<p>Come join us at <a href="https://goo.gl/maps/kzJKJP8EZRF2">Pips & Bounce</a>, to play ping pong, enjoy snacks and an open bar.</p>
<p>Minors are welcome until 9pm.</p>
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">11:00pm</div>
<div class="column" id="party-ends">
<strong>Official Party Ends</strong> - Bar tab closes, but you're welcome to stay! See you tomorrow morning!
</div>
</div>
</div>
<!-- END Monday -->
<!-- BEGIN Tuesday -->
<div class="box section">
<h1 id="tuesday" class="has-text-centered">Tuesday 5/29</h1>
<div class="columns">
<div class="column is-narrow schedule-time">8:00am</div>
<div class="column" id="doors-open-tue">
<strong>Doors Open, Coffee/Breakfast</strong> - @ <em><a href="https://goo.gl/maps/VGMZrw3aQ342">Bossanova Ballroom</a></em>
<p></p>
<p>Come grab a light breakfast snack, handmade coffee or chai. Bling out your badge, mingle with other attendees, and find your perfect spot to camp out in for the day.</p>
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">9:00am</div>
<div class="column" id="amy-cheng">
<strong><a href="index.html#amy-cheng">Amy Cheng</a></strong> - Machine Learning, Art and JavaScript
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">9:45am</div>
<div class="column" id="robert-dodier">
<strong><a href="index.html#robert-dodier">Robert Dodier</a></strong> - Getting from Machine Learning Outputs to Decisions
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">10:15am</div>
<div class="column" id="hiring-speed-dating">
<strong>Hiring Speed Dating / Morning Break</strong>
<p></p>
<p>Looking for a job? Looking to hire someone? Head up to the upstairs lounge and take part in <b>Hiring Speed Dating</b>! This event pairs potential employeers with job seekers for quick 1min chat. Everyone gets to talk to everyone! :)</p>
<p>Of course, if you're not interested in any of that, you can always grab a pastry, and discuss Amy and Robert's talks with one another. Meet someone new! Look out for the designated <em>Introducer</em> if you need help saying hello for the first time.</p>
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">10:45am</div>
<div class="column" id="kirsten-westeinde">
<strong><a href="index.html#kirsten-westeinde">Kirsten Westeinde</a></strong> - Using Your Data to Give Your Customers Superpowers
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">11:30am</div>
<div class="column" id="anna-widiger">
<strong><a href="index.html#anna-widiger">Anna Widiger</a></strong> - Your First NLP Machine Learning Project: Peaks and Pitfalls of Unstructured Data
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">12:00pm</div>
<div class="column" id="lunch-tue">
<strong>Lunch Break</strong>
<p></p>
<p>Lunch will be provided. Tuesday's menu will be a taco buffet. Vegetarian, vegan, gluten free options included in the standard menu.</p>
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">1:00pm</div>
<div class="column" id="lightning-talks-tue">
<strong><a href="https://en.wikipedia.org/wiki/Lightning_talk">Lightning Talks</a></strong> - A series of short 5min talks. Sign-up at the registration desk!
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">1:45pm</div>
<div class="column" id="carol-reiley">
<strong><a href="index.html#carol-reiley">Carol E. Reiley</a></strong> - When bias in product design means life or death
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">2:30pm</div>
<div class="column" id="mary-ann-brennan">
<strong><a href="index.html#mary-ann-brennan">Mary Ann Brennan</a></strong> - Eliminating Machine Bias
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">3:00pm</div>
<div class="column" id="long-break-tue-2">
<strong>Afternoon Break</strong>
<p></p>
<p>Grab a snack, and discuss Carol and Mary Ann's talks with one another. Meet someone new! Look out for the designated <em>Introducer</em> if you need help saying hello for the first time.</p>
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">3:30pm</div>
<div class="column" id="hamel-husain">
<strong><a href="index.html#hamel-husain">Hamel Husain</a></strong> - How to Create Magical Data Products Using Sequence to Sequence Models
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">4:00pm</div>
<div class="column" id="ashutosh-sanzgiri">
<strong><a href="index.html#ashutosh-sanzgiri">Ashutosh Sanzgiri</a></strong> - Conducting a Data Science Contest in Your Organization
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">4:45pm</div>
<div class="column" id="rich-jolly">
<strong><a href="index.html#rich-jolly">Rich Jolly</a></strong> - Breaking the Barriers to ML in Your Organization
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">5:15pm</div>
<div class="column" id="mingle-relax">
<strong>Mingle, Organize Dinner and <a href="https://twitter.com/search?f=tweets&q=%23relaxml&src=typd">#relaxml</a> Brunch Plans</strong>
<p></p>
<p>The conference has ended, but we're all still here. Find some friendly faces and invite them to dinner before you leave the venue!</p>
<p>Find your tribe <a href="https://join.slack.com/ml4all/shared_invite/MTk1MjUwNzgyMDgyLTE0OTY5OTgwODUtNTU1MTZhMjA0Zg">on Slack</a>, or on Twitter using the hashtag <a href="https://twitter.com/search?f=tweets&q=%23ml4all&src=typd">#ml4all</a>.</p>
<p><strong><a href="https://twitter.com/search?f=tweets&q=%23relaxml&src=typd">#relaxml</a> Brunch</strong>: Around Wednesday? Organize <a href="https://twitter.com/search?f=tweets&q=%23relaxml&src=typd">#relaxml</a> brunch plans with other attendees for Wed morning. It's a great way to decompress before heading back home. Post photos and invites until the <a href="https://twitter.com/search?f=tweets&q=%23relaxml&src=typd">#relaxml</a> hashtag!
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">5:30pm</div>
<div class="column" id="wnb-reception">
<h3><a href="schedule.html#wnb-reception">Women & Nonbinary Reception</a></h3>
<p>5:30pm–7:30pm @ <a href="https://goo.gl/maps/JGpaQWs6Hiw">Cooper's Hall</a></p>
<p>The Microsoft Azure Advocacy team is holding a <a href="https://www.eventbrite.com/e/azure-advocates-women-nonbinary-attendee-reception-tickets-46293772921">women and non binary community get-together</a> to close out the conference.</p>
<p><a href="https://www.eventbrite.com/e/azure-advocates-women-nonbinary-attendee-reception-tickets-46293772921">→ RSVP HERE ←</a></p>
</div>
</div>
<div class="columns">
<div class="column is-narrow schedule-time">6:00pm</div>
<div class="column" id="doors-close">
<strong>Main Event: Doors Close</strong> - See you next year! <3 <3 <3 <3
<p></p>
<p>P.S. Don't forget to <a href="https://join.slack.com/ml4all/shared_invite/MTk1MjUwNzgyMDgyLTE0OTY5OTgwODUtNTU1MTZhMjA0Zg">join us in Slack</a> to keep the conversations going until the next conference!</p>
</div>
</div>
</div>
<!-- END Tuesday -->
<div class="section box" id="venue">
<div class="column">
<h2 class="has-text-centered"><a name="venue-info"></a>MAIN VENUE</h2>
<h3><a href="https://goo.gl/maps/xHJeXcgTiun">Bossanova Ballroom</a>, on Portland's East Side!</h3>
<div class="mapoverlay" onclick="style.pointerEvents='none'"></div>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d11181.483557086487!2d-122.6580938!3d45.5227415!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x141f7e26a4c1c73b!2sThe+Bossanova+Ballroom!5e0!3m2!1sen!2sus!4v1500718342529" frameborder="0" width="100%" height="300px" allowfullscreen=""></iframe>
<p><br><br>The <a href="https://goo.gl/maps/VGMZrw3aQ342">Bossanova Ballroom</a> is ADA accessible, with some restrictions.</p>
<p>For more info, contact the venue at <a href="tel:5032067630">(503) 206-7630</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="section is-fullwidth" style="padding: 3rem 0;">
<div class="mapoverlay" onclick="style.pointerEvents='none'"></div>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d11181.483557086487!2d-122.6580938!3d45.5227415!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x141f7e26a4c1c73b!2sThe+Bossanova+Ballroom!5e0!3m2!1sen!2sus!4v1500718342529" width="100%" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
--> <hr />
<div class="container section">
<div class="columns">
<div class="column is-four is-offset-1">
<h1 class="title">COMMUNITY</h1>
<h2 class="subtitle">Stay connected with the community!</h2>
<ul>
<li>Follow us on Twitter at <a href="https://twitter.com/ml4all">@ml4all</a></li>
<li>Chat with us <a href="https://join.slack.com/ml4all/shared_invite/MTk1MjUwNzgyMDgyLTE0OTY5OTgwODUtNTU1MTZhMjA0Zg">in Slack</a></li>
</ul>
</div>
<div class="column is-four">
<form method="post" action="http://ml4all.us16.list-manage.com/subscribe/post?u=71e48387a8d6ff3798a79e8a3&id=bfc873875c" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="" _lpchecked="1">
<h1 class="title">GET UPDATES</h1>
<h2 class="subitle">Join the mailing list!</h2>
<div class="field has-addons">
<p class="control">
<input size="35" type="text" placeholder="Email Address" value="" name="EMAIL" class="required email textbox input" id="mce-EMAIL" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email address';}">
</p>
<p class="control">
<input type="submit" value="Sign Up" name="subscribe" id="mc-embedded-subscribe" class="button is-info">
</p>
</div>
</form>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>
<strong>© ML4ALL Conference</strong> 2018 - <a href="code-of-conduct.html">Code of Conduct</a>
</p>
<p>
<a class="icon is-medium" href="https://github.com/ml4all">
<i class="fa fa-github"></i>
</a>
<a class="icon is-medium" href="https://twitter.com/ml4all">
<i class="fa fa-twitter"></i>
</a>
<a class="icon is-medium" href="https://join.slack.com/ml4all/shared_invite/MTk1MjUwNzgyMDgyLTE0OTY5OTgwODUtNTU1MTZhMjA0Zg">
<i class="fa fa-slack"></i>
</a>
</p>
</div>
</div>
</footer>
</body>
</html>