Skip to content

Commit 7e526ee

Browse files
Added 'Becoming a Speaker' section
Co-Authored-By: Kate Gregory <kategregory@users.noreply.github.com>
1 parent 0d0cca2 commit 7e526ee

File tree

1 file changed

+33
-12
lines changed

1 file changed

+33
-12
lines changed

resources/domains/conferences.md

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,38 @@ title: Conferences
1010

1111
Conferences are important to many members of `#include <C++>` - we attend, speak at, and help to run many of the largest C++ [Conferences and Events](/conferences/).
1212

13+
## Becoming a Speaker
14+
15+
### You can do it
16+
17+
Speaking at local user groups, regional conferences, and even national and international conferences may seem intimidating, but almost everyone can do it if they want to and are willing to put in the effort to develop the skill of speaking. Here are some resources that may help you.
18+
19+
Fred Tingaud, who runs the [CPPP](https://cppp.fr) conference and is an experienced speaker, has written a comprehensive series of **blog posts on technical speaking and becoming a speaker** you may find helpful:
20+
* [Part 1: We need more speakers!](https://fredtingaud.github.io/talking-reasons/),
21+
* [Part 2: What should I talk about?](https://fredtingaud.github.io/talking-subject/),
22+
* [Part 3: How can I have my talk accepted?](https://fredtingaud.github.io/talking-cfp/)
23+
24+
One practical hurdle many people face is describing themselves. If you are asked for "a short bio", here's a very useful template from [Ian Coldwater on Twitter](https://twitter.com/IanColdwater/status/1310662547012493312):
25+
26+
> [name] is a [title] at [company], where [pronoun] [does thing you do]. In [name or pronoun]’s spare time, [pronoun] enjoys [doing non-work thing] and [food or drink].
27+
28+
## Becoming an Inclusive Speaker
29+
30+
### Speaker Requirements
31+
32+
Many speakers have a list of requirements and preferences to speak at a conference, such as "the conference should have an enforced code of conduct." Here are some "speaker kits" we've found:
33+
34+
* [Kate Gregory's Speaker Kit](http://www.gregcons.com/SpeakerKit.aspx)
35+
* [Chandler Carruth: Conferences, Inclusion, and My Axe!](https://medium.com/@chandlerc/conferences-inclusion-and-my-axe-f1f2a994419c)
36+
* [GDS and gender diversity at conferences and events: Government Digital Service](https://gds.blog.gov.uk/2016/03/08/gds-and-gender-diversity-at-conferences-and-events/)
37+
* [My questions for event organizers &#8212; Unstoppable Robot Ninja](http://unstoppablerobotninja.com/entry/my-questions-for-event-organizers/)
38+
39+
## Running an Inclusive Conference
40+
1341
Our overall advice is on the [Organising Conferences page](/conferences/organising-conferences/). Here are some resources you may want to peruse to learn more about this large topic, to avoid your conference being featured on [Congrats, you have an all male panel!](http://allmalepanels.tumblr.com/) or scoring badly on [50 percent](http://50prozent.speakerinnen.org/en/).
1442

15-
## Codes of Conduct
43+
44+
### Codes of Conduct
1645

1746
* [Code Of Conduct « PIPELINE](https://pipelineconf.info/about/code-of-conduct/)
1847
* [Conference anti-harassment/Policy - Geek Feminism Wiki - Wikia](http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy)
@@ -21,21 +50,21 @@ Our overall advice is on the [Organising Conferences page](/conferences/organisi
2150
* [Code of Conduct - Meeting C++ 2015](http://meetingcpp.com/index.php/newsreader/items/code-of-conduct.html)
2251
* [Code of Conduct: cppcon](http://cppcon.org/codeofconduct/)
2352

24-
### Motivations for Codes of Conduct
53+
#### Motivations for Codes of Conduct
2554

2655
* [Timeline of incidents - Geek Feminism Wiki](http://geekfeminism.wikia.com/wiki/Timeline_of_incidents) - More than 50 years of examples of why codes of conduct are needed
2756
* [Some notes on codes of conduct from a conference organizer's perspective - Jez Humble](https://gist.github.com/jezhumble/47aebaa31ba7cf67e2b8)
2857
* [Things You Think Aren’t Sexist, But Really Are - RuthBurr.comRuthBurr.com](http://www.ruthburr.com/things-you-think-arent-sexist/#.WYDWv53TXL1)
2958

30-
## Personal Stories
59+
### Personal Stories
3160

3261
* [Why I cancelled my ReactiveConf talk – Peggy Rayzis – Medium](https://medium.com/@peggyrayzis/why-i-cancelled-my-reactiveconf-talk-3a463bf14bd8)
3362
* [On being non-binary in tech](http://www.kitation.co.uk/2015/11/17/on-being-nb-in-tech.html)
3463
* [Talk: Not one of the guys - finding myself in an industry dominated by cis men: AlterConf](https://alterconf.com/talks/not-one-guys-finding-myself-industry-dominated-cis-men)
3564
* [Four Interactions That Could Have Gone Better - Bridget Kromhout](http://bridgetkromhout.com/blog/2014/09/22/four-interactions-that-could-have-gone-better/)
3665
* [Coding Like a Girl — Medium](https://medium.com/@sailorhg/coding-like-a-girl-595b90791cce)
3766

38-
## Advice to Organisers
67+
### Advice to Organisers
3968

4069
* [Alex WL Chan's excellent site](https://alexwlchan.net/ideas-for-inclusive-events/short-version/) for conference organisers.
4170
* [After a Year of #MeToo Impacting the Hacker Community, We Still Have Far to Go The Road Less Traveled By](http://deviating.net/words/?p=821)
@@ -50,11 +79,3 @@ Our overall advice is on the [Organising Conferences page](/conferences/organisi
5079
* [The Woman Speaker Slot « Accidentally in Code](http://www.catehuston.com/blog/2015/03/11/the-woman-speaker-slot/)
5180
* [How to get more women presenters for conferences, and, why there are so few. - Agile Testing with Lisa Crispin](http://lisacrispin.com/2016/04/17/get-women-presenters-conferences/)
5281

53-
## Speaker Requirements
54-
55-
Many speakers have a list of requirements and preferences to speak at a conference, such as "the conference should have an enforced code of conduct." Here are some "speaker kits" we've found:
56-
57-
* [Kate Gregory's Speaker Kit](http://www.gregcons.com/SpeakerKit.aspx)
58-
* [Chandler Carruth: Conferences, Inclusion, and My Axe!](https://medium.com/@chandlerc/conferences-inclusion-and-my-axe-f1f2a994419c)
59-
* [GDS and gender diversity at conferences and events: Government Digital Service](https://gds.blog.gov.uk/2016/03/08/gds-and-gender-diversity-at-conferences-and-events/)
60-
* [My questions for event organizers &#8212; Unstoppable Robot Ninja](http://unstoppablerobotninja.com/entry/my-questions-for-event-organizers/)

0 commit comments

Comments
 (0)