IT11_Presentation/index.html

328 lines
10 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Umstellung des CMS</title>
<meta name="description" content="Präsentation über die Umstellung des CMS">
<meta name="author" content="Jan Jastrow">
<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">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/sky.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<style type="text/css">
.reveal i{
font-family: 'FontAwesome';
font-style: normal;
}
.progress {
height: 100px;
}
</style>
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'css/print/pdf.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">
<div class="slides">
<section data-transition="linear">
<h1>Umstellung CMS</h1>
<h3>Über die geplante Umstellung<br />der Unternehmenswebseite</h3>
<p>
<small>Jan Jastrow &#x007C; <a href="tel:00491752736642">+49 175 2736642</a> &#x7C; <a href="http://jastrow.me">Jastrow.me</a></small>
</p>
</section>
<section data-transition="linear">
<h2>Gliederung</h2>
<p>&nbsp;</p>
<ul>
<li class="fragment">Über mich</li>
<li class="fragment">Zum Unternehmen</li>
<li class="fragment">Projekterläuterung</li>
<li class="fragment">Umsetzung des Projekts</li>
</ul>
<aside class="notes">
Über mich <br />Zum Unternehmen<br />Projekterläuterung<br />Projektumsetzung
</aside>
</section>
<section data-transition="linear">
<section>
<h1>Über mich</h1>
<h2>Jan Jastrow</h2>
</section>
<section>
<h2>Jan Jastrow</h2>
<p>Geboren 1988 in Rendsburg</p>
</section>
<section>
<h3>Realschulabschluss</h3>
<img src="img/CTR.jpg" />
<p>Christian-Timm-Schule &middot; Rendsburg</p>
</section>
<section>
<h4>Ausbildung #1</h4>
<h2>Bürokaufmann</h2>
<img src="img/mueckenheim.jpg" />
<p>Elektro Mückenheim &middot; Fockbek</p>
</section>
<section>
<h4>Ausbildung #2</h4>
<h2>Informatikkaufmann</h2>
<img src="img/imland.jpg" />
<p>imland Kliniken &middot; Rendsburg</p>
</section>
</section>
<section>
<section>
<h2>imland GmbH</h2>
<p>&nbsp;</p>
<ul>
<li class="fragment">Kliniken in Rendsburg und Eckernförde</li>
<li class="fragment">Seniorenhäuser in Eckernförde, Nortorf und Jevenstedt</li>
<li class="fragment">Über 2.000 Mitarbeiter</li>
<li class="fragment">800 Betten</li>
<li class="fragment">täglich ca. 1.000 Patienten behandeln</li>
</ul>
<aside class="notes">
RD & Eckernförde<br />Seniorenhäuser<br />2000 Mitarbeiter<br />800 Betten<br />tägl. 1000 Patienten
</aside>
</section>
<section>
<h2>imland Kliniken</h2>
<h3>EDV-Abteilung</h3>
<p>&nbsp;</p>
<ul>
<li class="fragment">12 Mitarbeiter</li>
<li class="fragment">davon 3 Azubis</li>
<li class="fragment">1.100 Clients</li>
<li class="fragment">600 Drucker</li>
<li class="fragment">Ca. 80 verschiedene Programme</li>
<li class="fragment">142 Server</li>
</ul>
<aside class="notes">
12 MA<br />3 AZUBIS<br />1100 Clients<br />600 Drucker<br />80 Programm + 142 Server
</aside>
</section>
</section>
<section>
<section data-transition="linear">
<h4>Projekterläuterung</h4>
<h2>IST-Zustand</h2>
<p>&nbsp;</p>
<ul>
<li class="fragment">Nutzung eines eigenentwickelten CMS</li>
<li class="fragment">feste, monatliche Wartungskosten</li>
<li class="fragment">Problem: Abhängigkeit vom Anbieter (Fortbestehen?)</li>
</ul>
</section>
<section data-transition="linear">
<h4>Projekterläuterung</h4>
<h2>SOLL-Zustand</h2>
<p>&nbsp;</p>
<ul>
<li class="fragment">Quelloffenes System</li>
<li class="fragment">keine direkten Kosten</li>
<li class="fragment">Unabhängigkeit vom Dienstleister</li>
<li class="fragment">Erweiterbar mit neuen Features / Funktionen</li>
</ul>
</section>
</section>
<section>
<section>
<h2>Umsetzung<br />des Projekts</h2>
<ul>
<li class="fragment">Informationsbeschaffung</li>
<li class="fragment">Auswahl des neuen Systems</li>
<li class="fragment">Vier CMS in die engere Auswahl</li>
</ul>
</section>
<section>
<p><img src="img/drupal.png" style="border: 0; width: 500px; padding: 20px;" /></p>
<ul>
<li>Marktanteil: 4%</li>
<li>Ca. 15.200 Erweiterungen (Module)</li>
</ul>
<p><small>Quelle: Webkalkulator.com</small></p>
</section>
<section>
<img src="img/drupal_acp.jpg" />
</section>
<section>
<p><img src="img/contao.png" style="border: 0; width: 500px; padding: 20px;" /></p>
<ul>
<li>Marktanteil: 11%</li>
<li>Ca. 1.650 Erweiterungen</li>
</ul>
<p><small>Quelle: Webkalkulator.com</small></p>
</section>
<section>
<img src="img/contao_acp.jpg" />
</section>
<section>
<p><img src="img/typo3.png" style="border: 0; width: 500px;" /></p>
<ul>
<li>Marktanteil: 13%</li>
<li>Ca. 5.800 Erweiterungen</li>
</ul>
<p><small>Quelle: Webkalkulator.com</small></p>
</section>
<section>
<img src="img/typo3a.png" />
</section>
<section>
<p><img src="img/Joomla_logo.png" style="border: 0; width: 600px; padding: 20px;" /></p>
<ul>
<li>Marktanteil: 21%</li>
<li>Ca. 8.100 Erweiterungen</li>
</ul>
<p><small>Quelle: Webkalkulator.com</small></p>
</section>
<section>
<img src="img/joomla_acp.jpg" />
</section>
<section>
<p><img src="img/wordpress.png" style="border: 0; width: 600px; padding: 20px;" /></p>
<h4>- Nicht berücksichtigt -</h4>
<ul>
<li>Marktanteil: 37%</li>
<li>Ca. 31.600 Erweiterungen (Plugins)</li>
<li>Nicht geeignet für Webseiten unserer Größe</li>
</ul>
<p><small>Quelle: Webkalkulator.com</small></p>
</section>
<section>
<img src="img/wordpress_acp.jpg" />
</section>
</section>
<section>
<h2>Kriterien</h2>
<ul>
<li class="fragment">Ein Minimum an Features<br />(ebenbürtig dem aktuell genutzten System)</li>
<li class="fragment">Benutzerfreundlichkeit</li>
<li class="fragment">Anpassbarkeit</li>
</ul>
</section>
<section>
<h2>Vergleichstabelle</h2>
<img src="img/tab2/2_01.jpg" style="border:0; margin: 0; border-bottom: 1px solid black;" />
<img class="fragment" src="img/tab2/2_02.jpg" style="border:0; margin: 0; border-bottom: 1px solid black;" />
<img class="fragment" src="img/tab2/2_03.jpg" style="border:0; margin: 0;border-bottom: 1px solid black;" />
<img class="fragment" src="img/tab2/2_04.jpg" style="border:0; margin: 0;border-bottom: 1px solid black;" />
<img class="fragment" src="img/tab2/2_05.jpg" style="border:0; margin: 0;" />
<aside class="notes">
Nutzweranalyse<br />
Features, UI-Test 1 +2.<br />
Features zB. WYSIWYG-Editor, News-System (Blog), Verwaltung von Medien, Mehrsprachigkeit<br />
UI-Test: Benutzerfreundlichkeit, Zeitaufwand zum Beaarbeiten von Inhalten
</aside>
</section>
<section>
<h4>Gewinner nach Punkten:</h4>
<h2>Joomla! <i class="fa fa-check-circle-o" style="color: green;"></i></h2>
</section>
<section>
<section>
<h2>Anbieter</h2>
<ul>
<li class="fragment">Informationsbeschaffung über Anbieter</li>
<li class="fragment">Fokus hierbei auf lokale Unternehmen</li>
<li class="fragment">Anforderung von Angeboten nach Angebotsvordruck</li>
</ul>
</section>
<section>
<h2>4 Anbieter</h2>
<h3 class="fragment">4 Telefongespräche</h3>
<h4 class="fragment">3 Angebotsanfragen</h4>
<h4 class="fragment" style="font-size: 0.85em;">2 abgegebene Angebote</h4>
<h2 class="fragment">1 Sieger</h2>
</section>
<section>
<h1>Sieger</h1>
<h3>«Unternehmen 1»</h3>
</section>
</section>
<section>
<h1>Danke</h1>
<h2>für ihr Interesse</h2>
<p>&nbsp;</p>
<small><em>Made with Reveal.js Quellcode auf GitHub</em></small>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: false,
center: true,
slideNumber: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
// Parallax scrolling
// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
// parallaxBackgroundSize: '2100px 900px',
// Optional libraries used to extend on reveal.js
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, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>