From bbd89327bf02caa4e77f143102573afa142cecc8 Mon Sep 17 00:00:00 2001 From: Bryan Chow Date: Thu, 6 Aug 2015 23:23:41 -0700 Subject: [PATCH] Add 2015 event info --- 2015/agenda.rst | 15 ++++++++++++ 2015/code-of-conduct.rst | 34 ++++++++++++++++++++++++++++ 2015/speakers.rst | 37 ++++++++++++++++++++++++++++++ README.rst | 10 +------- index.rst | 49 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 136 insertions(+), 9 deletions(-) create mode 100644 2015/agenda.rst create mode 100644 2015/code-of-conduct.rst create mode 100644 2015/speakers.rst create mode 100644 index.rst diff --git a/2015/agenda.rst b/2015/agenda.rst new file mode 100644 index 0000000..780da30 --- /dev/null +++ b/2015/agenda.rst @@ -0,0 +1,15 @@ +Agenda +------ + +============= ================================================================= +9:30 - 9:40 Opening remarks +9:40 - 10:10 Talk +10:10 - 10:40 Talk +10:40 - 11:00 *Break* +11:00 - 11:30 Talk +12:00 - 1:00 *Lunch Break* +1:00 - 1:30 Talk +1:30 - 2:00 Talk +2:30 - 3:00 Lightning Talks +3:00 - 3:15 Closing remarks +============= ================================================================= diff --git a/2015/code-of-conduct.rst b/2015/code-of-conduct.rst new file mode 100644 index 0000000..9da3097 --- /dev/null +++ b/2015/code-of-conduct.rst @@ -0,0 +1,34 @@ +Code of Conduct +=============== + +Be excellent to each other. + +Short version +------------- + +Vancouver Python Day is dedicated to providing a harassment-free conference +experience for everyone, regardless of gender, sexual orientation, disability, +physical appearance, body size, race, or religion. We do not tolerate +harassment of conference participants in any form. + +All communication should be appropriate for a professional audience including +people of many different backgrounds. Sexual language and imagery is not +appropriate for any conference venue, including talks. + +Be kind to others. Do not insult or put down other attendees. Behave +professionally. Remember that harassment and sexist, racist, or exclusionary +jokes are not appropriate for Vancouver Python Day. + +Attendees violating these rules may be asked to leave the conference without a +refund at the sole discretion of the conference organizers. + +Thank you for helping make this a welcoming, friendly event for all. + +Long version +------------ + +This is basically the same as +`Pycon `_ and +`DjangoCon `_ policy. + +If there's any issues contact the VanPyDay team immediately. diff --git a/2015/speakers.rst b/2015/speakers.rst new file mode 100644 index 0000000..85e88c2 --- /dev/null +++ b/2015/speakers.rst @@ -0,0 +1,37 @@ +For Our Speakers +================ + +Thank you to everyone who submitted a talk proposal for Vancouver Python Day. +We had a lot of excellent proposals and it was a challenging process to +narrow down the list. + +To the accepted speakers: + +* Your talk should run 25 minutes long, with 5 minutes afterwards for audience + Q&A. + +* Please be aware of our code of conduct. Don't be that person. + +* Make your slides legible. + +We'll have: + +* XGA projector with some dongles for those pesky Macs. + +* A microphone. + +* Wifi is to be confirmed, but you know how that goes at talks, maybe best + to assume it won't work. + +* If there's any special needs, please contact us in advance of the conference. + +Ideally we can: + +* Get all the slides available online somewhere. + +* Have all the slides with an appropriate license and copyright on them. + +There's no need to have all the slides written before hand, but if you'd like +to send them to anyone for review please do so. + +If there's any questions, please don't hesitate to contact the VanPyDay team. diff --git a/README.rst b/README.rst index 0371cfe..3a3acad 100644 --- a/README.rst +++ b/README.rst @@ -6,12 +6,4 @@ The `Vancouver Python User Group `_ and the pleased to present **Vancouver Python Day**, a one-day mini conference on all things Python. -:When: | Saturday November 16, 2013 - | 9:30AM - 4:30PM - | (Registration begins at 9:00AM) -:Where: | Fletcher Challenge Canada Theatre #1900 - | SFU Harbour Centre - | 515 West Hastings Street, Vancouver - -Please visit http://www.vanpyday.com/ for full event details and ticket -information. +Please visit http://www.vanpyday.com/ for full event details. diff --git a/index.rst b/index.rst new file mode 100644 index 0000000..3d5ffac --- /dev/null +++ b/index.rst @@ -0,0 +1,49 @@ +Vancouver Python Day +==================== + +The `Vancouver Python User Group `_ and the +`Vancouver Django Meetup Group `_ are +pleased to present **Vancouver Python Day**, a one-day mini conference on all +things Python. We have an awesome schedule of talks lined up, covering topics +ranging from web development, cloud computing, animation, and more! + +:When: | Saturday September 12, 2015 + | 9:30AM - 4:00PM +:Where: | Mobify Vancouver + | #300 - 948 Homer St, Vancouver, BC + +Scheduled Talks +--------------- + +TBA + +Lightning Talks +--------------- + +Time will be provided for Python and Django lightning talks. Sign up will be on +site. + +Sponsors +-------- + +Vancouver Python Day could not happen without our awesome sponsors! We are +grateful for their support. + +| **Mobify** +| http://www.mobify.com/ + +Contact +------- + +Vancouver Python Day 2015 is organized by **John Boxall**, **Sebastian +Vetter**, **Louie Dinh**, **Andy McKay**, and **Bryan Chow**. You can reach us +at *vanpyday* at *gmail*. + +See you at the conference! + +.. toctree:: + :maxdepth: 1 + + 2015/agenda.rst + 2015/code-of-conduct.rst + 2015/speakers.rst