about summary refs log tree commit diff
path: root/teams.dot
diff options
context:
space:
mode:
authorEmile <git@emile.space>2022-05-31 15:36:02 +0200
committerEmile <git@emile.space>2022-05-31 15:36:02 +0200
commitbb5a2f52f2ea0a87839e8c1517c5ad31d459270d (patch)
tree685c064f517a3356a4e7fc2f5b7c66e03e25c86f /teams.dot
parente7466df1afd485dc2671f9e26d10a28ef1491799 (diff)
parent6e1b8c8145ac08a851715346d59e2d85de9a0359 (diff)
merged
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 11b6676..568c855 100644
--- a/teams.dot
+++ b/teams.dot
@@ -97,6 +97,18 @@ digraph teams {
     "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 {
     "perfect r✪✪✪t" -> DEFCON_QUALS [style="bold"];
@@ -187,5 +199,16 @@ digraph teams {
     "wupco1996" -> {"Super Rookies", "Nu1L"};
     "Markak_" -> {"Super Rookies", "Nu1L"};
   }
+
+  // tertiary edges
+  subgraph {
+    edge [weight=1 style="dashed" color="grey"];
+    // TSJ
+    "10sec" -> "TSJ";
+    "BambooFox" -> "TSJ";
+    "Goburin'" -> "TSJ";
+    "NCtfU" -> "TSJ";
+    "Ret2NOP" -> "TSJ";
+  }
 }