Graph test

From EUDP
Revision as of 09:01, 18 February 2010 by Klaus (Talk)

Jump to: navigation, search

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

node [];
"Common Activities" [URL=Common_Activities];
"Common Activities"->"Hardware Development";
"Common Activities"->"Human Processes";
"Common Activities"->"Review Techniques"
"Common Activities"->Verification;
"Common Activities"->"Risk Management";
Roadmap [URL="Roadmap"];
Roadmap->PreProject;
Roadmap->Launch;
Roadmap->Realisation;
Roadmap->PostProject;
PreProject [URL="PreProject"];
PreAnalysis ["Pre_Analysis"];
PreContracting ["Pre_Contracting"];
PreProject->PreAnalysis;
PreAnalysis->PreContracting;
PreContracting->Launch;
Launch [URL="The_Launch_Phase"];
Launch->"General Analysis";
"General Analysis"->"General Architecture Design";
"General Architecture Design"->"Technical Platform";
"Technical Platform"->Contracting;
Realisation [URL="Realisation_Phase"];
Realisation->Contracting;
Contracting->"Strategy & Planning";
"Strategy & Planning"->Analysis;
Analysis->Design;
Design->Implementation;
Implementation->Verification;
Verification->Deployment;
Deployment->"Strategy & Planning";
Deployment->PostProject;
PostProject [URL="Post_Project_Phase"];
PostProject->"Product Accept";
"Product Accept"->"Product Evaluation";
"Product Evaluation"->"Project Evaluation";

} </graphviz>