Difference between revisions of "Gizmo Flow and Programs"

From FreekiWiki
Jump to navigation Jump to search
Line 13: Line 13:
 
digraph GIZMOS {
 
digraph GIZMOS {
  
 +
# income endpoint definitions
 
externalsales  [label="External\nSales", shape="house", fontname="helvetica", fontsize=10]
 
externalsales  [label="External\nSales", shape="house", fontname="helvetica", fontsize=10]
 
onlinesales    [label="Online\nSales", shape="house", fontname="helvetica", fontsize=10]
 
onlinesales    [label="Online\nSales", shape="house", fontname="helvetica", fontsize=10]
Line 19: Line 20:
 
wholesale      [label="Wholesale\nSales", shape="house", fontname="helvetica", fontsize=10]
 
wholesale      [label="Wholesale\nSales", shape="house", fontname="helvetica", fontsize=10]
  
 +
# program endpoint definitions
 
adoption        [label="Adoption", shape="box", fontname="helvetica", fontsize=10]
 
adoption        [label="Adoption", shape="box", fontname="helvetica", fontsize=10]
 
gap            [label="GAP", shape="box", fontname="helvetica", fontsize=10]
 
gap            [label="GAP", shape="box", fontname="helvetica", fontsize=10]
 
grants          [label="Hardware\nGrants", shape="box", fontname="helvetica", fontsize=10]
 
grants          [label="Hardware\nGrants", shape="box", fontname="helvetica", fontsize=10]
 +
infrastructure  [label="Infrastructure", shape="box", fontname="helvetica", fontsize=10]
 
monitordisposal [label="Monitor\nDisposal", shape="box", fontname="helvetica", fontsize=10]
 
monitordisposal [label="Monitor\nDisposal", shape="box", fontname="helvetica", fontsize=10]
  
 +
# midpoint definitions
 
audiovisual    [label="A/V", fontname="helvetica", fontsize=10]
 
audiovisual    [label="A/V", fontname="helvetica", fontsize=10]
 
build          [label="Build", fontname="helvetica", fontsize=10]
 
build          [label="Build", fontname="helvetica", fontsize=10]
Line 79: Line 83:
 
servers  -> grants
 
servers  -> grants
 
ups      -> grants
 
ups      -> grants
 +
 +
build    -> infrastructure
 +
laptops  -> infrastructure
 +
printers -> infrastructure
 +
servers  -> infrastructure
 +
ups      -> infrastructure
  
 
build    -> recycling
 
build    -> recycling
Line 90: Line 100:
 
printers -> thriftstore
 
printers -> thriftstore
 
servers  -> thriftstore
 
servers  -> thriftstore
 +
testing  -> wholesale
 
ups      -> thriftstore
 
ups      -> thriftstore
  

Revision as of 11:40, 16 November 2005

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

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

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

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