Changes between Initial Version and Version 1 of jazz/21-10-15


Ignore:
Timestamp:
Oct 15, 2021, 10:15:00 PM (3 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/21-10-15

    v1 v1  
     1{{{
     2#!graphviz
     3digraph "brew-dep" { rankdir=TD; node [shape=record];
     4"Thiagarajan, Balaji (CTO)" -> "Martin, Steven (CIO)" -> "de Crescenzo, Neil (CEO)"
     5"Thyagarajan, Thyag (VP)" -> "McElroy, Patric (SVP)" -> "Martin, Steven (CIO)"
     6"HDC (+2)" -> "Jyotin Gautam (Sr. Director)" -> "Thyagarajan, Thyag (VP)"
     7"RevEx (18+1)" -> "Chambers, Stephen (Sr. Director)" -> "Thiagarajan, Balaji (CTO)"
     8"CIH (2+2)" -> "McDonald, Katie (Sr. Director)" -> "Kekre, Amol (SVP)" -> "Thiagarajan, Balaji (CTO)"
     9"EIS (2+2)" -> "Garnto, Tim (Director)" -> "Kaiser, Tim (VP)" -> "Thiagarajan, Balaji (CTO)"
     10"CIAM (3+2)" -> "Hollis, Derek (Sr. Manager)" -> "Kaiser, Tim (VP)"
     11"QE" -> "Andrew Sebastian (Sr. Manager)" -> "Steele, Dave (Sr Director)" -> "Jerina, Jason (VP)" -> "Matthew, Kara (SVP)" -> "Martin, Steven (CIO)"
     12"QE" -> "Wood, Nick (Sr. Manager)" -> "Steele, Dave (Sr Director)"
     13"HDC (+2)" [style=filled,color=greenyellow]
     14"CIH (2+2)" [style=filled,color=greenyellow]
     15"QE" [style=filled,color=goldenrod2]
     16"CIAM (3+2)" [style=filled,color=greenyellow]
     17"EIS (2+2)" [style=filled,color=greenyellow]
     18"RevEx (18+1)" [style=filled,color=greenyellow]
     19}
     20}}}