Skip to content
Snippets Groups Projects
Commit 3adad953 authored by Peter Vennemann's avatar Peter Vennemann
Browse files

Raw idea of course structure.

parent f60688db
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,13 @@ author: Peter Vennemann
email: vennemann@fh-muenster.de
version: 24.10.18
version: 0.0.1
language: de
date: 01.11.2024
logo: ./fig/logo_gpt.webp
narrator: German male
language: de
comment: This small course on energy systems and ecology is part
of the collaborative module »Technology and Ecology« in
......@@ -16,14 +18,107 @@ comment: This small course on energy systems and ecology is part
-->
# Course Main Title
# Energie und Oekologie
**Kurs im Aufbau -- fertig am 21. November 2024.**
## Energie -- Basis menschlicher Entwicklung
Lernziel: Bedeutung, Größenordnungen und Einheiten kennen.
* Pro Kopf Energieverbrauch vom Altertum bis heute
* Vergleiche Arbeitskraft Maschinenleistung
- Mühlrad
- Dampfmaschine
- Mähdrescher
- ...
- Wie viele Arbeitskraftäquivalente arbeiten für uns?
* Verbesserung des Lebensstandards
- Regionalvergleiche
- Lebensstilvergleiche
## Energiekonsum -- Auswirkungen
### Übersicht
Lernziel: Die wichtigsten Auswirkungen beschreiben können.
* Emissionen (Luft, Boden, Wasser) --> Ölschieferabbau
* Flächenverbrauch
* radioaktive Strahlung (1979 Three Miles Island, Tschernobyl, Fukushimaq)
* elektrische Felder
* politische Aspekte wie Abhängigkeiten oder Missbrauch
### Risikoabschätzung, Technikfolgeabschätzung
Lernziel: Bewertungsmaßstäbe am Beispiel Energie kennen und anwenden.
* Methodik
### Lebenszyklusanalyse
Lernziel: Methodik von Technikfolgeabschätzung abgrenzen und Ziel kennen.
* Methodik
### Energietechnologie-Vergleich
Lernziel: Auswirkungen beschreiben, einordnen und vergleichen.
* LCA Kennzahlen
* Bereitstellung
- fossile Energieträger
- regenerative Energieträger
- Kernenergie
* Übertragung
- Netze
* Speicherung (Volumina, Flächen, LCA, ...)
- Wasserstoff
- Biomasse
- Batterien
* Verwendung
- Mobilität
- Heizen, Lüften, Kühlen
* Graue Energie
- Übung mit Hilfe des Posters?
## Schadensminimierung
### Genehmigungsverfahren
* Windkraft
- Schallschutz
- Abschaltung
* Wasserkraft
- Wasserrahmenrichtlinie
### Energiesystemoptimierung
* Aktuelle Beispiele aus der Forschungsgruppe.
### Emissionshandel
### Was können wir tun?
- siehe: Das Klimabuch von Esther Gonstalla
- Aufforstung
## Eigene Themen
- peak oil theory
- Wert der Natur --> Zeit Artikel
## Quellen
This is your **course** initialization stub.
Please see the [Docs](https://LiaScript.github.io/course/?https://raw.githubusercontent.com/liaScript/docs/master/README.md)
to find out what is possible in [LiaScript](https://LiaScript.github.io).
If you want to use instant help in your Atom IDE, please type **lia** to see all available shortcuts.
## Markdown
......@@ -48,57 +143,11 @@ Images:
### Extensions
--{{0}}--
But you can also include other features such as spoken text.
--{{1}}--
Insert any kind of audio file:
{{1}}
?[audio](https://bigsoundbank.com/UPLOAD/mp3/1068.mp3)
--{{2}}--
Even videos or change the language completely.
{{2-3}}
!?[video](https://www.youtube.com/watch?v=bICfKRyKTwE)
--{{3 Russian Female}}--
Первоначально создан в 2004 году Джоном Грубером (англ. John Gruber) и Аароном
Шварцем. Многие идеи языка были позаимствованы из существующих соглашений по
разметке текста в электронных письмах...
{{3}}
Type "voice" to see a list of all available languages.
### Styling
<!-- class = "animated rollIn" style = "animation-delay: 2s; color: purple" -->
The whole text-block should appear in purple color and with a wobbling effect.
Which is a **bad** example, please use it with caution ...
~~ only this is red ;-) ~~ <!-- class = "animated infinite bounce" style = "color: red;" -->
## Charts
Use ASCII-Art to draw diagrams:
Multiline
1.9 | DOTS
| ***
y | * *
- | r r r r r r r*r r r r*r r r r r r r
a | * *
x | * *
i | B B B B B * B B B B B B * B B B B B
s | * *
| * * * * * *
-1 +------------------------------------
0 x-axis 1
## Quizzes
### A Textquiz
......@@ -122,38 +171,3 @@ Just add as many points as you wish:
[( )] ...
[(X)] <-- Only the **X** is allowed.
[( )] ...
## Executable Code
You can make your code executable and define projects:
``` js -EvalScript.js
let who = data.first_name + " " + data.last_name;
if(data.online) {
who + " is online"; }
else {
who + " is NOT online"; }
```
``` json +Data.json
{
"first_name" : "Sammy",
"last_name" : "Shark",
"online" : true
}
```
<script>
// insert the JSON dataset into the local variable data
let data = @input(1);
// eval the script that uses this dataset
eval(`@input(0)`);
</script>
## More
Find out what you also can do ...
https://LiaScript.github.io/course/?https://raw.githubusercontent.com/liaScript/docs/master/README.md
fig/logo_gpt.webp

621 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment