EUDP Roadmap

From EUDP
Revision as of 14:17, 18 February 2010 by Klaus (Talk)

Jump to: navigation, search

EUDP Roadmap

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

graph [ fontname = "Helvetica-Oblique",
        fontsize = 12,
        size ="12,12"];
{
  node [shape=plaintext];
  edge [style=invis];
  /*"Common Activities"->*/"PreProject phase"->"Launch phase"->"Realisation phase"->"PostProject phase";
}


subgraph cluster_PreProject {
  rankdir=LR;
  color=palegreen;
  style=filled;
  node [style=filled,color=white];
  PreAnalysis->PreContracting;
  rank=same; "PreProject phase";
}
subgraph cluster_Launch {
  color=darkkhaki;
  style=filled;
  node [style=filled,color=white];
  rank=same; "Launch phase";
  "General Analysis"->"General Architecture Design"->"Technical Platform"->Contracting;
}
PreContracting->"General Analysis";
subgraph cluster_Realisation {
  color=darkseagreen;
  style=filled;
  node [style=filled,color=white];
  rank=same; "Realisation phase";
  "Strategy & Planning"->"Analysis"->"Design"->"Implementation"->"Verification"->"Deployment";
}
Contracting->"Strategy & Planning";
Deployment->"Strategy & Planning";


subgraph cluster_PostProject {
  color=paleturquoise;
  style=filled;
  node [style=filled,color=white];
  rank=same; "PostProject phase";
  "Product Accept"->"Product Evaluation"->"Project Evaluation";
}
subgraph cluster_CommonActivities {
  color=tan;
  style=filled;
  compound=true;
  node [style=filled,color=white];
  "Hardware Development" ; "Human Processes" ; "Review Techniques"; "Verification - common"; "Risk Management";
}


Deployment->"Product Accept";
"Hardware Development"->"General Architecture Design";
"Hardware Development"->"Analysis";
"Hardware Development"->Design;
"Human Processes"->PreAnalysis;
"Human Processes"->"General Analysis";
"Review Techniques"->Analysis;
"Review Techniques"->Design;
"Review Techniques"->Implementation;
"Verification - common"->"Strategy & Planning";
"Risk Management"->"Strategy & Planning";
"Risk Management"->"General Architecture Design";
start [shape=diamond];
start->"PreAnalysis";
end [shape=diamond];
"Project Evaluation"->end;
PreAnalysis [URL="Pre_Analysis"];
PreContracting [URL="Pre_Contracting"];

}