From facbe8ce3b21153c9131c37d2a0b7b2493b72217 Mon Sep 17 00:00:00 2001
From: Erik Grobecker <erik@grobecker.me>
Date: Mon, 24 Mar 2025 12:33:30 +0100
Subject: [PATCH 1/6] Mathe am 24.03.2025

---
 schule/mathe/MA_2025-03-20.typ      | 52 ++++++++++++++++++++++++++---
 schule/mathe/pdfs/MA_2025-03-20.pdf |  4 +--
 2 files changed, 49 insertions(+), 7 deletions(-)

diff --git a/schule/mathe/MA_2025-03-20.typ b/schule/mathe/MA_2025-03-20.typ
index 66788b2..80850b5 100644
--- a/schule/mathe/MA_2025-03-20.typ
+++ b/schule/mathe/MA_2025-03-20.typ
@@ -34,16 +34,58 @@ HA: Wie sieht die Verteilung in Jahr 1 und 2 aus?\
 
 #v(1em)
 
-Die Aufgabe kann mit einer _Matrize_ gelöst werden, 
+Die Aufgabe kann mit einer _Matrix_ gelöst werden, 
 was wie folgt aussehen würde:\
 Jede Reihe repräsentiert hier eine Marke, die Zahlen stellen die Wechselbeziehunen dar.
 #let colpurple(x) = text(fill: purple.darken(15%), $#x$)
 $
   colpurple(mat(
-    0.6,0.3,0.1;
-    0.5,0.2,0.3;
-    0.7,0.1,0.2;
+    0.6,0.2,0.1;
+    0.3,0.5,0.2;
+    0.1,0.3,0.7;
   ))
   dot
-  vec(1/3,1/3,1/3)
+  vec(x_1,x_2,x_3)
+  =
+  mat(
+    0.6 * x_1 + 0.2 * x_2 + 0.1*x_3;
+    0.3*x_1+0.5*x_2+0.2*x_3;
+    0.1*x_1+0.3*x_2+0.7*x_3
+  )
 $
+
+Ein Jahr: $vec(0.3,1/3, 0.3overline(6))$\ #v(1em)
+Zwei Jahre: $vec(0.27, 0.overline(3), 0.40overline(3))$
+
+Würde man dies bei einem Kunden machen ($x_1=1;x_2=0;x_3=0$), würde das Ergebniss die Chance bedeuten, dass dieser bei der jeweiligen Firma ist.
+
+== S. 354 Nr. 5b)
+Iterationen($n$) = $5$
+
+$
+  mat(
+    0,0.3,0.5;
+    0.6,0,0.5;
+    0.4,0.7,0
+  )^n
+  *
+  vec(1/3,1/3,1/3)
+  approx
+  vec(
+    0.29,
+    0.35,
+    0.36
+  )
+  \
+  mat(
+    0,0.3,0.5;
+    0.6,0,0.5;
+    0.4,0.7,0
+  )^n
+  *
+  vec(1,0,0)
+  approx
+  vec(0.29,0.37,0.33)
+$
+
+HA: Nr. 6
diff --git a/schule/mathe/pdfs/MA_2025-03-20.pdf b/schule/mathe/pdfs/MA_2025-03-20.pdf
index e892f6d..78bc9c1 100644
--- a/schule/mathe/pdfs/MA_2025-03-20.pdf
+++ b/schule/mathe/pdfs/MA_2025-03-20.pdf
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:0d49e01d1b044b151ded4e8f25065deaafe8a265a2214efb1f77a8d8cdbbb708
-size 19872
+oid sha256:e21983df704c1e37952a18791381fa38844f14dcb73acb663274a9a522b00b20
+size 24893

From 5bbe0a0cfdae2bfe4532940830e5a66cadce8491 Mon Sep 17 00:00:00 2001
From: Erik Grobecker <erik@grobecker.me>
Date: Tue, 25 Mar 2025 12:35:43 +0100
Subject: [PATCH 2/6] Philosophie am 25.03.2025

---
 schule/philosophie/PL_2025-03-24.typ      | 35 +++++++++++++++++++++++
 schule/philosophie/pdfs/PL_2025-03-24.pdf |  3 ++
 2 files changed, 38 insertions(+)
 create mode 100644 schule/philosophie/PL_2025-03-24.typ
 create mode 100644 schule/philosophie/pdfs/PL_2025-03-24.pdf

