Skip to content

Instantly share code, notes, and snippets.

@reederz
Created February 25, 2015 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reederz/765fe6e33e3827e3ae31 to your computer and use it in GitHub Desktop.
Save reederz/765fe6e33e3827e3ae31 to your computer and use it in GitHub Desktop.
Gatesense Slides - revealjs
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Gatesense - Community-driven IoT platform</title>
<meta name="description" content="Gatesense - Community-driven IoT platform">
<meta name="author" content="Justas Azna">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css" id="theme">
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<!-- First slide -->
<section data-background="#154158">
<h2>Gatesense</h2>
<h3>Community-driven IoT Platform</h3>
</section>
<section data-background="#154158">
<section data-background="#154158">
<h2>We embrace Open Source</h2>
</section>
<section data-background="#154158">
<p>
At gatesense, we believe that using open standards and <i>*FOSS</i> software is the key to the success of Internet of Things
</p>
<br>
<p>
<i>*FOSS</i>: Free and open-source software
</p>
</section>
<section data-background="#154158">
<h2>FOSS - CKAN</h2>
<p>
<small>CKAN is a powerful data management system that makes data accessible – by providing tools to streamline publishing, sharing, finding and using data. CKAN is aimed at data publishers (national and regional governments, companies and organizations) wanting to make their data open and available. - See more at: <a href="http://ckan.or">ckan.org</a>
</small>
</p>
</section>
<section data-background="#154158">
<h2>FOSS - Node-RED</h2>
<p>
<small>Node-RED is a tool for wiring together hardware devices, APIs and online services in new and interesting ways. - See more at: <a href="http://nodered.org">nodered.org</a></small>
</p>
</section>
</section>
<section data-background="#154158">
<section data-background="#154158">
<h2>We build tools</h2>
</section>
<section data-background="#154158">
<h2>FOSS - ckanext-realtime</h2>
<p>
ckanext-realtime is CKAN plugin which makes your CKAN site into a Realtime Data Portal. By using CkanRT.js library, client applications can subscribe to realtime events from Observable Datastores. - See more at: <a href="http://alexandrainst.github.io/ckanext-realtime/">alexandrainst.github.io/ckanext-realtime</a>
</p>
</section>
<section data-background="#154158">
<h2>FOSS - node-red-contrib-coap</h2>
<p>
Add CoAP support to Node-RED. It is based on Matteo Collina's node-coap. - See more at: <a href="https://www.npmjs.com/package/node-red-contrib-coap">www.npmjs.com/package/node-red-contrib-coap</a>
</p>
</section>
</section>
<section data-background="#154158">
<section data-background="#154158">
<h2>We experiment</h2>
</section>
<section data-background="#154158">
<h2>Meshlium</h2>
<p>
Meshlium is a Linux router which works as the Gateway of the Waspmote Sensor Networks. It can contain 6 different radio interfaces: WiFi 2.4GHz, WiFi 5GHz, 3G/GPRS, Bluetooth, XBee and LoRa. As well as this Meshlium can also integrate a GPS module for mobile and vehicular applications and be solar and battery powered. These features along with an aluminium IP65 enclosure allows Meshlium to be placed anywhere outdoor. - See more at <a href="http://www.libelium.com/products/meshlium/">www.libelium.com/products/meshlium/</a>
</p>
</section>
</section>
<section data-background="#154158">
<section data-background="#154158">
<h2>We Make Friends</h2>
</section>
<section data-background="#154158">
<h2>GETD(ecentralized)</h2>
</section>
<section data-background="#154158">
<h2>RIOT</h2>
</section>
</section>
<!--Last slide -->
<section data-background="#154158">
<p>
<small>Learn More: <a href="http://gatesense.com/">gatesense.com</a></small>
</p>
<p>
<small>Twitter: <a href="https://twitter.com/Gatesense_IoT">@Gatesense_IoT</a></small>
</p>
<p>
<small>Github: <a href="https://github.com/gatesense">github.com/gatesense</a></small>
</p>
<br>
<p>
<small>Slides by Justas Azna / <a href="http://twitter.com/reederz">@reederz</a></small>
</p>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment