Top Graph

This is Marc's messing around with high level concepts

digraph { ranksep=.4; size = "7.5,10"; rankdir=TB node [shape=box, fontsize=20] edge [penwidth=2] [fontsize=20] ratio=1. //edge [style=invis] node [width=2 height=2 style=filled shape=circle fontcolor=black color=black penwidth=3 fillcolor=white fixedsize=true] 1 [label="Space-Time"] 2 [label="Mass-Energy"] 3 [label="Awareness"] 4 [label="States\nof\nBeing"] 5 [label="Rates\nof\nChange"] 44 [label="Atomic\n& Subatomic\nPhysics"] 45 [label="Chemistry"] 46 [label="Biochemistry"] 47 [label="Biology"] 48 [label="Psychology"] 49 [label="Sociology"] 50 [label="Geology"] 51 [label="Cosmology"] 52 [label="Geopolitical\nRecursions"][fillcolor=aquamarine] 5->{44 45 46 47 48 49 50 51} 6->52 6 [label="Situations"] 7 [label="Perspectives"][fillcolor=yellow] 8 [label="Distinctions"][fillcolor=yellow] 9 [label="Systems"][fillcolor=yellow] 10 [label="Relationships"][fillcolor=yellow] 11 [label="Material\nWorld"][fillcolor=green1] 12 [label="Experiential\nWorld"][fillcolor=green1] 13 [label="Wholes"][fillcolor=green1] 14 [label="Parts"][fillcolor=green1] 15 [label="Causes"][fillcolor=green1] 16 [label="Effects"][fillcolor=green1] 17 [label="People"][fillcolor=lightblue] 18 [label="Institutions"][fillcolor=lightblue] 19 [label="Sofi"][fillcolor=red] 20 [label="Points"][fillcolor=green1] 21 [label="Views"][fillcolor=green1] 20->21 13->14 15->16 3->17 17->3 22 [label="Why"][fillcolor=pink] 23 [label="Who"][fillcolor=pink] 24 [label="How"][fillcolor=pink] 25 [label="What"][fillcolor=pink] 22->{40 41} 23->41 24->35 25->{31 32} 26 [label="Beauty"][fillcolor=pink] 27 [label="Good"][fillcolor=pink] 28 [label="Truth"][fillcolor=pink] 29 [label="Economy"][fillcolor=pink] 31 [label="Customer"][fillcolor=red] 32 [label="Staff"][fillcolor=red] 33 [label="Structure"][fillcolor=red] 34 [label="Sales"][fillcolor=red] 35 [label="Development"][fillcolor=red] 36 [label="Operating"][fillcolor=red] 37 [label="Resources"][fillcolor=red] 38 [label="Strategy"][fillcolor=red] 39 [label="Communication"][fillcolor=red] 40 [label="Leading"][fillcolor=red] 41 [label="Culture"][fillcolor=red] 42 [label="Identity"][fillcolor=green1] 43 [label="Other"][fillcolor=green1] 8->42 8->43 42->43 19->{33 34 36 37 38 39} 7->19 [color=red penwidth=5] 19->{26 27 28 29} 26->22 27->23 28->24 29->25 4->6 6->4 7->6 7->3 17->7 17->8 1->4 2->4 6->3 3->6 1->5 2->5 5->4 4->3 3->4 3->7 3->8 8->11 8->12 7->20 7->21 7->8 7->10 7->9 9->13 9->14 10->15 10->16 19->17 19->18 17->6 6->17 6->7 17->18 18->17 17->19 18->19 }

DOT strict digraph rankdir=LR node [shape=box style="solid,rounded,filled" fillcolor=lightyellow penwidth=3 color=black] HERE NODE node [style="solid,rounded,filled" fillcolor=white penwidth=1 color=black] edge [style=solid penwidth=1 color=black] BACKLINKS NODE -> HERE node [style="dotted,rounded,filled" penwidth=1 fillcolor=white color=grey] edge [style=dotted penwidth=1 color=grey] HERE BACKLINKS NODE -> HERE STATIC strict digraph {rankdir=LR node [shape=box style="solid,rounded,filled" fillcolor=lightyellow penwidth=3 color=black] "Welcome Visitors" node [style="solid,rounded,filled" fillcolor=white penwidth=1 color=black] edge [style=solid penwidth=1 color=black] "Review Changes" -> "Welcome Visitors" "Sustainable Development" -> "Welcome Visitors" "You're New Here" -> "Welcome Visitors" node [style="dotted,rounded,filled" penwidth=1 fillcolor=white color=grey] edge [style=dotted penwidth=1 color=grey] "How To Wiki" -> "Review Changes" node [style="dotted,rounded,filled" penwidth=1 fillcolor=white color=grey] edge [style=dotted penwidth=1 color=grey] "Development" -> "Sustainable Development" node [style="dotted,rounded,filled" penwidth=1 fillcolor=white color=grey] edge [style=dotted penwidth=1 color=grey]}