ae40ffbe51
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
39 lines
934 B
Text
39 lines
934 B
Text
digraph G {
|
|
node [ shape=rect ];
|
|
|
|
label="Organigram ungleich glarus ag"
|
|
|
|
|
|
nico [ label="Nico Schottelius (CH, VR, GL)" ];
|
|
sanghee [ label="Sanghee Kim (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)" ]
|
|
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, timothee, marc, dominique, samuel};
|
|
}
|
|
subgraph cluster_international {
|
|
label="International"
|
|
nico->{ahmed, mondi, jinguk,jason,youngjin}
|
|
}
|
|
|
|
|
|
|
|
}
|