about summary refs log tree commit diff
path: root/teams.dot
diff options
context:
space:
mode:
author95p <seven-master@hotmail.de>2022-05-31 09:22:22 +0200
committer95p <seven-master@hotmail.de>2022-05-31 09:22:22 +0200
commit731e35f0d257ffa40231cbc7b1f61929a444e796 (patch)
tree54099568bce96a912ace2c50499cd93b6163618e /teams.dot
parent02afcfe1b03fb2f45ea33ab1f9b9fa468f21434a (diff)
added organizers
Diffstat (limited to 'teams.dot')
-rw-r--r--teams.dot20
1 files changed, 19 insertions, 1 deletions
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";
   }
 }