diff --git a/schule/philosophie/PL_2025-03-24.typ b/schule/philosophie/PL_2025-03-24.typ
new file mode 100644
index 0000000..f422d11
--- /dev/null
+++ b/schule/philosophie/PL_2025-03-24.typ
@@ -0,0 +1,35 @@
+#set text(lang: "de", font: "Atkinson Hyperlegible")
+
+#let Fach = "Philosophie"
+#let Datum = "24.03.2025"
+#let Titel = "Position des Determinismus"
+// #show heading: text()
+// Title und Untertitel
+#align(
+  center,
+  [
+    #heading(outlined: false)[#Fach am #Datum]\
+    #text(size: 14pt, style: "oblique")[#Titel]
+  ],
+)
+
+#show "->": sym.arrow
+#show "=>": sym.arrow.double
+
+== 1. Was ist Determinismus (Argumente)
+
+Alles, was unter naturwissenschaftliche Gesetze fällt und dessen Ergebniss unter Basis derer vorausgesehen werden kann, ist determiniert.
+
+== 2. Welche Aussagen Hospers sind wissenschaftlich? (nach Popper), welche nicht
+
+
+
+== 3. Was würde Hospers auf die Argumente
+
+Nichtauffinden einer Ursache, heißt nicht Abwesenheit der Ursache,
+damit ist keine Falsifizierbarkeit möglich.
+
+
+$
+  sin(1)/x
+$
\ No newline at end of file
diff --git a/schule/philosophie/pdfs/PL_2025-03-24.pdf b/schule/philosophie/pdfs/PL_2025-03-24.pdf
new file mode 100644
index 0000000..2e6217b
--- /dev/null
+++ b/schule/philosophie/pdfs/PL_2025-03-24.pdf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:78a89b7f054a887078b912c57f444e8799bade58151c715662159c8fbfd87ba7
+size 17133

From 9fe1563414b7be61b33bf7a9e8ce2ea441449c9e Mon Sep 17 00:00:00 2001
From: Erik Grobecker <erik@grobecker.me>
Date: Wed, 26 Mar 2025 10:25:54 +0100
Subject: [PATCH 3/6] Englisch am 26.03.2025

---
 schule/englisch/EN_2025-03-26.typ      | 94 ++++++++++++++++++++++++++
 schule/englisch/pdfs/EN_2025-03-26.pdf |  3 +
 2 files changed, 97 insertions(+)
 create mode 100644 schule/englisch/EN_2025-03-26.typ
 create mode 100644 schule/englisch/pdfs/EN_2025-03-26.pdf

diff --git a/schule/englisch/EN_2025-03-26.typ b/schule/englisch/EN_2025-03-26.typ
new file mode 100644
index 0000000..095478f
--- /dev/null
+++ b/schule/englisch/EN_2025-03-26.typ
@@ -0,0 +1,94 @@
+#set text(lang: "en", font: "Atkinson Hyperlegible")
+
+#let Fach = "Englisch"
+#let Datum = "26.03.2025"
+// Title und Untertitel
+// #align(
+//   center,
+//   [
+//     #heading(outlined: false)[#Fach am #Datum]\
+//     #text(size: 14pt, style: "oblique")[#Titel]
+//   ],
+// )
+
+#import "@preview/grape-suite:2.0.0": exercise
+#import exercise: project
+
+#set text(lang: "en")
+
+#show: project.with(
+  title: [directions in a script],
+  author: "Erik Grobecker",
+  seminar: [#Fach],
+  date: datetime(day: 26, month: 3, year: 2025),
+)
+
+#show "->": sym.arrow
+#show "=>": sym.arrow.double
+
+= Stage directions (p. 222-223)
+
+
+#figure(
+  caption: [stage directions],
+  table(
+    columns: 2,
+    table.header([*visual*], [*acoustic*]),
+    [
+      - lighting
+      // - expression
+      // - gestures
+      // - movement
+      - scenery (setting)
+      - properties
+    ],
+    [
+      - noise
+      - sound
+      - music
+    ],
+  ),
+)
+
+#v(1em) // makes it look a bit better
+
+#figure(
+  caption: [character directions],
+  table(
+    columns: 3,
+    table.header([*visual*], [*acoustic*], [*action*]),
+    [
+      - facial expression (emotions)
+      - appearance (costumes)
+      - age, body shape, etc.
+      - gestures
+    ],
+    [
+      - voice
+      - intonation
+      - volume
+      - non-verbal noise
+      - language
+    ],
+    [
+      - movement
+      - behaviour
+    ]
+
+  ),
+)
+
+#v(1em)
+
+Further information can be found in the info-box on p. 225.
+
+== dramatic texts
+
+- stage directions
+- a
+  - dialogue
+  - monologue
+  - aside
+  - soliloquy
+  - reported action
+
diff --git a/schule/englisch/pdfs/EN_2025-03-26.pdf b/schule/englisch/pdfs/EN_2025-03-26.pdf
new file mode 100644
index 0000000..8b8f088
--- /dev/null
+++ b/schule/englisch/pdfs/EN_2025-03-26.pdf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5ca9b1637729b4c591225a08645da8cd1fe1539c417fd93b18b4723fb5f188ba
+size 14197

From 8a7c1b6fe0d6424532c3341cb0f3de5740a5861e Mon Sep 17 00:00:00 2001
From: Erik Grobecker <erik@grobecker.me>
Date: Thu, 27 Mar 2025 08:05:41 +0100
Subject: [PATCH 4/6] Deutsch am 24.03.2025

---
 schule/deutsch/DE_2025-03-24.typ              |  65 ++
 ...DE_cluster-literarische-moderne.excalidraw | 686 ++++++++++++++++++
 .../DE_cluster-literarische-moderne.png       |   3 +
 schule/deutsch/pdfs/DE_2025-03-24.pdf         |   3 +
 4 files changed, 757 insertions(+)
 create mode 100644 schule/deutsch/DE_2025-03-24.typ
 create mode 100644 schule/deutsch/assets/DE_cluster-literarische-moderne.excalidraw
 create mode 100644 schule/deutsch/assets/DE_cluster-literarische-moderne.png
 create mode 100644 schule/deutsch/pdfs/DE_2025-03-24.pdf

diff --git a/schule/deutsch/DE_2025-03-24.typ b/schule/deutsch/DE_2025-03-24.typ
new file mode 100644
index 0000000..d6a6d0a
--- /dev/null
+++ b/schule/deutsch/DE_2025-03-24.typ
@@ -0,0 +1,65 @@
+#set text(lang: "de", font: "Atkinson Hyperlegible")
+
+#let Fach = "Deutsch"
+#let Datum = "24.03.2025"
+#let Titel = ""
+// Title und Untertitel
+#align(
+  center,
+  [
+    #heading(outlined: false)[#Fach am #Datum]\
+    #text(size: 14pt, style: "oblique")[#Titel]
+  ],
+)
+
+#show "->": sym.arrow
+#show "=>": sym.arrow.double
+
+#let colred(x) = text(red)[#x]
+#let colgreen(x) = text(green.darken(15%))[#x]
+#let colpurple(x) = text(purple)[#x]
+
+#v(2em)
+
+== Cluster zur literarischen Moderne
+
+#underline[Aufgabe:]\
+Es müssen die #text(purple)[Merkmale], #text(red)[Problemzusammenhänge] und #text(green.darken(15%))[Bildfelder] strukturiert werden.
+
+// #figure(
+//   image("assets/DE_cluster-literarische-moderne.excalidraw.png"),
+//   caption: [Cluster zur literarischen Moderne (zwei Ebenen)],
+// )
+
+== Woyzeck und der Doktor (8. Szene, S.16f)
+
+- Regentschaft des Geistes
+  - Verärgerung, Ansprüche, Schlüsselwörter
+    - V: Woyzeck hat seine triebe nicht under Kontrolle
+    - A: Mensch ist frei\
+      -> Woyzeck hat seine Triebe zugelassen und selbst so bestimmt
+    - S: Selbstkontrolle
+    - der Doktor hat an sich und andere den Anspruch eine konstante Selbstkontrolle auszuüben, 
+      da er den Eindruck hat, 
+      Triebe wären nur existent da das Individuum diese zulässt.
+  - Warum hegt der Doktor kein Interesse an Woyzecks Motiven?
+    - Woyzeck wird als Primat, nicht als Mensch gesehen\
+      -> wird als Subjekt, nicht als Person bezeichnet
+- Regentschaft des Körpers
+  - Beweggründe Woyzecks
+    - Geld für seine Frau
+  - Gründe Woyzecks den vertraglichen Bedingungen nicht nachzukommen
+    - Natur seie gekommen -> Trieb hat ihn angetrieben
+
+
+Trieb kann hier durch Determiniert ersetzt werden
+
+=== "Woyzeck im Spannungsfeld zwischen Gesellschaft und Natur"
+
+- Gesellschaft
+  - Finanzierung seiner Frau
+  - Experiment des Doktors -> rein Erbsenbasierte Nahrung
+  - Arbeit als Barbier des Hauptmanns
+- Natur
+  - 
+
diff --git a/schule/deutsch/assets/DE_cluster-literarische-moderne.excalidraw b/schule/deutsch/assets/DE_cluster-literarische-moderne.excalidraw
new file mode 100644
index 0000000..f82e5d7
--- /dev/null
+++ b/schule/deutsch/assets/DE_cluster-literarische-moderne.excalidraw
@@ -0,0 +1,686 @@
+{
+  "type": "excalidraw",
+  "version": 2,
+  "source": "https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor",
+  "elements": [
+    {
+      "id": "gNGwzkVGC3u6QeiEpmMJo",
+      "type": "ellipse",
+      "x": 1749.807768033693,
+      "y": -141.76054590570675,
+      "width": 249,
+      "height": 157,
+      "angle": 0,
+      "strokeColor": "#1e1e1e",
+      "backgroundColor": "transparent",
+      "fillStyle": "solid",
+      "strokeWidth": 2,
+      "strokeStyle": "solid",
+      "roughness": 1,
+      "opacity": 100,
+      "groupIds": [],
+      "frameId": null,
+      "index": "aG",
+      "roundness": {
+        "type": 2
+      },
+      "seed": 227495686,
+      "version": 89,
+      "versionNonce": 569137798,
+      "isDeleted": false,
+      "boundElements": [
+        {
+          "type": "text",
+          "id": "nwHb91ySPiq2Scab3X8O7"
+        },
+        {
+          "id": "PriqADg_mC66mRxp9RJFm",
+          "type": "arrow"
+        },
+        {
+          "id": "MwNGm4F5q98d-Pyvt1AMe",
+          "type": "arrow"
+        }
+      ],
+      "updated": 1742804283758,
+      "link": null,
+      "locked": false
+    },
+    {
+      "id": "nwHb91ySPiq2Scab3X8O7",
+      "type": "text",
+      "x": 1820.9330384732334,
+      "y": -88.26842822885074,
+      "width": 106.67987060546875,
+      "height": 50,
+      "angle": 0,
+      "strokeColor": "#1e1e1e",
+      "backgroundColor": "transparent",
+      "fillStyle": "solid",
+      "strokeWidth": 2,
+      "strokeStyle": "solid",
+      "roughness": 1,
+      "opacity": 100,
+      "groupIds": [],
+      "frameId": null,
+      "index": "aH",
+      "roundness": null,
+      "seed": 505118278,
+      "version": 75,
+      "versionNonce": 1872803610,
+      "isDeleted": false,
+      "boundElements": [],
+      "updated": 1742804105309,
+      "link": null,
+      "locked": false,
+      "text": "literarische\nModerne",
+      "fontSize": 20,
+      "fontFamily": 5,
+      "textAlign": "center",
+      "verticalAlign": "middle",
+      "containerId": "gNGwzkVGC3u6QeiEpmMJo",
+      "originalText": "literarische Moderne",
+      "autoResize": true,
+      "lineHeight": 1.25
+    },
+    {
+      "id": "EP7GS0Ury9pLMCaPyhqNn",
+      "type": "text",
+      "x": 1773.5330451480868,
+      "y": -511.2458646385621,
+      "width": 200.7598114013672,
+      "height": 25,
+      "angle": 0,
+      "strokeColor": "#1e1e1e",
+      "backgroundColor": "transparent",
+      "fillStyle": "solid",
+      "strokeWidth": 2,
+      "strokeStyle": "solid",
+      "roughness": 1,
+      "opacity": 100,
+      "groupIds": [],
+      "frameId": null,
+      "index": "aI",
+      "roundness": null,
+      "seed": 64996742,
+      "version": 279,
+      "versionNonce": 1626366810,
+      "isDeleted": false,
+      "boundElements": [
+        {
+          "id": "PriqADg_mC66mRxp9RJFm",
+          "type": "arrow"
+        },
+        {
+          "id": "Ocmu_rEPHHdnbbK33fEjA",
+          "type": "arrow"
+        }
+      ],
+      "updated": 1742804169874,
+      "link": null,
+      "locked": false,
+      "text": "„klassische Moderne“",
+      "fontSize": 20,
+      "fontFamily": 5,
+      "textAlign": "left",
+      "verticalAlign": "top",
+      "containerId": null,
+      "originalText": "„klassische Moderne“",
+      "autoResize": true,
+      "lineHeight": 1.25
+    },
+    {
+      "id": "PriqADg_mC66mRxp9RJFm",
+      "type": "arrow",
+      "x": 1842.4018547199453,
+      "y": -149.44663019797872,
+      "width": 1.9229976384026486,
+      "height": 330.7992344405834,
+      "angle": 0,
+      "strokeColor": "#1e1e1e",
+      "backgroundColor": "transparent",
+      "fillStyle": "solid",
+      "strokeWidth": 2,
+      "strokeStyle": "solid",
+      "roughness": 1,
+      "opacity": 100,
+      "groupIds": [],
+      "frameId": null,
+      "index": "aJ",
+      "roundness": {
+        "type": 2
+      },
+      "seed": 270083270,
+      "version": 333,
+      "versionNonce": 511633434,
+      "isDeleted": false,
+      "boundElements": [],
+      "updated": 1742804169874,
+      "link": null,
+      "locked": false,
+      "points": [
+        [
+          0,
+          0
+        ],
+        [
+          1.9229976384026486,
+          -330.7992344405834
+        ]
+      ],
+      "lastCommittedPoint": null,
+      "startBinding": {
+        "elementId": "gNGwzkVGC3u6QeiEpmMJo",
+        "focus": -0.2610156990429817,
+        "gap": 10.210192256687204
+      },
+      "endBinding": {
+        "elementId": "EP7GS0Ury9pLMCaPyhqNn",
+        "focus": 0.2937116777993571,
+        "gap": 6
+      },
+      "startArrowhead": null,
+      "endArrowhead": "arrow",
+      "elbowed": false
+    },
+    {
+      "id": "un5FZ7FKKkCSbBxVgZfbz",
+      "type": "text",
+      "x": 1807.5330451480868,
+      "y": -665.2458646385621,
+      "width": 459.03955078125,
+      "height": 25,
+      "angle": 0,
+      "strokeColor": "#9c36b5",
+      "backgroundColor": "transparent",
+      "fillStyle": "solid",
+      "strokeWidth": 2,
+      "strokeStyle": "solid",
+      "roughness": 1,
+      "opacity": 100,
+      "groupIds": [],
+      "frameId": null,
+      "index": "aK",
+      "roundness": null,
+      "seed": 1684315142,
+      "version": 220,
+      "versionNonce": 857942426,
+      "isDeleted": false,
+      "boundElements": [
+        {
+          "id": "Ocmu_rEPHHdnbbK33fEjA",
+          "type": "arrow"
+        }
+      ],
+      "updated": 1742804169874,
+      "link": null,
+      "locked": false,
+      "text": "Experimente, ästhetische Reflexion, Innovation",
+      "fontSize": 20,
+      "fontFamily": 5,
+      "textAlign": "left",
+      "verticalAlign": "top",
+      "containerId": null,
+      "originalText": "Experimente, ästhetische Reflexion, Innovation",
+      "autoResize": true,
+      "lineHeight": 1.25
+    },
+    {
+      "id": "Ocmu_rEPHHdnbbK33fEjA",
+      "type": "arrow",
+      "x": 1814.0116062891675,
+      "y": -512.2458646385621,
+      "width": 36.18628858531338,
+      "height": 124,
+      "angle": 0,
+      "strokeColor": "#9c36b5",
+      "backgroundColor": "transparent",
+      "fillStyle": "solid",
+      "strokeWidth": 2,
+      "strokeStyle": "solid",
+      "roughness": 1,
+      "opacity": 100,
+      "groupIds": [],
+      "frameId": null,
+      "index": "aL",
+      "roundness": {
+        "type": 2
+      },
+      "seed": 1723804486,
+      "version": 615,
+      "versionNonce": 1305715206,
+      "isDeleted": false,
+      "boundElements": [],
+      "updated": 1742804169886,
+      "link": null,
+      "locked": false,
+      "points": [
+        [
+          0,
+          0
+        ],
+        [
+          36.18628858531338,
+          -124
+        ]
+      ],
+      "lastCommittedPoint": null,
+      "startBinding": {
+        "elementId": "EP7GS0Ury9pLMCaPyhqNn",
+        "focus": -0.6136920296557488,
+        "gap": 1
+      },
+      "endBinding": {
+        "elementId": "un5FZ7FKKkCSbBxVgZfbz",
+        "focus": 0.7807252166920934,
+        "gap": 4
+      },
+      "startArrowhead": null,
+      "endArrowhead": "arrow",
+      "elbowed": false
+    },
+    {
+      "id": "QrTmlxQ_EBH5C3JEKZmNe",
+      "type": "text",
+      "x": 2051.0130550747667,
+      "y": -318.55093887175354,
+      "width": 120.05987548828125,
+      "height": 25,
+      "angle": 0,
+      "strokeColor": "#1e1e1e",
+      "backgroundColor": "transparent",
+      "fillStyle": "solid",
+      "strokeWidth": 2,
+      "strokeStyle": "solid",
+      "roughness": 1,
+      "opacity": 100,
+      "groupIds": [],
+      "frameId": null,
+      "index": "aM",
+      "roundness": null,
+      "seed": 435739354,
+      "version": 71,
+      "versionNonce": 88901146,
+      "isDeleted": false,
+      "boundElements": [
+        {
+          "id": "MwNGm4F5q98d-Pyvt1AMe",
+          "type": "arrow"
+        },
+        {
+          "id": "0-RvsFyd3DaiYC5u4FR8X",
+          "type": "arrow"
+        },
+        {
+          "id": "yXM-vGxJZXAbVYe6tRl35",
+          "type": "arrow"
+        },
+        {
+          "id": "fbg6T68Xamq5CIXZ0Xker",
+          "type": "arrow"
+        }
+      ],
+      "updated": 1742804541765,
+      "link": null,
+      "locked": false,
+      "text": "Naturalismus",
+      "fontSize": 20,
+      "fontFamily": 5,
+      "textAlign": "left",
+      "verticalAlign": "top",
+      "containerId": null,
+      "originalText": "Naturalismus",
+      "autoResize": true,
+      "lineHeight": 1.25
+    },
+    {
+      "id": "MwNGm4F5q98d-Pyvt1AMe",
+      "type": "arrow",
+      "x": 1964.269589680218,
+      "y": -130.05106585626123,
+      "width": 118.67650317251855,
+      "height": 154.1136177563365,
+      "angle": 0,
+      "strokeColor": "#1e1e1e",
+      "backgroundColor": "transparent",
+      "fillStyle": "solid",
+      "strokeWidth": 2,
+      "strokeStyle": "solid",
+      "roughness": 1,
+      "opacity": 100,
+      "groupIds": [],
+      "frameId": null,
+      "index": "aN",
+      "roundness": {
+        "type": 2
+      },
+      "seed": 1977679686,
+      "version": 104,
+      "versionNonce": 2112838746,
+      "isDeleted": false,
+      "boundElements": null,
+      "updated": 1742804541899,
+      "link": null,
+      "locked": false,
+      "points": [
+        [
+          0,
+          0
+        ],
+        [
+          118.67650317251855,
+          -154.1136177563365
+        ]
+      ],
+      "lastCommittedPoint": null,
+      "startBinding": {
+        "elementId": "gNGwzkVGC3u6QeiEpmMJo",
+        "focus": 0.20831606824049567,
+        "gap": 10.879084300453583
+      },
+      "endBinding": {
+        "elementId": "QrTmlxQ_EBH5C3JEKZmNe",
+        "focus": 0.16141244891377585,
+        "gap": 9.386255259155803
+      },
+      "startArrowhead": null,
+      "endArrowhead": "arrow",
+      "elbowed": false
+    },
+    {
+      "id": "nJj6kzg8GcTho6iU0zkSv",
+      "type": "text",
+      "x": 2082.0716082120666,
+      "y": -510.4484278986559,
+      "width": 307.77972412109375,
+      "height": 25,
+      "angle": 0,
+      "strokeColor": "#9c36b5",
+      "backgroundColor": "transparent",
+      "fillStyle": "solid",
+      "strokeWidth": 2,
+      "strokeStyle": "solid",
+      "roughness": 1,
+      "opacity": 100,
+      "groupIds": [],
+      "frameId": null,
+      "index": "aO",
+      "roundness": null,
+      "seed": 1772418182,
+      "version": 131,
+      "versionNonce": 846427610,
+      "isDeleted": false,
+      "boundElements": [
+        {
+          "id": "0-RvsFyd3DaiYC5u4FR8X",
+          "type": "arrow"
+        }
+      ],
+      "updated": 1742804541766,
+      "link": null,
+      "locked": false,
+      "text": "Wirklichkeit direkt, ohne Illusion",
+      "fontSize": 20,
+      "fontFamily": 5,
+      "textAlign": "left",
+      "verticalAlign": "top",
+      "containerId": null,
+      "originalText": "Wirklichkeit direkt, ohne Illusion",
+      "autoResize": true,
+      "lineHeight": 1.25
+    },
+    {
+      "id": "0-RvsFyd3DaiYC5u4FR8X",
+      "type": "arrow",
+      "x": 2051.013055074765,
+      "y": -325.2063431154612,
+      "width": 47.697063746571075,
+      "height": 150.85582952403877,
+      "angle": 0,
+      "strokeColor": "#9c36b5",
+      "backgroundColor": "transparent",
+      "fillStyle": "solid",
+      "strokeWidth": 2,
+      "strokeStyle": "solid",
+      "roughness": 1,
+      "opacity": 100,
+      "groupIds": [],
+      "frameId": null,
+      "index": "aP",
+      "roundness": {
+        "type": 2
+      },
+      "seed": 1385168346,
+      "version": 248,
+      "versionNonce": 1843365958,
+      "isDeleted": false,
+      "boundElements": null,
+      "updated": 1742804541949,
+      "link": null,
+      "locked": false,
+      "points": [
+        [
+          0,
+          0
+        ],
+        [
+          47.697063746571075,
+          -150.85582952403877
+        ]
+      ],
+      "lastCommittedPoint": null,
+      "startBinding": {
+        "elementId": "QrTmlxQ_EBH5C3JEKZmNe",
+        "focus": -1.0328885858591965,
+        "gap": 6.655404243707665
+      },
+      "endBinding": {
+        "elementId": "nJj6kzg8GcTho6iU0zkSv",
+        "focus": 0.8257078370019394,
+        "gap": 9.386255259155917
+      },
+      "startArrowhead": null,
+      "endArrowhead": "arrow",
+      "elbowed": false
+    },
+    {
+      "id": "xR5k1vbAW1rnOnrEO5Wgw",
+      "type": "text",
+      "x": 2272.85986319835,
+      "y": -425.03740677107515,
+      "width": 197.93980407714844,
+      "height": 50,
+      "angle": 0,
+      "strokeColor": "#e03131",
+      "backgroundColor": "transparent",
+      "fillStyle": "solid",
+      "strokeWidth": 2,
+      "strokeStyle": "solid",
+      "roughness": 1,
+      "opacity": 100,
+      "groupIds": [],
+      "frameId": null,
+      "index": "aQ",
+      "roundness": null,
+      "seed": 1725304602,
+      "version": 155,
+      "versionNonce": 1680952346,
+      "isDeleted": false,
+      "boundElements": [
+        {
+          "id": "yXM-vGxJZXAbVYe6tRl35",
+          "type": "arrow"
+        }
+      ],
+      "updated": 1742804541766,
+      "link": null,
+      "locked": false,
+      "text": "politische Zustände,\nherrschende Klasse",
+      "fontSize": 20,
+      "fontFamily": 5,
+      "textAlign": "left",
+      "verticalAlign": "top",
+      "containerId": null,
+      "originalText": "politische Zustände,\nherrschende Klasse",
+      "autoResize": true,
+      "lineHeight": 1.25
+    },
+    {
+      "id": "yXM-vGxJZXAbVYe6tRl35",
+      "type": "arrow",
+      "x": 2176.2824365144565,
+      "y": -327.1622120951491,
+      "width": 89.92202244018563,
+      "height": 42.00811763841671,
+      "angle": 0,
+      "strokeColor": "#e03131",
+      "backgroundColor": "transparent",
+      "fillStyle": "solid",
+      "strokeWidth": 2,
+      "strokeStyle": "solid",
+      "roughness": 1,
+      "opacity": 100,
+      "groupIds": [],
+      "frameId": null,
+      "index": "aR",
+      "roundness": {
+        "type": 2
+      },
+      "seed": 1032329050,
+      "version": 329,
+      "versionNonce": 300068550,
+      "isDeleted": false,
+      "boundElements": null,
+      "updated": 1742804541950,
+      "link": null,
+      "locked": false,
+      "points": [
+        [
+          0,
+          0
+        ],
+        [
+          89.92202244018563,
+          -42.00811763841671
+        ]
+      ],
+      "lastCommittedPoint": null,
+      "startBinding": {
+        "elementId": "QrTmlxQ_EBH5C3JEKZmNe",
+        "focus": 0.23101233717326797,
+        "gap": 10.064441305195741
+      },
+      "endBinding": {
+        "elementId": "xR5k1vbAW1rnOnrEO5Wgw",
+        "focus": 0.25938131181754737,
+        "gap": 8.872260062195767
+      },
+      "startArrowhead": null,
+      "endArrowhead": "arrow",
+      "elbowed": false
+    },
+    {
+      "id": "X8pnaixvYAsGcMmdxpMDh",
+      "type": "text",
+      "x": 2277.2967993608218,
+      "y": -270.85387512518264,
+      "width": 271.03973388671875,
+      "height": 50,
+      "angle": 0,
+      "strokeColor": "#2f9e44",
+      "backgroundColor": "transparent",
+      "fillStyle": "solid",
+      "strokeWidth": 2,
+      "strokeStyle": "solid",
+      "roughness": 1,
+      "opacity": 100,
+      "groupIds": [],
+      "frameId": null,
+      "index": "aS",
+      "roundness": null,
+      "seed": 1517405146,
+      "version": 121,
+      "versionNonce": 2006698586,
+      "isDeleted": false,
+      "boundElements": [
+        {
+          "id": "fbg6T68Xamq5CIXZ0Xker",
+          "type": "arrow"
+        }
+      ],
+      "updated": 1742804541766,
+      "link": null,
+      "locked": false,
+      "text": "soziale Determination,\nAuthentizität durch Dialekt",
+      "fontSize": 20,
+      "fontFamily": 5,
+      "textAlign": "left",
+      "verticalAlign": "top",
+      "containerId": null,
+      "originalText": "soziale Determination,\nAuthentizität durch Dialekt",
+      "autoResize": true,
+      "lineHeight": 1.25
+    },
+    {
+      "id": "fbg6T68Xamq5CIXZ0Xker",
+      "type": "arrow",
+      "x": 2176.35650166459,
+      "y": -286.3831516938337,
+      "width": 94.28489345252456,
+      "height": 28.840085056066243,
+      "angle": 0,
+      "strokeColor": "#2f9e44",
+      "backgroundColor": "transparent",
+      "fillStyle": "solid",
+      "strokeWidth": 2,
+      "strokeStyle": "solid",
+      "roughness": 1,
+      "opacity": 100,
+      "groupIds": [],
+      "frameId": null,
+      "index": "aT",
+      "roundness": {
+        "type": 2
+      },
+      "seed": 1244704582,
+      "version": 222,
+      "versionNonce": 1999516998,
+      "isDeleted": false,
+      "boundElements": null,
+      "updated": 1742804541950,
+      "link": null,
+      "locked": false,
+      "points": [
+        [
+          0,
+          0
+        ],
+        [
+          94.28489345252456,
+          28.840085056066243
+        ]
+      ],
+      "lastCommittedPoint": null,
+      "startBinding": {
+        "elementId": "QrTmlxQ_EBH5C3JEKZmNe",
+        "focus": -0.010059671917469629,
+        "gap": 8.904678355392733
+      },
+      "endBinding": {
+        "elementId": "X8pnaixvYAsGcMmdxpMDh",
+        "focus": -0.47852843359854147,
+        "gap": 6.65540424370738
+      },
+      "startArrowhead": null,
+      "endArrowhead": "arrow",
+      "elbowed": false
+    }
+  ],
+  "appState": {
+    "gridSize": 20,
+    "gridStep": 5,
+    "gridModeEnabled": false,
+    "viewBackgroundColor": "#ffffff"
+  },
+  "files": {}
+}
\ No newline at end of file
diff --git a/schule/deutsch/assets/DE_cluster-literarische-moderne.png b/schule/deutsch/assets/DE_cluster-literarische-moderne.png
new file mode 100644
index 0000000..2414179
--- /dev/null
+++ b/schule/deutsch/assets/DE_cluster-literarische-moderne.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7079b75aa92784f1c3a65368034fae1d9a3cc0928aebd5cea6cfeddfb134d5f1
+size 31787
diff --git a/schule/deutsch/pdfs/DE_2025-03-24.pdf b/schule/deutsch/pdfs/DE_2025-03-24.pdf
new file mode 100644
index 0000000..c341a79
--- /dev/null
+++ b/schule/deutsch/pdfs/DE_2025-03-24.pdf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6e6c13e4be842a47f2b2262ede6e9e865dfdc2f7a468670c0e20298376527365
+size 16367

From 4f5bcdcf0783996bdc98698d0f2d0b4323fba127 Mon Sep 17 00:00:00 2001
From: Erik Grobecker <erik@grobecker.me>
Date: Fri, 28 Mar 2025 10:28:17 +0100
Subject: [PATCH 5/6] Biologie am 28.03.2025

---
 schule/bio/bio_2025-03-28.typ | 56 +++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)
 create mode 100644 schule/bio/bio_2025-03-28.typ

diff --git a/schule/bio/bio_2025-03-28.typ b/schule/bio/bio_2025-03-28.typ
new file mode 100644
index 0000000..1eae975
--- /dev/null
+++ b/schule/bio/bio_2025-03-28.typ
@@ -0,0 +1,56 @@
+#import "@preview/grape-suite:2.0.0": exercise
+#import exercise: project
+
+#set text(lang: "de")
+
+#show: project.with(
+  title: [Stoffwechselbiologie],
+  author: "Erik Grobecker",
+  seminar: [Biologie],
+  date: datetime(day: 28, month: 3, year: 2025),
+  show-outline: true,
+)
+
+#show "->": sym.arrow
+#show "=>": sym.arrow.double
+
+#let coldg(x) = text(green.darken(20%))[#x]
+#let coldr(x) = text(red.darken(20%))[#x]
+
+= Enzyme
+
+/ Edukte: Ausgangsstoffe
+
+- nur spontant wenn #coldg[Edukte] mehr Energie als #coldr[Produkte] besitzen\
+  -> energiereicheres #coldg[Produkt] kann nicht ohne _Energieaufwand_ verarbeitet werden
+- Zufuhr von Energie muss erfolgen um #coldr[Produkte] zu verarbeiten (z.B. Wärme)
+
+#pagebreak()
+
+= Zellatmung - Stoffabbau
+
+== Glykolyse
+
+Bilanzgleichung: $"Glucose" + 2 "ADP"+P_i --> 2 "Pyruvat" + 2 "NADH+"H^+ + 2 "ATP"$ 
+
+== oxidative Decarboxylierung
+
+Pyruvat
+
+== Citratzyklus
+
+Bilanzgleichung: $2 "Pyruvat" + 8 "NAD"^+ + 6 $
+
+== Atmungskette
+
+== Gärung
+
+#pagebreak()
+
+= Fotosynthese - Stoffaufbau
+
+== Primärreaktion
+
+== Sekundärreaktion
+
+== Umweltfaktoren

