www.unturf.com/eight-forms-of-capital/img/pollution.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

116 lines
2.9 KiB
Text

digraph pollution {
bgcolor="transparent"
rankdir=TB
pad=0.5
nodesep=0.4
ranksep=0.8
node [
fontname="Helvetica"
fontsize=11
style="filled"
penwidth=2
shape=box
width=2.0
height=0.7
]
edge [
penwidth=2
fontsize=9
fontname="Helvetica"
]
label="WHEN CAPITAL ACCUMULATES WITHOUT FLOWING\nit becomes pollution"
labelloc=t
fontname="Helvetica"
fontsize=16
fontcolor="#C62828"
// Healthy flow
subgraph cluster_flow {
label="HEALTHY: capital flows"
fontsize=12
fontcolor="#2E7D32"
style="rounded,dashed"
color="#4CAF50"
fillcolor="#E8F5E9"
flow [
label="pool → flow → pool\nexchange creates vitality"
shape=ellipse
fillcolor="#C8E6C9"
fontcolor="#1B5E20"
color="#4CAF50"
]
}
// Stagnation pollution for each form
subgraph cluster_pollution {
label="STAGNANT: capital hoarded"
fontsize=12
fontcolor="#C62828"
style="rounded,dashed"
color="#F44336"
fillcolor="#FFEBEE"
financial_p [
label="FINANCIAL pollution\nparanoia · control · isolation"
fillcolor="#607D8B"
fontcolor="white"
color="#37474F"
]
material_p [
label="MATERIAL pollution\nwaste · physical contamination"
fillcolor="#795548"
fontcolor="white"
color="#4E342E"
]
living_p [
label="LIVING pollution\ninvasive species · ecosystem collapse"
fillcolor="#4CAF50"
fontcolor="white"
color="#2E7D32"
]
social_p [
label="SOCIAL pollution\nparasitism · codependency"
fillcolor="#FF9800"
fontcolor="white"
color="#E65100"
]
intellectual_p [
label="INTELLECTUAL pollution\nivory tower · detachment from reality"
fillcolor="#2196F3"
fontcolor="white"
color="#0D47A1"
]
experiential_p [
label="EXPERIENTIAL pollution\naction addiction · no reflection"
fillcolor="#009688"
fontcolor="white"
color="#00695C"
]
cultural_p [
label="CULTURAL pollution\ncolonization · disconnection"
fillcolor="#9C27B0"
fontcolor="white"
color="#6A1B9A"
]
spiritual_p [
label="SPIRITUAL pollution\ncults · hollow institutions"
fillcolor="#E91E63"
fontcolor="white"
color="#AD1457"
]
}
flow -> financial_p [label="hoarding" color="#F44336" fontcolor="#C62828"]
flow -> living_p [label="imbalance" color="#F44336" fontcolor="#C62828" style=invis]
}