tvl-depot/web/tvl/tvl.dot
Vincent Ambo 6ee1075a50 chore(web/tvl): Remove some former members
Change-Id: I11d3f473142a9b15c5fed6b213c825ccf1c70491
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2714
Reviewed-by: adisbladis <adisbladis@gmail.com>
Tested-by: BuildkiteCI
2021-03-31 22:21:46 +00:00

186 lines
4.6 KiB
Text

digraph tvl {
node [fontname = "JetBrains Mono"];
overlap = false;
splines = polyline;
TVL [style="bold" href="http://tvl.fyi"];
tazjin -> TVL [style="bold"];
// people
subgraph {
adisbladis [href="http://nixos.expert/"];
andi [label="andi-" href="https://andreas.rammhold.de/"];
anon1 [color="grey" fontcolor="grey"];
aranea;
aurora [href="https://nonegenderleftfox.aventine.se/"];
benjojo [href="https://benjojo.co.uk/"];
camsbury [href="https://camsbury.com/"];
cynthia [href="https://cynthia.re/"];
edef [href="https://edef.eu/files/edef.hs"];
ericvolp [href="https://ericv.me"];
espes;
eta [href="https://theta.eu.org/"];
firefly [href="http://firefly.nu/"];
flokli [href="https://flokli.de/"];
ghuntley [href="https://ghuntley.com/"];
grfn [href="http://gws.fyi"];
htbf [href="https://htbf.dev/"];
hyperfekt [href="https://hyperfekt.net"];
implr [href="https://twitter.com/implring"];
Irenes [href="https://www.pluralpride.com/"];
isomer [href="https://www.lorier.net/"];
jooiiee [href="https://jooiiee.se/"];
jusrin [href="https://jusrin.dev/"];
kanepyork [href="https://social.wxcafe.net/@riking"];
leah2 [href="https://leahneukirchen.org/"];
lukegb [href="https://lukegb.com/"];
marcusr [href="http://marcus.nordaaker.com/"];
maskerad [href="https://femalelegends.com/"];
ncl;
nikky [href="http://nikky.moe/"];
nyanotech [href="https://twitter.com/nyanotech"];
poigon;
profpatsch [href="http://profpatsch.de/"];
puck [href="https://puckipedia.com/"];
qyliss [href="https://alyssa.is"];
rcombs [href="http://rcombs.me/"];
seven [href="https://open.spotify.com/user/so7"];
spacekookie [href="https://spacekookie.de/"];
tazjin [href="https://tazj.in/"];
wpcarro [href="https://wpcarro.dev/"];
}
// companies (blue)
subgraph {
node [color="#4285f4" fontcolor="#4285f4"];
spotify [href="https://www.spotify.com/"];
google [href="https://www.google.com/"];
urbint [href="https://www.urbint.com/"];
}
// communities? (red)
subgraph {
node [color="#db4437" fontcolor="#db4437"];
eve [href="https://www.eveonline.com/"];
nix [href="https://nixos.org/nix/"];
ircv3 [href="https://ircv3.net/"];
lgbtslack [label="lgbt.tech" href="https://lgbtq.technology/"];
muccc [label="µccc" href="https://muc.ccc.de/"];
afra [label="AfRA" href="https://afra-berlin.de/"];
}
// special
subgraph {
baby [color="pink" fontcolor="pink" href="https://cynthia.re/s/baby"];
unspecific [color="grey" fontcolor="grey"];
}
// primary edges (how did they end up in TVL?)
subgraph {
// Direct edges
nix -> tazjin;
spotify -> tazjin;
google -> tazjin;
eve -> tazjin;
unspecific -> tazjin;
edef -> tazjin;
// via nix
adisbladis -> nix;
jusrin -> nix;
ghuntley -> nix;
flokli -> nix;
andi -> nix;
profpatsch -> nix;
// via edef
benjojo -> edef;
espes -> edef;
firefly -> edef;
leah2 -> aurora;
ncl -> edef;
puck -> edef;
qyliss -> edef;
rcombs -> edef;
// via spotify
seven -> spotify;
// via google
htbf -> google;
Irenes -> google;
isomer -> google;
lukegb -> google;
wpcarro -> google;
// via urbint
grfn -> urbint;
// random primary
urbint -> wpcarro;
camsbury -> wpcarro;
anon1 -> google;
aurora -> eve;
cynthia -> benjojo;
eta -> anon1;
ericvolp -> lukegb;
jooiiee -> unspecific;
kanepyork -> lukegb;
marcusr -> unspecific;
maskerad -> unspecific;
nyanotech -> kanepyork;
poigon -> eve;
implr -> lukegb;
hyperfekt -> espes;
afra -> unspecific;
nikky -> afra;
spacekookie -> qyliss;
}
// secondary edges (how are they connected otherwise?)
subgraph {
edge [weight=0 style="dotted" color="grey" arrowhead="none"];
// lgbt slack
aurora -> lgbtslack;
leah2 -> lgbtslack;
edef -> lgbtslack;
// ircv3
eta -> ircv3;
firefly -> ircv3;
// µccc
leah2 -> muccc;
// random
leah2 -> edef;
lukegb -> isomer;
eta -> firefly;
cynthia -> firefly;
cynthia -> lukegb;
implr -> google;
kanepyork -> google;
nyanotech -> google;
lukegb -> benjojo;
espes -> benjojo;
espes -> aurora;
puck -> nix;
qyliss -> nix;
grfn -> nix;
edef -> nix;
aranea -> nix;
aranea -> profpatsch;
hyperfekt -> edef;
camsbury -> urbint;
spacekookie -> afra;
qyliss -> afra;
}
// baby
subgraph {
edge [weight=0 style="dotted" color="pink" arrowhead="none"];
cynthia -> baby;
eta -> baby;
}
}