|
|
| Line 40: |
Line 40: |
| | | | |
| | == ^ == | | == ^ == |
| − | <graphviz>
| + | [[Consensus process]] |
| − | digraph D {
| |
| − | | |
| − | start [label="Start here", shape="rectangle"]
| |
| − | discussion1 [label="General discussion", shape="rectangle"]
| |
| − | proposal1 [label="Proposal"]
| |
| − | proposal2 [label="Pre-stated proposal", shape="rectangle"]
| |
| − | discussion2 [label="Discuss proposal"]
| |
| − | test [label="Test\nIs there consensus?"]
| |
| − | modifications [label="Modify proposal"]
| |
| − | concerns [label="State concerns"]
| |
| − | block [label="Block decision", shape="rectangle"]
| |
| − | standaside [label="Stand aside"]
| |
| − | consensus [label="Consensus achieved", shape="rectangle"]
| |
| − | action [label="Implementation\nwho will do what?\ntimelines", shape="rectangle"]
| |
| − | clarify1 [label="Read back and clarify"]
| |
| − | clarify2 [label="Clarify"]
| |
| − | | |
| − | start -> discussion1
| |
| − | start -> proposal2
| |
| − | | |
| − | discussion1 -> proposal1
| |
| − | proposal1 -> clarify1
| |
| − | clarify1 -> test
| |
| − | | |
| − | proposal2 -> clarify2
| |
| − | clarify2 -> discussion2
| |
| − | discussion2 -> test
| |
| − | | |
| − | test -> concerns [label="NO"]
| |
| − | test -> consensus [label="YES"]
| |
| − | concerns -> discussion2
| |
| − | concerns -> modifications
| |
| − | modifications -> clarify1
| |
| − | concerns -> standaside
| |
| − | concerns -> block
| |
| − | standaside -> consensus
| |
| − | consensus -> action
| |
| − | | |
| − | }
| |
| − | </graphviz>
| |
Revision as of 08:56, 23 May 2008
>
<gnuplot>
set output 'quadFuncs.png'
set size 0.4,0.4
set xlabel "x"
set ylabel "y"
plot [x=-4:4] x**2-3, -x**2
</gnuplot>
&
^
Consensus process