From 6e9e05a1c5a21e60c98e22283394f8e33d08140f Mon Sep 17 00:00:00 2001 From: Erik Grobecker Date: Mon, 17 Feb 2025 11:11:52 +0100 Subject: [PATCH 1/8] Deutsch am 17.02.2025 --- schule/deutsch/DE_2025-02-17.typ | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 schule/deutsch/DE_2025-02-17.typ diff --git a/schule/deutsch/DE_2025-02-17.typ b/schule/deutsch/DE_2025-02-17.typ new file mode 100644 index 0000000..693e5e0 --- /dev/null +++ b/schule/deutsch/DE_2025-02-17.typ @@ -0,0 +1,36 @@ +#import "@preview/grape-suite:1.0.0": exercise +#import exercise: project + +#set text(lang: "de") + +#show: project.with( + title: [Einen Erzähltext analysieren], + seminar: [Deutsch Q2], + // show-outline: true, + author: "Erik Grobecker", + date: datetime(day: 17, month: 2, year: 2025), +) + +#show "->": sym.arrow +#show "=>": sym.arrow.double + += Kurt Marti: Happy End + +== Erhähltheoretische Analyse + +- Erzählform: Er-/Sie-Erzähler +- Erzählverhalten: auktoriales Erzählverhalten +- Erzählperspektive: Innensicht -> inner Monolog von sowohl Mann als auch Frauzze +- Erzählhaltung: wertend +- Standort: Nähe -> Erzähler berichtet immer aus Perspektive einer Person +- Zeitgestaltung: raffend -> Zeit den Text zu lesen ist kürzer als geschriebene Aktionen dauern würden +- Personenrede: indirekte Personenrede -> erlebte Rede + +== Inhaltliche Analyse + +- Charakterisierung der Frau +- Charakterisierung des Mannes +- Darstellung der Beziehungssituation +- Kernkonflikt +- Bedeutung des Titels +- _Sonstiges_ From f87d9bc578a235566e7d8833e543796f3bd0d23e Mon Sep 17 00:00:00 2001 From: Erik Grobecker Date: Mon, 17 Feb 2025 12:37:03 +0100 Subject: [PATCH 2/8] Mathe am 17.02.2025 --- schule/mathe/MA_2025-02-17.typ | 86 ++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 schule/mathe/MA_2025-02-17.typ diff --git a/schule/mathe/MA_2025-02-17.typ b/schule/mathe/MA_2025-02-17.typ new file mode 100644 index 0000000..a94ae63 --- /dev/null +++ b/schule/mathe/MA_2025-02-17.typ @@ -0,0 +1,86 @@ +#import "@preview/grape-suite:1.0.0": exercise +#import exercise: project + +#set text(lang: "de") + +#show: project.with( + title: [Binomial], + seminar: [Mathe Q2], + // show-outline: true, + author: "Erik Grobecker", + date: datetime(day: 17, month: 2, year: 2025), +) + +#show "->": sym.arrow +#show "=>": sym.arrow.double + +//TODO: Bernulli(?) und Binome wiederholen + += Binomialverteilung + +== S. 284 + +=== Nr. 2 + +$ + binom(u,k) &= u!/(k! dot (u dot k)!)\ + 0! &= 1 + \ + a)\ + binom(2,1) &= 2!/(1! dot (2-1)!) &= 2/1 = 2 + \ + b)\ + binom(2,0) &= 2!/(0! dot (2-0)!) =& + \ + c)\ + binom(5,1) &= (5!)/(1! dot (5-1)!) = (5 dot 4 dot 3 dot 2 dot 1)/(4 dot 3 dot 2 dot 1) = (5 dot 1)/1 &= 5 + \ + e)\ + binom(12,5) &= 12!/(5! dot (12-5)!) = 792 +$ + +=== Nr. 4 + +a)\ +$X$ steht für die Anzahl an Wappen +$ + // binom(6,3) &= 6!/(3! dot (6-3)!)\ + // &= 6!/(3! dot 3!)\ + // &= 6!/(6 dot 6)\ + // &= (6 dot 5 dot 4 dot 3 dot 2 dot 1)/36\ + // &= 720/36\ + // &= 20 + P(X=3) &= binom(6,3) dot (1/2)^3 dot (1-1/2)^(6-3)\ + &= 20 dot 1/8 dot 1/8\ + &= 0.3125 = 31.25%\ + \ + P(X<3) &= P(X=0) + P(X=1) + P(X=2)\ + P(X=0) &= binom(6,0) dot (1/2)^0 ...\ + P(X<3) &= 0.34375\ + &= 34.375%\ + \ + P(X>3) &= P(X=4) + P(X=5) + P(X=6)\ + &= 34.375% +$ + +#pagebreak() + +=== Nr. 5 + +a)\ +$X$ steht für die Anzahl der richtigen Antworten +$ + P(X=4) &= binom(6,4) dot (1/3)^4 dot (1-6)^(6-4)\ + &= 125/27\ +$ + +HA: S. 284 Nr. 7 & S. 285 Nr. 10 + +// == Beispiel + +// $n$ ist gerade\ +// $k$ ist die Hälfte von $n$ = $n/2$ + +// $ +// binom(n, k-d) +// $ From be7b76342471b6a943675e94995ddad1afe73133 Mon Sep 17 00:00:00 2001 From: Erik Grobecker Date: Mon, 17 Feb 2025 22:30:30 +0100 Subject: [PATCH 3/8] Biologie am 17.02.2025 --- ...nutzen_reproduktive-fitness.excalidraw.png | 3 ++ schule/bio/bio_2025-02-17.typ | 31 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 schule/bio/assets/excalidraw/bio_kosten-nutzen_reproduktive-fitness.excalidraw.png create mode 100644 schule/bio/bio_2025-02-17.typ diff --git a/schule/bio/assets/excalidraw/bio_kosten-nutzen_reproduktive-fitness.excalidraw.png b/schule/bio/assets/excalidraw/bio_kosten-nutzen_reproduktive-fitness.excalidraw.png new file mode 100644 index 0000000..4bea88e --- /dev/null +++ b/schule/bio/assets/excalidraw/bio_kosten-nutzen_reproduktive-fitness.excalidraw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919e5fcb731dc0d97a686670d745fdd50fffdd70a98fc577bf224d0f5e6cc45f +size 73472 diff --git a/schule/bio/bio_2025-02-17.typ b/schule/bio/bio_2025-02-17.typ new file mode 100644 index 0000000..feb38de --- /dev/null +++ b/schule/bio/bio_2025-02-17.typ @@ -0,0 +1,31 @@ +#import "@preview/grape-suite:1.0.0": exercise +#import exercise: project + +#set text(lang: "de") + +#show: project.with( + title: [Evolution: Artbegriff und Artenbildung], + seminar: [Biologie Q2], + show-outline: true, + author: "Erik Grobecker", + date: datetime(day: 10, month: 2, year: 2025), +) + +#show "->": sym.arrow +#show "=>": sym.arrow.double + += Kosten-Nutzen-Analyse und reproduktive Fitness +(Buch S. 486f) + +== Vokabular + +/ Proximate Ursachen/Faktoren: Unmittelbare Faktoren wie Wetter oder Tageslichtzeiten beeinflussen das Verhalten einer Art. -> Ursachen die zu einer Änderung beiwirken +/ Ultimate Ursachen/Faktoren: Wenn sich eine Änderung des Verhaltens aufgrund der Steigerung des Fortpflanzungserfolges (Fitnessmaximierung) ergibt, handelt es sich um diese. -> Endursachen der Entwicklung +/ stammungsgeschichtlicher Ursprung: Beobachtungen, aus welchen sich Fragen bezüglich des Verhaltens verwandter Arten ergeben +/ Individualentwicklung: + +Sowohl proximate als auch ultimae Ursachen können ein und dasselbe Ereignis aus verschiedenen Perspektiven erklären. + +#figure( + image("./assets/excalidraw/bio_kosten-nutzen_reproduktive-fitness.excalidraw.png", height: 30%) +) From 0e3e8765dfc6a16a55bf2326f40d8697f5134845 Mon Sep 17 00:00:00 2001 From: Erik Grobecker Date: Tue, 18 Feb 2025 08:34:51 +0100 Subject: [PATCH 4/8] Geschichts HA zum 18.02.2025 --- schule/geschichte/GE_2025-02-11.typ | 42 +++++++++++++++++++ ...en-beiden-deutschen-staaten.excalidraw.png | 3 ++ 2 files changed, 45 insertions(+) create mode 100644 schule/geschichte/assets/GE_vergangenheitspolitik-und-erinnerungskultur-in-den-beiden-deutschen-staaten.excalidraw.png diff --git a/schule/geschichte/GE_2025-02-11.typ b/schule/geschichte/GE_2025-02-11.typ index b19f532..59b127c 100644 --- a/schule/geschichte/GE_2025-02-11.typ +++ b/schule/geschichte/GE_2025-02-11.typ @@ -49,3 +49,45 @@ Auseinanderdriften der gesellschaftlichen und politischen Systeme in der SBZ und - 8. Mai 49: Verabschiedung des Grundgesetzes der BRD - 2. Oktober 49: Proklamation der DDR +== Bedeutung der Blockzugehörigkeit und ideologischen Differenz für das Selbstverständnis beider Staaten +(Siehe S. 459-460) + +- Unterschied der Weltanschauung legitimierte eigene staatliche Identität + - ansonsten gäbe es keine Grund für zwei Staaten, statt einem +- unterschiedliche Sozialisationsbedingungen bildeten sich +- laut westlichen Werten, galt die DDR als Diktatur mit "Unfreiheiten" + +== Informationen zur BRD + +=== verfassungsmäßige Grundlagen und politisches System + +- das Grundgesetz ist für die Absicherung der Verfassungsordnung zuständig + - wurde am 08.05.1949 verabschiedet + - Zuständig für: + - Absicherung gegen verfassungsfeindliche Bestrebungen + - Stabilität der Regierungen +- Parteien + - Ziele müssen Verfassungsordnung entsprechen + - System aus CDU/CSU, SPD, FDP und später den Grünen entstand + +=== Grundlagen zentraler Elemente der Wirtschaftsordnung + +- "Soziale Marktwirtschaft" + - Verbindung des Prinzips der Freiheit des Marktes mit sozialen Ausgleich + - Koordination von Nachfrage und Angebot -> freier Markt + - effektive Ausrichtung an Bedürfnisse der Menschen + - Eingriff des Staates bei sozial unerwünschten/ungerechten Ergebnissen + - Mischsystem zwischen "freier Marktwirtschaft" und "Zentralverwaltungwirtschaft" + +=== wesentliche Stationen der Integration + +- Ost-West-Konflikt +- Besatzungstatut von 1949 (eingeschränkte Souveränität) + - Souveränität sollte durch enge Bindung an Westmächte erreicht werden (Konrad Adenauer) +- Chronologische Ereignisse + + Aufnahme in den Europarat (1951) -> Krieg mit Deutschland ist beendet + + "Montanunion" (1952) -> europäische Wirtschaftsintegration + + Beschluss zur Wiederaufrüstung (1954) + + Aufnahme in die NATO und die WEU (1955) + + Abschluss der Westintegration durch "Pariser Verträge" (1955) -> Status eines souveränen Staates + + Mitgliedschaft an der EWG (1957) diff --git a/schule/geschichte/assets/GE_vergangenheitspolitik-und-erinnerungskultur-in-den-beiden-deutschen-staaten.excalidraw.png b/schule/geschichte/assets/GE_vergangenheitspolitik-und-erinnerungskultur-in-den-beiden-deutschen-staaten.excalidraw.png new file mode 100644 index 0000000..4ed3cba --- /dev/null +++ b/schule/geschichte/assets/GE_vergangenheitspolitik-und-erinnerungskultur-in-den-beiden-deutschen-staaten.excalidraw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7728b6e2e1d7000cf0421bcf590113d406745b663818a8368b0ab691d149b0f9 +size 332617 From d1385d03fba8541490b0ad723e3e05969081744e Mon Sep 17 00:00:00 2001 From: Erik Grobecker Date: Tue, 18 Feb 2025 12:31:55 +0100 Subject: [PATCH 5/8] Philosophie am 18.02.2025 --- ...enspiel-von-Verstand-und-Sinnen.excalidraw | 822 ++++++++++++++++++ 1 file changed, 822 insertions(+) create mode 100644 schule/philosophie/assets/PL_Zusammenspiel-von-Verstand-und-Sinnen.excalidraw diff --git a/schule/philosophie/assets/PL_Zusammenspiel-von-Verstand-und-Sinnen.excalidraw b/schule/philosophie/assets/PL_Zusammenspiel-von-Verstand-und-Sinnen.excalidraw new file mode 100644 index 0000000..2624e8f --- /dev/null +++ b/schule/philosophie/assets/PL_Zusammenspiel-von-Verstand-und-Sinnen.excalidraw @@ -0,0 +1,822 @@ +{ + "type": "excalidraw", + "version": 2, + "source": "https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor", + "elements": [ + { + "id": "DKtvln3xGYMQqx4KLUdKT", + "type": "text", + "x": 541, + "y": 358, + "width": 204.63978576660156, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 773700431, + "version": 72, + "versionNonce": 719509135, + "isDeleted": false, + "boundElements": null, + "updated": 1739873842187, + "link": null, + "locked": false, + "text": "Prüfung von Theorien", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "Prüfung von Theorien", + "lineHeight": 1.25 + }, + { + "id": "7PDknCmpTrVVRSrD2Wwm7", + "type": "text", + "x": 820, + "y": 358, + "width": 170.09982299804688, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 2042348353, + "version": 31, + "versionNonce": 172416481, + "isDeleted": false, + "boundElements": null, + "updated": 1739873842187, + "link": null, + "locked": false, + "text": "Geltung Verstand", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "Geltung Verstand", + "lineHeight": 1.25 + }, + { + "id": "4BNV52I34IYuKHCZ3JAFO", + "type": "text", + "x": 541, + "y": 407, + "width": 162.71981811523438, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1908991535, + "version": 38, + "versionNonce": 1216818351, + "isDeleted": false, + "boundElements": [ + { + "id": "4fZZcJQgXocbr0uhMFhOW", + "type": "arrow" + } + ], + "updated": 1739873842187, + "link": null, + "locked": false, + "text": "logische Schlüsse", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "logische Schlüsse", + "lineHeight": 1.25 + }, + { + "id": "Ft5xAvHV26iDVO7HrVFeF", + "type": "text", + "x": 905.049911, + "y": 407, + "width": 86.09991455078125, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 227176783, + "version": 83, + "versionNonce": 998985505, + "isDeleted": false, + "boundElements": null, + "updated": 1739873906692, + "link": null, + "locked": false, + "text": "Verstand", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "Verstand", + "lineHeight": 1.25 + }, + { + "id": "VjyCYo7YJw6Fw9u6LLAuw", + "type": "text", + "x": 647, + "y": 504, + "width": 185.75979614257812, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [ + "dCY34bSeW00g8xukxKVAz" + ], + "frameId": null, + "roundness": null, + "seed": 1787528097, + "version": 74, + "versionNonce": 2004598479, + "isDeleted": false, + "boundElements": null, + "updated": 1739873842187, + "link": null, + "locked": false, + "text": "Widersprüche finden", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "Widersprüche finden", + "lineHeight": 1.25 + }, + { + "id": "08TAcwqzjNLy1-jEZtBhC", + "type": "text", + "x": 647, + "y": 547, + "width": 289.63970947265625, + "height": 100, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [ + "dCY34bSeW00g8xukxKVAz" + ], + "frameId": null, + "roundness": null, + "seed": 405132609, + "version": 169, + "versionNonce": 507484577, + "isDeleted": false, + "boundElements": null, + "updated": 1739873842187, + "link": null, + "locked": false, + "text": "Beobachtbare Konsequenzen\nableiten (Prognosen), die\nzwischen Theorien entscheiden\nlassen", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 93, + "containerId": null, + "originalText": "Beobachtbare Konsequenzen\nableiten (Prognosen), die\nzwischen Theorien entscheiden\nlassen", + "lineHeight": 1.25 + }, + { + "id": "nrqt9jpP8XfA1pZ8vaVTZ", + "type": "text", + "x": 573, + "y": 541, + "width": 13.319992065429684, + "height": 35.729622868556554, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [ + "dCY34bSeW00g8xukxKVAz" + ], + "frameId": null, + "roundness": null, + "seed": 318252431, + "version": 45, + "versionNonce": 442043631, + "isDeleted": false, + "boundElements": null, + "updated": 1739873842187, + "link": null, + "locked": false, + "text": "?", + "fontSize": 28.583698294845238, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 24.000000000000007, + "containerId": null, + "originalText": "?", + "lineHeight": 1.25 + }, + { + "id": "ZUKVqrZtutVNrqcBMD8Uc", + "type": "text", + "x": 540.9999999999999, + "y": 698, + "width": 256.0596923828125, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1608669295, + "version": 58, + "versionNonce": 490585473, + "isDeleted": false, + "boundElements": [ + { + "id": "4fZZcJQgXocbr0uhMFhOW", + "type": "arrow" + } + ], + "updated": 1739873842187, + "link": null, + "locked": false, + "text": "Experimentelle Überprüfung", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "Experimentelle Überprüfung", + "lineHeight": 1.25 + }, + { + "id": "xJEio7gf7A9Pcv4dmAX47", + "type": "text", + "x": 907.0099329999999, + "y": 698, + "width": 84.139892578125, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 191245793, + "version": 33, + "versionNonce": 749180687, + "isDeleted": false, + "boundElements": null, + "updated": 1739873842187, + "link": null, + "locked": false, + "text": "Empirisch", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "Empirisch", + "lineHeight": 1.25 + }, + { + "id": "WviX4EIOzIS_kPBhwNpdJ", + "type": "text", + "x": 564, + "y": 740, + "width": 107.53987121582031, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1106669153, + "version": 55, + "versionNonce": 76309857, + "isDeleted": false, + "boundElements": null, + "updated": 1739873842187, + "link": null, + "locked": false, + "text": "Verifikation", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "Verifikation", + "lineHeight": 1.25 + }, + { + "id": "W7Ls4qOzQDUqNDokNfw5H", + "type": "text", + "x": 564, + "y": 782, + "width": 118.599853515625, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1302605761, + "version": 50, + "versionNonce": 618650927, + "isDeleted": false, + "boundElements": null, + "updated": 1739873842187, + "link": null, + "locked": false, + "text": "Falsifikation", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "Falsifikation", + "lineHeight": 1.25 + }, + { + "id": "2fa3ipVbXadaTtjgzLxpM", + "type": "text", + "x": 883.0499109999998, + "y": 740, + "width": 91.45989990234375, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1155232207, + "version": 90, + "versionNonce": 2138771777, + "isDeleted": false, + "boundElements": null, + "updated": 1739873842187, + "link": null, + "locked": false, + "text": "(bewährt)", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "(bewährt)", + "lineHeight": 1.25 + }, + { + "id": "kjtCiKVZVdHDfqb7mvUGK", + "type": "text", + "x": 883.0499109999998, + "y": 782, + "width": 91.73991394042969, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1176818945, + "version": 101, + "versionNonce": 376069967, + "isDeleted": false, + "boundElements": null, + "updated": 1739873842187, + "link": null, + "locked": false, + "text": "Verworfen", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "Verworfen", + "lineHeight": 1.25 + }, + { + "id": "Wl_D-X4qfT5ab_20KRvT2", + "type": "text", + "x": 541, + "y": 840, + "width": 241.1197052001953, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1935582703, + "version": 39, + "versionNonce": 594100513, + "isDeleted": false, + "boundElements": null, + "updated": 1739873842187, + "link": null, + "locked": false, + "text": "keine Wahrheit Erweisbar", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "keine Wahrheit Erweisbar", + "lineHeight": 1.25 + }, + { + "id": "4fZZcJQgXocbr0uhMFhOW", + "type": "arrow", + "x": 556, + "y": 438, + "width": 1.1368683772161603e-13, + "height": 248, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1438104481, + "version": 114, + "versionNonce": 1131646895, + "isDeleted": false, + "boundElements": null, + "updated": 1739873846211, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -1.1368683772161603e-13, + 248 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "4BNV52I34IYuKHCZ3JAFO", + "focus": 0.8156340122089202, + "gap": 6 + }, + "endBinding": { + "elementId": "ZUKVqrZtutVNrqcBMD8Uc", + "focus": -0.8828398186343612, + "gap": 12 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "U44w7Dnop9IlshmK3zzrw", + "type": "text", + "x": 488, + "y": 134, + "width": 612.7353515625002, + "height": 79.99999999999999, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [ + "ibhH5uZDAyYXWkCxyK-8j" + ], + "frameId": null, + "roundness": null, + "seed": 1760402863, + "version": 138, + "versionNonce": 767980801, + "isDeleted": false, + "boundElements": null, + "updated": 1739873842187, + "link": null, + "locked": false, + "text": "Zusammenspiel von Verstand und Sinnen\nbei Popper, Karl R.", + "fontSize": 32.00000000000001, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 67.99999999999997, + "containerId": null, + "originalText": "Zusammenspiel von Verstand und Sinnen\nbei Popper, Karl R.", + "lineHeight": 1.25 + }, + { + "id": "LTeK557jo5fUM-y_V1KHt", + "type": "line", + "x": 479, + "y": 169, + "width": 622, + "height": 0, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [ + "ibhH5uZDAyYXWkCxyK-8j" + ], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1341605601, + "version": 117, + "versionNonce": 1338513295, + "isDeleted": false, + "boundElements": null, + "updated": 1739873842187, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 622, + 0 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": null + }, + { + "id": "oxYsExOxzbNmkBFh-3Mkd", + "type": "line", + "x": 490, + "y": 213, + "width": 298, + "height": 0, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [ + "ibhH5uZDAyYXWkCxyK-8j" + ], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1571661327, + "version": 119, + "versionNonce": 34745569, + "isDeleted": false, + "boundElements": null, + "updated": 1739873842187, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 298, + 0 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": null + }, + { + "id": "k-tTHtVX-y3JdCcivJkTT", + "type": "text", + "x": 501.81445099999996, + "y": 550.042571, + "width": 80.93991088867188, + "height": 25, + "angle": 4.71238898038469, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1213057665, + "version": 64, + "versionNonce": 868805199, + "isDeleted": false, + "boundElements": null, + "updated": 1739873872578, + "link": null, + "locked": false, + "text": "deduktiv", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "deduktiv", + "lineHeight": 1.25 + }, + { + "id": "A33IehqcaC8KjwuNf3K4J", + "type": "text", + "x": 541, + "y": 313.69048, + "width": 230.21975708007812, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 37923073, + "version": 42, + "versionNonce": 2052630433, + "isDeleted": false, + "boundElements": null, + "updated": 1739873901090, + "link": null, + "locked": false, + "text": "Aufstellen von Theorien", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "Aufstellen von Theorien", + "lineHeight": 1.25 + }, + { + "id": "YT2IcPTIDd5tEqgJPjwqf", + "type": "text", + "x": 907.009933, + "y": 313.69048, + "width": 84.139892578125, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 854778479, + "version": 124, + "versionNonce": 1446651265, + "isDeleted": false, + "boundElements": null, + "updated": 1739873917345, + "link": null, + "locked": false, + "text": "Empirisch", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "Empirisch", + "lineHeight": 1.25 + } + ], + "appState": { + "gridSize": null, + "viewBackgroundColor": "#ffffff" + }, + "files": {} +} \ No newline at end of file From 0bbc49a606ceb7f5e62b319726388ef540baa53c Mon Sep 17 00:00:00 2001 From: Erik Grobecker Date: Tue, 18 Feb 2025 13:13:42 +0100 Subject: [PATCH 6/8] Geschichte am 18.02.2025 --- schule/geschichte/GE_2025-02-11.typ | 24 ++++++++++++++++++++++++ schule/geschichte/pdfs/GE_2025-02-11.pdf | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/schule/geschichte/GE_2025-02-11.typ b/schule/geschichte/GE_2025-02-11.typ index 59b127c..21ce3dd 100644 --- a/schule/geschichte/GE_2025-02-11.typ +++ b/schule/geschichte/GE_2025-02-11.typ @@ -49,6 +49,8 @@ Auseinanderdriften der gesellschaftlichen und politischen Systeme in der SBZ und - 8. Mai 49: Verabschiedung des Grundgesetzes der BRD - 2. Oktober 49: Proklamation der DDR +#pagebreak() + == Bedeutung der Blockzugehörigkeit und ideologischen Differenz für das Selbstverständnis beider Staaten (Siehe S. 459-460) @@ -66,9 +68,29 @@ Auseinanderdriften der gesellschaftlichen und politischen Systeme in der SBZ und - Zuständig für: - Absicherung gegen verfassungsfeindliche Bestrebungen - Stabilität der Regierungen + - Änderungen gegenüber der Weimarer Verfassung: + - parlamentarisch statt präsidial (Präsident hat weniger Macht) + - kein Artikel 48 (weniger Notverordnungen für Präsidenten) + - Verfassungsgericht zur Kontrolle, ob die Verfassung eingehalten wird + - Konstruktives Misstrauensvotum + - Menschen- und Bürgerrechte, welche nicht wesenfremd eingeschränkt werden dürfen (aber erweitert) - Parteien - Ziele müssen Verfassungsordnung entsprechen - System aus CDU/CSU, SPD, FDP und später den Grünen entstand + - Mehrparteiensystem +- Wahl + - Alle deutschen Bürger dürfen ab 18 Jahren wählen + - findet alle vier Jahre statt + - allgemeines, freies, gleiches und geheimes Wahlrecht +- Gewaltenteilung + - Legislative + - Exekutive + - Judikative +- Staatsaufbau + - Förderalstaat #footnote[z.B. Frankreich ist das Gegenteil, zentralistisch] + - Bundesländer haben eigene Legislatur in einigen Bereichen + - Bundesländer stellen Mitglieder des Bundesrats +- Gesamt handelt es sich um eine "parlamentarische Demokratie" und einem "demokratischen Pluralismus" === Grundlagen zentraler Elemente der Wirtschaftsordnung @@ -81,6 +103,8 @@ Auseinanderdriften der gesellschaftlichen und politischen Systeme in der SBZ und === wesentliche Stationen der Integration +Film bezüglich dessen, ist in der Medienmediathek zu finden. + - Ost-West-Konflikt - Besatzungstatut von 1949 (eingeschränkte Souveränität) - Souveränität sollte durch enge Bindung an Westmächte erreicht werden (Konrad Adenauer) diff --git a/schule/geschichte/pdfs/GE_2025-02-11.pdf b/schule/geschichte/pdfs/GE_2025-02-11.pdf index dffb0de..743b066 100644 --- a/schule/geschichte/pdfs/GE_2025-02-11.pdf +++ b/schule/geschichte/pdfs/GE_2025-02-11.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3cdfd55641d16f86861ab2571b8787aa75219c5014d99d939043f156e876355 -size 16963 +oid sha256:429dc263338ba4df31505c08ebae299fdb6c55d34f7b60720eb3272c777e79ad +size 25765 From 065ca580cbcf67fa3576968e871ecfbc97a39698 Mon Sep 17 00:00:00 2001 From: Erik Grobecker Date: Wed, 19 Feb 2025 08:58:33 +0100 Subject: [PATCH 7/8] Kunst am 19.02.2025 --- schule/kunst/KU_2025-02-19.typ | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 schule/kunst/KU_2025-02-19.typ diff --git a/schule/kunst/KU_2025-02-19.typ b/schule/kunst/KU_2025-02-19.typ new file mode 100644 index 0000000..8266e49 --- /dev/null +++ b/schule/kunst/KU_2025-02-19.typ @@ -0,0 +1,26 @@ +#import "@preview/grape-suite:1.0.0": exercise +#import exercise: project + +#set text(lang: "de") + +#show: project.with( + title: [Animation zu aktuellen politischen Themen], + seminar: [Kunst Q2], + // show-outline: true, + author: [Erik Grobecker], + date: datetime(day: 19, month: 2, year: 2025), +) + +#show "->": sym.arrow +#show "=>": sym.arrow.double + + += Kohle-Animation zu aktuellen politischen Themen + +== Ideensammlung + +- Inflation + - Ballon welcher graduell anwächst und explodiert + - eine Münze zeigt sich nach der Explosion + - die Münze verdoppelt sich exponentiell und steigt auch an Größe + From 414886cc82ac96995a9dac48b5009e1b56fcd0bb Mon Sep 17 00:00:00 2001 From: Erik Grobecker Date: Wed, 19 Feb 2025 08:59:40 +0100 Subject: [PATCH 8/8] Englisch am 14.02.2025 --- schule/englisch/EN_2025-02-06.typ | 67 +++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 schule/englisch/EN_2025-02-06.typ diff --git a/schule/englisch/EN_2025-02-06.typ b/schule/englisch/EN_2025-02-06.typ new file mode 100644 index 0000000..90b7827 --- /dev/null +++ b/schule/englisch/EN_2025-02-06.typ @@ -0,0 +1,67 @@ +#import "@preview/grape-suite:1.0.0": exercise +#import exercise: project + +#set text(lang: "en") + +#show: project.with( + title: [Training: Listening], + seminar: [English Q2], + show-outline: true, + author: "Erik Grobecker", + date: datetime(day: 6, month: 2, year: 2025), +) + +#show "->": sym.arrow +#show "=>": sym.arrow.double + + +- #link("https://learnenglishteens.britishcouncil.org/skills/listening/c1-listening")[britishcouncil] + += Mediation + +== writing a short speech +// (Trying to see how far I can progress in a certain time) + += Listening + ++ nothing is more enjoyable, in her own world, like an artist ++ tought her how to cook, recipes, cooked with her since she was five ++ really think about her dream, sacrifices, being a normal kid ++ became her business partner, opens the shop while she's still in school, runs it during the day ++ diligence, great flavor ++ hard work, responsibility, awarness of customers ++ fresh foods, more extracts than sugar + +#pagebreak() + += Writing + +== An article by David Brooks - "If it feels right ..." + +=== Summary + +The article "If it feels right...", +written by David Brooks and published by the New York Times on the 9th of september in 2011 +is about how young adults percieve right and wrong. +Brook and his team asked questions in an empirical study, regarding these question of morality or ethics, +after which they categorized their results. +They found that most of the 230 people they interviewed, +to them, didn't have any ethical standing and just regarded it as a matter of individual opinion. +The team then assumed teenagers, if given more ressources, would cultivate their moral intuitions. + +=== Destroying a point (lightly) + +A first point that can be used to critisize this very well made article by Mr. Brooks, +would be the lacking dataset, 230 individuals interview is in any shape or form way ot lackluster to form any meaningfull conclusion, +as the reiterate 230 young adults wouldn't even make up a single school, and with that can't be seen representation of an entire generation. + +Secondly, not only is Brook overstating the importance of how 230 people solved his survey, +he is also judging this directly and comparing their thoughts with his, but also tries paint them in a negative light.\ +This is seen, when comparing he states that "moral thinking didn't enter the picture", regarding a way of thinking, which is not his own, +as unmoral and as something that could be cultivated upon to the state which Brook sees as good.\ +Directly categorizing that morality is based on the percerption of an individual is by that quickly thrown into the bin of having a non-cultivated moral intuition, +with no further description for why it should be seen as such. + +Thirdly, the article also uses negativly connoted words together with the "youth of today" almost like a clockwork, +creating a dogmatic impression to readers, which they would then apply to many of a generation. +An example of such writing can be seen in the "#underline[depressing]" result, "#underline[groping] to say anything sensible" or the "#underline[rambling] answers"