Difference between revisions of "EUDP Roadmap"

From EUDP
Jump to: navigation, search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
== EUDP Roadmap ==
+
Text labels are click able.
  
Text labels are click able.
+
If you want a general introduction to the individual phases please click on the labels naming the individual phase or just on the coloured background.
  
 
<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 = 11,
         size ="12,12"];
+
         size ="11,11"];
  
 
  {
 
  {
  /* Defines the ranking for the four phases */
+
  /* Defines the ranking for the four phases */
 
   node [shape=plaintext];
 
   node [shape=plaintext];
 
   edge [style=invis];
 
   edge [style=invis];
   "PreProject phase"->"Launch phase"->"Realisation phase"->"PostProject phase";
+
   "PreProject phase"->"Launch phase"->"Realisation phase"->"PostProject phase"->"Common Activities";
 
  }
 
  }
  
  
 
  subgraph cluster_PreProject {
 
  subgraph cluster_PreProject {
   color=palegreen;
+
   /* Definition of the PreProject cluster */
   style=filled;  
+
   graph [ color="#CEFFCE", style=filled, URL="PreProject" ];
   node [style=filled,color=white];
+
   node [style=filled,color=white,fixedsize=true, width=3];
 
   PreAnalysis->PreContracting;
 
   PreAnalysis->PreContracting;
 
   rank=same; "PreProject phase";
 
   rank=same; "PreProject phase";
Line 26: Line 26:
  
 
  subgraph cluster_Launch {
 
  subgraph cluster_Launch {
   color=darkkhaki;
+
   /* Definition of the Launch cluster */ 
   style=filled;
+
   graph [ color="#CECE9C",style=filled, URL="The_Launch_Phase" ];
   node [style=filled,color=white];
+
   node [style=filled,color=white,fixedsize=true, width=3];
 
   rank=same; "Launch phase";
 
   rank=same; "Launch phase";
 
   "General Analysis"->"General Architecture Design"->"Technical Platform"->Contracting;
 
   "General Analysis"->"General Architecture Design"->"Technical Platform"->Contracting;
Line 36: Line 36:
  
 
  subgraph cluster_Realisation {
 
  subgraph cluster_Realisation {
   color=darkseagreen;
+
   /* Definition of the Realisation cluster */
   style=filled;
+
   graph [ color="#A5CE9C", style=filled, URL="Realisation_Phase" ];
   node [style=filled,color=white];
+
   node [style=filled,color=white,fixedsize=true, width=3];
 
   rank=same; "Realisation phase";
 
   rank=same; "Realisation phase";
 
   "Strategy & Planning"->"Analysis"->"Design"->"Implementation"->"Verification"->"Deployment";
 
   "Strategy & Planning"->"Analysis"->"Design"->"Implementation"->"Verification"->"Deployment";
Line 45: Line 45:
 
  Contracting->"Strategy & Planning";
 
  Contracting->"Strategy & Planning";
 
  Deployment->"Strategy & Planning";
 
  Deployment->"Strategy & Planning";
 
  
 
  subgraph cluster_PostProject {
 
  subgraph cluster_PostProject {
   color=paleturquoise;
+
   /* Definition of the PostProject cluster */
   style=filled;
+
   graph [ color="#9CCEC6", style=filled , URL="Post_Project_Phase"];
   node [style=filled,color=white];
+
   node [style=filled,color=white,fixedsize=true, width=3];
   rank=same; "PostProject phase";
+
   rank=same; "PostProject phase"; "Product Accept"->"Product Evaluation"->"Project Evaluation";
  "Product Accept"->"Product Evaluation"->"Project Evaluation";
+
 
  }
 
  }
  
 
  subgraph cluster_CommonActivities {
 
  subgraph cluster_CommonActivities {
   color=tan;
+
   /* Definition of the Comomon Activities cluster */
   style=filled;
+
   graph [rankdir=LR, color="#CEAD9C", style=filled, compound=true, URL="Common_Activities"]
  compound=true;
+
   node [style=filled,color=white,fixedsize=true, width=3];
   node [style=filled,color=white];
+
   edge [style=invis];
   "Hardware Development" ; "Human Processes" ; "Review Techniques"; "Verification - common"; "Risk Management";
+
  rank=same; "Common Activities";
 +
  "Human Processes" -> "Risk Management" -> "Hardware Development" - "Review Techniques" -> "Verification - common";
 
  }
 
  }
  
 +
"Start" [shape=diamond];
 +
"Start"->"PreAnalysis";
 +
"End" [shape=diamond];
 +
"Project Evaluation"->"End";
  
 
  Deployment->"Product Accept";
 
  Deployment->"Product Accept";
  "Hardware Development"->"General Architecture Design";
+
  "Technical Platform"->"General Analysis";
"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];
+
  "Common Activities"->"PreProject phase";
  start->"PreAnalysis";
+
  "Common Activities"->"Launch phase";
  end [shape=diamond];
+
  "Common Activities"->"Realisation phase";
  "Project Evaluation"->end;
+
  "Common Activities"->"PostProject phase";
 +
# "Review Techniques"->"Launch phase";
 +
# "Hardware Development"->"Launch phase";
 +
# "Hardware Development"->"Launch phase";
 +
# "Hardware Development"->"Launch phase";
 +
# "Human Processes"->"PreProject phase";
 +
# "Human Processes"->"Launch phase";
 +
# "Review Techniques"->Analysis;
 +
# "Review Techniques"->Design;
 +
# "Review Techniques"->"Launch phase";
 +
# "Verification - common"->"Launch phase";
 +
# "Risk Management"->"Launch phase";
 +
# "Risk Management"->"General Architecture Design";
  
 +
/* Definition of the accompanying URLs */
 
  PreAnalysis [URL="Pre_Analysis"];
 
  PreAnalysis [URL="Pre_Analysis"];
 
  PreContracting [URL="Pre_Contracting"];
 
  PreContracting [URL="Pre_Contracting"];
Line 102: Line 108:
 
  "Verification - common" [URL="Verification_-_common"];
 
  "Verification - common" [URL="Verification_-_common"];
 
  "Risk Management" [URL="Risk_Management"];
 
  "Risk Management" [URL="Risk_Management"];
  "PreProject phase" [URL="PReProject"];
+
  "PreProject phase" [URL="PreProject"];
 
  "Launch phase" [URL="The_Launch_Phase"];
 
  "Launch phase" [URL="The_Launch_Phase"];
 
  "Realisation phase" [URL="Realisation_Phase"];
 
  "Realisation phase" [URL="Realisation_Phase"];
 
  "PostProject phase" [URL="Post_Project_Phase"];
 
  "PostProject phase" [URL="Post_Project_Phase"];
 +
/* "CommonActivities" [URL="Common_Activities"]; */
 
}
 
}

Latest revision as of 09:59, 10 March 2010

Text labels are click able.

If you want a general introduction to the individual phases please click on the labels naming the individual phase or just on the coloured background.

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

graph [ fontname = "Helvetica-Oblique",
        fontsize = 11,
        size ="11,11"];
{
  /* Defines the ranking for the four phases */
  node [shape=plaintext];
  edge [style=invis];
  "PreProject phase"->"Launch phase"->"Realisation phase"->"PostProject phase"->"Common Activities";
}


subgraph cluster_PreProject {
  /* Definition of the PreProject cluster */
  graph [ color="#CEFFCE", style=filled, URL="PreProject" ];
  node [style=filled,color=white,fixedsize=true, width=3];
  PreAnalysis->PreContracting;
  rank=same; "PreProject phase";
}
subgraph cluster_Launch {
  /* Definition of the Launch cluster */  
  graph [ color="#CECE9C",style=filled, URL="The_Launch_Phase" ];
  node [style=filled,color=white,fixedsize=true, width=3];
  rank=same; "Launch phase";
  "General Analysis"->"General Architecture Design"->"Technical Platform"->Contracting;
}
PreContracting->"General Analysis";
subgraph cluster_Realisation {
  /* Definition of the Realisation cluster */
  graph [ color="#A5CE9C", style=filled, URL="Realisation_Phase" ];
  node [style=filled,color=white,fixedsize=true, width=3];
  rank=same; "Realisation phase";
  "Strategy & Planning"->"Analysis"->"Design"->"Implementation"->"Verification"->"Deployment";
}
Contracting->"Strategy & Planning";
Deployment->"Strategy & Planning";
subgraph cluster_PostProject {
  /* Definition of the PostProject cluster */
  graph [ color="#9CCEC6", style=filled , URL="Post_Project_Phase"];
  node [style=filled,color=white,fixedsize=true, width=3];
  rank=same; "PostProject phase"; "Product Accept"->"Product Evaluation"->"Project Evaluation";
}
subgraph cluster_CommonActivities {
  /* Definition of the Comomon Activities cluster */
  graph [rankdir=LR, color="#CEAD9C", style=filled, compound=true, URL="Common_Activities"]
  node [style=filled,color=white,fixedsize=true, width=3];
  edge [style=invis];
  rank=same; "Common Activities";
  "Human Processes" -> "Risk Management" -> "Hardware Development" - "Review Techniques" -> "Verification - common";
}
"Start" [shape=diamond];
"Start"->"PreAnalysis";
"End" [shape=diamond];
"Project Evaluation"->"End";
Deployment->"Product Accept";
"Technical Platform"->"General Analysis";
"Common Activities"->"PreProject phase";
"Common Activities"->"Launch phase";
"Common Activities"->"Realisation phase";
"Common Activities"->"PostProject phase";
  1. "Review Techniques"->"Launch phase";
  2. "Hardware Development"->"Launch phase";
  3. "Hardware Development"->"Launch phase";
  4. "Hardware Development"->"Launch phase";
  5. "Human Processes"->"PreProject phase";
  6. "Human Processes"->"Launch phase";
  7. "Review Techniques"->Analysis;
  8. "Review Techniques"->Design;
  9. "Review Techniques"->"Launch phase";
  10. "Verification - common"->"Launch phase";
  11. "Risk Management"->"Launch phase";
  12. "Risk Management"->"General Architecture Design";
/* Definition of the accompanying URLs */
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"];
"Hardware Development" [URL="Hardware_Development"];
"Human Processes" [URL="Human_Processes"];
"Review Techniques" [URL="Review_Techniques"];
"Verification - common" [URL="Verification_-_common"];
"Risk Management" [URL="Risk_Management"];
"PreProject phase" [URL="PreProject"];
"Launch phase" [URL="The_Launch_Phase"];
"Realisation phase" [URL="Realisation_Phase"];
"PostProject phase" [URL="Post_Project_Phase"];

/* "CommonActivities" [URL="Common_Activities"]; */ }