Lights! Camera! Action! It can seem like a very daunting task to agree to be on stage at an event. The longer you are a member of the Drupal community, the higher the pressure is to share what you know. In this three-part presentation, skilled conference presenter Emma Jane Hogbin Westby will guide you through the fundamentals of what it means to get on stage. She will cover:
- Popular presentation formats. Not all presentations are an hour in length; and not all presentations need to be a sage on a stage. Learn about Ignite talks, fireside chats, and the traditional conference session.
- Pitching your presentation. There's a knack to creating a tempting session description, and it's not just what you write, but matching your ideas to what conference organisers are looking to curate. Learn how to review proposals and past conferences to find just the right topic; then learn how to craft your winning proposal.
- Preparing for stage success. So you've won a coveted spot at a conference. Congratulations! Learn a routine that will break down the preparation work into a manageable schedule that will take you from proposal acceptance through to the end of your presentation on game day.
Format: This session will be one hour in length. After the session, those who would like hands-on feedback for their presentations will be welcome to stay and get additional support.
This session will be delivered by DrupalCon veteran Emma Jane Hogbin Westby. Over the last decade she has spoken at conferences around the world using various formats (and has even run her own conferences!). In 2008 one of her slide decks was even recognized as a "SlideShare of the Day" on https://slideshare.net.
- Lights, Camera, Action
- Speaker Training
- Stage Presence
- Sharing Your Learning From the Stage (or choose your own)
Online:
- emmajane.github.io/speaker-training is often in sync with this repository
Locally:
- Ensure node.js and grunt are installed.
- Install dependencies:
npm install
- Optionally, if style changes are made to the SCSS file, you will need to re-create the theme files. Run:
grunt css-themes
- Run the server:
grunt serve
- Open http://localhost:8000 to view the presentation
Problems with the install? A bad network connection can cause problems. Try starting the installation again from scratch with:
rm -rf node_modules/
npm cache clean
npm install
Recordings:
This deck was presented at DrupalCon Barcelona in 2015.
Content (slides text and diagrams, and CSS theme for the slides):
- Copyright (C) 2015 Emma Jane Hogbin Westby
- Creative Commons 3.0, CC-BY
Slide software (reveal.js):
- Copyright (C) 2014 Hakim El Hattab, http://hakim.se
- MIT license