From 2fd6ba770ccd5b88be847fd852891729ee3887af Mon Sep 17 00:00:00 2001
From: Erik Grobecker <erik@grobecker.me>
Date: Sat, 29 Mar 2025 14:30:11 +0100
Subject: [PATCH 6/6] Geschichte am 28.03.2025

---
 schule/geschichte/GE_2025-03.28.typ      | 44 ++++++++++++++++++++++++
 schule/geschichte/pdfs/GE_2025-03.28.pdf |  3 ++
 2 files changed, 47 insertions(+)
 create mode 100644 schule/geschichte/GE_2025-03.28.typ
 create mode 100644 schule/geschichte/pdfs/GE_2025-03.28.pdf

diff --git a/schule/geschichte/GE_2025-03.28.typ b/schule/geschichte/GE_2025-03.28.typ
new file mode 100644
index 0000000..47fb26d
--- /dev/null
+++ b/schule/geschichte/GE_2025-03.28.typ
@@ -0,0 +1,44 @@
+#import "@preview/grape-suite:2.0.0": exercise
+#import exercise: project
+
+#set text(lang: "de")
+
+#show: project.with(
+  title: [Zukunftsaussichten nach dem Mauerfall],
+  author: "Erik Grobecker",
+  seminar: [Geschichte],
+  date: datetime(day: 28, month: 3, year: 2025),
+  // show-outline: true,
+)
+
+#show "->": sym.arrow
+#show "=>": sym.arrow.double
+
+#let coldg(x) = text(green.darken(20%))[#x]
+#let coldr(x) = text(red.darken(20%))[#x]
+
+= Zukunftsaussichten nach dem Mauerfall
+
+Siehe S. 509-513
+
+
+== Die DDR: Reformieren oder aufgeben
+
+- Massenauswanderung von über 2.000 Bürger:innen
+- Regierung Modrow
+  - demokratischer, eigenständiger Staat
+  - Verhandlungen und Koordinierung mit Bürgerrechts- und Oppositionsgruppierungen
+    - am "runden Tisch" -> Ersatzparlament
+    - Lösung von Konflikten und Problemen
+    - Auflösung des Ministeriums für Staatssicherheit (Stasi)
+  - Sorgen:
+    - Vereinnahmung durch BRD ("schlucken" der DDR)
+- Bevölkerung
+  - Wunsch: Sicherheit und Wohlstand durch schnelle Vereinigung mit BRD
+
+== Die Bundesrepublik: Neue treibende Kraft der Wiedervereinigung
+
+- Kohl (28.11.1989) : "Zehn-Punkte-Plan" -> "Wiedergewinnung der staatlichen Einheit Deutschlands"
+  - Wiedervereinigung Deutschlands
+
+Bei erster Wahl in der DDR gewann die CDU, welche Ideen der BRD-seitigen unterstützte und auch auf den "Zehn-Punkte-Plan" hinarbeiten wollte.
diff --git a/schule/geschichte/pdfs/GE_2025-03.28.pdf b/schule/geschichte/pdfs/GE_2025-03.28.pdf
new file mode 100644
index 0000000..b0df9c1
--- /dev/null
+++ b/schule/geschichte/pdfs/GE_2025-03.28.pdf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4e79d4941d0bb27c80e5fd078bcb98db71c7fc9a7904335da928f959aff04560
+size 16046