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.dot23
1 files changed, 23 insertions, 0 deletions
diff --git a/teams.dot b/teams.dot
index 8304fa8..47d707e 100644
--- a/teams.dot
+++ b/teams.dot
@@ -78,6 +78,18 @@ digraph teams {
     "SED" [href="https://ctftime.org/team/70332"];
   }
 
+  // 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 {
     "perfect r✪✪✪t" -> DEFCON_QUALS [style="bold"];
@@ -149,5 +161,16 @@ digraph teams {
     "GYG" -> "StarBugs";
     "SED" -> "StarBugs";
   }
+
+  // tertiary edges
+  subgraph {
+    edge [weight=1 style="dashed" color="grey"];
+    // TSJ
+    "10sec" -> "TSJ";
+    "BambooFox" -> "TSJ";
+    "Goburin'" -> "TSJ";
+    "NCtfU" -> "TSJ";
+    "Ret2NOP" -> "TSJ";
+  }
 }