summaryrefslogtreecommitdiff
path: root/worlding
diff options
context:
space:
mode:
authorIan Valentin Christensen <ian@localhost.localdomain>2024-04-29 15:29:39 +0200
committerIan Valentin Christensen <ian@localhost.localdomain>2024-04-29 15:29:39 +0200
commit1461fbd9b929cdcb373bc2b3cb677762268cf0c1 (patch)
tree7d2f9607d29b2b2609c2fe5c84ad4145ed27bcb7 /worlding
parent8c6a19d99ca1d56b9cd35f25977c4624885cd831 (diff)
develop another graph
Diffstat (limited to 'worlding')
-rw-r--r--worlding/_learningdefensive.dot34
1 files changed, 34 insertions, 0 deletions
diff --git a/worlding/_learningdefensive.dot b/worlding/_learningdefensive.dot
new file mode 100644
index 0000000..89b103f
--- /dev/null
+++ b/worlding/_learningdefensive.dot
@@ -0,0 +1,34 @@
+digraph {
+compound=true;
+Distraction [shape=box]
+Success [shape=box]
+Failure [shape=box]
+Action [shape=box]
+
+LearningMaterial -> Knowledge [ label="describes" ]
+Teacher -> LearningMaterial [ label="explains" ]
+Distraction -> Attention [ label="breaks" ]
+Motivation -> Attention [ label="enables" ]
+Defensive -> Motivation [ label="type of",arrowtail=icurve ]
+Expansive -> Motivation [ label="type of",arrowtail=icurve ]
+Digitalization -> {Notifications SearchEngines} [ label="enables" ]
+Notifications -> Distraction [ label="causes" ]
+SearchEngines -> LearningMaterial [ label="finds" ]
+Knowledge -> World [ label="approximates" ]
+Need -> Defensive [ label="causes" ]
+Want -> Expansive [ label="causes" ]
+Attention -> LearningDepth [ label="enables" ]
+LearningDepth -> Knowledge [ label="expands" ]
+Success -> Goal [ label="accomplishes" ]
+University -> Expectations [ label="dictates" ]
+Teacher -> Expectations [ label="embodies" ]
+Expectations -> Need [ label="causes" ]
+Prediction -> Action [ label="determines" ]
+Action -> World [ label="interacts with" ]
+Knowledge -> LearningMaterial [ label="shapes" ]
+World -> {Success Failure} [ label="determines" ]
+Knowledge -> Prediction [ label="creates" ]
+Failure -> Prediction [label="disproves"]
+LearningMatter -> LearningMaterial
+
+} \ No newline at end of file