-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
531 lines (443 loc) · 25 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
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="prefetch" href="https://login.persona.org/include.js">
<title>PyCon Australia | August 1st-5th 2014 | Brisbane, Queensland</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/media/news/rss" rel="alternate" type="application/rss+xml" title="PyCon Australia | August 1st-5th 2014 | Brisbane, Queensland">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link href='https://fonts.googleapis.com/css?family=Oswald:400,700|Oxygen:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/stylesheets/vendor/font-awesome.css">
<link rel="stylesheet" href="/css/stylesheets/vendor/owl.carousel.css">
<link rel="stylesheet" href="/css/stylesheets/vendor/owl.theme.css">
<link rel="stylesheet" href="/css/stylesheets/style.css">
<!--[if lte IE 9]>
<link href="/css/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
<script src="/js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id="flash">
</div>
<header>
<div class="nav-bg"></div>
<div class="container">
<a href="/">
<!-- PictureFill Responsive Logo -->
<span data-picture data-alt="PyCon AU 2014 Logo">
<span data-src="/img/mobile-logo.png" class="mobile-logo"></span>
<span data-src="/img/logo.png" data-media="(min-width: 769px)" class="logo"></span>
<noscript>
<img src="/img/logo.png" alt="PyCon AU 2014 Logo" class="logo">
</noscript>
</span>
</a>
<ul class="nav">
<li class="active"><a href="/">Home</a></li>
<li class=""><a href="/about/pycon-au">About</a></li>
<li class=""><a href="/brisbane/about">Brisbane</a></li>
<li class=""><a href="/sponsors/sponsors">Sponsors</a></li>
<li class=""><a href="/programme/about">Programme</a></li>
<li class=""><a href="/register/prices">Register</a></li>
<li class=""><a href="/media/news">Media</a></li>
<li class=""><a href="/contact">Contact</a></li>
</ul>
<div class="clearfix"></div>
<div class="ctas pull-right">
<a class="first button block" href="/person/new">Create Account</a>
<a class="button grey block" href="/person/signin">Login</a>
</div>
<div class="dates pull-right">
<h2>1<sup>st</sup> - 5<sup>th</sup> AUGUST 2014</h2>
<p class="location">Brisbane Convention & Exhibition Centre</p>
</div>
<div class="clearfix"></div>
</div>
</header>
<div class="mobile-menu">
<a href="#" class="toggle-mobile-menu">Menu<i class="fa fa-bars pull-right"></i></a>
<ul class="mobile-nav">
<li class="active"><a href="/">Home</a></li>
<li class=""><a href="/about/pycon-au">About</a></li>
<li class=""><a href="/brisbane/about">Brisbane</a></li>
<li class=""><a href="/sponsors/sponsors">Sponsors</a></li>
<li class=""><a href="/programme/about">Programme</a></li>
<li class=""><a href="/register/prices">Register</a></li>
<li class=""><a href="/media/news">Media</a></li>
<li class=""><a href="/contact">Contact</a></li>
</ul>
</div>
<div class="banner">
<div class="container">
<div class="cta">
<div class="padding">
<h1>PyCon Australia is the national conference for users of the Python Programming Language</h1>
<ul class="conf-dates">
<li><strong>Mini-Conferences</strong><br/>August 1</li>
<li><strong>Presentations</strong><br/>August 2-3</li>
<li><strong>Sprints</strong><br/>August 4-5</li>
</ul>
<a href="/person/new" class="button large">Create Account</a>
<a href="/person/signin" class="button large grey">Login</a>
</div>
</div>
</div>
<span data-picture data-alt="Banner Image" class="banner-bg">
<span data-src="/img/banner-768.png" data-media="(min-width: 401px)"></span>
<span data-src="/img/banner-900.png" data-media="(min-width: 769px)"></span>
<span data-src="/img/banner-1170.png" data-media="(min-width: 901px)"></span>
<span data-src="/img/banner-default.png" data-media="(min-width: 1171px)"></span>
<noscript>
<img src="/img/banner-default.png" alt="PyCon AU 2014">
</noscript>
</span>
</div>
<div class="important-news">
<div class="container">
<h2>Registrations are now open!</h2>
<a href="/register/prices" class="button">Find out More</a>
</div>
</div>
<div class="container">
<!-- Sponsors -->
<h2 class="home-h2">Sponsors</h2>
<div id="sponsors" class="owl-carousel">
<div class="item">
<a href="http://au.redhat.com">
<img src="/img/logos/red_hat.png" alt="Red Hat" class="scale-with-grid" />
<span>Platinum</span>
</a>
<a href="https://www.eventbrite.com/">
<img src="/img/logos/eventbrite.png" alt="Eventbrite" class="scale-with-grid" />
<span>Platinum</span>
</a>
</div>
<div class="item">
<a href="http://netboxblue.com">
<img src="/img/logos/netbox_blue.png" alt="Netbox Blue" class="scale-with-grid" />
<span>Gold</span>
</a>
<a href="http://google.com.au">
<img src="/img/logos/google.png" alt="Google Australia" class="scale-with-grid" />
<span>Gold</span>
</a>
</div>
<div class="item">
<a href="http://aarnet.edu.au">
<img src="/img/logos/aarnet.png" alt="Aarnet" class="scale-with-grid" />
<span class="standard">Gold</span>
</a>
<a href="http://python.org/psf">
<img src="/img/logos/python.png" alt="Python Software Foundation" class="scale-with-grid" />
<span class="standard">Standard</span>
</a>
</div>
<div class="item">
<a href="http://www.djangoproject.com/foundation/">
<img src="/img/logos/django.png" alt="Django Software Foundation" class="scale-with-grid" />
<span>Standard</span>
</a>
<a href="http://biarri.com">
<img src="/img/logos/biarri.png" alt="Biarri Commercial Mathematics" class="scale-with-grid" />
<span>Standard</span>
</a>
</div>
<div class="item">
<a href="http://mozilla.org">
<img src="/img/logos/mozilla.png" alt="Mozilla" class="scale-with-grid" />
<span>Standard</span>
</a>
<a href="http://www.anchor.com.au/">
<img src="/img/logos/anchor.png" alt="Anchor" class="scale-with-grid" />
<span>Standard</span>
</a>
</div>
<div class="item">
<a href="http://www.infoxchange.net.au/">
<img src="/img/logos/infoxchange.png" alt="Infoxchange" class="scale-with-grid" />
<span>Standard</span>
</a>
<a href="http://www.hp.com/">
<img src="/img/logos/hp.png" alt="HP" class="scale-with-grid" />
<span>Standard</span>
</a>
</div>
<div class="item">
<a href="https://newrelic.com/">
<img src="/img/logos/new_relic.png" alt="New Relic" class="scale-with-grid" />
<span>Standard</span>
</a>
<a href="http://www.nswrdn.com.au/site/home">
<img src="/img/logos/nsw_doctors.png" alt="NSW Regional Doctors Network" class="scale-with-grid" />
<span>Standard</span>
</a>
</div>
<div class="item">
<a href="http://www.openstack.org/">
<img src="/img/logos/openstack.png" alt="Openstack" class="scale-with-grid" />
<span>Standard</span>
</a>
<a href="http://www.rackspace.com.au/">
<img src="/img/logos/rackspace.png" alt="Rackspace" class="scale-with-grid" />
<span>Standard</span>
</a>
</div>
<div class="item">
<a href="http://www.saucelabs.com/">
<img src="/img/logos/saucelabs.png" alt="Saucelabs" class="scale-with-grid" />
<span>Standard</span>
</a>
<a href="http://www.qualcomm.com/">
<img src="/img/logos/qualcomm.png" alt="Qualcomm" class="scale-with-grid" />
<span>Standard</span>
</a>
</div>
<div class="item">
<a href="http://www.conetix.com.au/">
<img src="/img/logos/conetix.png" alt="Conetix" class="scale-with-grid" />
<span>Standard</span>
</a>
<a href="http://www.nicta.com.au/">
<img src="/img/logos/nicta.png" alt="NICTA" class="scale-with-grid" />
<span>Standard</span>
</a>
</div>
<div class="item">
<a href="http://pgexperts.com/">
<img src="/img/logos/pgx.png" alt="PostgreSQL Experts" class="scale-with-grid" />
<span>Contributor</span>
</a>
<a href="http://www.planetinnovation.com.au/">
<img src="/img/logos/planet_innovation.png" alt="Planet Innovation" class="scale-with-grid" />
<span>Contributor</span>
</a>
</div>
<div class="item">
<a href="http://www.catalyst.net.nz/">
<img src="/img/logos/catalyst.png" alt="Catalyst" class="scale-with-grid" />
<span>Contributor</span>
</a>
<a href="http://www.atlassian.com/">
<img src="/img/logos/atlassian.png" alt="Atlassian" class="scale-with-grid" />
<span>Contributor</span>
</a>
</div>
<div class="item">
<a href="http://kabucreative.com.au">
<img src="/img/logos/kabu.png" alt="Kabu Creative" class="scale-with-grid" />
<span>In-Kind</span>
</a>
<a href="http://edgeqld.org.au/">
<img src="/img/logos/the_edge.png" alt="The Edge" class="scale-with-grid" />
<span>In-Kind</span>
</a>
</div>
<div class="item">
<a href="http://www.humbug.org.au/">
<img src="/img/logos/humbug.png" alt="Humbug" class="scale-with-grid" />
<span>In-Kind</span>
</a>
<a href="http://oreilly.com/">
<img src="/img/logos/oreilly.png" alt="Oreilly" class="scale-with-grid" />
<span>In-Kind</span>
</a>
</div>
<div class="item">
<a href="http://tronixlabs.com">
<img src="/img/logos/tronix-labs.png" alt="Tronix Labs" class="scale-with-grid" />
<span>In-Kind</span>
</a>
<a href="http://twoscoopspress.org/">
<img src="/img/logos/two-scoops.png" alt="Two Scoops Press" class="scale-with-grid" />
<span>In-Kind</span>
</a>
</div>
</div>
<div class="content-cta centered">
<a href="sponsor" class="button large">Sponsor PyCon Australia</a>
</div>
<!-- News-->
<h2 class="home-h2">News</h2>
<div class="nine columns">
<article class="homepage-news">
<p class="date">05 August 2014</p>
<div class="article-body">
<h4 class="news-title"><a href="/media/news/57">Initial Video releases</a></h4>
<p>In partnership with out video sponsor <a href="http://newrelic.com">New Relic</a>, PyCon Australia 2014 is proud to release our first two videos, our keynote presentations:
</p>
<ul>
<li><a href="http://youtube.com/watch?v=iVv7fCwVbp4">Python For Every Child In Australia</a> by Dr James R. Curran
<li><a href="http://m.youtube.com/watch?v=HQxBKnrjl1w">Accessibility: Myths and Delusions</a> by Katie Cunningham
</ul>
<p>Over the coming days we'll release the rest of our videos at <a href="https://www.youtube.com/PyConAU">www.youtube.com/PyConAU</a>.
</p>
</div>
<div class="clearfix"></div>
</article>
<article class="homepage-news">
<p class="date">30 July 2014</p>
<div class="article-body">
<h4 class="news-title"><a href="/media/news/55">Important Information for Delegates</a></h4>
<p>We're very, very close to the conference now, and we have some important announcements to make:
<ul>
<li>If you're coming by car, the Grey street car entrance is closed to cars, it is still open to pedestrian access however.
<li>If you're coming by plane, we've got a <a href="http://2014.pycon-au.org/AirTrain.pdf">letter from AirTrain</a> that will give you a discount on return travel from either the Domestic or International train station to the city, please read the details carefully.
<li>Registrations for our Friday night Icebreaker dinners are <a href="http://2014.pycon-au.org/wiki/IcebreakerDinners">now open on our wiki</a>, add your name to the food venue you'd like to go to.
<li>We've added a lot more information to our <a href="http://2014.pycon-au.org/brisbane/about">About Brisbane page</a> for those of you arriving early.
<li>The <a href="http://www.eventbrite.com/e/pyladies-breakfast-tickets-12313133915?aff=eventful/r/eventful">PyLadies Breakfast</a> is still taking registrations, anyone who identifies as a women is welcome, men are welcome as the guest of a women attendee.
<li>We're still looking for <a href="https://docs.google.com/forms/d/1X9GFlnPze1LIwIa1PUi6il56Ju64p7cbclUZ4FaD3HA/edit#">participants</a> and <a href="https://docs.google.com/forms/d/1C0XDlMDE6Z6Dz3auuIo6R4zkRWVh4iyC2Oo4REBvvis/edit#">mentors</a> for our three <a href="http://2014.pycon-au.org/programme/workshops">workshops</a>.
</ul>
<p>
I know it's a lot, but a lot is happening!
</p>
</div>
<div class="clearfix"></div>
</article>
<article class="homepage-news">
<p class="date">28 July 2014</p>
<div class="article-body">
<h4 class="news-title"><a href="/media/news/54">Workshops, call for Mentors</a></h4>
<p>This year we're trying something new, introductory workshops designed for beginners not attending the conference. It's an attempt by the Python community to reach out to the wider community. All of these workshops are being held at our venue partner, <a href="http://edgeqld.org.au/">The Edge</a>, part of the State Library of Queensland at South Brisbane.
</p>
<ul>
<li>DjangoGirls workshop (Monday 4th August, 9am-12pm)
<li>Introduction to Programming in Python (Friday 1st August, 10am-4pm)
<li>Introduction to Electronics in Python (Friday 1st August, 10am-4pm)
</ul>
<p>
The full details of the workshops can be found at <a href="http://2014.pycon-au.org/programme/workshops">http://2014.pycon-au.org/programme/workshops</a>
</p>
All of our workshops need mentors, <a href="https://docs.google.com/forms/d/1C0XDlMDE6Z6Dz3auuIo6R4zkRWVh4iyC2Oo4REBvvis/viewform">please consider signing up as a mentor.</a>
</div>
<div class="clearfix"></div>
</article>
<article class="homepage-news">
<p class="date">25 July 2014</p>
<div class="article-body">
<h4 class="news-title"><a href="/media/news/52">Final weekend for Dinner tickets</a></h4>
<p>
We're passing along numbers to our <a href="http://www.bcec.com.au/">venue</a> for catering on Monday, so this is your last weekend to grab tickets for our conference dinner! As well as fine food and company, we have an important speaker lined up, <a href="http://2014.pycon-au.org/media/news/50">Paul Gampe</a>.
</p><p>
Get along to the <a href="http://2014.pycon-au.org/registration/new">registration page</a> and be sure to select dinner as one of the options.
</p>
<p>
We'd also like to know if you're coming along to the sprints so we can cater for them appropriately, please head along to our <a href="https://docs.google.com/forms/d/10J1wDErm9iVWWx3CDbibSOTq_nxeom4oas1Gap1S3VY/edit">handy-dandy form</a> and let us know!
</p>
</div>
<div class="clearfix"></div>
</article>
</div>
<div class="three columns">
<ul class="stay-in-touch fa-ul">
<li><i class="fa-li fa fa-rss"></i> <a href="/media/news/rss">RSS News Feed</a></li>
<li><i class="fa-li fa fa-envelope"></i> <a href="http://lists.linux.org.au/listinfo/pycon-au-announce">Announcements Mailing List</a></li>
<li><i class="fa-li fa fa-twitter"></i> <a href="http://twitter.com/pyconau">@pyconau Twitter</a></li>
<li><i class="fa-li fa fa-comments"></i> <a href="irc://irc.freenode.net/pyconau"><tt>irc.freenode.net/#pyconau</tt></a></li>
<li><i class="fa-li fa fa-google-plus"></i> <a href="http://plus.google.com/+PyConAU">Google+</a></li>
<li><i class="fa-li fa fa-facebook"></i> <a href="http://www.facebook.com/PyConAustralia">Facebook</a></li>
</ul>
</div>
<div class="clearfix"></div>
<!-- Location -->
<h2 class="home-h2">Location</h2>
<div class="six columns">
<div id="map-canvas"></div>
</div>
<div class="three columns bcec-images">
<span data-picture data-alt="Brisbane Convention & Exhibition Centre" class="bcec-img">
<span data-src="/img/bcec1.jpg" data-media="(min-width: 1171px)"></span>
</span>
<span data-picture data-alt="Brisbane Convention & Exhibition Centre" class="bcec-img">
<span data-src="/img/bcec2.jpg" data-media="(min-width: 1171px)"></span>
</span>
</div>
<div class="three columns about-bcec">
<div class="padding">
<p class="bcec-address">
<span>Brisbane Convention & Exhibition Centre</span><br/>
Merivale St<br/>
South Brisbane QLD 4101
</p>
<p>The <a href="http://www.bcec.com.au">BCEC</a> is located in South Brisbane, across the river from the Brisbane CBD and in the heart of a food and entertainment district.</p>
<p>There are many accommodation options within walking distance of the venue. You will find a summary of these (including special deals) on our accommodation page in due course.</p>
<p>We will also have a discount for the <a href="http://www.airtrain.com.au/">Airtrain</a> to get you from the Airport to Brisbane affordably and reliably.</p>
</div>
</div>
<div class="clearfix"></div>
</div>
<footer>
<div class="container">
<ul class="footer-links">
<li><a href="/about/pycon-au">About PyCon Australia</a></li>
<li><a href="/register/prices">Prices</a></li>
<li><a href="/register/accommodation">Accommodation</a></li>
<li><a href="/about/venue">Venue</a></li>
<li><a href="/about/history">History</a></li>
<li><a href="/register/code_of_conduct">Code of Conduct</a></li>
</ul>
<ul class="footer-links">
<li><a href="/programme/about">About the Programme</a></li>
<li><a href="/programme/keynotes">Keynotes</a></li>
<li><a href="/programme/miniconfs">MiniConfs</a></li>
<li><a href="/programme/schedule/saturday">Schedule</a></li>
<li><a href="/programme/social_events">Social Events</a></li>
</ul>
<ul class="footer-links">
<li><a href="/sponsors/sponsors">Our Sponsors</a></li>
<li><a href="/sponsors/why_sponsor">Why Sponsor</a></li>
<li><a href="/media/news">Media</a></li>
<li><a href="/media/in_the_press">In the Press</a></li>
<li><a href="/media/graphics">Graphics</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
<ul class="footer-conf-dates">
<li><strong>Mini-Conferences</strong><br/>August 1</li>
<li><strong>Presentations</strong><br/>August 2-3</li>
<li><strong>Sprints</strong><br/>August 4-5</li>
</ul>
<a href="/"><img src="/img/white-logo.png" alt="PyConAu Logo" class="pull-right white-logo" /></a>
<div class="clearfix"></div>
</div>
</footer>
<div class="bottom-footer">
<div class="container">
<span>© 2014 <a href="http://pycon-au.org/">PyCon Australia</a> and <a href="http://linux.org.au/">Linux Australia</a></span>
<span>Designed by <a href="http://kabucreative.com.au">Kabu Creative</a></span>
<span class="cc-credit pull-right">
<span>
Banner image by <a href="https://secure.flickr.com/photos/richard_jones/6102827522/sizes/l/">Richard Jones</a> (<a href="https://creativecommons.org/licenses/by/2.0/">CC Attribution</a>)
</span>
</span>
</div>
<div class="dark-bottom-footer"></div>
<div class="bottom-footer-bg"></div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery("#flash > div").hide().fadeIn(3500);
jQuery("#flash > div").fadeTo(3000, 0.3);
jQuery("#flash > div").hover(function() {
jQuery(this).fadeTo(250, 1);
},function(){
jQuery(this).fadeTo(250, 0.3);
});
});
</script>
<script src="/js/vendor/owl.carousel.min.js"></script>
<script src="/js/vendor/picturefill.js"></script>
<script src="/js/pycon-main.js"></script>
<!-- TODO: Add Google Analytics -->
</body>
</html>