-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathspeaker-checklist.html
112 lines (104 loc) · 4.03 KB
/
speaker-checklist.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
---
layout: page
title: Speaker Checklist
menu-top: false
permalink: /speaker-checklist/
---
{% include breadcrumb.html item1_url=page.url item1_title=page.title item1_last=true %}
<h1>Speaker Checklist</h1>
So, you're going to be presenting to the North Houston .Net Users Group?
<h2>Before your Presentation</h2>
<h3>Presentation Materials</h3>
<div>
<input type="checkbox" /> Material is appropriate length
<ul>
<li>1 hour for normal meetings</li>
<li>between 10 and 20 minutes for lightning talks</li>
</ul>
</div>
<div>
<input type="checkbox" /> Material is of interest to .NET developers
</div>
<h3>Presentation Information</h3>
<p>We need the following information about your presentation to let our members know what's being presented. We also need some information about you. <a href="mailto:[email protected]?subject=Presentation%20Information">Send it to us!</a></p>
<div>
<input type="checkbox" /> Presentation Title
</div>
<div>
<input type="checkbox" /> Presentation Sub-title (optional)
</div>
<div>
<input type="checkbox" /> Presentation Summary / Description
</div>
<div>
<input type="checkbox" /> Your name
</div>
<div>
<input type="checkbox" /> A paragraph or two describing yourself
</div>
<div>
<input type="checkbox" /> 300 x 300 pixel image of yourself
</div>
<div>
<input type="checkbox" /> Any social media profiles you want us to link to on you bio page (linkedin, facebook, github, twitter, twitch, etc.)
</div>
<div>
<input type="checkbox" /> A link to your blog (if you have one and want us to link to it)
</div>
<div>
<input type="checkbox" /> Whether or not you want us to publish your email address
</div>
<div>
<input type="checkbox" /> If your company is sponsoring the meeting (AKA buying the pizza) you are presenting at, we'll need some additional information.
<ul>
<li>Company Name</li>
<li>URL to a web page describing your company</li>
<li>500 x 500 minimum pixel image (with transparent background) of your company logo</li>
<li>A brief description of your company to be published on our web page</li>
</ul>
</div>
<h3>Technology</h3>
<div>
<input type="checkbox" /> Laptop and/or presentation device(s)
</div>
<div>
<input type="checkbox" /> Power adapter for presentation device(s)
</div>
<div>
<input type="checkbox" /> Presentation device(s) have HDMI port OR you have an HDMI adapter
</div>
<div>
<input type="checkbox" /> Personal Internet Hot Spot (if your presentation requires Internet access)
</div>
<h3>Normal Meeting Logistics</h3>
<div>
<input type="checkbox" /> We start the meeting at 5:30 with pizza, drinks, and some time for networking.
This is also your time to get setup and make sure your tech is working. Enjoy some pizza as well! We'll have our
pre-meeting presentation deck going on-screen.
</div>
<div>
<input type="checkbox" /> At ~5:45 one of the NHDNUG officers will review the pre-meeting presentation deck, talk about
our sponsors, and then introduce you.
</div>
<div>
<input type="checkbox" /> 6-7 is your time. Have fun!
</div>
<div>
<input type="checkbox" /> At 7, expect to have completed your presentation and answered some follow-up questions. One
of the NHDNUG officers will close out the meeting. Plan to hang out for a little while afterward (15-30 minutes is the norm)
to answer any lingering questions or engage in some conversation.
</div>
<h2>After your Presentation</h2>
<p>Often, presenters have great slide decks, useful links, or sample code to share. Follow this checklist to share it with us.</p>
<div>
<input type="checkbox" /> Setup a repo on GitHub
</div>
<div>
<input type="checkbox" /> Add your source code, useful links, and presentation deck
</div>
<div>
<input type="checkbox" /> Configure the main README.md in the base of the repo with hyperlinks and descriptions
</div>
<div>
x<input type="checkbox" /> Send us the link to your GitHub repo. We'll add the link to page on our website and let the Meetup members know.
</div>