vortrag-zcom/index.html

111 lines
4.0 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Vortrag ZCOM</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/black.css" id="theme">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h3>Von Maschinen fürs Leben lernen</h3>
<p>Stefan Majewsky, Chaos Computer Club Dresden</p>
</section>
<section>
<blockquote>Der Mensch spielt nur, wo er in voller Bedeutung des Worts Mensch ist, und er ist nur da ganz Mensch, wo er spielt.</blockquote>
<p><small>Friedrich Schiller: Über die ästhetische Erziehung des Menschen, 15. Brief (1793)</small></p>
</section>
<section><h2>Lektion 1</h2><p>Game of Life</p></section>
<section><img src="./img/gol-mechanics1.png"></section>
<section><img src="./img/gol-mechanics2.png"></section>
<section><img src="./img/gol-mechanics3.png"></section>
<section><img src="./img/gol-mechanics4.png"></section>
<section><img src="./img/gol-stilllifes.png"></section>
<section><img src="./img/gol-oscillators1.png"></section>
<section><img src="./img/gol-oscillators2.png"></section>
<section>
<img style="width:30vmin" src="./img/Game_of_life_animated_glider.gif">
<p style="color:#666"><small>Quelle: Rodrigo Silveira Camargo (via Wikipedia)</small></p>
</section>
<section>
<img style="width:30vmin" src="./img/Gospers_glider_gun.gif">
<p style="color:#666"><small>Quelle: Lucas Vieira (via Wikipedia)</small></p>
</section>
<section>
<video controls src="./img/Life in life-xP5-iIeKXE8.webm"></video>
<p style="color:#666"><small>Quelle: Phillip Bradbury (via YouTube)</small></p>
</section>
<section>
<h2>Emergente Komplexität</h2>
<p>Komplexes Verhalten aus einfachen Regeln</p>
<p>siehe: Gesellschaft, Wirtschaft, Politik</p>
</section>
<section><h2>Lektion 2</h2><p>Künstliche &quot;Intelligenz&quot;</p></section>
<section>
<img src="./img/Deep_Blue.jpg">
<p style="color:#666"><small>Quelle: James Gardner (via Wikipedia)</small></p>
</section>
<section>
<img src="./img/Deep_Blue.jpg">
<p style="color:#666"><small>Quelle: James Gardner (via Wikipedia)</small></p>
</section>
<section>
<img src="./img/1280px-Alphago_logo_Reversed.svg.png">
<p style="color:#666"><small>Quelle: Google DeepMind</small></p>
</section>
<section>
<img src="./img/Aurelia-aurita-3_(cropped).jpg">
<p style="color:#666"><small>Quelle: Martin Thoma (via Wikipedia)</small></p>
</section>
<section>
<img src="./img/Aurelia-aurita-3-0009.jpg">
<p style="color:#666"><small>Quelle: Martin Thoma (via Wikipedia)</small></p>
</section>
<section>
<img src="./img/Aurelia-aurita-3-0049.jpg">
<p style="color:#666"><small>Quelle: Martin Thoma (via Wikipedia)</small></p>
</section>
<section>
<h2>Fortschritt</h2>
<p>bricht althergebrachte Weltbilder.</p>
</section>
<section>
<p>Stehen wir auf der Seite der Ideologie?</p>
<p>Oder der Seite der Wahrheit?</p>
</section>
<section>
<h2>Lektion 3</h2>
<p>Mein Berufsalltag</p>
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
progress: false,
transition: 'none',
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>
</body>
</html>