Arquivos
nodecopter-com/compass/venue.html
T
Felix Geisendörfer c7c8d188c1 panem et circenses
2013-05-05 15:31:44 +02:00

149 linhas
5.2 KiB
HTML

<!doctype html public "✰">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width = 620px">
<!-- gh-pages likes to cache for 24h, let's disable that -->
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Thu, 01 Jan 1970 13:37:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<title>Venue</title>
<link rel="stylesheet" media="screen" href="/css/main.css" >
</head>
<body>
<a href="https://github.com/nodecopter/nodecopter.com"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<div id="holder">
<div id="header">
<p class="organizers">
Brought to you by the
<a href="https://twitter.com/nodecopter/following">@nodecopter</a> core <a href="/core">team</a>
</p>
<a href="/">
<img class="logo" src="/img/logo.png" alt="The NodeCopter.js Logo">
</a>
<div class="circle"></div>
</div>
<div id="introduction">
</div>
<div id="content">
<h2 id="venue"><a href="#venue">Venue</a></h2>
<p>A venue for a NodeCopter event should ideally meet the following requirements:
</p>
<ul>
<li><p><strong>Flying area</strong>: a separate flying area is great to play
around with drones, try out the programs and should prevent drones from
crashing into people.</p>
</li>
<li><p><strong>High ceiling</strong>: a flying area with a low ceiling doesn&#39;t make a lot of sense
when there are programmed NodeCopters flying around. Ideal would be a minimum
height of 4 meters (13 feet).</p>
</li>
<li><p><strong>Great hacking space</strong>: attendees are going to program their drones, so be
sure to provide an area where they can sit down and hack.</p>
</li>
<li><p><strong>Stable WiFi</strong>: it&#39;s safe to say that there will be on average a minimum
of two WiFi-capable devices per attendee (computer, phone, tablet, ...). And
every drone that is powered on will open its own wi-fi. Be sure your venue&#39;s
WiFi can handle this!</p>
</li>
<li><p><strong>Electricity</strong>: be sure there are enough power sockets and enough power splitters.
People need to recharge their computers and their phones, and you need too hook
up the rechargers for the batteries somewhere. You don&#39;t want to run out of fully
charged batteries when people are doing crazy stuff with their drones!</p>
</li>
<li><p><strong>Projector and screen</strong>: for the introductory talk at the beginning of a
NodeCopter event a projector and a screen are really great. And when it&#39;s time
for the demos most attendes will need a projector to show of what they built.</p>
</li>
</ul>
<h2 id="examples"><a href="#examples">Examples</a></h2>
<h3 id="venue-berlin"><a href="#venue-berlin">Berlin</a></h3>
<p><img src="/img/venue-small.jpg" alt="NodeCopter Berlin Venue">
</p>
<p><strong>Pro</strong>:
</p>
<ul>
<li>The abandoned public swimming baths were <strong>huge</strong>! There was plenty of space
to fly around!</li>
<li>The hacking area was totally separated from the flying area: attendees were
sitting besides the empty pool in which the drones where flying.</li>
</ul>
<p><strong>Contra</strong>:
</p>
<ul>
<li><p>The electricity in that old building wasn&#39;t the best. We essentially had a
couple of power sockets and needed loads of power splitters to make this work.</p>
</li>
<li><p>It was cold since it takes a lot of time and effort to heat up such a huge
hall at the beginning of October.</p>
</li>
</ul>
<h3 id="venue-dublin"><a href="#venue-dublin">Dublin</a></h3>
<p><img src="/img/dublin-venue-small.jpg" alt="NodeCopter Dublin Venue">
</p>
<p><strong>Pro</strong>:
</p>
<ul>
<li><p>The hacking spaces were really comfortable: you had a choice between
working at a normal desk or sitting on a couch.</p>
</li>
<li><p>Separate flying and hacking areas.</p>
</li>
</ul>
<p><strong>Contra</strong>:
</p>
<ul>
<li>Even though the venue had high ceilings it also had some metal bars on the
ceilings, which a lot of NodeCopters hit eventually.</li>
</ul>
</div>
<!-- needed to keep footer from overlapping #content -->
<div id="footer-space"></div>
<div id="footer">
<div class="columns">
<div class="credits">
<p class="copyright">Copyright &copy; 2012 NodeCopter.js</span>
<p class="authors">
Designed by <a href="http://twitter.com/karolinaszczur">Karolina Szczur</a>.
Developed by <a href="http://twitter.com/felixge">Felix Geisendörfer</a>.
</span>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3306079-15']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>