-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathattend.html
More file actions
367 lines (296 loc) · 21.4 KB
/
attend.html
File metadata and controls
367 lines (296 loc) · 21.4 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
<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. April 28-30, 2019, 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. April 28-30, 2019, Portland, OR">
<meta name="twitter:image" content="ml4all-mascot.png">
<!-- 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">April 28-30, 2019 - 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" href="index.html">Home</a>
<a class="nav-item is-active" href="attend.html">Attend</a>
<a class="nav-item" href="speak.html">Speak</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 is-active" 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 content">
<div class="columns">
<div class="column is-10 is-offset-1">
<div class="section">
<h1 class="has-text-centered" id="attending-the-conference">Attending The Conference</h1>
<p class="has-text-centered">Everything you need to know about attending the conference.</p>
<div class="columns">
<div class="column is-8 is-offset-2">
<div class="columns">
<div class="column is-half">
<ul>
<li><a href="#buying-guide">Buying Guide</a></li>
<li><a href="schedule.html">Full Schedule</a></li>
<li><a href="#schedule">Schedule Overview</a></li>
<li><a href="#venue-info">Venue Info</a></li>
</ul>
</div>
<div class="column is-half">
<ul>
<li><a href="schedule.html#bike-ride-details">Bike Ride</a></li>
<li><a href="#travel-guide">Travel Guide</a></li>
<li><a href="schedule.html#workshops">Workshops</a></li>
<li><a href="schedule.html#lightning-talks-mon">Lightning Talks</a></li>
<li><a href="#community">Community</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="box section">
<div class="columns">
<div class="column is-8 is-offset-2">
<h2 class="has-text-centered" id="buying-guide">Buying Guide</h2>
<p>If you'd like to attend ML4ALL, we have a variety of ticket types available. Have a look below and pick the ticket that looks right for you.</p>
<p>If you have any questions, or would like to apply for a free ticket, please email us at <a href="mailto:ml4allconf@gmail.com">ml4allconf@gmail.com</a> and we'll be glad to help you out!</p>
<p>You could also become a volunteer and receive a complementary ticket, or get a discount code when you submit a proposal to be one of our <a href="speak.html">speakers</a>!</p>
<div class="has-text-centered">
<a class="button is-primary" href="https://ti.to/ml4all/ml4all-2019">BUY YOUR TICKET NOW</a>
</div>
<h3 class="has-text-centered" id="independent-ticket">Independent Ticket</h3>
<p>If you are paying for yourself, work at a non-profit, or at a company with less than 10 employees, enjoy this discounted ticket rate.</p>
<h3 class="has-text-centered" id="corporate-ticket">Corporate Ticket</h3>
<p>Purchase a corporate ticket if a company is paying for your attendance. Need help convincing your boss? Email us at <a href="mailto:ml4allconf@gmail.com">ml4allconf@gmail.com</a> for some info on why ML4ALL is worth the expense.</p>
<h2 class="has-text-centered" id="community-support">Community Support Ticket</h2>
<p>Show your support of the ML4ALL community by purchasing a community support ticket. Your purchase will be considered a sponsorship, and you'll be listed as a community supporter on our website.</p>
<p>You'll also enjoy some special experiences just for community supporters during the event (details to follow).</p>
<div class="has-text-centered">
<a class="button is-primary" href="https://ti.to/ml4all/ml4all-2019">BUY YOUR TICKET NOW</a>
</div>
<h2 class="has-text-centered" id="financial-assistance">Financial Assistance</h2>
<p>We have a few opportunities for folks that can't afford the independent tickets, but still want to attend.</p>
<h3 class="has-text-centered" id="student-or-unemployed">Student or Unemployed</h3>
<p>If you are enrolled as a student, or don't currently have a source of income, please email us at <a href="mailto:ml4allconf@gmail.com">ml4allconf@gmail.com</a> and we'll give you a discount code to make it more affordable.</p>
<h3 class="has-text-centered" id="volunteering">Volunteering</h3>
<p>Becoming a volunteer for ML4ALL entitles you to a free ticket. We have a ton of stuff to do during the conference, and before. If you'd like to be involved, email us at <a href="mailto:ml4allconf@gmail.com">ml4allconf@gmail.com</a>, and we'll get you signed up!</p>
<h3 class="has-text-centered" id="apply-for-a-free-ticket">Apply For a Free Ticket</h3>
<p>We understand that not everyone can afford a ticket, or is able to volunteer. That's ok! We've got a few tickets set aside for situations like this.</p>
<p>We handle this on a case-by-case basis, so please send us an email to <a href="mailto:ml4allconf@gmail.com">ml4allconf@gmail.com</a> explaining your situation and we'll do our best to help out.</p>
</div>
</div>
</div>
<!-- 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="schedule.html#calendar">Google Calendar</a> | <a href="schedule.html#sunday">Full Schedule</a> | <a href="schedule.html#talk-abstracts">Talk Abstracts</a> ←</h3>
<div class="columns section">
<div class="column is-one-fourth">
<h2><a href="schedule.html#sunday">SUN 4/28</a></h2>
<h3><a href="schedule.html#workshops">Workshops</a></h3>
<p><a href="https://goo.gl/maps/VGMZrw3aQ342">Bossanova Ballroom</a>
<br/> Doors @ 9:00am</p>
<p>9:30am-11:30am<br/><a href="schedule.html#abstract-paige-bailey">Workshop: TensorFlow Docs Sprint</a></p>
<p>9:30am-11:30am<br/><a href="schedule.html#abstract-nicolle-merrill">Workshop: How to Have Curious Conversations</a></p>
<p>12:30pm-4:30pm<br/><a href="schedule.html#abstract-andrew-ferlitsch">Workshop: Getting Started w/ Keras/OpenCV</a></p>
<h3><a href="schedule.html#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-details">leisurely ride</a> around Portland.</p>
<h3><a href="schedule.html#welcome-reception">Welcome Reception</a></h3>
<p>7:00pm @ <a href="https://goo.gl/maps/VGMZrw3aQ342">Bossanova Ballroom</a></p>
<p>Get your badge and mingle. Open bar, special guest speakers, live entertainment, and more!</p>
</div>
<div class="column is-one-fourth">
<h2><a href="schedule.html#monday">MON 4/29</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:00am</p>
<p>Talks from 9:00am-5:00pm</p>
<p><a href="schedule.html#model-building-yoga-mon">Model Building: Refreshing Yoga Session</a> @ 10:15am</p>
<p>Lunch @ Noon</p>
<p><a href="schedule.html#lightning-talks-mon">Lightning Talks</a> @ 1:00pm</p>
<p><a href="schedule.html#hiring-speed-networking-mon">Hiring Speed Networking</a> @ 3:00pm</p>
<p><a href="schedule.html#family-photo">Family Photo</a> @ 5:00pm</p>
<h3><a href="schedule.html#official-party">Official Party</a></h3>
<p>7:00pm-11:00pm @ <a href="https://goo.gl/maps/kzJKJP8EZRF2">Pips & Bounce</a></p>
<p>NOTE: Minors are welcome, but only until 9pm!</p>
</div>
<div class="column is-one-fourth">
<h2><a href="schedule.html#tuesday">TUE 4/30</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:00am</p>
<p>Talks from 9:00am-5:00pm</p>
<p><a href="schedule.html#model-building-yoga-tue">Model Building: Refreshing Yoga Session</a> @ 10:15am</p>
<p>Lunch @ Noon</p>
<p><a href="schedule.html#lightning-talks-tue">Lightning Talks</a> @ 1:00pm</p>
<p><a href="schedule.html#hiring-speed-networking-tue">Hiring Speed Networking</a> @ 3:00pm</p>
<h3><a href="schedule.html#mingle">Dinner and Mingle</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 class="column is-one-fourth">
<h2><a href="schedule.html#wednesday">WED 4/30</a></h2>
<h3><a href="schedule.html#wednesday">#relaxml</a></h3>
<p>Self-organize brunch, hacks, and chill-outs with other attendees using the hashtag <a href="https://twitter.com/search?f=tweets&q=%23relaxML&src=typd">#relaxml</a> or the <a href="https://ml4all.slack.com/messages/CJ42WPHEY">#relaxml</a> Slack channel.</p>
</div>
</div>
</div>
</div>
</div>
<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/VGMZrw3aQ342">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 class="section" id-"travel-guide">
<div class="column column-60 column-offset-20">
<h2 class="has-text-centered"><a name="travel-guide"></a>TRAVEL GUIDE</h2>
<p style="text-align: left">Wondering where to stay and how to get around once you get into Portland? The conference will be held at the <a href="https://goo.gl/maps/VGMZrw3aQ342">Bossanova Ballroom</a>, in Portland's Central Eastside Industrial district, and most conference events will be held within just a few blocks of the main venue.</p>
<h3>Where to stay</h3>
<p style="text-align: left">We are not working with any of the hotels for attendee accommodations, but there are many hotels available within walking distance of the venue:</p>
<ul style="text-align: left">
<li><a href="https://goo.gl/maps/Ypcrm5KNrJs">Jupiter Hotel</a></li>
<li><a href="https://goo.gl/maps/pM6t5fsAAVH2">Eastside Lodge</a></li>
<li><a href="https://goo.gl/maps/BPUegtti3i22">Motel 6</a></li>
<li><a href="https://goo.gl/maps/9U1LjovuruP2">Inn at the Convention Center</a></li>
<li><a href="https://goo.gl/maps/BpR5rX8JKS32">Hotel Eastlund</a></li>
<li><a href="https://goo.gl/maps/b2gpaQ9DCmy">DoubleTree by Hilton</a></li>
</ul>
<h3>How to get around</h3>
<p style="text-align: left">Portland is a very accessible city and there are many transportation options available, public and otherwise.</p>
<h4>Flying Into Portland</h4>
<p style="text-align: left">Portland International Airport (PDX) is a great airport, with direct flights from many destinations.</p>
<p style="text-align: left">If you are traveling from outside the US, please contact us at <a href="mailto:ml4allconf@gmail.com">ml4allconf@gmail.com</a> to obtain an offer letter from the conference to help with your border entry.</p>
<h4>The MAX</h4>
<p style="text-align: left">The <a href="http://trimet.org/max">MAX</a> is Portland’s major light-rail system. The MAX primarily connects Portland with the surrounding cities, such as Gresham, Beaverton, Clackamas, and Hillsboro.</p>
<p style="text-align: left">If you’re flying into Portland Airport (PDX), we recommend taking the MAX into downtown Portland. There is a MAX station for the <a href="http://trimet.org/schedules/maxredline.htm">red line</a> in the airport itself.</p>
<p style="text-align: left">The venue is along East Burnside Street at 7th Ave, just east of the river and Burnside Bridge. The closest Red Line stop to the <a href="https://goo.gl/maps/VGMZrw3aQ342">Bossanova Ballroom</a> is at NE 7th Ave.</p>
<h4>Streetcars and Buses</h4>
<p style="text-align: left">Portland also has a <a href="http://www.portlandstreetcar.org/">separate streetcar network</a> which criss-crosses the MAX lines. These, along with Portland’s extensive <a href="http://trimet.org/bus/">bus network</a>, ought to suffice.</p>
<p style="text-align: left">The streetcars run along SE Grand and MLK Blvd. The closest stops to the venue are at Burnside Street.
<h4>Taxi Companies</h4>
<p style="text-align: left">While Portland does have Lyft and Uber, they may not always be available. There are several reliable local taxi companies:</p>
<ul style="text-align: left">
<li><a href="http://www.radiocab.net/">Radio Cab</a></li>
<li><a href="http://www.broadwaycab.com/">Broadway Cab</a></li>
<li><a href="http://portlandtaxi.net/">Portland Taxi</a></li>
</ul>
<p style="text-align: left">Please note that it is <em>not</em> common to hail taxis in Portland, and that your best bet is to call in advance.</p>
<h4>Bike Rentals</h4>
<p style="text-align: left">There are two bike rental companies in downtown Portland that may be good options if you want to experience Portland by bike (which we very much recommend!):</p>
<ul style="text-align: left">
<li><a href="http://www.waterfrontbikes.com/">Waterfront Bikes</a></li>
<li><a href="http://www.portlandbicycletours.com/">Cycle Portland</a></li>
</ul>
<p style="text-align: left">Portland also has bike share sponsored by Nike called <a href="https://www.biketownpdx.com/">BIKETOWN</a> which is very easy to use and available widely throughout the Eastside and Downtown.</p>
<h3>Eating</h3>
<p style="text-align: left">Portland is an amazing food city. Here are some resources that will help you find something good to eat:</p>
<ul style="text-align: left">
<li>The <a class="reference external" href="http://pdx.eater.com/maps/best-portland-restaurants-38">Eater38</a> is a great resource for delightful food.</li>
<li>Willamette Week’s <a class="reference external" href="http://www.wweek.com/portland/restaurantguide">Restaurant Guide</a></li>
<li>Urban Spoon’s <a class="reference external" href="http://www.urbanspoon.com/c/24/Portland-restaurants.html">Best of Portland</a></li>
<li><a class="reference external" href="http://www.foodcartsportland.com/">Food Carts Portland</a></li>
</ul>
</div>
</div>
</div>
</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> 2019 - <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>