summaryrefslogtreecommitdiff
path: root/worlding
diff options
context:
space:
mode:
Diffstat (limited to 'worlding')
-rw-r--r--worlding/_learning.dot4
-rw-r--r--worlding/_learningbox.dot2
-rw-r--r--worlding/_learningdefensive.dot13
3 files changed, 9 insertions, 10 deletions
diff --git a/worlding/_learning.dot b/worlding/_learning.dot
index 1451c7e..b0444d1 100644
--- a/worlding/_learning.dot
+++ b/worlding/_learning.dot
@@ -1,4 +1,6 @@
digraph {
+ BisectedLearning
+
LearningMaterial -> Knowledge [ label="approximates" ]
Teacher -> LearningMaterial [ label="explains" ]
Distraction -> Attention [ label="breaks" ]
@@ -6,7 +8,7 @@ PreLearned -> Knowledge [ label="approximates" ]
World -> PreLearned [ label="challenges" ]
Attention [ label="enables" ]
DefensiveMotivation
-ExpansiveMotivation
+ExpansiveMotivation
Digitalization -> {Notifications SearchEngines} [ label="enables" ]
Notifications -> Distraction [ label="causes" ]
SearchEngines -> LearningMaterial [ label="finds" ]
diff --git a/worlding/_learningbox.dot b/worlding/_learningbox.dot
index 8f84f5c..63caf40 100644
--- a/worlding/_learningbox.dot
+++ b/worlding/_learningbox.dot
@@ -1,4 +1,4 @@
-digraph {
+ådigraph {
compound=true;
Distraction [shape=box]
Success [shape=box]
diff --git a/worlding/_learningdefensive.dot b/worlding/_learningdefensive.dot
index 89b103f..2db992a 100644
--- a/worlding/_learningdefensive.dot
+++ b/worlding/_learningdefensive.dot
@@ -8,21 +8,18 @@ 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 ]
+DefensiveMotivation -> Attention [ label="enables" ]
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" ]
+Need -> DefensiveMotivation [ 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" ]
+University -> Goal [ label="dictates" ]
+Teacher -> Goal [ label="embodies" ]
+Goal -> Need [ label="causes" ]
Prediction -> Action [ label="determines" ]
Action -> World [ label="interacts with" ]
Knowledge -> LearningMaterial [ label="shapes" ]