add organigram
This commit is contained in:
parent
0e71e4c19c
commit
1b60a64d92
1 changed files with 41 additions and 0 deletions
41
organigram.dot
Normal file
41
organigram.dot
Normal file
|
@ -0,0 +1,41 @@
|
|||
digraph G {
|
||||
node [ shape=rect ];
|
||||
|
||||
label="Organigram ungleich glarus ag"
|
||||
|
||||
|
||||
nico [ label="Nico Schottelius (CH, VR, GL)" ];
|
||||
sanghee [ label="Sanghee Kim (CH)" ];
|
||||
balazs [ label="Balazs Unyi (CH)" ]
|
||||
timothee [ label="Timothee Floure (CH)" ]
|
||||
dominique [ label="Dominique Roux (CH)" ]
|
||||
samuel [ label="Samuel Hailu (CH)" ]
|
||||
marc [ label="Marc Auer (CH)" ]
|
||||
ahmed [ label="Ahmed Bilal (PK)" ]
|
||||
mondi [ label="Mondi Ravi (IN)" ]
|
||||
jinguk [ label="Jinguk Kwon (KR)" ]
|
||||
jason [ label="Jason Kim (KR)" ]
|
||||
youngrong [ label="Young-Rong Park (KR)" ]
|
||||
youngjin [ label="Young-Jin Han (KR)" ]
|
||||
jerry [ label="Jerry Padavath (CH, VR)" ]
|
||||
|
||||
subgraph cluster_vr_ch {
|
||||
label="Verwaltungsrat"
|
||||
nico;
|
||||
|
||||
jerry;
|
||||
}
|
||||
|
||||
|
||||
subgraph cluster_ch {
|
||||
label="Schweiz"
|
||||
nico->{sanghee, balazs, timothee, marc, dominique, samuel};
|
||||
}
|
||||
subgraph cluster_international {
|
||||
label="International"
|
||||
nico->{ahmed, mondi, jinguk,jason,youngrong,youngjin}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue