From 6e1b8c8145ac08a851715346d59e2d85de9a0359 Mon Sep 17 00:00:00 2001 From: Jasper Yu <007seadog@gmail.com> Date: Tue, 31 May 2022 14:36:19 +0800 Subject: Added Elements of TSJ --- teams.dot | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'teams.dot') 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"; + } } -- cgit 1.4.1