about summary refs log tree commit diff
path: root/teams.dot
diff options
context:
space:
mode:
Diffstat (limited to 'teams.dot')
-rw-r--r--teams.dot63
1 files changed, 63 insertions, 0 deletions
diff --git a/teams.dot b/teams.dot
index 0731773..cf14e53 100644
--- a/teams.dot
+++ b/teams.dot
@@ -78,6 +78,15 @@ digraph teams {
     "GYG" [href="https://ctftime.org/team/33362"];
     "SED" [href="https://ctftime.org/team/70332"];
 
+    // Katzebin
+    "AAA" [href=""];
+    "Oops" [href="https://ctftime.org/team/4419"];
+    "Tencent" [href="https://ctftime.org/team/32578"];
+
+    // r3kapig
+    "Eur3kA" [href="https://ctftime.org/team/48512"];
+    "FlappyPig" [href="https://ctftime.org/team/12692"];
+
     // organizers
     "secret.club" [href=""];
     "polyflag" [href="https://ctftime.org/team/112451"];
@@ -87,8 +96,31 @@ digraph teams {
     "polygl0ts" [href="https://ctftime.org/team/53791"];
   }
 
+  // individual people (black)
+  subgraph {
+    node [color="#000000" fontcolor="#000000"];
+
+    // Super Rookies
+    "LeoQ7_" [href="https://twitter.com/LeoQ7_"];
+    "wupco1996" [href="https://twitter.com/wupco1996"];
+    "Markak_" [href="https://twitter.com/Markak_"];
+  }
+
+  // teams of the above (green)
+  subgraph {
+    node [color="#228B22" fontcolor="#228B22"];
+
+    // TSJ
+    "10sec" [href="https://ctftime.org/team/61603"];
+    "BambooFox" [href="https://ctftime.org/team/9871"];
+    "Goburin'" [href="https://ctftime.org/team/111613"];
+    "NCtfU" [href="https://ctftime.org/team/139610"];
+    "Ret2NOP" [href="https://ctftime.org/team/139617"];
+  }
+
   // primary edges
   subgraph {
+    edge [len=3];
     "perfect r✪✪✪t" -> DEFCON_QUALS [style="bold"];
     "Balsn.217@TSJ.tw" -> DEFCON_QUALS [style="bold"];
     "The Duck" -> DEFCON_QUALS [style="bold"];
@@ -158,11 +190,42 @@ digraph teams {
     "GYG" -> "StarBugs";
     "SED" -> "StarBugs";
 
+    // Katzebin
+    "AAA" -> "Katzebin";
+    "Oops" -> "Katzebin";
+    "Tencent" -> "Katzebin";
+
+    // r3kapig
+    "Eur3kA" -> "r3kapig";
+    "FlappyPig" -> "r3kapig";
+
     // organizers
     "secret.club" -> "organizers";
     "polyflag" -> "organizers";
     "excusemewtf" -> "organizers";
     "the cr0wn" -> "organizers";
+  }
+
+
+  // ternary edges (people to teams)
+  subgraph {
+    edge [weight=1 style="dashed" color="grey"];
+
+    "LeoQ7_" -> {"Super Rookies", "Nu1L"};
+    "wupco1996" -> {"Super Rookies", "Nu1L"};
+    "Markak_" -> {"Super Rookies", "Nu1L"};
+  }
+
+  // quadinary (how do you call this?) edges (smaller teams to larger teams)
+  subgraph {
+    edge [weight=1 style="dashed" color="grey"];
+    // TSJ
+    "10sec" -> "TSJ";
+    "BambooFox" -> "TSJ";
+    "Goburin'" -> "TSJ";
+    "NCtfU" -> "TSJ";
+    "Ret2NOP" -> "TSJ";
+
     // polyflag
     "flagbot" -> "polyflag";
     "polygl0ts" -> "polyflag";