Difference between revisions of "EUDP Roadmap"

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

Revision as of 14:17, 18 February 2010

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"];

}