summaryrefslogtreecommitdiff
path: root/worlding
diff options
context:
space:
mode:
Diffstat (limited to 'worlding')
-rw-r--r--worlding/_learning.dot10
-rw-r--r--worlding/_learningbox.dot66
2 files changed, 35 insertions, 41 deletions
diff --git a/worlding/_learning.dot b/worlding/_learning.dot
index 0d62b12..1451c7e 100644
--- a/worlding/_learning.dot
+++ b/worlding/_learning.dot
@@ -4,15 +4,15 @@ Teacher -> LearningMaterial [ label="explains" ]
Distraction -> Attention [ label="breaks" ]
PreLearned -> Knowledge [ label="approximates" ]
World -> PreLearned [ label="challenges" ]
-Motivation -> Attention [ label="enables" ]
-Defensive -> Motivation [ label="type of",arrowtail=icurve ]
-Expansive -> Motivation [ label="type of",arrowtail=icurve ]
+Attention [ label="enables" ]
+DefensiveMotivation
+ExpansiveMotivation
Digitalization -> {Notifications SearchEngines} [ label="enables" ]
Notifications -> Distraction [ label="causes" ]
SearchEngines -> LearningMaterial [ label="finds" ]
Knowledge -> World [ label="describes" ]
-Need -> Defensive [ label="causes" ]
-Want -> Expansive [ label="causes" ]
+Need -> DefensiveMotivation [ label="causes" ]
+Want -> ExpansiveMotivation [ label="causes" ]
{World PreLearned} -> Discrepancy [ label="constitutes" ]
Attention -> LearningDepth [ label="enables" ]
LearningDepth -> Discrepancy [ label="decreases" ]
diff --git a/worlding/_learningbox.dot b/worlding/_learningbox.dot
index eb0ea81..8f84f5c 100644
--- a/worlding/_learningbox.dot
+++ b/worlding/_learningbox.dot
@@ -1,39 +1,33 @@
digraph {
- compound=true;
- Distraction [shape=box]
- Success [shape=box]
+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" ]
- World -> Knowledge [ label="challenges" ]
- 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 [ /*lhead=cluster1,*/label="decreases" ]
- Knowledge -> Success [ /*ltail=cluster1,*/label="determines" ]
- Success -> Goal [ label="accomplishes" ]
- University -> Expectations [ label="dictates" ]
- Teacher -> Expectations [ label="embodies" ]
- Expectations -> Need [ label="causes" ]
- Knowledge -> Action [ label="guides" ]
- Action -> World [ label="interacts with" ]
- Failure -> Knowledge [ label="disproves" ]
- Knowledge -> LearningMaterial [ ]
-
- /*
- subgraph cluster1 {
- node [style=filled]
- World; Knowledge;
- label = "Discrepancy"
- color=red
- }
- */
+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