diff options
author | Ian Valentin Christensen <ian@localhost.localdomain> | 2024-04-29 14:41:15 +0200 |
---|---|---|
committer | Ian Valentin Christensen <ian@localhost.localdomain> | 2024-04-29 14:41:15 +0200 |
commit | d75d677aeae7c3ac204f7b05e3cd4a373b48aae9 (patch) | |
tree | a5be1c402e338df328c0c36118e6ed50a9b42a9d /worlding/_learning.dot | |
parent | 9a0a117202adfd31b2318bda595d47e4c9ebdd31 (diff) |
add markdown table to waste and add dot files for learning
Diffstat (limited to 'worlding/_learning.dot')
-rw-r--r-- | worlding/_learning.dot | 25 |
1 files changed, 25 insertions, 0 deletions
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 |