Grant Writing Triage

From FreekiWiki
Revision as of 12:59, 3 April 2009 by Matteo (talk | contribs) (initial start)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<graphvizr>

 digraph D {
  node [fontname="Helvetica", fontsize="11"]
  edge [fontname="Helvetica"]
  start         [label="START HERE", shape="box"]
  whatkind      [label="What kind of\n grant is this?"]
  individual    [label="Individual grants that\n could be available\n to our volunteers", shape="box", style="bold"]
  oneanddone    [label="\"One and Done\"\n Project Grants", shape="box", style="bold"]
  behemoths     [label="\"Big other\"\n Behemoths,", shape="box", style="bold"]
  start -> whatkind
  whatkind -> individual 
  whatkind -> oneanddone 
  whatkind -> behemoths
 }

</graphvizr>