Talk:NHS 'modernisation' relationships diagram

From SourceWatch
Jump to navigation Jump to search

A backup of the graphviz code used to generate the diagram, as of 21st April 05:

<graphviz>
digraph G {
node [shape=ellipse,URL="http://www.sourcewatch.org/index.php?title=\N"]
size ="5,5";

Alan_Milburn [label="Alan Milburn"];
Alliance_Medical [label="Alliance Medical Ltd.",
    URL="http://www.sourcewatch.org/index.php?title=Alliance_Medical_Ltd."];
Alvarez_and_Marsal [label="Alvarez and Marsal"];
Bill_Moyes [label="Bill Moyes"];
Bradford_Trust [label="Bradford Teaching Hospitals \n NHS Foundation Trust"];
Bridgepoint [label="Bridgepoint Capital Ltd.",
    URL="http://www.sourcewatch.org/index.php?title=Bridgepoint_Capital_Ltd."];
Foundation_Hospital_Trusts [label="Foundation Hospital Trusts"];

Monitor [label="Monitor - the Independent Regulator \n of NHS Foundation Trusts",
URL="http://www.sourcewatch.org/index.php?title=Monitor_-_the_Independent_Regulator_of_NHS_Foundation_Trusts"];

Peter_Garland [label="Peter Garland"];

 /*--------------------------------------------------------------------------------*/

Foundation_Hospital_Trusts -> Alan_Milburn [label="devised by",weight=8];
Bradford_Trust -> Foundation_Hospital_Trusts [label="a disastrous \n example of"];

Foundation_Hospital_Trusts -> Monitor [label="policed by"];
Monitor -> Bill_Moyes [label="run by"];
Bill_Moyes -> Alvarez_and_Marsal [label="appointed"];
Bill_Moyes -> Peter_Garland [label="appointed"];

Alvarez_and_Marsal -> Bradford_Trust [label="paid 160k to \n troubleshoot at"];
Peter_Garland -> Bradford_Trust [label="interim chairman of"];
Alan_Milburn -> Bridgepoint [label="was employed by"];
Bridgepoint -> Alliance_Medical [label="part-owns"];

}
</graphviz>