Skip to content

Instantly share code, notes, and snippets.

@mperlet
Last active August 29, 2015 14:19
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 mperlet/5783d84be1658787f55c to your computer and use it in GitHub Desktop.
Save mperlet/5783d84be1658787f55c to your computer and use it in GitHub Desktop.
wartN-Vortrag
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>wartN</title>
<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Hakim El Hattab">
<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="http://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.0.0/css/reveal.css">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.0.0/css/theme/solarized.css" id="theme">
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.0.0/lib/css/zenburn.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.0.0/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">
<section data-markdown>
<script type="text/template">
# wartN
* Simeon Wiedenmann (ITTI 2. Semester Master)
* Benjamin Heinzerling (ET 2.Master Semester)
* Mathias Perlet (ITTI 1. Semster Master)
</script>
</section>
<section data-markdown>
<script type="text/template">
# Agenda
* Idee
* Anwendungsfälle
* Umsetzung Frontend & Backend
* Probleme
* Finanzierungsideen
* Zukunftsperspektiven
</script>
</section>
<section data-markdown>
<script type="text/template">
# Idee
* Wartezeiten vermeiden/abschätzen/reduzieren
* Auslastung optimieren
* **Zeit = Geld**
* Crowd + Technologien nutzen
* Mobile-First Anwendung
</script>
</section>
<section data-markdown>
<script type="text/template">
# Anwendungsfälle
* Mensa
* Arzt-Praxen
* KFZ-Stelle (Ämter)
* Restaurants/Clubs/Bars/Cafes
</script>
</section>
<section data-markdown>
<script type="text/template">
# Umsetzung Frontend
* Website mit Wartezeiten für Orte
* Responsive Design (Bootstrap)
* Diagramm
</script>
</section>
<section data-markdown>
<script type="text/template">
# Backend
* "Blackbox" welches Besucher zählt
* Server welcher Daten ausliefert
* Cloud-basiert
</script>
</section>
<section data-markdown>
<script type="text/template">
# Probleme
* Korrektheit der Daten
* Haftungsfrage
* Henne-Ei Problem
* Nutzerakzeptanz vs. Bekanntheit
</script>
</section>
<section>
<section data-markdown>
<script type="text/template">
# Finanzierungsideen
* Crowdfounding
* Investoren suche
</script>
</section>
<section data-markdown>
<script type="text/template">
## Enterprisefinanzierung Abo-Modell
* Auslastung Optimieren
* Service verbessern (API für eigene Webpräsenz)
</script>
</section>
<section data-markdown>
<script type="text/template">
## Nutzerfinanziert
* Micropayment / Flattr
</script>
</section>
</section>
<section>
<section data-markdown>
<script type="text/template">
## Zukunftsperspektiven "Blackbox"
#### passive Datenerhebung
* Anz. WLAN Geräte zählen (Router mit spezieller Software)
* Anz. Türklinken-Benutzung zählen
* Wärmebildkamera/Webcam
* Lärmpegel messen
* Lichtschranken
* Raumwärme/C02-Werte
</script>
</section>
<section data-markdown>
<script type="text/template">
#### aktive Datenerhebung
* Anwesenheitsbutton
* Tokenbasiert
* Gamefication (wartende Leute spielen datenerhebendes Spiel)
</script>
</section>
</section>
<section>
<img src="https://openclipart.org/image/200px/svg_to_png/98965/Ampelmaennchen-macht-Orientierungslauf.png" alt="Ampelmännchen macht Orientierungslauf" title="Ampelmännchen macht Orientierungslauf by morits ( https://openclipart.org/user-detail/morits )" />
</section>
</div>
</div>
<script language="javascript" type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.0.0/lib/js/head.min.js"></script>
<script language="javascript" type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.0.0/js/reveal.js"></script>
<script language="javascript" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.0.0/plugin/markdown/marked.js"></script>
<script language="javascript" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.0.0/plugin/markdown/markdown.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 }
]
});
Reveal.configure({ slideNumber: true });
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment