From 731e35f0d257ffa40231cbc7b1f61929a444e796 Mon Sep 17 00:00:00 2001 From: 95p Date: Tue, 31 May 2022 09:22:22 +0200 Subject: added organizers --- teams.dot | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'teams.dot') diff --git a/teams.dot b/teams.dot index 8304fa8..0731773 100644 --- a/teams.dot +++ b/teams.dot @@ -23,6 +23,7 @@ digraph teams { "r3kapig" [href="https://ctftime.org/team/58979"] "DiceGuesser" [href="https://ctftime.org/team/182504"] "OSUSEC" [href="https://ctftime.org/team/12858"] + "organizers" [href="https://ctftime.org/team/42934"] } // individual teams (blue) @@ -76,6 +77,14 @@ digraph teams { "CodeRed" [href="https://ctftime.org/team/4004"]; "GYG" [href="https://ctftime.org/team/33362"]; "SED" [href="https://ctftime.org/team/70332"]; + + // organizers + "secret.club" [href=""]; + "polyflag" [href="https://ctftime.org/team/112451"]; + "excusemewtf" [href="https://ctftime.org/team/104977/"]; + "the cr0wn" [href="https://ctftime.org/team/48976/"]; + "flagbot" [href="https://ctftime.org/team/34878"]; + "polygl0ts" [href="https://ctftime.org/team/53791"]; } // primary edges @@ -95,7 +104,7 @@ digraph teams { "r3kapig" -> DEFCON_QUALS [style="bold"]; "DiceGuesser" -> DEFCON_QUALS [style="bold"]; "OSUSEC" -> DEFCON_QUALS [style="bold"]; - + "organizers" -> DEFCON_QUALS [style="bold"]; } // secondary edges (teams to clusters) @@ -148,6 +157,15 @@ digraph teams { "CodeRed" -> "StarBugs"; "GYG" -> "StarBugs"; "SED" -> "StarBugs"; + + // organizers + "secret.club" -> "organizers"; + "polyflag" -> "organizers"; + "excusemewtf" -> "organizers"; + "the cr0wn" -> "organizers"; + // polyflag + "flagbot" -> "polyflag"; + "polygl0ts" -> "polyflag"; } } -- cgit 1.4.1