-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathspeak.html
More file actions
172 lines (158 loc) · 11.9 KB
/
speak.html
File metadata and controls
172 lines (158 loc) · 11.9 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
<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="@dotnetfringe">
<meta name="twitter:creator" content="@dotnetfringe">
<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" 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 is-active" 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">
<div class="columns section">
<div class="column is-10 is-offset-1">
<div class="content">
<h2 id="speaking-at-ml4all">Speaking At ML4ALL</h2>
<p>Hi there! We’re stoked that you want to be a speaker at our conference.</p>
<p>We welcome you to our stage: both expert level speakers and absolute beginners who have never given a talk before.</p>
<p>Here’s what you can expect as a speaker for ML4ALL:</p>
<h2 id="step-1-submit-a-proposal">Step 1: Submit a Proposal</h2>
<p>The first step to becoming a speaker for ML4ALL is to submit a proposal for a talk. We accept proposals at any time, <a href="mailto:ml4allconf@gmail.com">via email</a>, but each year we open a Call For Proposals (CFP) and there is a cut off date for the talks we’ll consider for that year’s schedule.</p>
<blockquote>
<h3 id="click-here-to-submit-a-talkcfp">The 2019 CFP has closed. <br/><br/> Please reach out <a href="mailto:ml4allconf@gmail.com">via email</a> with ideas for talks at <a href="mailto:ml4allconf@gmail.com">ml4allconf@gmail.com</a>.<br/><br/> <p>Also, consider signing up to giving a 5min <a href="schedule.html#lightning-talks-mon">Lightning Talk</a>!</p></h3>
</blockquote>
<h2 id="step-2-proposal-selected">Step 2: Proposal Selected</h2>
<p>After the CFP closes, our organizer team uses a two step selection process. The first step involves voting/judging all of the talks by the <a href="get-involved.html#program-committee">Program Committee</a> experts. The voting scores create a sorted list of talks. From that, the <a href="get-involved.html#agenda-director">Agenda Director</a> will select the talks they think will make an interesting schedule (not necessarily the most highly voted talks).</p>
<p>At that point, we will reach out to you, to let you know your talk was accepted, and ask you to confirm that you can still make it to the conference. If you say yes, we’ll move on to the next step.</p>
<p>Once the schedule is filled with confirmed speakers, the <a href="get-involved.html#agenda-director">Agenda Director</a> will send out notices to everyone whose talk didn’t get selected with an offer for a discounted ticket and invitation to deliver a lightning talk during the conference.</p>
<h2 id="step-3-preparing-for-the-conference">Step 3: Preparing For The Conference</h2>
<p>Once you are a confirmed speaker on our schedule there are a number of things we need to do to prepare you for the conference:</p>
<h3 id="update-the-website">Update the Website</h3>
<p>We’ll need a square photo, and a link to your preferred online presence (typically Twitter or GitHub account). We’ll add you to the site and place you on the schedule.</p>
<h3 id="promote-your-talk">Promote Your Talk</h3>
<p>Once you’re on the site, we’ll tweet about your talk from our official <a href="http://twitter.com/ml4all">@ml4all</a> account. We encourage you to follow that account, and to retweet anything related to your talk. It’d also be great if you tweeted about your talk. We’ll RT that if you do. :)</p>
<p>We’ll also send out regular emails to the attendees letting them know about confirmed speakers.</p>
<h3 id="book-travel">Book Travel</h3>
<p>ML4ALL will gladly help you with travel costs if you are a speaker at our conference. We will reimburse up to $1000 for domestic travelers (USA/Canada) and $1500 for international travelers. This flat reimbursement limit applies to both travel and lodging expenses.</p>
<p>Generally, we expect you to book your own travel and lodging, then deliver receipts, so we can reimburse you at the end of the conference. If your funds are particularly tight, on a case-by-case basis we can help you book travel, and cost-effective lodging that is close to the venue.</p>
<h2 id="step-4-deliver-your-talk">Step 4: Deliver Your Talk</h2>
<p>The next big step is preparing your talk and delivering it at the conference. If you’re a first time speaker, this can be particularly intimidating. We’re glad to help you out and can pair you up with an experienced mentor to work through all the nuances.</p>
<p>Some important things to check:</p>
<ul>
<li><strong>Content</strong>: Have you reviewed our <a href="code-of-conduct.html" title="Code of Conduct">Code of Conduct</a>? Is the material in your slides appropriate and inclusive?</li>
<li><strong>Network</strong>: Does your talk depend on a network connection? We do our best to ensure WiFi will be available to our speakers and audience, but sometimes these things flake out. It’s best to make your talk as network-independent as possible.</li>
<li><strong>Display</strong>: Do you have the right display ports and adapters on your laptop? Typically our system will be HDMI or VGA. Do you know how to configure an external display (the projector)? Do you need speaker notes on one display but not on the other? Have you tested your software in this configuration?</li>
<li><strong>Microphone</strong>: We’ll have an over-the-ear microphone for you. Are you able to wear that and comfortable speaking into an amplified mic in front of a crowd? Might be helpful to practice at home or at a private karaoke lounge.</li>
<li><strong>Stage Fright</strong>: We find it’s helpful to get up on the stage before you have to deliver the talk so that you’re comfortable in the environment. We can work out a time during a break or when the venue is closed to the public so you can get comfortable up there ahead of time.</li>
<li><strong>Questions After The Talk</strong>: We have found it’s best not to do on-stage Q/A during talks. Please don’t offer to answer questions while you’re still on stage. Instead, we prefer that speakers make themselves available during the break after their talk for 1:1 Q/A, off stage. Typically, our speakers will just hang around near the stage after their talk and audience members will approach you.</li>
</ul>
<h2 id="step-5-publish-your-talk">Step 5: Publish Your Talk</h2>
<p>Great! You’ve given your talk and everyone loved it. Now is the time to upload your slides to the interwebs somewhere so folks can reference them later. You’re welcome to host those in our Github repo, just file a PR! Once they are up there, it’s best to tweet out a link to the slides, and we’ll RT you if you do.</p>
<p>We also record video of all the talk and release those shortly after the conference. The videos are released with title slides and are licensed under Creative Commons. This is a great way to make the content available to a much wider audience and functions as a handy resume of your prior speaking experience. If you don’t want your video published, please let us know as early as possible.</p>
</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>