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.
89 lines
2.8 KiB
Text
89 lines
2.8 KiB
Text
digraph regenerative {
|
|
bgcolor="transparent"
|
|
rankdir=TB
|
|
pad=0.5
|
|
nodesep=0.7
|
|
ranksep=1.0
|
|
|
|
node [
|
|
fontname="Helvetica"
|
|
fontsize=12
|
|
style="filled"
|
|
penwidth=2
|
|
shape=box
|
|
width=1.6
|
|
height=0.8
|
|
]
|
|
|
|
edge [
|
|
fontname="Helvetica"
|
|
fontsize=10
|
|
]
|
|
|
|
// Title
|
|
title [
|
|
label="THE REGENERATIVE PATTERN\n(grow what survives)"
|
|
shape=plaintext
|
|
fillcolor="transparent"
|
|
fontsize=16
|
|
fontcolor="#2E7D32"
|
|
]
|
|
|
|
// Core regenerative loop
|
|
financial [label="FINANCIAL\ncapital" fillcolor="#607D8B" fontcolor="white" color="#37474F"]
|
|
living [label="LIVING\ncapital" fillcolor="#4CAF50" fontcolor="white" color="#2E7D32" penwidth=4]
|
|
material [label="MATERIAL\ncapital" fillcolor="#795548" fontcolor="white" color="#4E342E"]
|
|
|
|
financial -> living [
|
|
label="invest in\nregeneration"
|
|
penwidth=4
|
|
color="#4CAF50"
|
|
fontcolor="#2E7D32"
|
|
]
|
|
|
|
living -> material [
|
|
label="harvest only\nsurplus"
|
|
penwidth=3
|
|
color="#4CAF50"
|
|
fontcolor="#2E7D32"
|
|
style=dashed
|
|
]
|
|
|
|
material -> financial [
|
|
label="sustain\nthe cycle"
|
|
penwidth=2
|
|
color="#4CAF50"
|
|
fontcolor="#2E7D32"
|
|
style=dashed
|
|
]
|
|
|
|
// Nurture growth
|
|
social [label="SOCIAL\ncapital" fillcolor="#FF9800" fontcolor="white" color="#E65100"]
|
|
cultural [label="CULTURAL\ncapital" fillcolor="#9C27B0" fontcolor="white" color="#6A1B9A"]
|
|
spiritual [label="SPIRITUAL\ncapital" fillcolor="#E91E63" fontcolor="white" color="#AD1457"]
|
|
intellectual [label="INTELLECTUAL\ncapital" fillcolor="#2196F3" fontcolor="white" color="#0D47A1"]
|
|
experiential [label="EXPERIENTIAL\ncapital" fillcolor="#009688" fontcolor="white" color="#00695C"]
|
|
|
|
// Regenerative investments
|
|
financial -> social [label="fund\ncommunity" penwidth=2 color="#4CAF50" fontcolor="#2E7D32"]
|
|
financial -> intellectual [label="fund\neducation" penwidth=2 color="#4CAF50" fontcolor="#2E7D32"]
|
|
|
|
// Knowledge cycle
|
|
intellectual -> experiential [label="learn by\ndoing" penwidth=2 color="#2196F3" fontcolor="#0D47A1"]
|
|
experiential -> living [label="skilled care\nheals land" penwidth=3 color="#009688" fontcolor="#00695C"]
|
|
|
|
// Community cycle
|
|
social -> cultural [label="community\ncreates culture" penwidth=2 color="#FF9800" fontcolor="#E65100"]
|
|
cultural -> living [label="shared ethics\nsustain stewardship" penwidth=2 color="#9C27B0" fontcolor="#6A1B9A"]
|
|
spiritual -> cultural [label="depth feeds\nshared meaning" penwidth=2 color="#E91E63" fontcolor="#AD1457"]
|
|
|
|
// Living capital grows
|
|
living -> living [
|
|
label="self-renewing\nabundance"
|
|
penwidth=3
|
|
color="#2E7D32"
|
|
fontcolor="#1B5E20"
|
|
]
|
|
|
|
title -> financial [style=invis]
|
|
}
|