Access Contents Page

This graph helps team members know what is expected of them each week before the team meeting, and if used will lead to improvement.

Marc's presentation 16/5/21: Sofi & See the Systems

Experimenting with Graphs for Site Navigation

digraph { fontsize=40 label="\nStS Contents" //layout=circo layout=dot //layout=neato ranksep=0.5; //size = "7.5,10"; ratio=auto rankdir=TB node [shape=box, fontsize=20][width=2 height=2 style=filled shape=circle fontcolor=black color=black penwidth=3 fillcolor=white fixedsize=true] edge [penwidth=2] [fontsize=12] [splines=false]edge [penwidth=6 fontsize=24 decorate=true constraint=true minlin=.1] //edge [style=invis] //ratio=3.0 0 [label="StS Team\nMeeting"][fillcolor=orange] 1 [label="StSoS\nAgenda"][fillcolor=yellow] 2 [label="StSoF\nMinutes"][fillcolor=yellow] 3 [label="StSoS\nActions"][fillcolor=pink] 4 [label="StS\nNews Desk"][fillcolor=yellow] 5 [label="StS\nTeam\nMembers"][fillcolor=yellow] 6 [label="StS\nCommitments"][fillcolor=pink] 7 [label="StS\nProject\nPlan"][shape=box] 8 [label="StS\nUpdates Index"][fillcolor=orange] 9 [label="New\nLeads"][shape=box] 10 [label="Questions"][shape=box] 11 [label="Frequently\nAsked\nQuestions"][shape=box] 12 [label="Sofi &\nSee the\nSystems"][shape=box] 13 [label="State\nof Each\nSphere"][fillcolor=orange] 14 [label="ISSS\nConference\n2021"][shape=box] 15 [label="See\nthe\nSystems"][fillcolor=pink] 4->5 [label="For"] 1->5 [label="For"] 2->5 [label="For"] 5->0 [label="Attend"] 0->6[label="Request"] 5->6 [label="Make"] 6->3 [label="To"] 6->7 [label="Recorded"] 5->8 [label="Update"] 5->9 [label="Contribute\nand\nDiscuss"] 5->10 [label="Ask-Answer"] 13->8 [label="Aggregated\nand\nExplained"] 5->13 [label="Contribute\nto"] 12->13 [label="Background\nfor"] 9->0 [label="Shared"] 11->15 [label="Clarifies"] 14->15 [label="Clarifies"] 0->15 [label="Create"] 10->15 [label="Clarifies"] 8->0 [label="Prior to"] 3->15 [label="Create"] }

digraph { fontsize=40 label="\nStS Contents" //layout=circo layout=dot //layout=neato ranksep=0.5; //size = "7.5,10"; ratio=auto rankdir=BT node [shape=box, fontsize=20][width=2 height=2 style=filled shape=circle fontcolor=black color=black penwidth=3 fillcolor=white fixedsize=true] edge [penwidth=2] [fontsize=12] [splines=false] //edge [style=invis] //ratio=3.0 0 [label="StS Team\nMeeting"] 1 [label="StS\nAgenda"] 2 [label="StS\nMinutes"] 3 [label="StS\nActions"] 4 [label="StS\nNews"] 5 [label="StS\nTeam\nMembers"] 6 [label="StS\nCommitments"] 7 [label="StS\nProject\nPlan"] 8 [label="StS\nUpdates Index"] 9 [label="StS\nNew\nLeads"] 10 [label="StS\nQuestions"] 11 [label="StS\nFrequently\nAsked\nQuestions"] 12 [label="Sofi &\nSee the\nSystems"] 13 [label="State\nof Each\nSphere"] 14 [label="ISSS\nConference\n2021"] 15 [label="See\nthe\nSystems"] 4->5 [label="For"] 1->5 [label="For"] 2->5 [label="For"] 5->0 [label="Attend"] 0->6[label="Request"] 5->6 [label="Make"] 6->3 [label="To"] 6->7 [label="Recorded"] 5->8 [label="Update"] 5->9 [label="Read"] 5->10 [label="Ask-Answer"] 13->8 [label="Aggregated\nand\nExplained"] 5->13 12->13 [label="Background\nfor"] 11->15 [label="Clarifies"] 14->15 [label="Clarifies"] 0->15 [label="Create"] 10->15 [label="Clarifies"] 8->0 [label="Prior to"] }