Difference between revisions of "User:Matteo/scratch.02"

From FreekiWiki
Jump to navigation Jump to search
(finding)
(clean)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
   edge [fontname="Helvetica"]
 
   edge [fontname="Helvetica"]
  
gathering -> timeline [color="blue", arrowhead="none", style="solid"]
 
gathering -> longterm [color="blue", arrowhead="none", style="solid"]
 
finding -> gathering [color="blue", arrowhead="none", style="solid"]
 
  
subgraph cluster_0 {
 
      style ="solid"
 
 
      gathering [label="Information gathering\nand sorting", shape="box", style="rounded,bold"]
 
      grantchecklist [label="Fill out Checklist"]
 
      grantcat [label="Categorizing Characteristics"]
 
      grantkind [label="What kind of\nGrant is it?"]
 
      people [label="people", shape="box"]
 
      currentproject [label="Current Project", shape="box"]
 
      newproject [label="New Project", shape="box"]
 
      longtermgoal [label="Long Term Goal", shape="box"]
 
 
      gathering -> grantchecklist
 
      gathering -> grantcat
 
      gathering -> grantkind
 
      grantkind -> currentproject
 
      grantkind -> newproject
 
      grantkind -> longtermgoal
 
      grantkind -> people
 
      }
 
subgraph cluster_1 {
 
      style ="solid"
 
      label = " " [fontname="Helvetica"];
 
 
      longterm [label="Long Term\nPlanning Process", shape="box", style="rounded,bold"]
 
      informcouncle [label="Inform councle\nabout opertunities\nand progress"]
 
      dowewantit [label="do we want to pursue\nthis grant or strategy?"]
 
 
      longterm -> informcouncle [arrowhead="none"]
 
      longterm -> dowewantit [arrowhead="none"]
 
      informcouncle -> dowewantit [arrowhead="none"]
 
      }
 
 
subgraph cluster_2 {
 
      style ="solid"
 
 
      timeline [label="Timelines", shape="box", style="rounded,bold"]
 
      timeline_rfp [label="Rfp -> proposal -> accept?"]
 
      timeline_com [label="Communication tracking"]
 
      timeline_rep [label="Reporting cycles"]
 
 
      timeline -> timeline_rfp
 
      timeline -> timeline_com
 
      timeline -> timeline_rep
 
      }
 
 
subgraph cluster_3 {
 
      style ="solid"
 
      label = "Finding Grants" [fontname="Helvetica"];
 
 
      finding [label="Finding Grants", shape="box", style="rounded,bold"]
 
      searching [label="Anonymous searching"]
 
      outside [label="Granters comeing to us"]
 
      random [label="Random Referals"]
 
 
      finding -> searching
 
      finding -> outside
 
      finding -> random
 
 
 
      }
 
 
 
}
 
 
</graphviz>
 
</graphviz>

Latest revision as of 10:11, 6 May 2009

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.