Difference between revisions of "EUDP Roadmap"

From EUDP
Jump to: navigation, search
(Created page with 'digraph')
 
m
Line 1: Line 1:
digraph
+
<graphviz caption='EUDP overview' alt='phylogenetic tree' format='svg+png'>
 +
digraph G {
 +
graph [ fontname = "Helvetica-Oblique",
 +
        fontsize = 12,
 +
#        label = "\n\n\n\nEUDP Roadmap",
 +
        size ="12,12"];
 +
 
 +
# ranksep=equally;
 +
 
 +
{
 +
  rankdir=LR;
 +
  node [shape=plaintext];
 +
  edge [style=invis];
 +
  "PreProject phase"->"Launch phase"->"Realisation phase"->"PostProject phase"->"Common Activities";
 +
}
 +
 
 +
subgraph cluster_PreProject {
 +
     
 +
}
 +
}

Revision as of 13:32, 18 February 2010

<graphviz caption='EUDP overview' alt='phylogenetic tree' format='svg+png'> digraph G {

graph [ fontname = "Helvetica-Oblique",
        fontsize = 12,
  1. label = "\n\n\n\nEUDP Roadmap",
        size ="12,12"];
  1. ranksep=equally;
{
  rankdir=LR;
  node [shape=plaintext];
  edge [style=invis];
  "PreProject phase"->"Launch phase"->"Realisation phase"->"PostProject phase"->"Common Activities";
}
subgraph cluster_PreProject {
     
}

}