From d75d677aeae7c3ac204f7b05e3cd4a373b48aae9 Mon Sep 17 00:00:00 2001 From: Ian Valentin Christensen Date: Mon, 29 Apr 2024 14:41:15 +0200 Subject: add markdown table to waste and add dot files for learning --- worlding/_learning.dot | 25 +++++++++++++++++++++++++ worlding/_learningbox.dot | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 worlding/_learning.dot create mode 100644 worlding/_learningbox.dot (limited to 'worlding') diff --git a/worlding/_learning.dot b/worlding/_learning.dot new file mode 100644 index 0000000..0d62b12 --- /dev/null +++ b/worlding/_learning.dot @@ -0,0 +1,25 @@ +digraph { +LearningMaterial -> Knowledge [ label="approximates" ] +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 ] +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" ] +{World PreLearned} -> Discrepancy [ label="constitutes" ] +Attention -> LearningDepth [ label="enables" ] +LearningDepth -> Discrepancy [ label="decreases" ] +Skill -> Action [ label="enables" ] +PreLearned -> Skill [ label="determines" ] +Discrepancy -> Success [ label="determines" ] +Success -> Goal [ label="accomplishes" ] +University -> Expectations [ label="dictates" ] +Teacher -> Expectations [ label="embodies" ] +} \ No newline at end of file diff --git a/worlding/_learningbox.dot b/worlding/_learningbox.dot new file mode 100644 index 0000000..eb0ea81 --- /dev/null +++ b/worlding/_learningbox.dot @@ -0,0 +1,39 @@ +digraph { + compound=true; + Distraction [shape=box] + Success [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 + } + */ +} \ No newline at end of file -- cgit v1.2.3