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

117 lines
2.4 KiB
Text

graph mesh {
bgcolor="transparent"
layout=neato
pad=0.5
overlap=false
sep="+20"
node [
fontname="Helvetica"
fontsize=11
style="filled"
shape=circle
width=1.5
fixedsize=true
penwidth=2
]
edge [
penwidth=1.2
color="#BDBDBD"
len=2.5
]
// Nurture capitals (warm colors, top)
living [
label="LIVING\n\nsoil · water\nplants · animals"
fillcolor="#4CAF50"
fontcolor="white"
color="#2E7D32"
]
social [
label="SOCIAL\n\nrelationships\ninfluence"
fillcolor="#FF9800"
fontcolor="white"
color="#E65100"
]
cultural [
label="CULTURAL\n\nshared story\nart · myth"
fillcolor="#9C27B0"
fontcolor="white"
color="#6A1B9A"
]
spiritual [
label="SPIRITUAL\n\nkarma · faith\npresence"
fillcolor="#E91E63"
fontcolor="white"
color="#AD1457"
]
// Transactional capitals (cool colors, bottom)
financial [
label="FINANCIAL\n\nmoney\ncurrencies"
fillcolor="#607D8B"
fontcolor="white"
color="#37474F"
]
material [
label="MATERIAL\n\ntools · buildings\ninfrastructure"
fillcolor="#795548"
fontcolor="white"
color="#4E342E"
]
intellectual [
label="INTELLECTUAL\n\nideas\nknowledge"
fillcolor="#2196F3"
fontcolor="white"
color="#0D47A1"
]
experiential [
label="EXPERIENTIAL\n\nknow-how\nskill"
fillcolor="#009688"
fontcolor="white"
color="#00695C"
]
// Full mesh — every node connects to every other
living -- social
living -- cultural
living -- spiritual
living -- financial
living -- material
living -- intellectual
living -- experiential
social -- cultural
social -- spiritual
social -- financial
social -- material
social -- intellectual
social -- experiential
cultural -- spiritual
cultural -- financial
cultural -- material
cultural -- intellectual
cultural -- experiential
spiritual -- financial
spiritual -- material
spiritual -- intellectual
spiritual -- experiential
financial -- material
financial -- intellectual
financial -- experiential
material -- intellectual
material -- experiential
intellectual -- experiential
}