forked from nodeschool/nodeschool.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhost.html
More file actions
55 lines (49 loc) · 3.51 KB
/
Copy pathhost.html
File metadata and controls
55 lines (49 loc) · 3.51 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="icon" type="image/png" href="/images/nodeschool-icon.png">
<title>nodeschool.io</title>
</head>
<body>
<div id="header">
<a href="/">
<h1 class="title">
Node School
</h1>
</a>
<div class="content" id="irl">
<p>NodeSchool is a fully community driven effort and is 100% open source. This means that anyone can use the NodeSchool materials and/or host an event.</p>
<p>This page is based loosely on the <a target="_blank" href="https://github.com/nodeschool/discussions/issues/93">Want to run an event?</a> discussion.</p>
<h3>Previous Event Writeups</h3>
<p>Here are some in-depth post-mortems of previous NodeSchool events to give you an idea of the format and how things go</p>
<ul>
<li><a href="http://blog.hood.ie/2013/11/nodeschool-london/" target="_blank">NodeSchool London</a></li>
<li><a href="http://hackygolucky.com/pdxnode-presents-nodeschool-io/" target="_blank">NodeSchool PDX</a></li>
<li><a href="https://github.com/nodeschool/discussions/issues/93#issuecomment-36090956" target="_blank">NodeSchool Medellin</a></li>
<li><a href="https://github.com/nodeschool/discussions/issues/93#issuecomment-36045066" target="_blank">NodeSchool Brooklyn</a></li>
<li><a href="https://github.com/nodeschool/discussions/issues/93#issuecomment-37015159" target="_blank">NodeSchool Sinfo (Lisbon)</a></li>
<li><a href="https://github.com/nodeschool/discussions/issues/93#issuecomment-37395477" target="_blank">NodeSchool Norwich</a></li>
<li><a href="https://github.com/nodeschool/discussions/issues/93#issuecomment-37484715" target="_blank">NodeSchool JSFest San Francisco</a></li>
<li><a href="https://medium.com/javascript-and-the-server/4c17b07af319" target="_blank">NodeSchool Budapest</a></li>
<li><a href="https://github.com/nodeschool/nodeschool.github.io/issues/15" target="_blank">NodeSchool Hosting Tips and Tricks</a></li>
</ul>
<h3>Hosting Suggestions</h3>
<p>As you can see from the above writeups there is a lot of flexiblity in the specifics of running an event, but we have found some of the following suggestions to be universally helpful:</p>
<ul>
<li>Try and get a mentor:student ratio of around 1:5 or more</li>
<li>Send attendees a reminder email the day/night before to increase turnout</li>
<li>Reach out to a wider group of potential attendees to encourage a more diverse turnout</li>
<li>Adopt a code of conduct for the event to help create a safe space and to minimize potential harassment scenarios</li>
<li>If you are unsure if your venue has adequate WiFi capacity then have an offline plan (e.g. thumbdrives)</li>
<li>If needed reach out to local software companies etc and ask for donations of space, wifi, food and drinks</li>
</ul>
<h3>Add Your Event!</h3>
<p>NodeSchool evevnts are kept in <a href="https://docs.google.com/a/github.com/spreadsheet/ccc?key=0AuOjlXjUrSbAdE1XRFJkeEJZQ1NSelhILUR0NXdBWUE#gid=0" target="blank">this Google Spreadsheet</a>. Add your event details on the next row of the spreadsheet. See the comments on the 'Start Date' and 'Location' columns for more formatting details.
</div>
</div>
<script src="main.js"></script>
</body>
</html>