Difference between revisions of "User:Rfs/Other Scratch Page"

From FreekiWiki
Jump to navigation Jump to search
 
(61 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Optimization ==
+
<gnuplot>
The optimization committee would look at the big picture and figure out ways we might be able to do stuff better. It would be a committee of council.
+
set terminal jpeg
 +
set output 'BGoriAPPWT'
 +
set notitle
 +
set ylabel ''
 +
set xlabel ''
 +
set timefmt "%m/%d/%y"
 +
#set xdata time
 +
set xtic rotate by 90
 +
set xtics (" 2008-Q1" 01/01/08, " 2008-Q2" 04/01/08, " 2008-Q3" 07/01/08, " 2008-Q4" 10/01/08, " 2009-Q1" 01/01/09)
  
== Priorities Maintenance ==
+
plot '-' title 'Suggested' with linespoints, '-' title 'Fees' with linespoints, '-' title 'Total' with linespoints
The priorities committee would review program planning sheets and compare them. It would maintain a general priorities document on the wiki that would be reviewed and approved (or not) by council.
 
  
== Budget ==
+
01/01/08 7.75
== Visual ==
+
04/01/08 7.73
<graphviz>
+
07/01/08 7.27
  digraph D {
+
10/01/08 6.55
 +
01/01/09 36.25
 +
ee
 +
01/01/08 8.73
 +
04/01/08 8.74
 +
07/01/08 7.64
 +
10/01/08 7.83
 +
01/01/09 7.0
 +
ee
 +
01/01/08 16.48
 +
04/01/08 16.47
 +
07/01/08 14.92
 +
10/01/08 14.38
 +
01/01/09 43.25
 +
e
  
  start        [label="THE IDEA STARTS HERE", fontsize="11", shape="box", style="bold"]
+
  </gnuplot>
  programplan  [label="Develop a\nProgram Planning Sheet", fontsize="11", shape="box"]
 
  prioritize    [label="Integrate into\nGeneral Priorities Document", fontsize="11", shape="box"]
 
  council      [label="Review by Council", fontsize="11", shape="box"]
 
  board        [label="Review by Board", fontsize="11", shape="box"]
 
  budget        [label="Integrate into Budget", fontsize="11", shape="box"]
 
  whee          [label="WHEE!\nWe get to do it!", fontsize="11", shape="box", style="bold"]
 
  shucks        [label="AW SHUCKS!\nIt won't work!", fontsize="11", shape="box", style="bold"]
 
 
 
  start        -> programplan
 
  programplan -> prioritize
 
  prioritize  -> council
 
 
 
  council      -> board      [label="Approve"]
 
  council      -> shucks      [label="Disapprove"]
 
  council      -> programplan [label="Needs more thought"]
 
  council      -> prioritize  [label="Reprioritize"]
 
 
 
  board        -> budget      [label="Approve"]
 
  board        -> programplan [label="Needs more thought"]
 
 
 
  budget      -> whee
 
 
 
  }
 
</graphviz>
 

Latest revision as of 17:33, 17 January 2009

<gnuplot>

set terminal jpeg set output 'BGoriAPPWT' set notitle set ylabel set xlabel set timefmt "%m/%d/%y"

  1. set xdata time

set xtic rotate by 90 set xtics (" 2008-Q1" 01/01/08, " 2008-Q2" 04/01/08, " 2008-Q3" 07/01/08, " 2008-Q4" 10/01/08, " 2009-Q1" 01/01/09)

plot '-' title 'Suggested' with linespoints, '-' title 'Fees' with linespoints, '-' title 'Total' with linespoints

01/01/08 7.75 04/01/08 7.73 07/01/08 7.27 10/01/08 6.55 01/01/09 36.25 ee 01/01/08 8.73 04/01/08 8.74 07/01/08 7.64 10/01/08 7.83 01/01/09 7.0 ee 01/01/08 16.48 04/01/08 16.47 07/01/08 14.92 10/01/08 14.38 01/01/09 43.25 e

</gnuplot>