Difference between revisions of "Budget Reorganization"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
<graphviz>#!/usr/bin/neato
+
<graphviz>
 
digraph SEEDS {
 
digraph SEEDS {
     node [style=filled, fontname="Baskerville SemiBold"]
+
 
     overlap=false
+
    Ecovillage -> Infrastructure
     size="6,6"
+
    Ecovillage -> Energy
     Ecological -> "green\nbusiness"
+
    Ecovillage -> Agriculture
     Ecological -> "life\ncycle\nanalyses"
+
    Ecovillage -> Buildings
     Ecological -> "ecological\nbuilding"
+
    Ecovillage -> Transportation
     Ecological -> "renewable\nenergy"
+
    Ecovillage -> Business
     Ecological -> "local\nwater\ncare"
+
    Infrastructure -> Water
     Ecological -> "wilderness"
+
    Infrastructure -> Waste
     Ecological -> "biodiversity"
+
     Infrastructure -> Composting
     Ecological -> "earth\nrestoration"
+
    Energy -> Solar
     Ecological -> "permaculture"
+
    Energy -> Wind
     Ecological -> "ecovillage\ndesign"
+
    Energy -> Methane
     Ecological [URL="/wiki/Ecological" color="0.333 0.8 1.0"]
+
    Energy -> Biofuel
     "green\nbusiness" [URL="/wiki/Business" color="0 0.4 1.0"]
+
     Agriculture -> Farming
     "life\ncycle\nanalyses" [URL="/wiki/Life_cycle_analyses" color="0.1 0.4 1.0"]
+
     Agriculture -> Gardening
     "ecological\nbuilding" [URL="/wiki/Buildings_and_housing" color="0.2 0.4 1.0"]
+
     Agriculture -> "Seed saving"
     "renewable\nenergy" [URL="/wiki/Energy" color="0.3 0.4 1.0"]
+
     Agriculture -> Processing
     "local\nwater\ncare" [URL="/wiki/Water_supply" color="0.4 0.4 1.0"]
+
     Buildings -> Common
     wilderness [URL="/wiki/Water_supply" color="0.5 0.4 1.0"]
+
     Buildings -> Family
     biodiversity [URL="/wiki/Biodiversity" color="0.6 0.4 1.0"]
+
     Buildings -> Bedroom
     "earth\nrestoration" [URL="/wiki/Earth_restoration" color="0.7 0.4 1.0"]
+
     Transportation -> Human
     permaculture [URL="/wiki/Permaculture" color="0.8 0.4 1.0"]
+
     Transportation -> Biofuel
     "ecovillage\ndesign" [URL="/wiki/Ecovillage_design" color="0.9 0.4 1.0"]
+
     Transportation -> Electric
 +
     Business -> Ecotourism
 +
     Business -> Accounting
 +
     Business -> Administration
 +
     Business -> Trade
 +
 
 +
     Bedroom [URL="Bedroom house"]
 +
     Buildings [URL="Buildings and housing"]
 +
     Common [URL="Common buildings"]
 +
     Electric [URL="Electric vehicle"]
 +
     Family [URL="Family house"]
 +
     Human [URL="Human powered"]
 +
     Methane [URL="Methane digestor"]
 +
     Water [URL="Water supply"]
 +
     Waste [URL="Waste management system"]
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 13:24, 28 October 2005