Difference between revisions of "Gizmo Flow and Programs"
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
digraph KEY { | digraph KEY { | ||
| − | income [label="(Income\nEnd Point)", shape="house", fontsize=10] | + | income [label="(Income\nEnd Point)", shape="house", fontname="helvetica", fontsize=10] |
| − | program [label="(Program Only\nEnd Point)", shape="box", fontsize=10] | + | program [label="(Program Only\nEnd Point)", shape="box", fontname="helvetica", fontsize=10] |
| − | process [label="(Processing\nPoint)", fontsize=10] | + | process [label="(Processing\nPoint)", fontname="helvetica", fontsize=10] |
} | } | ||
| Line 13: | Line 13: | ||
digraph GIZMOS { | digraph GIZMOS { | ||
| − | externalsales [shape="house", fontsize=10] | + | externalsales [label="External\nSales", shape="house", fontname="helvetica", fontsize=10] |
| − | onlinesales [shape="house", fontsize=10] | + | onlinesales [label="Online\nSales", shape="house", fontname="helvetica", fontsize=10] |
| − | recycling [shape="house", fontsize=10] | + | recycling [label="Recycling", shape="house", fontname="helvetica", fontsize=10] |
| − | thriftstore [shape="house", fontsize=10] | + | thriftstore [label="Thrift\nStore", shape="house", fontname="helvetica", fontsize=10] |
| − | wholesale [shape="house", fontsize=10] | + | wholesale [label="Wholesale\nSales", shape="house", fontname="helvetica", fontsize=10] |
| − | adoption [shape="box", fontsize=10] | + | adoption [label="Adoption", shape="box", fontname="helvetica", fontsize=10] |
| − | gap [shape="box", fontsize=10] | + | gap [label="GAP", shape="box", fontname="helvetica", fontsize=10] |
| − | grants [shape="box", fontsize=10] | + | grants [label="Hardware\nGrants", shape="box", fontname="helvetica", fontsize=10] |
| − | monitordisposal [shape="box", fontsize=10] | + | monitordisposal [label="Monitor\nDisposal", shape="box", fontname="helvetica", fontsize=10] |
| − | audiovisual [fontsize=10] | + | audiovisual [label="A/V", fontname="helvetica", fontsize=10] |
| − | build [fontsize=10] | + | build [label="Build", fontname="helvetica", fontsize=10] |
| − | laptops [fontsize=10] | + | laptops [label="Laptops", fontname="helvetica", fontsize=10] |
| − | monitorburnin [fontsize=10] | + | monitorburnin [label="Monitor\nBurn in", fontname="helvetica", fontsize=10] |
| − | prebuild [fontsize=10] | + | prebuild [label="Prebuild", fontname="helvetica", fontsize=10] |
| − | printers [fontsize=10] | + | printers [label="Printers", fontname="helvetica", fontsize=10] |
| − | receiving [fontsize=10] | + | receiving [label="Receiving", fontname="helvetica", fontsize=10] |
| − | servers [fontsize=10] | + | servers [label="Servers", fontname="helvetica", fontsize=10] |
| − | testing [fontsize=10] | + | testing [label="Testing", fontname="helvetica", fontsize=10] |
receiving -> audiovisual | receiving -> audiovisual | ||
| Line 89: | Line 89: | ||
digraph OTHER { | digraph OTHER { | ||
| − | advancedlinux [label="Advanced\nLinux\nClasses", fontsize=10, shape="box"] | + | advancedlinux [label="Advanced\nLinux\nClasses", fontname="helvetica", fontsize=10, shape="box"] |
| − | administration [label="Admin", fontsize=10, shape="box"] | + | administration [label="Admin", fontname="helvetica", fontsize=10, shape="box"] |
| − | coders [label="Coders",fontsize=10, shape="box"] | + | coders [label="Coders", fontname="helvetica", fontsize=10, shape="box"] |
| − | computers4kids [label="Computers\nfor\nKids",fontsize=10, shape="box"] | + | computers4kids [label="Computers\nfor\nKids", fontname="helvetica", fontsize=10, shape="box"] |
| − | frontdesk [label="Front\nDesk",fontsize=10, shape="house"] | + | frontdesk [label="Front\nDesk", fontname="helvetica", fontsize=10, shape="house"] |
| − | grantwriting [label="Grant\nWriting",fontsize=10, shape="house"] | + | grantwriting [label="Grant\nWriting", fontname="helvetica", fontsize=10, shape="house"] |
| − | techsupport [label="Tech\nSupport",fontsize=10, shape="box"] | + | techsupport [label="Tech\nSupport", fontname="helvetica", fontsize=10, shape="box"] |
} | } | ||
</graphviz> | </graphviz> | ||
Revision as of 09:24, 16 November 2005
