Difference between revisions of "User:Matteo/scratch.02"
Jump to navigation
Jump to search
(information gathering (grants)) |
(long term and timeline) |
||
Line 1: | Line 1: | ||
<graphviz> | <graphviz> | ||
digraph{ | digraph{ | ||
+ | rankdir=LR; | ||
node [fontname="Helvetica", fontsize="11"] | node [fontname="Helvetica", fontsize="11"] | ||
Line 22: | Line 23: | ||
grantkind -> people | grantkind -> people | ||
+ | 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"] | ||
+ | |||
+ | timeline [label="Timelines"] | ||
+ | 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 | ||
} | } | ||
</graphviz> | </graphviz> |