This repository has been archived on 2022-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
presis/revealjs/kilimandscharo/index.html

187 lines
6.5 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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>
<head>
<meta charset="utf-8">
<title>Kilimandscharo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/css/print/pdf.css" media="print">
<link rel="stylesheet" href="../node_modules/reveal.js/css/theme/black.css">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,700|Fira+Mono" rel="stylesheet">
<style>
body * {
font-family: "Fira Sans", Roboto, Helvetica, sans-serif !important;
-webkit-print-color-adjust:exact;
}
</style>
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? '../node_modules/reveal.js/css/print/pdf.css' : '../node_modules/reveal.js/css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<section data-background-image="img/sergey-pesterev-221501.jpg">
<h1 style="color:black;">Kilimandscharo</h1>
<aside class="notes">
<ul>
<li>Höchster Berg in Afrika</li>
<li>Schichtvulkan</li>
<li>Letzter Ausbruch: nach Überlieferungen ~ 1700</li>
<li>Kibo (Uhuru (kiswaheli) → Freiheit): 5895m</li>
</ul>
</aside>
</section>
<section data-background-image="img/map.png">
<aside class="notes">
<ul>
<li>Liegt in Tansania</li>
<li>an der kenianischen Grenze</li>
</ul>
</aside>
</section>
<section data-background-image="img/map_detail.png">
<aside class="notes">
<ul>
<li>bildet die Grenze</li>
</ul>
</aside>
</section>
<section data-background-image="img/profil_nasa.png" data-background-size="contain">
<aside class="notes">
<ul>
<li>Rendering des Kilimandscharos</li>
<li>Drei vulkanische Gipfel: Shira, Kibo, Mawenzia</li>
</ul>
</aside>
</section>
</section>
<section>
<section data-background-image="img/top.jpg">
<aside class="notes">
<ul>
<li>Buschland, 800m 1,800m</li>
<li>Offene Regenlandschaft, 1,800m 2,800m</li>
<li>Heide und Moorland, 2,800m 4,000m</li>
<li>Unfruchtbares Hochland, 4,000m 5,000m</li>
<li>Eiskappe, 5,000m 5,895m</li>
</ul>
</aside>
</section>
<section data-background-image="img/chen-hu-513373.jpg">
<aside class="notes">
<ul>
<li>Auf dem Kibo: Gletscher</li>
</ul>
</aside>
</section>
<section data-background-image="img/erwaermung.svg">
<aside class="notes">
<ul>
<li>Klimaerwärmung schmilzt das Eis auf dem Gipfel</li>
<li>1912: 11.4km²</li>
<li>2011: 1.76km²</li>
<li>Anstieg der Schmelzgeschwindigkeit
<ul>
<li>19121953: -1.1%/y</li>
<li>19531989: -1.4%/y</li>
<li>19892007: -2.5%/y</li>
</ul>
</li>
<li>Bis 2060 wird die Eiskappe komplett verschwunden sein</li>
</ul>
</aside>
</section>
<section data-background-image="img/kraterloch.jpg">
<aside class="notes">
<ul>
<li>sieht man nochmal Eis + Krater</li>
<li>Erste Luftaunahme des Kraters von Walter Mittelholzer (1929)</li>
</ul>
</aside>
</section>
</section>
<section>
<section data-background-image="img/kaktus.jpg">
<aside class="notes">
<h3>Pflanzen</h3>
<ul>
<li>Akazien</li>
<li>Farne</li>
<li>Erika-Sträucher bis 10 m hoch</li>
<li>Kiefern</li>
<li>Kreuzkraut 5 bis 6 m hoch</li>
<li>Moose</li>
<li>Olivenbäume</li>
<li>Orchideen</li>
<li>Palmen</li>
<li>Riesen-Senecien (siehe Bild)</li>
<li>Wacholder</li>
</ul>
</aside>
</section>
<section data-background-image="img/elefanten.jpg">
<aside class="notes">
<h3>Tiere</h3>
<ul>
<li>Säugetiere
<ul>
<li>Affen</li>
<li>Büffel</li>
<li>Elefanten</li>
<li>Hyänen</li>
<li>Leoparden</li>
<li>Löwen</li>
<li>Nashörner</li>
<li>Zebras</li>
</ul>
</li>
<li>Vögel
<ul>
<li>Enten</li>
<li>Flamingos</li>
<li>Gänse</li>
<li>Kuckuckarten</li>
<li>Pelikane</li>
<li>Reiher</li>
<li>Störche</li>
</ul>
</li>
</ul>
</aside>
</section>
</section>
</div>
</div>
<script src="../node_modules/reveal.js/lib/js/head.min.js"></script>
<script src="../node_modules/reveal.js/js/reveal.js"></script>
<script>
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
//showNotes: true,
width: 1280,
height: 800,
transition: 'slide', // none, fade, slide, convex, concave, zoom
dependencies: [
// Zoom in and out with Alt+click
{ src: '../node_modules/reveal.js/plugin/zoom-js/zoom.js', async: true },
// Speaker notes
{ src: '../node_modules/reveal.js/plugin/notes/notes.js', async: true },
]
});
</script>
</body>
</html>