-
Notifications
You must be signed in to change notification settings - Fork 5
/
cfp.html
311 lines (303 loc) · 22.2 KB
/
cfp.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<!-- Design by Pecas-->
<title>NodeConf Argentina 2018</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" href="assets/favicon.ico">
<meta name="theme-color" content="#0b0340">
<meta name="msapplication-navbutton-color" content="#0b0340">
<meta name="apple-mobile-web-app-status-bar-style" content="#0b0340">
<meta name="keywords" content="nodeconf,argentina,konex,buenos aires,javascript,nodejs,node,js">
<meta name="description" content="Join us for NodeConf Argentina! Our third edition will be held at Ciudad Cultural Konex - Buenos Aires, in October 18th, 19th & 20th, 2018">
<link rel="canonical" href="https://2018.nodeconfar.com/">
<meta name="twitter:title" itemprop="name" property="og:title" content="NodeConf Argentina">
<meta name="twitter:description" content="Join us for NodeConf Argentina! Our third edition will be held at Ciudad Cultural Konex - Buenos Aires, in October 18th, 19th & 20th, 2018">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@nodeconfar">
<meta name="twitter:creator" content="@nodeconfar">
<meta name="author" itemprop="creator" content="NodeConf Argentina <[email protected]>">
<meta property="og:site_name" content="NodeConf Argentina">
<meta property="og:type" content="website">
<meta property="og:description" content="Join us for NodeConf Argentina! Our third edition will be held at Ciudad Cultural Konex - Buenos Aires, in October 18th, 19th & 20th, 2018">
<meta property="og:url" content="https://2018.nodeconfar.com/">
<meta property="og:image" content="https://2018.nodeconfar.com/assets/images/cfp-twitter.png">
<!-- Add to home screen for Safari on iOS-->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#0b0340">
<meta name="apple-mobile-web-app-title" content="NodeConfAr18">
<link rel="apple-touch-icon" sizes="57x57" href="assets/images/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/images/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/images/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/images/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/images/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/images/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/images/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/images/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<!-- twitter only cares about the last meta image repeat the cover -->
<meta name="twitter:image:src" content="https://2018.nodeconfar.com/assets/images/cfp-twitter.png">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Archivo+Black|Cousine:400,700" rel="stylesheet">
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-99917583-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="bg-navy">
<div id="introLoader" class="introloader">
<div class="spinner">
<div class="spinner-inner"></div>
</div>
</div>
<div class="hero">
<header class="header" role="banner">
<div class="mw9 center ph3">
<div id="desktop-nav" class="dn-ms">
<div class="flex justify-between items-center pv3">
<div>
<p class="ma0">
<a href="mailto:[email protected]" class="f6 white hover-blue link">[email protected]</a>
</p>
<p class="ma0">
<a href="https://www.twitter.com/nodeconfar" target="_blank" rel="noopener" class="f6 white hover-blue link">@nodeconfar</a>
</p>
</div>
<nav id="top-menu">
<a class="white hover-blue link f6 ph2" href="/">home</a>
<a class="white hover-blue link f6 ph2" href="/#about">about</a>
<a class="white hover-blue link f6 ph2" href="speakers.html">speakers</a>
<a class="white hover-blue link f6 ph2" href="schedule.html">schedule</a>
<a class="white hover-blue link f6 ph2" href="/#sponsors">sponsors</a>
</nav>
</div>
</div>
<div id="mobile-nav" class="dn-l">
<div class="flex items-center justify-between mw8 center">
<a href="/" class="mw3 pv2">
<img src="assets/images/logom-header-nodeconf.png" alt="iso-nodeconf">
</a>
<button id="toggle-menu" type="button" class="bg-transparent bn f4 outline-0 pa3"></button>
</div>
<nav id="menu" class="dn z-0">
<a class="white link f6 pa2 db tr" href="/">home</a>
<a class="white link f6 pa2 db tr" href="/#about">about</a>
<a class="white link f6 pa2 db tr" href="speakers.html">speakers</a>
<a class="white link f6 pa2 db tr" href="schedule.html">schedule</a>
<a class="white link f6 pa2 db tr" href="/#sponsors">sponsors</a>
</nav>
</div>
</div>
</header>
</div>
<div class="pv6">
<div class="pv5-ns pv4 mw8 center">
<h1 class="f1 ttu green tc mt4 mb0">Call for Proposals</h1>
<p class="f4 ph0-ns ph3 pt3 tc ma0 white"> This Call for Proposals closes on June 24th.</p>
</div>
<div class="mw8 center">
<div class="bg-white">
<div class="pa4-ns pa3 cf">
<h4 class="f4 pa2 bb b--navy mb3 db ttu cb">topics</h4>
<div class="fl w-100 w-50-ns pv1 ph2">
<p class="pb1">To get a feel for what we are interested in hearing about, you might want to look at other NodeConf
chapters around the world (
<a href="http://london.nodeconf.com/#speakers" target="_blank" rel="noopener" class="link dim green">London</a>,
<a href="http://oslo.nodeconf.com/#speakers" target="_blank" rel="noopener" class="link dim green">Oslo</a>,
<a href="http://barcelona.nodeconf.com/#speakers" target="_blank" rel="noopener" class="link dim green">Barcelona</a>).</p>
<p class="pb1">We like to see anything that squarely fits into the spectrum of:</p>
<p class="pb1">
<span class="green ph1">•</span>Cutting-edge technological advances in the world of JavaScript or computer science in
general, if somehow applicable to Node.js.</p>
<p class="pb1">
<span class="green ph1">•</span>We love hearing about the ingenious ideas & cool hacks you’re working on.</p>
</div>
<div class="fl w-100 w-50-ns pv1 ph2">
<p class="pb1">
<span class="green ph1">•</span>JavaScript-related art installations or hacks.</p>
<p class="pb1">
<span class="green ph1">•</span>Hardware-related applications of JavaScript.</p>
<p class="pb1">
<span class="green ph1">•</span>Node.js community, history, past, present & future.</p>
<p class="pb1">
<span class="green ph1">•</span>And finally: Whatever the hell you want; this is your conference.</p>
</div>
<h4 class="f4 ph2 pb2 pt4 bb b--navy mb3 db ttu cb">We Can Help</h4>
<div class="fl w-100 w-50-ns pv1 ph2">
<p class="pb1">Not everybody is a natural talent on stage. Not everybody can produce kick-ass slide-decks. Not everybody
is a live-demo-god. Not everybody knows they have something great to talk about.</p>
<p class="pb1">There are about a million reasons why you don’t consider yourself a speaker, let alone at NodeConf
Argentina, part of an established brand where all your heroes have spoken in the past.
<strong>We are here to prove you wrong.</strong> If all you have is a gut feeling that you should be
on stage, we are here to reach out and help you to develop or hone the skills you think you lack
to deliver a great presentation.</p>
<p class="pb1">
<span class="green ph1">•</span>We are happy to brainstorm your interests to see if a great topic is hiding.</p>
<p class="pb1">
<span class="green ph1">•</span>We are happy to connect you with experienced speakers to help prepare your submission,
or you can refer to the “Example Submission” section below for tips.</p>
</div>
<div class="fl w-100 w-50-ns pv1 ph2">
<p class="pb1">
<span class="green ph1">•</span>We are happy to review and advise on how to produce a slide deck. If you don’t feel creative,
just use these JSConf
<a href="https://github.com/jsconf/presentation-templates/downloads" target="_blank" rel="noopener" class="link dim green">Keynote and PowerPoint templates.</a>
</p>
<p class="pb1">
<span class="green ph1">•</span>If you need practice giving talks, get in touch, we can hook you up with local meetup
groups or set up a stage for you and a bunch of friends in advance, so you can practice in front
of a friendly crowd.</p>
<p class="pb1">
<span class="green ph1">•</span>Again, whatever else you might need, we’re here to help.</p>
<p>Get in touch:
<a href="mailto:[email protected]" class="link dim green">[email protected] </a>(just don’t use this to submit a proposal).</p>
<p>If you need more encouragement, check out the
<a href="http://weareallaweso.me/" class="link dim green" target="_blank" rel="noopener">We Are All Awesome</a> site that tries to convince you to speak!</p>
</div>
<h4 class="f4 ph2 pb2 pt4 bb b--navy mb3 db ttu cb">The Perks</h4>
<div class="fl w-100 w-50-ns pv1 ph2">
<p class="pb1">If you get selected as a speaker at NodeConf Argentina, here’s what you get:</p>
<p class="pb1">
<span class="green ph1">•</span>
<strong>Travel to Buenos Aires covered.</strong> This usually means we pay for your plane ticket, boat,
raft, hyperloop pod, or space pod. We are happy to assist with booking your itinerary.</p>
<p class="pb1">
<span class="green ph1">•</span>
<strong>Entrance to the conference.</strong> We won’t be done with the speaker selections by the end
of the ticket sales, so if you want to make sure you can attend, you may want to purchase a ticket
regardless. If you get selected to speak and you bought a ticket we will send you a refund.</p>
<p class="pb1">
<span class="green ph1">•</span>
<strong>We cover your stay in Buenos Aires</strong> in a fancy hotel near the venue (including free Wifi)
for the days of the conference and a day before and after (e.g. October 18th-20th). If you want
to stay longer, we can arrange things, just let us know. You will have to cover extra nights,
though.</p>
</div>
<div class="fl w-100 w-50-ns pv1 ph2">
<p class="pb1">If your employer can cover your travel and hotel, we are happy to list them as an awesome company
sponsor. </p>
<p class="pb1">If you have any special requirements, non-return trips (say you are going to awesome Patagonia for
wine tasting, asado and whale sighting), just let us know, we can usually work these things out.)</p>
<p class="pb1">If you want to bring a significant other, or bring your kid(s) and need child-care to be sorted out
for the time of the conference, please also get in touch. We are here to make this easy for you!</p>
</div>
<h4 class="f4 ph2 pb2 pt4 bb b--navy mb3 db ttu cb">The Selection Process</h4>
<div class="fl w-100 w-50-ns pv1 ph2">
<p class="pb1">Here’s roughly how we pick our talks:</p>
<p class="pb1">Anonymize submissions, so we don’t bias against anything related to the submitter.</p>
<p class="pb1">
<span class="green ph1">•</span>Two rounds of voting:<br>
- The first round rates each talk on a scale from 1 to 10.<br>
- The top-N (~50) submissions are rated again on a 3-point scale (“meh”, “yay”, “MUST HAVE”).<br>
</p></div>
<div class="fl w-100 w-50-ns pv1 ph2">
<p class="pb1">
<span class="green ph1">•</span>De-anonymize so we can (finally) bias against speaker details (based on our budget, we
might opt for a local or at least closer-by [read: cheaper to transport] speaker). (and a number
of details that we make up as we go along)</p>
<p class="pb1"> We expect 100-200 excellent submissions for 20-30 speaking slots. The process helps us select the
right ones.</p>
</div>
<h4 class="f4 ph2 pb2 pt4 bb b--navy mb3 db ttu cb">Example Submission</h4>
<div class="fl w-100 w-50-ns pv1 ph2">
<p class="pb1">Here’s an example conference talk proposal from JSConf EU 2011:</p>
<p class="pb1">
<strong>How To Be Better</strong>
</p>
<p class="pb1">You’re read the Definitive Guide and flicked through the standard, you know how to assign default
values with OR and you go to your local usergroup once in a while.</p>
<p class="pb1">How do you move your JS skills along and upwards on the unstoppable path of true mastery? Do you
want to be one of those folks who dismisses </p>
</div>
<div class="fl w-100 w-50-ns pv1 ph2">
<p class="pb1">wtfjs.com with a sniff, a wave of the hand and an offhand comment of “call recasts the parameter
as an object”?</p>
<p class="pb1">From the blindingly obvious (write more javascript) - through the positively heretical (never ever
use JSLint - except when it’s a really good idea) - to the bizarre (take up needlework), come
and be guided toward the bright shiny light where the gods live.</p>
</div>
<h4 class="f4 ph2 pb2 pt4 bb b--navy mb3 db ttu cb">Guidelines</h4>
<div class="fl w-100 w-50-ns pv1 ph2">
<p class="pb1">Submit your proposal by
<strong>June 24th, 23:59:59 ART (GMT -3).</strong> No excuses.</p>
<p class="pb1">Talks can be
<strong>in English or Spanish.</strong> Don’t feel pressured to deliver your talk in english if you’re
more comfortable speaking in spanish - and vice-versa! Live interpreting services will be available
to attendees.</p>
<p class="pb1">
<strong>Talks are typically 25 minutes long</strong> (for longer talks we’d get in touch with you directly).
There is no Q&A. We will be on a tight schedule and enforce the end of a talk rigorously. We
suggest timing your presentation in advance.</p>
<p class="pb1">
<strong>Make sure you care,</strong> and make sure we see you care. Typos, sloppy formatting and all-lowercase
submissions make our reading of your proposal tedious. These things will definitely count against
your proposal.</p>
</div>
<div class="fl w-100 w-50-ns pv1 ph2">
<p class="pb1">
<strong>Don’t overdo it</strong> either. If you need more than two paragraphs to get to the point of
your topic, we need to ask you to slim things down. With the amount of submissions we get, the
quicker you can to make a good impression, the better.</p>
<p class="pb1">“I would have written a shorter letter, but I did not have the time” — Blaise Pascal</p>
<p class="pb1">
<strong>Original Topics.</strong> One of the things we strive to do with NodeConf Argentina is to push
the community forward. We can’t do this if the same people keep talking about the same things
all the time. Thus, we favour original content. If you want to discuss a topic that you have
talked about elsewhere, try to add a twist, or new research, or development, something unique.
Of course, if your talk is plain awesome as-is, go for that :)</p>
</div>
<h4 class="f4 ph2 pb2 pt4 bb b--navy mb3 db ttu cb">Misc</h4>
<div class="fl w-100 w-50-ns pv1 ph2">
<p class="pb1">All talks will be recorded and published on the internet for free, along with a recording of the
slide deck, live-demo or other on-presenter-screen activity.</p>
<p class="pb1">We do this for the benefit of the larger JS community and those who can’t make it to the conference.
We hope you want to help out, but if you are in any way uncomfortable in any way, let us know
and we will work things out.</p>
</div>
<div class="fl w-100 w-50-ns pv1 ph2">
<p class="pb1">Finally, since you retain full ownership of your slides and recording, we’d like to ask you to make
your materials and recording available under a creative commons (we default to no commercial
reuse) or other open source license.</p>
</div>
</div>
</div>
<div class="tc pt6">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeH8-PBPXoAXHi8b1m74dKsx4xflCVh2YtXN74Ad1Pfdgeeew/viewform?usp=sf_link" target="_blank" rel="noopener" class="btn btn-transparent">fill form</a>
</div>
</div>
</div>
<footer class="pv2 bg-dark-blue bt b--green">
<div class="mw9 center ph3 relative">
<div class="flex flex-wrap justify-between-ns justify-center items-center tl-ns tc">
<p class="blue f7">
<a href="conduct.html" class="link green hover-blue">code of conduct</a> |
<a href="https://twitter.com/nodeconfar" class="link green hover-blue" target="_black" rel="noopener">twitter</a> |
<a href="https://www.facebook.com/nodeconfar/" class="link green hover-blue" target="_black" rel="noopener">facebook</a> |
<a href="https://www.youtube.com/c/nodeconfargentina" class="link green hover-blue" target="_black" rel="noopener">youtube</a>
</p>
<div>
<p class="blue f7">design & code by
<a href="https://pecas.design/" target="_blank" rel="noopener" class="link blue hover-white">pecas</a>
</p>
</div>
</div>
</div>
</footer>
<script defer="defer" src="js/main-e5e2151269.js"></script>
</body>
</html>