www.unturf.com/eight-forms-of-capital/img/knowledge-loop.dot
russell@unturf.com 4e95c5199f Add DOT diagrams to manifesto, create eight forms of capital page
Manifesto diagrams (4): quadrivium, trivium, seeds-and-sprouts,
permacomputer-properties. Each rendered to SVG and PNG from DOT source.

Eight forms of capital page with 9 step-by-step diagrams: individual
forms, full mesh, nurture vs transactional, extractive flow,
regenerative flow, knowledge loop, community loop, pollution, and
permacomputer-capital mapping. Maps the eight forms framework to the
permacomputer quadrivium values.
2026-02-26 22:42:34 -05:00

62 lines
1.2 KiB
Text

digraph knowledge {
bgcolor="transparent"
rankdir=LR
pad=0.5
nodesep=1.0
ranksep=1.2
node [
fontname="Helvetica"
fontsize=13
style="filled"
penwidth=2
shape=box
width=1.8
height=1.0
]
edge [
fontname="Helvetica"
fontsize=10
penwidth=3
]
intellectual [
label="INTELLECTUAL\n\nread · study\nunderstand theory"
fillcolor="#2196F3"
fontcolor="white"
color="#0D47A1"
]
experiential [
label="EXPERIENTIAL\n\npractice · build\nfeel the dough"
fillcolor="#009688"
fontcolor="white"
color="#00695C"
]
living [
label="LIVING\n\nobserve results\nharvest feedback"
fillcolor="#4CAF50"
fontcolor="white"
color="#2E7D32"
]
intellectual -> experiential [
label="apply theory\nthrough practice"
color="#2196F3"
fontcolor="#0D47A1"
]
experiential -> living [
label="skilled hands\ntransform the land"
color="#009688"
fontcolor="#00695C"
]
living -> intellectual [
label="observation\ngenerates new\nunderstanding"
color="#4CAF50"
fontcolor="#2E7D32"
]
}