Graphviz

digraph { layout=dot rankdir=LR overlap=false concentrate=false bgcolor=lightblue // splines=" " node [shape=box style=rounded] Curiosity -> "Home Care\nSkills" -> {Cooking Gardening Carpentry Maintenance} [label=supports] "Economic\nModel" -> "Facility\nCentric"[label=costly] "Economic\nModel" -> "Teacher\nCentric" [label=costly] "Economic\nModel" -> "Student\n& Community\nCentric" [label=affordable] "Individual\nChoice" -> "Class\nSize" [label=determines] "Class\nSize" -> "Economic\nModel" [label=determines] Interplay -> Curiosity [label=supports] "Individual\nChoice" -> Interplay [label=supports] "Individual\nChoice" -> Relevance -> Curiosity [label=supports] "Individual\nChoice" -> Mentors -> "Student\n& Community\nCentric" Mentors [color=red] Curiosity -> "Individual\nAcademic\nInterests" [label=supports] "Individual\nAcademic\nInterests" -> {Science Technology Engineering Math Humanities} Boredom -> Curiosity [label=kills] Fear -> Curiosity [label=kills] Shaming -> Fear "Prescribed\nContent\n& Methods" -> Boredom Monitor [color=red] Fear [color=red] Boredom [color=red] Curiosity [color=red] "Individual\nChoice" [color=red] Monitor -> {Mentors "Individual\nChoice" Fear Boredom Curiosity} [color=red] }

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]}