Difference between revisions of "EUDP Roadmap"

From EUDP
Jump to: navigation, search
Line 83: Line 83:
 
  PreAnalysis [URL="Pre_Analysis"];
 
  PreAnalysis [URL="Pre_Analysis"];
 
  PreContracting [URL="Pre_Contracting"];
 
  PreContracting [URL="Pre_Contracting"];
 +
"General Analysis" [URL="General_Analysis"];
 +
"General Architecture Design" [URL="General_Architecture_Design"];
 +
"Technical Platform" [URL="Technical_Platform_Overview"];
 +
Contracting [URL="Contracting"];
 +
"Strategy & Planning" [URL="Strategy_and_Planning"];
 +
Analysis [URL="Analysis"];
 +
Design [URL="Design"];
 +
Implementation [URL="Implementation"];
 +
Verification [URL="Verification"];
 +
Deployment [URL="Deployment"];
 +
"Product Accept" [URL="Product_Accept"];
 +
"Product Evaluation" [URL="Product_Evaluation"];
 +
"Project Evaluation" [URL="Project_Evaluation"];
  
 
}
 
}

Revision as of 14:28, 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"];
"General Analysis" [URL="General_Analysis"];
"General Architecture Design" [URL="General_Architecture_Design"];
"Technical Platform" [URL="Technical_Platform_Overview"];
Contracting [URL="Contracting"];
"Strategy & Planning" [URL="Strategy_and_Planning"];
Analysis [URL="Analysis"];
Design [URL="Design"];
Implementation [URL="Implementation"];
Verification [URL="Verification"];
Deployment [URL="Deployment"];
"Product Accept" [URL="Product_Accept"];
"Product Evaluation" [URL="Product_Evaluation"];
"Project Evaluation" [URL="Project_Evaluation"];

}