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

From FreekiWiki
Jump to navigation Jump to search
(information gathering (grants))
(clean)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<graphviz>
 
<graphviz>
 
digraph{
 
digraph{
 +
rankdir=LR;
  
 
   node [fontname="Helvetica", fontsize="11"]
 
   node [fontname="Helvetica", fontsize="11"]
 
   edge [fontname="Helvetica"]
 
   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>
 
</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.