Difference between revisions of "User:Matteo/scratch.02"
Jump to navigation
Jump to search
(long term and timeline) |
(boxes) |
||
| Line 6: | Line 6: | ||
edge [fontname="Helvetica"] | edge [fontname="Helvetica"] | ||
| − | + | subgraph cluster_0 { | |
| − | + | style ="solid" | |
| − | + | label = "Information gathering\nand sorting" [fontname="Helvetica"]; | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | grantchecklist | + | grantchecklist [label="Fill out Checklist"] |
| − | grantcat | + | 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 | ||
| + | } | ||
| + | subgraph cluster_1 { | ||
| + | style ="solid" | ||
| + | label = " " [fontname="Helvetica"]; | ||
| − | + | longterm [label="Long Term\nPlanning Process"] | |
| − | + | 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" | |
| − | + | label = "Timelines" [fontname="Helvetica"]; | |
| + | |||
| + | timeline_rfp [label="Rfp -> proposal -> accept?"] | ||
| + | timeline_com [label="Communication tracking"] | ||
| + | timeline_rep [label="Reporting cycles"] | ||
| + | } | ||
} | } | ||
</graphviz> | </graphviz> | ||
Revision as of 13:46, 16 April 2009
