-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
478 lines (358 loc) · 16.3 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>PyGotham 2019</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/styles/site.css?1598642381575425378">
<link rel="icon" href="/static/images/favicon.png">
<link rel="apple-touch-icon-precomposed" href="/static/images/apple-touch-icon.png">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link type="application/atom+xml" rel="alternate" href="https://2019.pygotham.org/feed.xml" title="PyGotham 2019" />
</head>
<body class="home">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a href="/" class="navbar-brand">
<img src="/static/images/logo.svg" alt="PyGotham 2019">
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse"
data-target="#pg-navbar-collapse" aria-controls="pg-navbar-collapse"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="pg-navbar-collapse">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a href="/about/" class="dropdown-toggle"
data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">
About
<span class="caret"></span>
</a>
<div class="dropdown-menu">
<a href="/about/" class="dropdown-item">What is
PyGotham?</a>
<a href="/about/accessibility/"
class="dropdown-item">Accessibility</a>
<a href="/about/childcare/" class="dropdown-item">Childcare</a>
<a href="/about/code-of-conduct/"
class="dropdown-item">Code of Conduct</a>
<a href="/about/diversity/"
class="dropdown-item">Diversity</a>
<a href="/about/privacy-policy/"
class="dropdown-item">Privacy Policy</a>
<a href="/about/faq/" class="dropdown-item">FAQ</a>
</div>
</li>
<li class="nav-item dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false">
Events
<span class="caret"></span>
</a>
<div class="dropdown-menu">
<a href="/talks/" class="dropdown-item">Talk
List</a>
<a href="/talks/schedule/"
class="dropdown-item">Talk Schedule</a>
<a href="/events/socialevent/"
class="dropdown-item">Social Event</a>
</div>
</li>
<li class="nav-item"><a href="/registration/">Registration</a></li>
<li class="nav-item">
<a href="https://cfp.pygotham.org">Call for Proposals</a>
</li>
<li class="nav-item dropdown">
<a href="/sponsors/" class="dropdown-toggle"
data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">
Sponsors
<span class="caret"></span>
</a>
<div class="dropdown-menu">
<a href="/sponsors/"
class="dropdown-item">Sponsors</a>
<a href="/sponsors/prospectus/"
class="dropdown-item">Prospectus</a>
</div>
</li>
<li class="nav-item"><a href="/venue/">Venue</a></li>
</ul>
</div>
</nav>
<div class="jumbotron">
<img src="/static/images/logo.svg"
alt="PyGotham 2019 · New York City · October 4 - 5">
<h3>Talks - Friday, Oct. 4 & Saturday, Oct. 5</h3>
</div>
<section class="main ">
<div class="container">
<div class="row">
<div class="posts col-sm-4">
<h2>News</h2>
<ol>
<li>
<a href="/2020/03/16/code-of-conduct-transparency-report/">Code of Conduct Transparency Report</a>
<p>PyGotham strives to be a friendly and welcoming environment, and we take our
code of conduct seriously. In the spirit of transparency, we publish a summary
of the reports we received this year.</p>
</li>
<li>
<a href="/2019/11/08/asl-and-captioning-playbook/">ASL & Captioning Playbook</a>
<p>At PyGotham 2019 we provided live captioning and, for the first time, we offered American Sign Language interpretation and did targeted outreach to groups of Deaf programmers. As a result, we had a half-dozen Deaf attendees, and they reported they were able to fully participate in the conference in a way they hadn’t experienced before. I (A. Jesse Jiryu Davis) led our effort to provide ASL and captioning; I hope this recap can serve as a playbook for other conferences.</p>
</li>
<li>
<a href="/2019/09/03/captioning-and-interpreting/">Captioning and ASL Interpreters</a>
<p>This year, PyGotham will provide both live captioning (CART) and American Sign
Language (ASL) interpretation. This ensures our conference is accessible to Deaf
and hard of hearing attendees, and brings a bunch of additional benefits:</p>
</li>
<li>
<a href="/2019/08/19/talk-schedule-now-available/">Talk schedule now available!</a>
<p>The PyGotham 2019 <a href="/talks/schedule/">talk schedule</a> is now available. It
features three tracks spread across October 4th and 5th.</p>
</li>
<li>
<a href="/2019/07/16/talk-list-now-available/">Talk list now available!</a>
<p>The PyGotham 2019 <a href="/talks/">talk list</a> is now available. It features three
tracks spread across October 4th and 5th.</p>
</li>
<li>
<a href="/2019/06/04/keynote-meg-ray/">Keynote: Meg Ray</a>
<p>Meg Ray is a freelance educational consultant. She was the founding Teacher in Residence at Cornell
Tech were she was responsible for the implementation and design of a coaching program for K-8 CS
teachers in New York City schools.</p>
</li>
<li>
<a href="/2019/05/28/keynote-kojo-idrissa/">Keynote: Kojo Idrissa</a>
<p>Kojo Idrissa <em>was</em> an accountant who got an MBA and taught at university in two different countries.
He’s <em>now</em> a software engineer, international tech conference speaker, DjangoCon US organizer and
the <a href="https://www.defna.org/">DEFNA</a> North American Ambassador
(<a href="https://twitter.com/search?q=%23NorAmGT&src=tyah">#NorAmGT</a>).</p>
</li>
<li>
<a href="/2019/05/21/keynote-piper-thunstrom/">Keynote: Piper Thunstrom</a>
<p>Piper Thunstrom is a web developer currently working as a Software Engineer at GLG. For the past 3
years, she’s been working on ppb, an education focused game library.</p>
</li>
<li>
<a href="/2019/04/22/introducing-yak-bak/">Introducing Yak-Bak</a>
<p>You may have noticed that PyGotham’s <a href="https://cfp.pygotham.org">call for proposals</a>
site looks different this year. That’s <a href="https://gitlab.com/bigapplepy/yak-bak/">Yak-Bak</a>,
the new system we’re building to run our call for proposals in its entirety,
including accepting proposals, anonymization, public voting and review, and talk
selection. We’d love your feedback, and if you organize a conference that shares
PyGotham’s CFP goals, we hope this tool will make your proposals process easier all
around.</p>
</li>
<li>
<a href="/2019/04/01/pygotham-2019/">PyGotham 2019 is Six Months Away!</a>
<p>PyGotham is back for 2019.</p>
</li>
</ol>
</div>
<div class="sponsors order-first col-sm-8">
<h2>Sponsors</h2>
<ul class="row">
<li class="col-sm-6 ">
<a href="/sponsors/#bank-of-america">
<img src="/uploads/sponsors/bank-of-america.jpg"
alt="Bank of America">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#beeswax">
<img src="/uploads/sponsors/beeswax.png"
alt="Beeswax">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#bit-by-bit">
<img src="/uploads/sponsors/bit-by-bit.jpg"
alt="Bit by Bit">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#bloomberg">
<img src="/uploads/sponsors/bloomberg.png"
alt="Bloomberg">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#buzzfeed">
<img src="/uploads/sponsors/buzzfeed.png"
alt="BuzzFeed">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#dropbox">
<img src="/uploads/sponsors/dropbox.png"
alt="Dropbox">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#gigstreem-events">
<img src="/uploads/sponsors/gigstreem.png"
alt="Gigstreem Events">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#google-cloud">
<img src="/uploads/sponsors/google-cloud.png"
alt="Google Cloud">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#hux-by-deloitte-digital">
<img src="/uploads/sponsors/deloitte.png"
alt="Hux by Deloitte Digital">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#informit">
<img src="/uploads/sponsors/informit.png"
alt="InformIT">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#labcodes">
<img src="/uploads/sponsors/labcodes.png"
alt="Labcodes">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#linode">
<img src="/uploads/sponsors/linode.png"
alt="Linode">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#manning">
<img src="/uploads/sponsors/manning.png"
alt="Manning">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#mongodb">
<img src="/uploads/sponsors/mongodb.jpg"
alt="MongoDB">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#nexmo">
<img src="/uploads/sponsors/nexmo.png"
alt="Nexmo">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#nylas">
<img src="/uploads/sponsors/nylas.png"
alt="Nylas">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#odd-dot">
<img src="/uploads/sponsors/odd-dot.jpg"
alt="Odd Dot">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#pycarolinas">
<img src="/uploads/sponsors/pycarolinas.png"
alt="PyCarolinas">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#pyladies">
<img src="/uploads/sponsors/pyladies.svg"
alt="PyLadies">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#pyohio">
<img src="/uploads/sponsors/pyohio.png"
alt="PyOhio">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#pytennessee">
<img src="/uploads/sponsors/pytennessee.png"
alt="PyTennessee">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#python-software-foundation">
<img src="/uploads/sponsors/psf.svg"
alt="Python Software Foundation">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#read-the-docs">
<img src="/uploads/sponsors/read-the-docs.png"
alt="Read the Docs">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#trialspark">
<img src="/uploads/sponsors/trialspark.png"
alt="TrialSpark">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#twilio">
<img src="/uploads/sponsors/twilio.svg"
alt="Twilio">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#two-sigma">
<img src="/uploads/sponsors/twosigma.jpg"
alt="Two Sigma">
</a>
</li>
<li class="col-sm-6 ">
<a href="/sponsors/#vinta-software">
<img src="/uploads/sponsors/vinta.svg"
alt="Vinta Software">
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="edit-this-page">
<a href="https://gitlab.com/pygotham/2019/edit/master/index.html">
Want to edit this page?
</a>
</div>
<footer>
<section class="container credits">
PyGotham 2019 is a production of
<a href="https://bigapplepy.org">Big Apple Py</a>.<br>
Artwork by <a href="https://www.jessiesima.com">Jessie Sima</a>. UX by
<a href="https://www.linkedin.com/in/allisonrcameron">
Allison Cameron</a>.
<br>
Questions? Comments? Please contact
<a href="mailto:organizers@pygotham.org">organizers@pygotham.org</a>.<br>
<a href="https://gitlab.com/pygotham/2019">Help improve this site!</a>
</section>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="/static/scripts/bootstrap.min.js"></script>
<script>
var today = new Date();
$('div.day-of').each(function() {
var $this = $(this);
var start = new Date($this.data('start'));
var end = new Date($this.data('end'));
if (start <= today && today < end) {
$this.show();
}
});
</script>
</body>
</html>