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

From FreekiWiki
Jump to navigation Jump to search
(clean slate)
Line 1: Line 1:
<graphviz>#!/usr/bin/fdp
 
digraph structure {
 
graph [
 
rankdir = "LR"
 
];
 
node [ fontsize = "16" shape = "ellipse" ];
 
edge [ ];
 
  
"Action" [ label = "<f0> Action| | |" shape = "record" ];
 
"C7" [ label = "<f0> C7 | |" shape = "record" ];
 
"HR" [ label = "<f0> HR| <f1> | <f2> |" shape = "record" ];
 
"Knowledge Bees" [ label = "<f0> Knowledge Bees| | |" shape = "record" ];
 
"Outreach" [ label = "<f0> Outreach| <f1> | <f2> |"shape = "record" ];
 
"Reuse" [ label = "<f0> Reuse| <f1> | <f2> |" shape = "record" ];
 
"Technocrats" [ label = "<f0> Technocrats| | |" shape = "record" ];
 
"AdHocStaff" [ label = "<f0> AdHocStaff| | |" shape = "record" ];
 
"Council" [ label = "<f0> Council " shape = "record" ];
 
"Board" [ label = "<f0> Board " shape = "record" ];
 
"Staff" [ label = "<f0> Staff " shape = "record" ];
 
 
"Staff" -> "Council":f0 [ id = 0 ];
 
"Staff" -> "Board":f0 [ id = 0 ];
 
 
"Board" -> "Council":f0 [ id = 0 ];
 
"Board" -> "Staff":f0 [ id = 0 ];
 
 
"Council" -> "Staff":f0 [ id = 0 ];
 
"Council" -> "Board":f0 [ id = 0 ];
 
 
"Staff" -> "AdHocStaff":f0 [ id = 0 ];
 
"Staff" -> "C7":f0 [ id = 1 ];
 
"Staff" -> "HR":f0 [ id = 2 ];
 
"Staff" -> "Knowledge Bees":f0 [ id = 3];
 
"Staff" -> "Outreach":f0 [ id = 4  ];
 
"Staff" -> "Reuse":f0 [ id = 5 ];
 
"Staff" -> "Technocrats":f0 [ id = 6 ];
 
"Staff" -> "Action":f0 [ id = 7 ];
 
 
}
 
</graphviz>
 

Revision as of 16:34, 29 September 2006