Philosophie am 16.12.2024
This commit is contained in:
parent
b0bb3030f8
commit
374dc19b2c
3 changed files with 41 additions and 1 deletions
3
INDEX.md
3
INDEX.md
|
@ -107,7 +107,8 @@ Zusammenfassungen:
|
||||||
| **Erkenntnistheorie:** Was kann ich wissen? | 19.11.2024 | [hier](./schule/philosophie/pdfs/PL_2024-11-19.pdf) |
|
| **Erkenntnistheorie:** Was kann ich wissen? | 19.11.2024 | [hier](./schule/philosophie/pdfs/PL_2024-11-19.pdf) |
|
||||||
| **Erkenntnistheorie:** Skeptizismus | 03.12.2024 | [hier](./schule/philosophie/pdfs/PL_2024-12-03.pdf) |
|
| **Erkenntnistheorie:** Skeptizismus | 03.12.2024 | [hier](./schule/philosophie/pdfs/PL_2024-12-03.pdf) |
|
||||||
| **Erkenntnistheorie:** Locke | 09.12.2024 | [hier](./schule/philosophie/pdfs/PL_2024-12-09.pdf) |
|
| **Erkenntnistheorie:** Locke | 09.12.2024 | [hier](./schule/philosophie/pdfs/PL_2024-12-09.pdf) |
|
||||||
| **Erkenntnistheorie: Ideenfindung nach Locke** | 10.12.2024 | [hier](./schule/philosophie/pdfs/PL_2024-12-10.pdf) |
|
| **Erkenntnistheorie:** Ideenfindung nach Locke | 10.12.2024 | [hier](./schule/philosophie/pdfs/PL_2024-12-10.pdf) |
|
||||||
|
| **Erkenntnistheorie:** Erweiterung von Locke | 16.12.2024 | [hier](./schule/philosophie/pdfs/PL_2024-12-16.pdf) |
|
||||||
|
|
||||||
[↟ table of contents](#table-of-contents)
|
[↟ table of contents](#table-of-contents)
|
||||||
|
|
||||||
|
|
39
schule/philosophie/PL_2024-12-16.typ
Normal file
39
schule/philosophie/PL_2024-12-16.typ
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
#import "@preview/grape-suite:1.0.0": exercise
|
||||||
|
#import exercise: project
|
||||||
|
|
||||||
|
#set text(lang: "de")
|
||||||
|
|
||||||
|
#show: project.with(
|
||||||
|
title: [Erkenntnistheorie: Locke],
|
||||||
|
seminar: [Philosophie Q2],
|
||||||
|
// show-outline: true,
|
||||||
|
author: "Erik Grobecker",
|
||||||
|
date: datetime(day: 10, month: 12, year: 2024),
|
||||||
|
)
|
||||||
|
|
||||||
|
#show "->": sym.arrow
|
||||||
|
#show "=>": sym.arrow.double
|
||||||
|
|
||||||
|
= Locke: Gedankenexperiment
|
||||||
|
(Buch S. 353)
|
||||||
|
|
||||||
|
#import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge
|
||||||
|
|
||||||
|
#diagram(
|
||||||
|
// debug: true,
|
||||||
|
node((0,0), [Erfahrung],),
|
||||||
|
node((-1,1), [Sensation]),
|
||||||
|
node((1,1), [Reflexion]),
|
||||||
|
edge((0,0), (-1,1), "->", [Sinne]),
|
||||||
|
edge((0,0), (1,1), "->", [innere Beobachtung]),
|
||||||
|
|
||||||
|
node((0,2), [einfache Ideen]),
|
||||||
|
edge((-1,1), (0,2), [Passiv], "->", label-side: right),
|
||||||
|
edge((1,1), (0,2), [Aufmerksamkeit], "->", label-side: left),
|
||||||
|
|
||||||
|
node((0,4), [komplexe Ideen]),
|
||||||
|
edge((0,2), (0,4), "->", [zusammen\ setzen\ aktiv], label-side: left)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
schule/philosophie/pdfs/PL_2024-12-16.pdf
Normal file
BIN
schule/philosophie/pdfs/PL_2024-12-16.pdf
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue