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

From FreekiWiki
Jump to navigation Jump to search
(clean)
(information gathering (grants))
Line 1: Line 1:
 +
<graphviz>
 +
digraph{
  
 +
  node [fontname="Helvetica", fontsize="11"]
 +
  edge [fontname="Helvetica"]
 +
 +
grantchecklist [label="Fill out Checklist"]
 +
grantcat [label="Categorizing Carteristics"]
 +
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"]
 +
 +
grantchecklist -> grantcat
 +
grantcat -> grantchecklist
 +
grantcat -> grantkind
 +
grantkind -> grantcat
 +
grantkind -> currentproject
 +
grantkind -> newproject
 +
grantkind -> longtermgoal
 +
grantkind -> people
 +
 +
 +
}
 +
</graphviz>

Revision as of 13:49, 16 April 2009

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