Academics

At the end of six weeks of creating the education that five students wanted, I had to point out that there were no teachers and no academic subjects. They quickly created this set.

digraph { ranksep=.2; size = "7.5,10"; rankdir=LR node [shape=box, fontsize=20] edge [penwidth=2] [fontsize=20] ratio=.75 //edge [style=invis] node [width=2 height=2 style=filled shape=circle fontcolor=black color=black penwidth=3 fillcolor=white fixedsize=true] 1 [label="Teachers"] 2 [label="Technical\nSkills"][fillcolor=pink] 3 [label="Reading,\nWriting"] 4 [label="Humanities"] 5 [label="Psychology"] 6 [label="Math"] 7 [label="Science"] 8 [label="Chemistry"] 9 [label="Biology"] 1->2 1->3 1->4 4->5 7->8 7->9 7->5 1->6 6->7 1->7 6->2 7->2 }

* [ ] Teachers

* [ ] Humanities

* [ ] Psychology

* [ ] Math

* [ ] Science

* [ ] Chemistry

* [ ] Biology

* [ ] Government

# Academic Materials

* [ ] Libraries and Journals * [ ] * [ ] * [ ] * [ ]

# Non-Academic Learning Materials

.

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