From fbb00084575370005068d3be1e11328ac94d0877 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Mon, 17 Jan 2022 20:31:26 +0100 Subject: [PATCH 01/19] split parse_magma_fpgroup to get gens/rels as strings --- src/groupparse.jl | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/groupparse.jl b/src/groupparse.jl index 09d6460..c849c7c 100644 --- a/src/groupparse.jl +++ b/src/groupparse.jl @@ -6,13 +6,15 @@ const COMMUTATOR_regex = r"\((?[\w](\s?,\s?[\w]){1+})\)" iscomment(line) = startswith(line, "//") ismagma_presentation(line) = (m = match(MAGMA_PRESENTATION_regex, line); return !isnothing(m), m) -function parse_magma_fpgroup(str::AbstractString) + + +function split_magma_presentation(str::AbstractString) m = match(MAGMA_PRESENTATION_regex, str) gens_str = strip.(split(m[:gens], ",")) rels_str = m[:rels] split_indices = [0] - in_function_call=0 - for (i,s) in enumerate(rels_str) + in_function_call = 0 + for (i, s) in enumerate(rels_str) if s == '(' in_function_call += 1 elseif s == ')' @@ -23,13 +25,20 @@ function parse_magma_fpgroup(str::AbstractString) end end @assert in_function_call == 0 - push!(split_indices, length(rels_str)+1) + push!(split_indices, length(rels_str) + 1) - rels_strs = [strip.(String(rels_str[s+1:e-1])) for (s,e) in zip(split_indices, Iterators.rest(split_indices, 2))] + rels_strs = [ + strip.(String(rels_str[s+1:e-1])) for + (s, e) in zip(split_indices, Iterators.rest(split_indices, 2)) + ] # rels_strs = replace.(rels_strs, COMMUTATOR_regex=> s"comm(\g)") # @show rels_strs + return gens_str, rels_strs +end +function parse_magma_fpgroup(str::AbstractString) + gens_str, rels_strs = split_magma_presentation(str) return parse_magma_fpgroup(gens_str, rels_strs) end From 1899c7b5d8fd4cf2ad26a7069a385bb06f1b2fe6 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Mon, 17 Jan 2022 21:45:44 +0100 Subject: [PATCH 02/19] add tables csv by Stefan --- data/table_2_4_4.csv | 22 ++++++++++++ data/table_3_3_3.csv | 83 ++++++++++++++++++++++++++++++++++++++++++++ data/table_3_3_4.csv | 79 +++++++++++++++++++++++++++++++++++++++++ data/table_3_4_4.csv | 55 +++++++++++++++++++++++++++++ data/table_4_4_4.csv | 18 ++++++++++ 5 files changed, 257 insertions(+) create mode 100644 data/table_2_4_4.csv create mode 100644 data/table_3_3_3.csv create mode 100644 data/table_3_3_4.csv create mode 100644 data/table_3_4_4.csv create mode 100644 data/table_4_4_4.csv diff --git a/data/table_2_4_4.csv b/data/table_2_4_4.csv new file mode 100644 index 0000000..ab71b75 --- /dev/null +++ b/data/table_2_4_4.csv @@ -0,0 +1,22 @@ +order1 & order2 & order3 & index & presentation length & hyperbolic & witnesses for non-hyperbolicity & virtually torsion-free & Kazhdan & abelianization dimension & L2-quotients & quotients & alternating quotients & maximal order for alternating quotients +6 & 40 & 40 & 0 & 45 & No & a^-1 * c * b * c * a^-1 * c * b * c^-1, b * c * a^-1 * c * b * c * a^-1 * c^-1 & Yes & No & 0& []& [($\textrm{Alt}_{7}$, 2), ($B_{2}(3)$, 1)] & [ 5, 7 ] & 28 +6 & 40 & 48 & 0 & 37 & No & b * c * a * c^-1 * b * c^-1 * a^-1 * c^-1, a^-1 * c * b * c * a * c * b * c^-1 & Yes & No & 1& [L_2(3^2)]& [($B_{2}(3)$, 3), ($A_{3}(3)$, 1)] & [ 3, 5, 6 ] & 28 +6 & 40 & 54 & 0 & 49 & No & a * c^-1 * b^-1 * c^-1 * a * c * b * c, b^-1 * c * a^-1 * c^-1 * b * c^-1 * a * c & Yes & No & 1& []& [($B_{2}(3)$, 2), ($\textrm{Alt}_{10}$, 4), (${}^2A_{4}(4)$, 1)] & [ 3, 5, 10, 15, 20, 25 ] & 28 +6 & 40 & 54 & 2 & 49 & No & b * c * a * c^-1 * b * c * a^-1 * c, a * c^-1 * b^-1 * c * a^-1 * c * b^-1 * c & Yes & No & 1& []& [($\textrm{Alt}_{9}$, 2), (${}^2A_{3}(9)$, 1), ($A_{3}(3)$, 1)] & [ 3, 5, 9 ] & 28 +6 & 48 & 48 & 0 & 29 & No & a^-1 * c^-1 * b * c, b * c * a * c & Yes & No & 3& []& [($B_{2}(3)$, 1), (${}^2A_{3}(9)$, 1), ($A_{3}(3)$, 1)] & [ 3, 4 ] & 28 +6 & 48 & 54 & 0 & 41 & No & b * c * a * c^-1 * b * c * a * c^-1, a^-1 * c * b * c * a^-1 * c^-1 * b^-1 * c^-1 & Yes & No & 3& []& [($B_{2}(3)$, 2), ($\textrm{Alt}_{10}$, 1), ($\textrm{Alt}_{11}$, 2)] & [ 3, 4, 10, 11, 14, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28 ] & 28 +6 & 48 & 54 & 2 & 41 & No & b * c * a * c^-1 * b * c * a^-1 * c, a * c^-1 * b^-1 * c^-1 * a^-1 * c^-1 * b^-1 * c & Yes & No & 3& []& [(${}^2A_{3}(9)$, 1), ($A_{3}(3)$, 1), (${}^2A_{4}(4)$, 1)] & [ 3, 4 ] & 28 +6 & 54 & 54 & 0 & 53 & No & a * c^-1 * b^-1 * c^-1 * a * c * b * c, b^-1 * c^-1 * a^-1 * c * b * c^-1 * a * c & Yes & No & 3& []& [($\textrm{Alt}_{9}$, 2), (${}^2A_{4}(4)$, 2)] & [ 3, 9, 27 ] & 28 +6 & 54 & 54 & 2 & 53 & No & a^-1 * c * b^-1 * c * a * c^-1 * b * c, b^-1 * c * a^-1 * c * b * c^-1 * a * c & Yes & No & 3& []& [($\textrm{Alt}_{9}$, 2), (${}^2A_{3}(9)$, 1), ($A_{3}(3)$, 1), (${}^2A_{4}(4)$, 1)] & [ 3, 9, 12, 15, 18, 21, 24, 27 ] & 28 +6 & 54 & 54 & 8 & 53 & No & a^-1 * c^-1 * b * c, b^-1 * c^-1 * a * c & Yes & No & 3& []& [($B_{2}(3)$, 2), ($\textrm{Alt}_{9}$, 4)] & [ 3, 9, 12, 18, 21, 24, 27 ] & 28 +8 & 40 & 40 & 0 & 45 & No & a^-1 * c^-1 * b * c, b * c^-1 * a^-1 * c & Yes & No & 0& [L_2(\infty^4)]& [($B_{2}(3)$, 1), ($C_{2}(4)$, 2), ($\textrm{Alt}_{10}$, 2), ($B_{2}(5)$, 5), ($\textrm{Alt}_{11}$, 2)] & [ 5, 6, 10, 11, 15, 20, 21, 25, 26 ] & 28 +8 & 40 & 48 & 0 & 37 & Yes & & ? & No & 0& [L_2(3^2)]& [($B_{2}(5)$, 4)] & [ 5, 6 ] & 28 +8 & 40 & 54 & 0 & 49 & Yes & & Yes & No & 0& [L_2(3^2)]& [($B_{2}(3)$, 2), ($\textrm{M}_{12}$, 4)] & [ 6 ] & 28 +8 & 40 & 54 & 2 & 49 & No & b * c * a * c^-1 * b * c^-1 * a * c, a^-1 * c * b^-1 * c * a^-1 * c * b^-1 * c & Yes & No & 0& [L_2(3^2)]& [($B_{2}(3)$, 2), ($\textrm{M}_{12}$, 4), ($\textrm{Alt}_{10}$, 3), ($A_{3}(3)$, 2), (${}^2A_{4}(4)$, 1)] & [ 6, 10, 12, 15, 16, 21, 22, 27, 28 ] & 28 +8 & 48 & 48 & 0 & 29 & Yes & & Yes & No & 2& []& [($B_{2}(3)$, 3), ($C_{3}(2)$, 4), ($\textrm{Alt}_{11}$, 1)] & [ 3, 4, 5, 11, 19, 25, 28 ] & 28 +8 & 48 & 48 & 1 & 29 & No & b^-1 * c^-1 * a^-1 * c * b * c * a * c^-1, a * c^-1 * b * c * a^-1 * c * b^-1 * c^-1 & Yes & No & 2& []& [($\textrm{Alt}_{7}$, 1), ($B_{2}(3)$, 2), ($C_{3}(2)$, 1), ($B_{2}(5)$, 3), ($\textrm{Alt}_{11}$, 1)] & [ 3, 4, 7, 11, 15, 19, 22, 23, 24, 25, 26, 27, 28 ] & 28 +8 & 48 & 54 & 0 & 41 & Yes & & Yes & No & 2& []& [($B_{2}(3)$, 2), ($\textrm{Alt}_{9}$, 1)] & [ 3, 4, 9 ] & 28 +8 & 48 & 54 & 2 & 41 & Yes & & Yes & No & 2& []& [($B_{2}(3)$, 2), ($C_{3}(2)$, 1), ($\textrm{Alt}_{10}$, 2), (${}^2A_{4}(4)$, 1)] & [ 3, 4, 10, 13, 20, 26, 28 ] & 28 +8 & 54 & 54 & 0 & 53 & Yes & & ? & No & 2& []& [] & [ 3, 4 ] & 28 +8 & 54 & 54 & 2 & 53 & No & a^-1 * c^-1 * b^-1 * c, b * c * a * c & Yes & No & 2& []& [($B_{2}(3)$, 2), ($\textrm{Alt}_{9}$, 2), ($C_{3}(2)$, 4), ($\textrm{Alt}_{10}$, 12), (${}^2A_{3}(9)$, 1), ($A_{3}(3)$, 5), (${}^2A_{4}(4)$, 1), ($\textrm{Alt}_{11}$, 4)] & [ 3, 4, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28 ] & 28 +8 & 54 & 54 & 8 & 53 & No & a * c * b^-1 * c^-1 * a^-1 * c * b * c^-1, b^-1 * c * a * c^-1 * b * c * a^-1 * c^-1 & Yes & No & 2& []& [($B_{2}(3)$, 2), ($\textrm{Alt}_{9}$, 2)] & [ 3, 4, 9, 18, 27, 28 ] & 28 diff --git a/data/table_3_3_3.csv b/data/table_3_3_3.csv new file mode 100644 index 0000000..5e543bc --- /dev/null +++ b/data/table_3_3_3.csv @@ -0,0 +1,83 @@ +order1 & order2 & order3 & index & presentation length & hyperbolic & witnesses for non-hyperbolicity & virtually torsion-free & Kazhdan & abelianization dimension & L2-quotients & quotients & alternating quotients & maximal order for alternating quotients +14 & 14 & 14 & 0 & 27 & ? & & Yes & Yes & 0& [L_2(7)]& [(${}^2A_{2}(9)$, 1), (${}^2A_{2}(25)$, 1)] & [ ] & 36 +14 & 14 & 14 & 1 & 27 & No & c^-1 * a * b^-1 * a * c * a * b^-1 * a, a^-1 * b * c * a * b^-1 * a * c^-1 * b & ? & Yes & 1& []& [] & [ 3 ] & 36 +14 & 14 & 14 & 2 & 27 & No & c^-1 * a * b^-1 * a, a^-1 * b * c^-1 * b & Yes & Yes & 0& []& [($\textrm{Alt}_{7}$, 1)] & [ 7 ] & 36 +14 & 14 & 14 & 6 & 27 & No & c * a * b * a, b^-1 * a^-1 * c * a & Yes & Yes & 1& []& [($A_{2}(8)$, 2)] & [ 3 ] & 36 +14 & 14 & 16 & 0 & 27 & No & c * a * b * a, a^-1 * b^-1 * c^-1 * b & Yes & No & 1& [L_2(7)]& [($\textrm{Alt}_{8}$ or $A_{2}(4)$, 1)] & [ 3, 8 ] & 36 +14 & 14 & 16 & 1 & 27 & No & c * a * b * a * c^-1 * a^-1 * b^-1 * a^-1, b^-1 * a * c * a^-1 * b^-1 * a * c * a^-1 & ? & ? & 0& [L_2(7)]& [] & [ ] & 36 +14 & 14 & 16 & 4 & 27 & No & c * a * b * a * c^-1 * a^-1 * b^-1 * a, a^-1 * b * c^-1 * a * b * a * c * b^-1 & ? & ? & 0& []& [] & [ ] & 36 +14 & 14 & 16 & 5 & 27 & No & c * a * b * a * c^-1 * b * a * c^-1 * b * a^-1, b * a^-1 * c^-1 * a * b^-1 * c^-1 * a * b * c * a^-1 & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 14 & 18 & 0 & 33 & No & c^-1 * a * b^-1 * a, a^-1 * b * c^-1 * b & Yes & ? & 1& []& [(${}^2A_{2}(9)$, 1)] & [ 3 ] & 36 +14 & 14 & 18 & 4 & 33 & No & a^-1 * b * c * b, c * a * b^-1 * a & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 14 & 24 & 0 & 35 & Yes & & ? & ? & 1& [L_2(7)]& [] & [ 3 ] & 36 +14 & 14 & 24 & 1 & 35 & No & c^-1 * a * b^-1 * a, a^-1 * b * c^-1 * b & Yes & No & 1& [L_2(7)]& [($\textrm{Alt}_{7}$, 1), (${}^2A_{2}(25)$, 1)] & [ 3, 7 ] & 36 +14 & 14 & 24 & 4 & 35 & No & a^-1 * b * c * b, c * a * b^-1 * a & Yes & No & 1& []& [($\textrm{Alt}_{8}$ or $A_{2}(4)$, 1), ($\textrm{M}_{22}$, 1)] & [ 3, 8 ] & 36 +14 & 14 & 24 & 5 & 35 & No & b * a^-1 * c * a^-1 * b^-1 * a * c^-1 * a, c^-1 * a * b * a^-1 * c * a^-1 * b^-1 * a & Yes & ? & 1& []& [($\textrm{Alt}_{7}$, 1)] & [ 3, 7 ] & 36 +14 & 14 & 26 & 0 & 35 & Yes & & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 14 & 26 & 1 & 35 & No & c^-1 * a * b^-1 * a, a^-1 * b * c^-1 * b & Yes & ? & 0& []& [($A_{2}(9)$, 1)] & [ 14 ] & 36 +14 & 14 & 26 & 3 & 35 & No & c^-1 * a * b^-1 * a, a^-1 * b * c^-1 * b & ? & ? & 0& []& [] & [ ] & 36 +14 & 14 & 26 & 4 & 35 & No & a^-1 * b * c * b, c * a * b^-1 * a & ? & ? & 0& []& [] & [ ] & 36 +14 & 14 & 26 & 5 & 35 & No & b * a^-1 * c * a^-1 * b^-1 * a * c^-1 * a, c^-1 * a * b * a^-1 * c * a^-1 * b^-1 * a & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 14 & 26 & 7 & 35 & No & b * a^-1 * c * a^-1 * b^-1 * a * c^-1 * a, c^-1 * a * b * a^-1 * c * a^-1 * b^-1 * a & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 16 & 16 & 0 & 27 & No & b^-1 * a * c * b * a^-1 * c^-1, b^-1 * c * a * b^-1 * c^-1 * a & ? & No & 0& [L_2(7)]& [] & [ ] & 36 +14 & 16 & 16 & 1 & 27 & No & a^-1 * b * c * a^-1 * b * a * c^-1 * a^-1 * b^-1 * a * c^-1 * b^-1, c * a^-1 * b * a * c * a^-1 * b^-1 * a * c^-1 * a^-1 * b^-1 * a & ? & ? & 1& []& [] & [ 3, 4 ] & 36 +14 & 16 & 18 & 0 & 33 & No & a * c * b^-1 * a^-1 * c * b, c^-1 * a^-1 * b^-1 * c^-1 * a * b & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 16 & 24 & 0 & 35 & Yes & & ? & No & 1& [L_2(7)]& [] & [ 3 ] & 36 +14 & 16 & 24 & 1 & 35 & Yes & & ? & ? & 1& []& [] & [ 3, 4 ] & 36 +14 & 16 & 26 & 0 & 35 & Yes & & ? & ? & 0& []& [] & [ ] & 36 +14 & 16 & 26 & 1 & 35 & Yes & & ? & No & 1& []& [] & [ 3 ] & 36 +14 & 16 & 26 & 3 & 35 & Yes & & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 16 & 26 & 7 & 35 & Yes & & ? & ? & 0& []& [] & [ ] & 36 +14 & 18 & 18 & 0 & 39 & No & a^-1 * b * c * b, c * a * b^-1 * a & ? & No & 2& []& [] & [ 3 ] & 36 +14 & 18 & 24 & 0 & 41 & No & a^-1 * b * c * b, c * a * b^-1 * a & ? & ? & 2& []& [] & [ 3 ] & 36 +14 & 18 & 26 & 0 & 41 & No & a^-1 * b * c * b, c * a * b^-1 * a & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 18 & 26 & 3 & 41 & No & c^-1 * a * b^-1 * a, a^-1 * b * c^-1 * b & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 24 & 24 & 0 & 43 & No & a^-1 * b * c * b, c * a * b^-1 * a & Yes & No & 2& [L_2(7)]& [($\textrm{Alt}_{7}$, 1), ($\textrm{Alt}_{8}$ or $A_{2}(4)$, 1), ($\textrm{J}_{2}$, 1), (${}^2A_{3}(9)$, 1)] & [ 3, 7, 8, 22, 28, 29, 31, 35, 36 ] & 36 +14 & 24 & 24 & 1 & 43 & Yes & & ? & No & 2& []& [] & [ 3, 4 ] & 36 +14 & 24 & 26 & 0 & 43 & No & a^-1 * b * c * b, c * a * b^-1 * a & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 24 & 26 & 1 & 43 & Yes & & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 24 & 26 & 3 & 43 & Yes & & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 24 & 26 & 7 & 43 & No & c^-1 * a * b^-1 * a, a^-1 * b * c^-1 * b & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 26 & 26 & 0 & 43 & No & a^-1 * b * c * b, c * a * b^-1 * a & ? & ? & 0& []& [] & [ ] & 36 +14 & 26 & 26 & 1 & 43 & Yes & & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 26 & 26 & 3 & 43 & Yes & & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 26 & 26 & 4 & 43 & Yes & & ? & ? & 1& []& [] & [ 3 ] & 36 +14 & 26 & 26 & 5 & 43 & No & c^-1 * a * b^-1 * a, a^-1 * b * c^-1 * b & ? & ? & 0& []& [] & [ 14 ] & 36 +14 & 26 & 26 & 15 & 43 & No & c^-1 * a * b^-1 * a, a^-1 * b * c^-1 * b & ? & ? & 0& []& [] & [ 13 ] & 36 +16 & 16 & 16 & 0 & 27 & No & c * a * b * a, a^-1 * b^-1 * c^-1 * b & Yes & No & 1& []& [(${}^2A_{2}(9)$, 1), ($\textrm{J}_{2}$, 1), (${}^2A_{2}(64)$, 2), ($A_{2}(9)$, 1), (${}^2A_{2}(81)$, 2)] & [ 3, 4 ] & 36 +16 & 16 & 16 & 1 & 27 & No & c * a * b * a * c^-1 * a^-1 * b^-1 * a^-1, b * a * c^-1 * a^-1 * b^-1 * a * c * a^-1 & Yes & No & 0& []& [($A_{2}(3)$, 1), (${}^2A_{2}(9)$, 2), (${}^2A_{2}(81)$, 2)] & [ 5, 29 ] & 36 +16 & 16 & 18 & 0 & 33 & No & b^-1 * a * c^-1 * b * a * c^-1, a * c^-1 * b^-1 * a * c^-1 * b & Yes & No & 1& []& [($A_{2}(3)$, 2), ($A_{2}(9)$, 3)] & [ 3, 4 ] & 36 +16 & 16 & 24 & 0 & 35 & Yes & & Yes & No & 1& []& [($\textrm{Alt}_{10}$, 1), ($A_{4}(2)$, 1)] & [ 3, 4, 10, 34, 36 ] & 36 +16 & 16 & 24 & 1 & 35 & No & b^-1 * a * c^-1 * b * a * c^-1, a * c^-1 * b^-1 * a * c^-1 * b & Yes & No & 1& []& [($\textrm{Alt}_{9}$, 1), ($\textrm{HS}_{}$, 1)] & [ 3, 4, 5, 9, 21, 29, 33, 34 ] & 36 +16 & 16 & 26 & 0 & 35 & Yes & & ? & ? & 1& []& [] & [ 3, 4 ] & 36 +16 & 16 & 26 & 1 & 35 & No & b^-1 * a * c^-1 * b * a * c^-1, a * c^-1 * b^-1 * a * c^-1 * b & ? & No & 0& [L_2(13)]& [] & [ 16, 30 ] & 36 +16 & 18 & 18 & 0 & 39 & No & b^-1 * a^-1 * c^-1 * a^-1 * b * a * c^-1 * a, c^-1 * a * b * a * c^-1 * a * b * a & Yes & No & 2& []& [($A_{2}(3)$, 2), (${}^2A_{2}(64)$, 2), ($A_{2}(9)$, 3)] & [ 3, 4 ] & 36 +16 & 18 & 24 & 0 & 41 & Yes & & Yes & No & 2& []& [($\textrm{Alt}_{10}$, 1)] & [ 3, 4, 10, 19, 34 ] & 36 +16 & 18 & 26 & 0 & 41 & Yes & & ? & ? & 1& []& [] & [ 3 ] & 36 +16 & 24 & 24 & 0 & 43 & Yes & & Yes & No & 2& []& [($\textrm{Alt}_{7}$, 1), ($\textrm{Alt}_{8}$ or $A_{2}(4)$, 2), (${}^2A_{2}(25)$, 1), ($\textrm{J}_{2}$, 1), ($C_{3}(2)$, 1), (${}^2A_{3}(9)$, 1), ($B_{2}(5)$, 1), ($\textrm{HS}_{}$, 1)] & [ 3, 4, 7, 8, 15, 18, 19, 20, 22, 23, 24, 25, 27, 28, 30, 31, 32, 33, 34, 35, 36 ] & 36 +16 & 24 & 24 & 1 & 43 & Yes & & Yes & No & 2& []& [($C_{3}(2)$, 2)] & [ 3, 4, 5, 17, 18, 19, 21, 22, 27, 29, 30, 31, 32, 33, 34, 35, 36 ] & 36 +16 & 24 & 26 & 0 & 43 & Yes & & ? & ? & 1& []& [] & [ 3, 4 ] & 36 +16 & 24 & 26 & 1 & 43 & Yes & & ? & ? & 1& [L_2(13)]& [] & [ 3 ] & 36 +16 & 26 & 26 & 0 & 43 & Yes & & ? & No & 1& []& [] & [ 3, 26 ] & 36 +16 & 26 & 26 & 1 & 43 & Yes & & ? & ? & 0& [L_2(13)]& [($A_{2}(3)$, 1)] & [ ] & 36 +16 & 26 & 26 & 3 & 43 & Yes & & Yes & No & 0& []& [($A_{2}(3)$, 2), ($G_{2}(3)$, 1)] & [ 26 ] & 36 +16 & 26 & 26 & 5 & 43 & Yes & & Yes & ? & 1& [L_2(13)]& [($A_{2}(3)$, 1), ($G_{2}(3)$, 1), ($A_{3}(3)$, 1)] & [ 3, 14, 26, 28, 29 ] & 36 +18 & 18 & 18 & 0 & 45 & No & c * a * b * a, b * a * c * a & Yes & No & 3& []& [($A_{2}(3)$, 2), ($A_{2}(9)$, 3)] & [ 3, 27, 36 ] & 36 +18 & 18 & 24 & 0 & 47 & No & c * a * b * a, b * a * c * a & Yes & No & 3& []& [($\textrm{Alt}_{10}$, 1), ($\textrm{Alt}_{11}$, 1)] & [ 3, 4, 10, 11, 12, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36 ] & 36 +18 & 18 & 26 & 0 & 47 & No & c * a * b * a, b * a * c * a & Yes & No & 2& []& [($A_{2}(3)$, 2), ($A_{2}(9)$, 3)] & [ 3, 13 ] & 36 +18 & 24 & 24 & 0 & 49 & No & a^-1 * b * c * b, c * a * b^-1 * a & Yes & No & 3& []& [($\textrm{Alt}_{10}$, 1), (${}^2A_{3}(9)$, 1), ($\textrm{Alt}_{11}$, 1)] & [ 3, 4, 10, 11, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36 ] & 36 +18 & 24 & 26 & 0 & 49 & No & a^-1 * b * c * b, c * a * b^-1 * a & ? & ? & 2& []& [] & [ 3, 27 ] & 36 +18 & 26 & 26 & 0 & 49 & No & a^-1 * b * c * b, c * a * b^-1 * a & Yes & No & 1& []& [($G_{2}(3)$, 2)] & [ 3, 13 ] & 36 +18 & 26 & 26 & 1 & 49 & No & a^-1 * b^-1 * c^-1 * b^-1, b * a * c^-1 * a & Yes & No & 1& []& [($A_{2}(3)$, 2), ($G_{2}(3)$, 1)] & [ 3, 13, 27 ] & 36 +24 & 24 & 24 & 0 & 51 & Yes & & Yes & No & 3& []& [($\textrm{Alt}_{7}$, 3), ($\textrm{M}_{12}$, 1), ($A_{2}(7)$, 1), ($B_{2}(5)$, 3), ($A_{4}(2)$, 1)] & [ 3, 4, 7, 13, 15, 18, 19, 20, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36 ] & 36 +24 & 24 & 24 & 1 & 51 & No & a^-1 * b^-1 * c^-1 * b^-1, b * a * c^-1 * a & Yes & No & 3& []& [($\textrm{M}_{22}$, 1), (${}^2A_{3}(9)$, 3)] & [ 3, 4, 5, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36 ] & 36 +24 & 24 & 26 & 0 & 51 & Yes & & ? & No & 2& []& [] & [ 3, 4 ] & 36 +24 & 24 & 26 & 1 & 51 & No & a^-1 * b^-1 * c^-1 * b^-1, b * a * c^-1 * a & Yes & No & 2& [L_2(13)]& [($A_{3}(3)$, 1)] & [ 3, 13, 14, 15, 16, 26, 27, 28 ] & 36 +24 & 26 & 26 & 0 & 51 & Yes & & ? & No & 1& []& [] & [ 3, 26, 28 ] & 36 +24 & 26 & 26 & 1 & 51 & No & a^-1 * b^-1 * c^-1 * b^-1, b * a * c^-1 * a & Yes & No & 1& [L_2(13)]& [($A_{2}(3)$, 2), ($A_{3}(3)$, 1)] & [ 3, 13, 14, 27 ] & 36 +24 & 26 & 26 & 3 & 51 & No & a^-1 * b^-1 * c^-1 * b^-1, b * a * c^-1 * a & ? & No & 1& []& [($A_{2}(3)$, 2)] & [ 3, 13, 14, 16, 26 ] & 36 +24 & 26 & 26 & 5 & 51 & Yes & & ? & No & 1& [L_2(13)]& [($A_{2}(3)$, 2), ($A_{3}(3)$, 1)] & [ 3, 13, 14, 26, 27, 28 ] & 36 +26 & 26 & 26 & 0 & 51 & Yes & & Yes & No & 1& []& [($A_{2}(3)$, 1), ($A_{2}(9)$, 3)] & [ 3, 26 ] & 36 +26 & 26 & 26 & 1 & 51 & No & a^-1 * b^-1 * c^-1 * b^-1, b * a * c^-1 * a & Yes & No & 0& []& [($A_{2}(3)$, 2), (${}^2A_{2}(16)$, 2), ($G_{2}(3)$, 6)] & [ 13, 26 ] & 36 +26 & 26 & 26 & 5 & 51 & Yes & & Yes & No & 1& []& [($A_{2}(3)$, 2), (${}^2A_{2}(16)$, 1)] & [ 3 ] & 36 +26 & 26 & 26 & 21 & 51 & No & b^-1 * a * c^-1 * a, a^-1 * b * c^-1 * b & Yes & No & 0& [L_2(13)]& [($A_{2}(3)$, 5), (${}^2A_{2}(16)$, 3), ($G_{2}(3)$, 1), (${}^2F_4(2)'$, 1)] & [ 13, 30 ] & 36 diff --git a/data/table_3_3_4.csv b/data/table_3_3_4.csv new file mode 100644 index 0000000..53e49d1 --- /dev/null +++ b/data/table_3_3_4.csv @@ -0,0 +1,79 @@ +order1 & order2 & order3 & index & presentation length & virtually torsion-free & Kazhdan & abelianization dimension & L2-quotients & quotients & alternating quotients & maximal order for alternating quotients +14 & 14 & 40 & 0 & 37 & Yes & No & 0& [L_2(7^2)]& [($\textrm{Alt}_{7}$, 1), ($\textrm{J}_{1}$, 2), (${}^2A_{3}(9)$, 1)] & [ 7 ] & 30 +14 & 14 & 40 & 4 & 37 & Yes & ? & 0& []& [($\textrm{Alt}_{7}$, 2), ($\textrm{M}_{22}$, 1)] & [ 7, 28 ] & 30 +14 & 14 & 48 & 0 & 29 & ? & No & 1& [L_2(7)]& [($\textrm{Alt}_{7}$, 1), (${}^2A_{2}(25)$, 1)] & [ 3, 7 ] & 30 +14 & 14 & 48 & 1 & 29 & ? & No & 1& [L_2(7)]& [($\textrm{Alt}_{8}$ or $A_{2}(4)$, 1)] & [ 3, 8 ] & 30 +14 & 14 & 48 & 4 & 29 & ? & ? & 1& []& [($\textrm{Alt}_{7}$, 1)] & [ 3, 7 ] & 30 +14 & 14 & 48 & 5 & 29 & ? & No & 1& []& [($\textrm{Alt}_{8}$ or $A_{2}(4)$, 1), ($\textrm{M}_{22}$, 1)] & [ 3, 8, 21 ] & 30 +14 & 14 & 54 & 0 & 41 & ? & ? & 1& []& [(${}^2A_{2}(9)$, 1)] & [ 3 ] & 30 +14 & 14 & 54 & 4 & 41 & ? & ? & 1& []& [] & [ 3 ] & 30 +14 & 16 & 40 & 0 & 37 & ? & ? & 0& [L_2(7^2)]& [] & [ ] & 30 +14 & 16 & 48 & 0 & 29 & ? & ? & 1& []& [] & [ 3, 4 ] & 30 +14 & 16 & 48 & 1 & 29 & ? & No & 1& [L_2(7)]& [] & [ 3 ] & 30 +14 & 16 & 54 & 0 & 41 & ? & ? & 1& []& [] & [ 3 ] & 30 +14 & 16 & 54 & 2 & 41 & ? & ? & 1& []& [] & [ 3 ] & 30 +14 & 18 & 40 & 0 & 43 & Yes & ? & 0& []& [($\textrm{J}_{2}$, 1)] & [ 21, 25 ] & 30 +14 & 18 & 48 & 0 & 35 & Yes & ? & 2& []& [($G_{2}(3)$, 1)] & [ 3 ] & 30 +14 & 18 & 54 & 0 & 47 & ? & No & 2& []& [] & [ 3 ] & 30 +14 & 18 & 54 & 2 & 47 & ? & No & 2& []& [] & [ 3, 21, 28, 29 ] & 30 +14 & 24 & 40 & 0 & 45 & Yes & ? & 0& [L_2(7^2)]& [($\textrm{Alt}_{7}$, 1), ($\textrm{Alt}_{10}$, 1), ($A_{4}(2)$, 1)] & [ 7, 10 ] & 30 +14 & 24 & 48 & 0 & 37 & ? & No & 2& []& [] & [ 3, 4 ] & 30 +14 & 24 & 48 & 1 & 37 & Yes & No & 2& [L_2(7)]& [($\textrm{Alt}_{7}$, 1), ($\textrm{Alt}_{8}$ or $A_{2}(4)$, 1), ($\textrm{J}_{2}$, 1), ($C_{3}(2)$, 1), (${}^2A_{3}(9)$, 1)] & [ 3, 7, 8, 15, 22, 28, 29 ] & 30 +14 & 24 & 54 & 0 & 49 & ? & ? & 2& []& [] & [ 3, 18 ] & 30 +14 & 24 & 54 & 2 & 49 & Yes & No & 2& []& [($C_{3}(2)$, 1), (${}^2A_{3}(9)$, 1)] & [ 3, 14, 21, 28 ] & 30 +14 & 26 & 40 & 0 & 45 & ? & ? & 0& []& [] & [ ] & 30 +14 & 26 & 40 & 4 & 45 & ? & ? & 0& []& [] & [ ] & 30 +14 & 26 & 48 & 0 & 37 & ? & ? & 1& []& [] & [ 3 ] & 30 +14 & 26 & 48 & 1 & 37 & ? & ? & 1& []& [] & [ 3 ] & 30 +14 & 26 & 48 & 4 & 37 & ? & ? & 1& []& [] & [ 3 ] & 30 +14 & 26 & 48 & 5 & 37 & ? & ? & 1& []& [] & [ 3 ] & 30 +14 & 26 & 54 & 0 & 49 & ? & ? & 1& []& [] & [ 3 ] & 30 +14 & 26 & 54 & 2 & 49 & ? & ? & 1& []& [] & [ 3 ] & 30 +14 & 26 & 54 & 4 & 49 & ? & ? & 1& []& [] & [ 3 ] & 30 +14 & 26 & 54 & 6 & 49 & ? & ? & 1& []& [] & [ 3 ] & 30 +16 & 16 & 40 & 0 & 37 & Yes & No & 0& []& [($\textrm{M}_{11}$, 1), ($B_{2}(3)$, 1), ($\textrm{J}_{2}$, 2), (${}^2A_{3}(9)$, 1), ($B_{2}(5)$, 1), ($A_{3}(3)$, 2)] & [ 5, 21, 26, 28 ] & 30 +16 & 16 & 48 & 0 & 29 & ? & No & 1& []& [($A_{2}(3)$, 1), (${}^2A_{2}(9)$, 2), ($\textrm{Alt}_{9}$, 1), (${}^2A_{2}(81)$, 2), ($\textrm{HS}_{}$, 1)] & [ 3, 4, 5, 9, 21, 26, 29, 30 ] & 30 +16 & 16 & 48 & 1 & 29 & Yes & No & 1& []& [(${}^2A_{2}(9)$, 1), ($\textrm{J}_{2}$, 1), ($\textrm{Alt}_{10}$, 1), ($B_{2}(5)$, 1), (${}^2A_{2}(64)$, 2), ($A_{4}(2)$, 1), ($A_{2}(9)$, 1), (${}^2A_{2}(81)$, 2)] & [ 3, 4, 10 ] & 30 +16 & 16 & 54 & 0 & 41 & ? & No & 1& []& [($A_{2}(3)$, 2), ($B_{2}(3)$, 1), ($A_{2}(9)$, 3)] & [ 3, 4, 18, 22, 25, 26, 27 ] & 30 +16 & 18 & 40 & 0 & 43 & Yes & No & 0& [L_2(3^2)]& [($B_{2}(3)$, 2), ($\textrm{M}_{12}$, 5)] & [ 6, 18, 24, 27, 30 ] & 30 +16 & 18 & 48 & 0 & 35 & ? & No & 2& []& [($A_{2}(3)$, 2), ($\textrm{Alt}_{10}$, 1), ($A_{2}(9)$, 3)] & [ 3, 4, 10, 17, 19, 30 ] & 30 +16 & 18 & 54 & 0 & 47 & ? & No & 2& []& [($A_{2}(3)$, 2), (${}^2A_{2}(64)$, 2), ($A_{2}(9)$, 3)] & [ 3, 4, 25, 26, 27 ] & 30 +16 & 18 & 54 & 2 & 47 & ? & No & 2& []& [($A_{2}(3)$, 2), (${}^2A_{2}(64)$, 2), ($A_{2}(9)$, 3)] & [ 3, 4, 20, 21, 22, 24, 25, 26, 27, 29, 30 ] & 30 +16 & 24 & 40 & 0 & 45 & Yes & No & 0& [L_2(3^2)]& [($B_{2}(5)$, 2), ($A_{4}(2)$, 3), ($\textrm{Alt}_{11}$, 2)] & [ 5, 6, 11, 21, 22 ] & 30 +16 & 24 & 48 & 0 & 37 & ? & No & 2& []& [($\textrm{Alt}_{9}$, 1), ($C_{3}(2)$, 5), ($\textrm{HS}_{}$, 1)] & [ 3, 4, 5, 9, 14, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +16 & 24 & 48 & 1 & 37 & Yes & No & 2& []& [($\textrm{Alt}_{7}$, 1), ($\textrm{Alt}_{8}$ or $A_{2}(4)$, 2), (${}^2A_{2}(25)$, 1), ($\textrm{J}_{2}$, 1), ($C_{3}(2)$, 2), ($\textrm{Alt}_{10}$, 1), (${}^2A_{3}(9)$, 1), ($B_{2}(5)$, 1), ($A_{4}(2)$, 1), ($\textrm{HS}_{}$, 1)] & [ 3, 4, 7, 8, 10, 12, 15, 16, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +16 & 24 & 54 & 0 & 49 & Yes & No & 2& []& [($\textrm{Alt}_{9}$, 1), ($C_{3}(2)$, 1), ($\textrm{Alt}_{10}$, 1)] & [ 3, 4, 9, 10, 12, 18, 19, 21, 25, 27, 28, 29, 30 ] & 30 +16 & 24 & 54 & 2 & 49 & ? & No & 2& []& [($B_{2}(3)$, 1), ($\textrm{Alt}_{10}$, 3)] & [ 3, 4, 10, 12, 14, 16, 19, 20, 22, 23, 24, 26, 27, 28, 30 ] & 30 +16 & 26 & 40 & 0 & 45 & ? & ? & 0& [L_2(13^2)]& [(${}^2F_4(2)'$, 1)] & [ ] & 30 +16 & 26 & 48 & 0 & 37 & ? & No & 1& [L_2(13)]& [] & [ 3, 16, 30 ] & 30 +16 & 26 & 48 & 1 & 37 & ? & ? & 1& []& [] & [ 3, 4 ] & 30 +16 & 26 & 54 & 0 & 49 & ? & ? & 1& []& [] & [ 3 ] & 30 +16 & 26 & 54 & 2 & 49 & ? & ? & 1& []& [] & [ 3, 28 ] & 30 +18 & 18 & 40 & 0 & 49 & Yes & No & 1& []& [($\textrm{M}_{12}$, 2), ($A_{3}(3)$, 4)] & [ 3, 5, 12, 17, 18, 19, 20, 21, 22, 24, 26, 27, 29, 30 ] & 30 +18 & 18 & 48 & 0 & 41 & ? & No & 3& []& [($A_{2}(3)$, 2), ($\textrm{Alt}_{10}$, 1), (${}^2A_{2}(64)$, 2), ($\textrm{Alt}_{11}$, 1), ($A_{2}(9)$, 3)] & [ 3, 4, 10, 11, 12, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30 ] & 30 +18 & 18 & 54 & 0 & 53 & ? & No & 3& []& [($A_{2}(3)$, 2), ($A_{2}(9)$, 3)] & [ 3, 19, 22, 24, 25, 26, 27, 28, 29, 30 ] & 30 +18 & 24 & 40 & 0 & 51 & Yes & No & 1& [L_2(3^2)]& [($\textrm{M}_{12}$, 6), ($\textrm{Alt}_{10}$, 2), (${}^2A_{3}(9)$, 2), ($A_{3}(3)$, 3), ($\textrm{Alt}_{11}$, 4)] & [ 3, 5, 6, 10, 11, 12, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 30 ] & 30 +18 & 24 & 48 & 0 & 43 & Yes & No & 3& []& [($\textrm{Alt}_{10}$, 2), (${}^2A_{3}(9)$, 1), ($A_{3}(3)$, 2), ($\textrm{Alt}_{11}$, 1)] & [ 3, 4, 10, 11, 12, 13, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +18 & 24 & 54 & 0 & 55 & Yes & No & 3& []& [($\textrm{Alt}_{10}$, 2), ($A_{3}(3)$, 4), ($\textrm{Alt}_{11}$, 2)] & [ 3, 4, 10, 11, 12, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +18 & 24 & 54 & 2 & 55 & Yes & No & 3& []& [($\textrm{Alt}_{9}$, 2), ($\textrm{Alt}_{10}$, 1), ($\textrm{Alt}_{11}$, 1)] & [ 3, 4, 9, 10, 11, 12, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30 ] & 30 +18 & 26 & 40 & 0 & 51 & ? & ? & 0& []& [] & [ ] & 30 +18 & 26 & 48 & 0 & 43 & Yes & ? & 2& []& [($G_{2}(3)$, 1)] & [ 3, 27 ] & 30 +18 & 26 & 54 & 0 & 55 & ? & No & 2& []& [($A_{2}(3)$, 2), ($A_{2}(9)$, 3)] & [ 3, 13, 26, 27 ] & 30 +18 & 26 & 54 & 2 & 55 & ? & No & 2& []& [($A_{2}(3)$, 2), ($A_{2}(9)$, 3)] & [ 3, 13 ] & 30 +24 & 24 & 40 & 0 & 53 & Yes & No & 1& [L_2(3^2), L_2(3^2)]& [($\textrm{Alt}_{7}$, 2), ($\textrm{M}_{22}$, 2), ($\textrm{J}_{2}$, 4), ($C_{2}(4)$, 4), ($C_{3}(2)$, 1), ($B_{2}(5)$, 8), ($A_{3}(3)$, 1), ($A_{4}(2)$, 2)] & [ 3, 5, 6, 7, 12, 13, 15, 16, 17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +24 & 24 & 48 & 0 & 45 & Yes & No & 3& []& [($\textrm{M}_{22}$, 1), ($C_{3}(2)$, 6), (${}^2A_{3}(9)$, 5), ($B_{2}(5)$, 2), ($A_{3}(3)$, 1)] & [ 3, 4, 5, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +24 & 24 & 48 & 1 & 45 & Yes & No & 3& []& [($\textrm{Alt}_{7}$, 3), ($\textrm{Alt}_{8}$ or $A_{2}(4)$, 2), ($\textrm{M}_{12}$, 1), (${}^2A_{2}(25)$, 1), ($\textrm{J}_{2}$, 1), ($C_{3}(2)$, 3), ($A_{2}(7)$, 1), (${}^2A_{3}(9)$, 1), ($B_{2}(5)$, 3), ($A_{4}(2)$, 1), (${}^2A_{4}(4)$, 2), ($\textrm{HS}_{}$, 1)] & [ 3, 4, 7, 8, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +24 & 24 & 54 & 0 & 57 & Yes & No & 3& []& [($\textrm{Alt}_{9}$, 3), ($\textrm{Alt}_{10}$, 4), (${}^2A_{3}(9)$, 1), ($\textrm{Alt}_{11}$, 2)] & [ 3, 4, 9, 10, 11, 12, 13, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +24 & 26 & 40 & 0 & 53 & ? & ? & 0& [L_2(13^2)]& [] & [ ] & 30 +24 & 26 & 48 & 0 & 45 & ? & No & 2& [L_2(13)]& [($A_{3}(3)$, 1)] & [ 3, 13, 14, 15, 16, 26, 27, 28, 29, 30 ] & 30 +24 & 26 & 48 & 1 & 45 & ? & No & 2& []& [] & [ 3, 4, 14, 28 ] & 30 +24 & 26 & 54 & 0 & 57 & Yes & No & 2& []& [($A_{3}(3)$, 1)] & [ 3, 13, 26, 27, 28 ] & 30 +24 & 26 & 54 & 2 & 57 & ? & ? & 2& []& [] & [ 3, 13, 27 ] & 30 +26 & 26 & 40 & 0 & 53 & ? & ? & 0& []& [] & [ 13 ] & 30 +26 & 26 & 40 & 4 & 53 & Yes & ? & 0& [L_2(13^2)]& [(${}^2A_{2}(16)$, 1), ($A_{3}(3)$, 1)] & [ 13, 26 ] & 30 +26 & 26 & 48 & 0 & 45 & ? & No & 1& []& [($A_{2}(3)$, 2), ($G_{2}(3)$, 1)] & [ 3, 13, 14, 16, 26 ] & 30 +26 & 26 & 48 & 1 & 45 & ? & No & 1& []& [] & [ 3, 26, 28 ] & 30 +26 & 26 & 48 & 4 & 45 & ? & No & 1& [L_2(13)]& [($A_{2}(3)$, 2), ($G_{2}(3)$, 1), ($A_{3}(3)$, 1)] & [ 3, 13, 14, 26, 27, 28, 29 ] & 30 +26 & 26 & 48 & 5 & 45 & ? & No & 1& [L_2(13)]& [($A_{2}(3)$, 2), ($A_{3}(3)$, 1)] & [ 3, 13, 14, 27 ] & 30 +26 & 26 & 54 & 0 & 57 & ? & No & 1& []& [($G_{2}(3)$, 2)] & [ 3, 13 ] & 30 +26 & 26 & 54 & 4 & 57 & ? & No & 1& []& [($A_{2}(3)$, 2), ($G_{2}(3)$, 1)] & [ 3, 13, 27 ] & 30 diff --git a/data/table_3_4_4.csv b/data/table_3_4_4.csv new file mode 100644 index 0000000..cf9f028 --- /dev/null +++ b/data/table_3_4_4.csv @@ -0,0 +1,55 @@ +order1 & order2 & order3 & index & presentation length & virtually torsion-free & Kazhdan & abelianization dimension & L2-quotients & quotients & alternating quotients & maximal order for alternating quotients +14 & 40 & 40 & 0 & 47 & Yes & No & 0& [L_2(7^2)]& [($\textrm{Alt}_{8}$ or $A_{2}(4)$, 5), ($C_{3}(2)$, 2), ($\textrm{Alt}_{10}$, 4), (${}^2A_{3}(9)$, 2), ($A_{4}(2)$, 3), ($\textrm{Alt}_{11}$, 3), ($A_{2}(9)$, 1)] & [ 5, 10, 11, 20, 21, 30 ] & 30 +14 & 40 & 48 & 0 & 39 & ? & ? & 0& [L_2(7^2)]& [($\textrm{Alt}_{7}$, 1), ($\textrm{Alt}_{10}$, 1), ($A_{4}(2)$, 1)] & [ 7, 10 ] & 30 +14 & 40 & 54 & 0 & 51 & Yes & ? & 0& []& [($\textrm{J}_{2}$, 1), ($C_{3}(2)$, 2)] & [ 21, 25 ] & 30 +14 & 40 & 54 & 2 & 51 & Yes & ? & 0& []& [($\textrm{J}_{2}$, 1), ($C_{3}(2)$, 2)] & [ 20, 21, 22, 25, 27, 30 ] & 30 +14 & 48 & 48 & 0 & 31 & Yes & No & 2& [L_2(7)]& [($\textrm{Alt}_{7}$, 1), ($\textrm{Alt}_{8}$ or $A_{2}(4)$, 1), ($\textrm{J}_{2}$, 1), ($C_{3}(2)$, 2), (${}^2A_{3}(9)$, 1), ($G_{2}(3)$, 2)] & [ 3, 7, 8, 15, 16, 22, 23, 24, 27, 28, 29, 30 ] & 30 +14 & 48 & 48 & 1 & 31 & ? & No & 2& []& [] & [ 3, 4 ] & 30 +14 & 48 & 54 & 0 & 43 & ? & ? & 2& []& [($G_{2}(3)$, 1)] & [ 3, 18 ] & 30 +14 & 48 & 54 & 2 & 43 & Yes & No & 2& []& [($C_{3}(2)$, 3), (${}^2A_{3}(9)$, 1), ($G_{2}(3)$, 1)] & [ 3, 14, 15, 21, 22, 28, 29, 30 ] & 30 +14 & 54 & 54 & 0 & 55 & ? & No & 2& []& [] & [ 3, 21, 28, 29 ] & 30 +14 & 54 & 54 & 2 & 55 & Yes & No & 2& []& [($\textrm{Alt}_{10}$, 6), (${}^2A_{3}(9)$, 2)] & [ 3, 10, 13, 14, 17, 19, 20, 21, 23, 24, 27, 28, 29, 30 ] & 30 +14 & 54 & 54 & 8 & 55 & ? & No & 2& []& [] & [ 3, 18, 21, 27, 30 ] & 30 +16 & 40 & 40 & 0 & 47 & Yes & No & 0& [L_2(\infty^4)]& [($\textrm{M}_{11}$, 4), ($B_{2}(3)$, 7), (${}^2A_{2}(25)$, 1), ($\textrm{J}_{2}$, 2), ($C_{2}(4)$, 2), ($\textrm{Alt}_{10}$, 4), (${}^2A_{3}(9)$, 4), ($B_{2}(5)$, 11), ($A_{3}(3)$, 2), ($\textrm{Alt}_{11}$, 6)] & [ 5, 6, 10, 11, 15, 16, 17, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30 ] & 30 +16 & 40 & 48 & 0 & 39 & ? & No & 0& [L_2(3^2)]& [($\textrm{M}_{11}$, 1), ($B_{2}(3)$, 1), ($\textrm{J}_{2}$, 2), (${}^2A_{3}(9)$, 1), ($B_{2}(5)$, 5), ($A_{3}(3)$, 2), ($A_{4}(2)$, 3), ($\textrm{Alt}_{11}$, 2)] & [ 5, 6, 11, 16, 18, 21, 22, 23, 24, 26, 27, 28, 29, 30 ] & 30 +16 & 40 & 54 & 0 & 51 & Yes & No & 0& [L_2(3^2)]& [($B_{2}(3)$, 5), ($\textrm{M}_{12}$, 5), ($C_{3}(2)$, 1), (${}^2A_{3}(9)$, 2), ($A_{3}(3)$, 3), (${}^2A_{4}(4)$, 1)] & [ 6, 12, 17, 18, 21, 23, 24, 26, 27, 28, 29, 30 ] & 30 +16 & 40 & 54 & 2 & 51 & Yes & No & 0& [L_2(3^2)]& [($B_{2}(3)$, 4), ($\textrm{M}_{12}$, 5), ($\textrm{Alt}_{10}$, 3), (${}^2A_{3}(9)$, 4), ($A_{3}(3)$, 4), (${}^2A_{4}(4)$, 1)] & [ 6, 10, 12, 15, 16, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +16 & 48 & 48 & 0 & 31 & Yes & No & 2& []& [($\textrm{Alt}_{7}$, 1), (${}^2A_{2}(9)$, 1), ($\textrm{Alt}_{8}$ or $A_{2}(4)$, 2), ($B_{2}(3)$, 5), (${}^2A_{2}(25)$, 1), ($\textrm{J}_{2}$, 2), ($C_{3}(2)$, 5), ($\textrm{Alt}_{10}$, 2), (${}^2A_{3}(9)$, 4), ($B_{2}(5)$, 5), (${}^2A_{2}(64)$, 2), ($A_{3}(3)$, 5), ($A_{4}(2)$, 2), ($\textrm{Alt}_{11}$, 1), ($A_{2}(9)$, 1), (${}^2A_{2}(81)$, 2), ($\textrm{HS}_{}$, 1)] & [ 3, 4, 7, 8, 10, 11, 12, 15, 16, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +16 & 48 & 48 & 1 & 31 & Yes & No & 2& []& [($A_{2}(3)$, 1), (${}^2A_{2}(9)$, 2), ($B_{2}(3)$, 8), ($\textrm{Alt}_{9}$, 2), ($C_{3}(2)$, 10), (${}^2A_{3}(9)$, 1), ($A_{3}(3)$, 6), ($\textrm{Alt}_{11}$, 1), (${}^2A_{2}(81)$, 2), ($\textrm{HS}_{}$, 2)] & [ 3, 4, 5, 9, 11, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +16 & 48 & 54 & 0 & 43 & Yes & No & 2& []& [($A_{2}(3)$, 2), ($B_{2}(3)$, 4), ($\textrm{Alt}_{9}$, 1), ($C_{3}(2)$, 1), ($\textrm{Alt}_{10}$, 1), (${}^2A_{3}(9)$, 3), ($A_{3}(3)$, 1), (${}^2A_{4}(4)$, 1), ($A_{2}(9)$, 3)] & [ 3, 4, 9, 10, 12, 17, 18, 19, 21, 22, 24, 25, 26, 27, 28, 29, 30 ] & 30 +16 & 48 & 54 & 2 & 43 & Yes & No & 2& []& [($A_{2}(3)$, 2), ($B_{2}(3)$, 4), ($C_{3}(2)$, 1), ($\textrm{Alt}_{10}$, 3), (${}^2A_{3}(9)$, 2), ($A_{3}(3)$, 3), (${}^2A_{4}(4)$, 5), ($A_{2}(9)$, 3)] & [ 3, 4, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +16 & 54 & 54 & 0 & 55 & Yes & No & 2& []& [($A_{2}(3)$, 2), (${}^2A_{2}(64)$, 2), (${}^2A_{4}(4)$, 2), ($A_{2}(9)$, 3)] & [ 3, 4, 20, 21, 22, 24, 25, 26, 27, 29, 30 ] & 30 +16 & 54 & 54 & 2 & 55 & Yes & No & 2& []& [($A_{2}(3)$, 2), ($B_{2}(3)$, 6), ($\textrm{Alt}_{9}$, 2), ($C_{3}(2)$, 4), ($\textrm{Alt}_{10}$, 12), (${}^2A_{3}(9)$, 3), (${}^2A_{2}(64)$, 2), ($A_{3}(3)$, 5), (${}^2A_{4}(4)$, 5), ($\textrm{Alt}_{11}$, 6), ($A_{2}(9)$, 3)] & [ 3, 4, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +16 & 54 & 54 & 8 & 55 & Yes & No & 2& []& [($A_{2}(3)$, 2), ($B_{2}(3)$, 4), ($\textrm{Alt}_{9}$, 2), (${}^2A_{3}(9)$, 3), (${}^2A_{2}(64)$, 2), ($A_{3}(3)$, 7), (${}^2A_{4}(4)$, 3), ($A_{2}(9)$, 3)] & [ 3, 4, 9, 12, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +18 & 40 & 40 & 0 & 53 & Yes & No & 0& []& [($\textrm{Alt}_{7}$, 2), ($B_{2}(3)$, 5), ($\textrm{M}_{12}$, 2), ($\textrm{Alt}_{10}$, 8), (${}^2A_{3}(9)$, 1), (${}^2A_{4}(4)$, 3)] & [ 5, 7, 10, 15, 17, 20, 21, 22, 24, 25, 26, 27, 30 ] & 30 +18 & 40 & 48 & 0 & 45 & Yes & No & 1& [L_2(3^2)]& [($B_{2}(3)$, 5), ($\textrm{M}_{12}$, 7), ($\textrm{Alt}_{10}$, 2), (${}^2A_{3}(9)$, 4), ($A_{3}(3)$, 10), ($\textrm{Alt}_{11}$, 5)] & [ 3, 5, 6, 10, 11, 12, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +18 & 40 & 54 & 0 & 57 & ? & No & 1& []& [($B_{2}(3)$, 2), ($\textrm{M}_{12}$, 2), ($\textrm{Alt}_{10}$, 4), ($A_{3}(3)$, 14), (${}^2A_{4}(4)$, 3)] & [ 3, 5, 10, 12, 15, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30 ] & 30 +18 & 40 & 54 & 2 & 57 & Yes & No & 1& []& [($B_{2}(3)$, 2), ($\textrm{M}_{12}$, 2), ($\textrm{Alt}_{9}$, 2), (${}^2A_{3}(9)$, 3), ($A_{3}(3)$, 5), (${}^2A_{4}(4)$, 4)] & [ 3, 5, 9, 12, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +18 & 48 & 48 & 0 & 37 & Yes & No & 3& []& [($A_{2}(3)$, 2), ($B_{2}(3)$, 3), ($\textrm{Alt}_{10}$, 3), (${}^2A_{3}(9)$, 4), ($A_{3}(3)$, 9), ($\textrm{Alt}_{11}$, 2), ($A_{2}(9)$, 3)] & [ 3, 4, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +18 & 48 & 54 & 0 & 49 & Yes & No & 3& []& [($A_{2}(3)$, 2), ($B_{2}(3)$, 2), ($\textrm{Alt}_{10}$, 2), (${}^2A_{2}(64)$, 2), ($A_{3}(3)$, 8), ($\textrm{Alt}_{11}$, 4), ($A_{2}(9)$, 3)] & [ 3, 4, 10, 11, 12, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +18 & 48 & 54 & 2 & 49 & Yes & No & 3& []& [($A_{2}(3)$, 2), ($B_{2}(3)$, 2), ($\textrm{Alt}_{9}$, 2), ($\textrm{Alt}_{10}$, 1), (${}^2A_{3}(9)$, 3), (${}^2A_{2}(64)$, 2), ($A_{3}(3)$, 1), (${}^2A_{4}(4)$, 3), ($\textrm{Alt}_{11}$, 1), ($A_{2}(9)$, 3)] & [ 3, 4, 9, 10, 11, 12, 13, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +18 & 54 & 54 & 0 & 61 & ? & No & 3& []& [($A_{2}(3)$, 2), ($\textrm{Alt}_{9}$, 2), (${}^2A_{4}(4)$, 2), ($A_{2}(9)$, 3)] & [ 3, 9, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +18 & 54 & 54 & 2 & 61 & Yes & No & 3& []& [($A_{2}(3)$, 2), ($B_{2}(3)$, 2), ($\textrm{Alt}_{9}$, 10), (${}^2A_{3}(9)$, 3), ($A_{3}(3)$, 1), (${}^2A_{4}(4)$, 9), ($A_{2}(9)$, 3)] & [ 3, 9, 12, 15, 18, 19, 21, 22, 24, 25, 26, 27, 28, 29, 30 ] & 30 +18 & 54 & 54 & 8 & 61 & Yes & No & 3& []& [($A_{2}(3)$, 2), ($B_{2}(3)$, 2), ($\textrm{Alt}_{9}$, 8), ($A_{3}(3)$, 10), (${}^2A_{4}(4)$, 4), ($A_{2}(9)$, 3)] & [ 3, 9, 12, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +24 & 40 & 40 & 0 & 55 & Yes & No & 0& [L_2(\infty^4)]& [($\textrm{Alt}_{7}$, 2), ($B_{2}(3)$, 2), ($\textrm{M}_{22}$, 2), ($\textrm{J}_{2}$, 2), ($C_{2}(4)$, 2), ($C_{3}(2)$, 2), ($\textrm{Alt}_{10}$, 2), ($B_{2}(5)$, 10), ($A_{4}(2)$, 4), (${}^2A_{4}(4)$, 4), ($\textrm{Alt}_{11}$, 3)] & [ 5, 6, 7, 10, 11, 12, 15, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +24 & 40 & 48 & 0 & 47 & Yes & No & 1& [L_2(3^2), L_2(3^2)]& [($\textrm{Alt}_{7}$, 2), ($B_{2}(3)$, 3), ($\textrm{M}_{22}$, 2), ($\textrm{J}_{2}$, 4), ($C_{2}(4)$, 4), ($C_{3}(2)$, 3), ($B_{2}(5)$, 12), ($A_{3}(3)$, 2), ($A_{4}(2)$, 5), (${}^2A_{4}(4)$, 1), ($\textrm{Alt}_{11}$, 4)] & [ 3, 5, 6, 7, 11, 12, 13, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +24 & 40 & 54 & 0 & 59 & Yes & No & 1& [L_2(3^2)]& [($B_{2}(3)$, 4), ($\textrm{M}_{12}$, 6), ($\textrm{Alt}_{10}$, 12), (${}^2A_{3}(9)$, 2), ($A_{3}(3)$, 3), (${}^2A_{4}(4)$, 4), ($\textrm{Alt}_{11}$, 12)] & [ 3, 5, 6, 10, 11, 12, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +24 & 40 & 54 & 2 & 59 & Yes & No & 1& [L_2(3^2)]& [($B_{2}(3)$, 2), ($\textrm{M}_{12}$, 6), ($\textrm{Alt}_{9}$, 2), ($C_{3}(2)$, 4), ($\textrm{Alt}_{10}$, 7), (${}^2A_{3}(9)$, 6), ($A_{3}(3)$, 7), (${}^2A_{4}(4)$, 1), ($\textrm{Alt}_{11}$, 6)] & [ 3, 5, 6, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +24 & 48 & 48 & 0 & 39 & Yes & No & 3& []& [($\textrm{Alt}_{7}$, 3), ($\textrm{Alt}_{8}$ or $A_{2}(4)$, 4), ($B_{2}(3)$, 3), ($\textrm{M}_{12}$, 1), (${}^2A_{2}(25)$, 2), ($\textrm{J}_{2}$, 2), ($C_{3}(2)$, 11), ($\textrm{Alt}_{10}$, 1), ($A_{2}(7)$, 1), (${}^2A_{3}(9)$, 3), ($B_{2}(5)$, 7), ($A_{3}(3)$, 1), ($A_{4}(2)$, 2), (${}^2A_{4}(4)$, 13), ($\textrm{Alt}_{11}$, 1), ($\textrm{HS}_{}$, 2)] & [ 3, 4, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +24 & 48 & 48 & 1 & 39 & Yes & No & 3& []& [($B_{2}(3)$, 4), ($\textrm{Alt}_{9}$, 1), ($\textrm{M}_{22}$, 1), ($C_{3}(2)$, 17), (${}^2A_{3}(9)$, 8), ($B_{2}(5)$, 5), ($A_{3}(3)$, 3), (${}^2A_{4}(4)$, 8), ($\textrm{Alt}_{11}$, 1), ($\textrm{HS}_{}$, 1)] & [ 3, 4, 5, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +24 & 48 & 54 & 0 & 51 & Yes & No & 3& []& [($B_{2}(3)$, 4), ($\textrm{Alt}_{9}$, 3), ($\textrm{Alt}_{10}$, 5), (${}^2A_{3}(9)$, 1), ($A_{3}(3)$, 2), (${}^2A_{4}(4)$, 3), ($\textrm{Alt}_{11}$, 4)] & [ 3, 4, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +24 & 48 & 54 & 2 & 51 & ? & No & 3& []& [($B_{2}(3)$, 2), ($\textrm{Alt}_{9}$, 3), ($C_{3}(2)$, 3), ($\textrm{Alt}_{10}$, 5), (${}^2A_{3}(9)$, 5), ($A_{3}(3)$, 10), (${}^2A_{4}(4)$, 12), ($\textrm{Alt}_{11}$, 2)] & [ 3, 4, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +24 & 54 & 54 & 0 & 63 & ? & No & 3& []& [($\textrm{Alt}_{9}$, 6), ($\textrm{Alt}_{10}$, 2), ($A_{3}(3)$, 4), (${}^2A_{4}(4)$, 8), ($\textrm{Alt}_{11}$, 2)] & [ 3, 4, 9, 10, 11, 12, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +24 & 54 & 54 & 2 & 63 & ? & No & 3& []& [($B_{2}(3)$, 2), ($\textrm{Alt}_{9}$, 9), ($C_{3}(2)$, 6), ($\textrm{Alt}_{10}$, 22), (${}^2A_{3}(9)$, 8), ($A_{3}(3)$, 26), (${}^2A_{4}(4)$, 12), ($\textrm{Alt}_{11}$, 12)] & [ 3, 4, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +24 & 54 & 54 & 8 & 63 & Yes & No & 3& []& [($B_{2}(3)$, 4), ($\textrm{Alt}_{9}$, 14), ($\textrm{Alt}_{10}$, 1), (${}^2A_{4}(4)$, 9), ($\textrm{Alt}_{11}$, 1)] & [ 3, 4, 9, 10, 11, 12, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] & 30 +26 & 40 & 40 & 0 & 55 & Yes & No & 0& [L_2(13^2)]& [($A_{3}(3)$, 3)] & [ 5, 20, 21, 27, 28 ] & 30 +26 & 40 & 48 & 0 & 47 & ? & ? & 0& [L_2(13^2)]& [(${}^2F_4(2)'$, 1)] & [ ] & 30 +26 & 40 & 54 & 0 & 59 & Yes & ? & 0& []& [($A_{3}(3)$, 3)] & [ 30 ] & 30 +26 & 40 & 54 & 2 & 59 & ? & ? & 0& []& [] & [ 15 ] & 30 +26 & 48 & 48 & 0 & 39 & Yes & No & 2& []& [($G_{2}(3)$, 1)] & [ 3, 4, 14, 28 ] & 30 +26 & 48 & 48 & 1 & 39 & Yes & No & 2& [L_2(13)]& [($G_{2}(3)$, 4), ($A_{3}(3)$, 1)] & [ 3, 13, 14, 15, 16, 26, 27, 28, 29, 30 ] & 30 +26 & 48 & 54 & 0 & 51 & ? & ? & 2& []& [($G_{2}(3)$, 1)] & [ 3, 13, 26, 27, 28 ] & 30 +26 & 48 & 54 & 2 & 51 & ? & No & 2& []& [($G_{2}(3)$, 1), ($A_{3}(3)$, 1)] & [ 3, 13, 26, 27, 28, 29 ] & 30 +26 & 54 & 54 & 0 & 63 & ? & No & 2& []& [($A_{2}(3)$, 2), ($A_{2}(9)$, 3)] & [ 3, 13, 26, 27, 30 ] & 30 +26 & 54 & 54 & 2 & 63 & Yes & No & 2& []& [($A_{2}(3)$, 2), ($A_{3}(3)$, 20), ($A_{2}(9)$, 3)] & [ 3, 13, 16, 19, 22, 25, 26, 27, 28, 29, 30 ] & 30 +26 & 54 & 54 & 8 & 63 & Yes & ? & 2& []& [($A_{2}(3)$, 2), ($A_{3}(3)$, 6), ($A_{2}(9)$, 3)] & [ 3, 13 ] & 30 diff --git a/data/table_4_4_4.csv b/data/table_4_4_4.csv new file mode 100644 index 0000000..2e5d9b5 --- /dev/null +++ b/data/table_4_4_4.csv @@ -0,0 +1,18 @@ +order1 & order2 & order3 & index & presentation length & virtually torsion-free & Kazhdan & abelianization dimension & L2-quotients & quotients & alternating quotients & maximal order for alternating quotients +40 & 40 & 40 & 0 & 57 & Yes & No & 0& [L_2(\infty^4), L_2(\infty^4), L_2(\infty^4), L_2(\infty^4)]& [($\textrm{Alt}_{7}$, 1), ($B_{2}(3)$, 18), ($\textrm{M}_{12}$, 7), (${}^2A_{2}(25)$, 2), ($\textrm{J}_{1}$, 4), ($A_{2}(5)$, 2), ($\textrm{J}_{2}$, 8), ($C_{2}(4)$, 21), ($\textrm{Alt}_{10}$, 15), (${}^2A_{3}(9)$, 12), ($B_{2}(5)$, 90), ($A_{3}(3)$, 7), ($\textrm{HS}_{}$, 12)] & [ 6, 7, 10, 12, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +40 & 40 & 48 & 0 & 49 & Yes & No & 0& [L_2(\infty^4)]& [($\textrm{Alt}_{7}$, 2), ($\textrm{M}_{11}$, 4), ($B_{2}(3)$, 8), (${}^2A_{2}(25)$, 1), ($\textrm{M}_{22}$, 2), ($\textrm{J}_{2}$, 4), ($C_{2}(4)$, 2), ($C_{3}(2)$, 2), ($\textrm{Alt}_{10}$, 4), (${}^2A_{3}(9)$, 4), ($B_{2}(5)$, 16), ($A_{3}(3)$, 2), ($A_{4}(2)$, 4), (${}^2A_{4}(4)$, 10), ($\textrm{Alt}_{11}$, 7)] & [ 5, 6, 7, 10, 11, 12, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +40 & 40 & 54 & 0 & 61 & Yes & No & 0& []& [($\textrm{Alt}_{7}$, 2), ($B_{2}(3)$, 5), ($\textrm{M}_{12}$, 2), ($\textrm{Alt}_{10}$, 8), (${}^2A_{3}(9)$, 15), ($A_{3}(3)$, 4), (${}^2A_{4}(4)$, 7)] & [ 5, 7, 10, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +40 & 48 & 48 & 0 & 41 & Yes & No & 1& [L_2(3^2), L_2(3^2)]& [($\textrm{Alt}_{7}$, 2), ($\textrm{M}_{11}$, 1), ($B_{2}(3)$, 18), ($\textrm{M}_{22}$, 2), ($\textrm{J}_{2}$, 6), ($C_{2}(4)$, 4), ($C_{3}(2)$, 6), (${}^2A_{3}(9)$, 10), ($B_{2}(5)$, 20), ($A_{3}(3)$, 15), ($A_{4}(2)$, 8), (${}^2A_{4}(4)$, 15), ($\textrm{Alt}_{11}$, 9)] & [ 3, 5, 6, 7, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +40 & 48 & 54 & 0 & 53 & Yes & No & 1& [L_2(3^2)]& [($B_{2}(3)$, 11), ($\textrm{M}_{12}$, 7), ($\textrm{Alt}_{9}$, 2), ($C_{3}(2)$, 4), ($\textrm{Alt}_{10}$, 7), (${}^2A_{3}(9)$, 14), ($A_{3}(3)$, 16), (${}^2A_{4}(4)$, 3), ($\textrm{Alt}_{11}$, 7)] & [ 3, 5, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +40 & 48 & 54 & 2 & 53 & Yes & No & 1& [L_2(3^2)]& [($B_{2}(3)$, 17), ($\textrm{M}_{12}$, 7), ($C_{3}(2)$, 2), ($\textrm{Alt}_{10}$, 12), (${}^2A_{3}(9)$, 20), ($A_{3}(3)$, 22), (${}^2A_{4}(4)$, 24), ($\textrm{Alt}_{11}$, 15)] & [ 3, 5, 6, 10, 11, 12, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +40 & 54 & 54 & 0 & 65 & Yes & No & 1& []& [($B_{2}(3)$, 8), ($\textrm{M}_{12}$, 2), ($\textrm{Alt}_{9}$, 2), ($\textrm{Alt}_{10}$, 4), (${}^2A_{3}(9)$, 9), ($A_{3}(3)$, 17), (${}^2A_{4}(4)$, 7)] & [ 3, 5, 9, 10, 12, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +40 & 54 & 54 & 2 & 65 & Yes & No & 1& []& [($B_{2}(3)$, 12), ($\textrm{M}_{12}$, 2), ($C_{3}(2)$, 4), ($\textrm{Alt}_{10}$, 16), (${}^2A_{3}(9)$, 14), ($A_{3}(3)$, 26), (${}^2A_{4}(4)$, 40), ($\textrm{Alt}_{11}$, 10)] & [ 3, 5, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +40 & 54 & 54 & 8 & 65 & Yes & No & 1& []& [($B_{2}(3)$, 8), ($\textrm{M}_{12}$, 2), ($\textrm{Alt}_{9}$, 12), (${}^2A_{3}(9)$, 12), ($A_{3}(3)$, 8), (${}^2A_{4}(4)$, 16)] & [ 3, 5, 9, 12, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +48 & 48 & 48 & 0 & 33 & ? & No & 3& []& [($A_{2}(3)$, 1), (${}^2A_{2}(9)$, 2), ($B_{2}(3)$, 27), ($\textrm{Alt}_{9}$, 3), ($\textrm{M}_{22}$, 1), ($C_{3}(2)$, 39), (${}^2A_{3}(9)$, 21), ($B_{2}(5)$, 9), ($A_{3}(3)$, 33), (${}^2A_{4}(4)$, 60), ($\textrm{Alt}_{11}$, 3), (${}^2A_{2}(81)$, 2), ($\textrm{HS}_{}$, 3)] & [ 3, 4, 5, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +48 & 48 & 48 & 1 & 33 & Yes & No & 3& []& [($\textrm{Alt}_{7}$, 3), (${}^2A_{2}(9)$, 1), ($\textrm{Alt}_{8}$ or $A_{2}(4)$, 6), ($B_{2}(3)$, 24), ($\textrm{M}_{12}$, 1), (${}^2A_{2}(25)$, 3), ($\textrm{J}_{2}$, 4), ($C_{3}(2)$, 27), ($\textrm{Alt}_{10}$, 3), ($A_{2}(7)$, 1), (${}^2A_{3}(9)$, 15), ($B_{2}(5)$, 19), (${}^2A_{2}(64)$, 2), ($A_{3}(3)$, 30), ($A_{4}(2)$, 4), (${}^2A_{4}(4)$, 63), ($\textrm{Alt}_{11}$, 3), ($A_{2}(9)$, 1), (${}^2A_{2}(81)$, 2), ($\textrm{HS}_{}$, 3)] & [ 3, 4, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +48 & 48 & 54 & 0 & 45 & Yes & No & 3& []& [($A_{2}(3)$, 2), ($B_{2}(3)$, 19), ($\textrm{Alt}_{9}$, 3), ($C_{3}(2)$, 3), ($\textrm{Alt}_{10}$, 6), (${}^2A_{3}(9)$, 17), ($A_{3}(3)$, 28), (${}^2A_{4}(4)$, 40), ($\textrm{Alt}_{11}$, 6), ($A_{2}(9)$, 3)] & [ 3, 4, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +48 & 54 & 54 & 0 & 57 & ? & No & 3& []& [($A_{2}(3)$, 2), ($B_{2}(3)$, 8), ($\textrm{Alt}_{9}$, 6), ($\textrm{Alt}_{10}$, 2), (${}^2A_{3}(9)$, 9), (${}^2A_{2}(64)$, 2), ($A_{3}(3)$, 11), (${}^2A_{4}(4)$, 25), ($\textrm{Alt}_{11}$, 4), ($A_{2}(9)$, 3)] & [ 3, 4, 9, 10, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +48 & 54 & 54 & 2 & 57 & Yes & No & 3& []& [($A_{2}(3)$, 2), ($B_{2}(3)$, 10), ($\textrm{Alt}_{9}$, 9), ($C_{3}(2)$, 6), ($\textrm{Alt}_{10}$, 22), (${}^2A_{3}(9)$, 14), (${}^2A_{2}(64)$, 2), ($A_{3}(3)$, 36), (${}^2A_{4}(4)$, 28), ($\textrm{Alt}_{11}$, 20), ($A_{2}(9)$, 3)] & [ 3, 4, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +48 & 54 & 54 & 8 & 57 & ? & No & 3& []& [($A_{2}(3)$, 2), ($B_{2}(3)$, 18), ($\textrm{Alt}_{9}$, 14), ($\textrm{Alt}_{10}$, 1), (${}^2A_{3}(9)$, 15), (${}^2A_{2}(64)$, 2), ($A_{3}(3)$, 19), (${}^2A_{4}(4)$, 52), ($\textrm{Alt}_{11}$, 1), ($A_{2}(9)$, 3)] & [ 3, 4, 9, 10, 11, 12, 13, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +54 & 54 & 54 & 0 & 69 & ? & No & 3& []& [($A_{2}(3)$, 2), ($\textrm{Alt}_{9}$, 6), (${}^2A_{4}(4)$, 10), ($A_{2}(9)$, 3)] & [ 3, 9, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 +54 & 54 & 54 & 2 & 69 & ? & No & 3& []& [($A_{2}(3)$, 2), ($B_{2}(3)$, 8), ($\textrm{Alt}_{9}$, 24), (${}^2A_{3}(9)$, 9), ($A_{3}(3)$, 13), (${}^2A_{4}(4)$, 41), ($A_{2}(9)$, 3)] & [ 3, 9, 12, 15, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 ] & 40 From b8ed94adf38cb1de9af6d52ad3571a02508c3647 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Mon, 17 Jan 2022 21:49:49 +0100 Subject: [PATCH 03/19] add new parsing of presentation --- data/parse_presentations.jl | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 data/parse_presentations.jl diff --git a/data/parse_presentations.jl b/data/parse_presentations.jl new file mode 100644 index 0000000..9892ae2 --- /dev/null +++ b/data/parse_presentations.jl @@ -0,0 +1,28 @@ +include("../src/groupparse.jl") + +function parse_grouppresentations_abstract(filename::AbstractString) + lines = strip.(readlines(filename)) + groups = let t = (; generators = String[], relations = String[]) + Dict{String,typeof(t)}() + end + group_regex = r"(?\w.*)\s?:=\s?(?Group.*)" + for line in lines + isempty(line) && continue + newline = if iscomment(line) + line[3:end] + else + line[1:end] + end + m = match(group_regex, newline) + if isnothing(m) + @debug "Can't parse line as group presentation \n $line" + continue + else + name = strip(m[:name]) + group_str = m[:group_str] + gens, rels = split_magma_presentation(group_str) + groups[name] = (generators = String.(gens), relations = String.(rels)) + end + end + return groups +end From 93126378733005343eea12ae419ac53459cce575 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Mon, 17 Jan 2022 21:50:33 +0100 Subject: [PATCH 04/19] add TriangleGrp for parsing purposes --- data/parse_presentations.jl | 46 +++++++++++++++++++++++++++++ data/smallhyperbolicgrp.jl | 59 +++++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 data/smallhyperbolicgrp.jl diff --git a/data/parse_presentations.jl b/data/parse_presentations.jl index 9892ae2..e61b279 100644 --- a/data/parse_presentations.jl +++ b/data/parse_presentations.jl @@ -26,3 +26,49 @@ function parse_grouppresentations_abstract(filename::AbstractString) end return groups end + +# parse_grouppresentations_abstract("./data/presentations_2_4_4.txt") + +function _tf_missing(x::Any) + s = strip(x) + mis = !isnothing(match(r"(\?)*", x)) + no = !isnothing(match(r"no"i, x)) + yes = !isnothing(match(r"yes"i, x)) + mis && return missing + yes && !no && return true + !yes && no && return false + throw(ArgumentError("Unrecognized option: $x")) +end + +function parse_vec(s::AbstractString) + m = match(r"^\s*\[(.*)\]\s*$", s) + isnothing(m) && throw("String does not seem to represent a vector: $s") + content = m[1] + return strip.(split(content, ',')) +end + +parse_vec(T::Type{<:AbstractString}, s::AbstractString) = T.(parse_vec(s)) +function parse_vec(::Type{T}, s::AbstractString) where {T<:Number} + v = parse_vec(String, s) + isempty(v) && return T[] + length(v) == 1 && isempty(first(v)) && return T[] + return parse.(T, parse_vec(String, s)) +end + +function parse_vec( + ::Type{T}, + s::AbstractString, +) where {A<:AbstractString,B<:Number,T<:Tuple{A,B}} + v = parse_vec(s) + if length(v) == 1 + @assert isempty(first(v)) + return Tuple{A,B}[] + end + @assert iseven(length(v)) + return map(1:2:length(v)) do i + @assert first(v[i]) == '(' && last(v[i+1]) == ')' + key = v[i][begin+1:end] + val = v[i+1][begin:end-1] + (A(key), parse(B, val)) + end +end diff --git a/data/smallhyperbolicgrp.jl b/data/smallhyperbolicgrp.jl new file mode 100644 index 0000000..e47f9dc --- /dev/null +++ b/data/smallhyperbolicgrp.jl @@ -0,0 +1,59 @@ +struct TriangleGrp + generators::Vector{String} + relations::Vector{String} + order1::Int + order2::Int + order3::Int + index::Int + presentation_length::Int + hyperbolic::Union{Missing,Bool} + witnesses_non_hyperbolictity::Union{Missing,Vector{String}} + virtually_torsion_free::Union{Missing,Bool} + Kazdhdan_property_T::Union{Missing,Bool} + abelianization_dimension::Int + L2_quotients::Vector{String} + quotients::Vector{Pair{String,Int}} + alternating_quotients::Vector{Int} + maximal_order_alt_quo::Int +end + +_name(G) = "G_$(G.order1)_$(G.order2)_$(G.order3)_$(G.index)" +name(G::TriangleGrp) = _name(G) +grp_name(nt::NamedTuple) = _name(nt) + +latex_name(G::TriangleGrp) ="\$G^{$(G.order1),$(G.order2),$(G.order3)}_$(G.index)" + +function TriangleGrp(generators, relations, nt::NamedTuple) + # @assert fieldnames(SmallHyperbolicGrp) == propertynames(nt) + hyperbolic, witness = if hasproperty(nt, :hyperbolic) + h = _tf_missing(nt.hyperbolic) + nh_w = nt.witnesses_for_non_hyperbolicity + w = isempty(strip(nh_w)) ? missing : parse_vec(String, '[' * nh_w * ']') + h, w + elseif 1 // nt.order1 + 1 // nt.order2 + 1 // nt.order3 < 1 + true, missing + else + missing, missing + end + + TriangleGrp( + convert(Vector{String}, generators), + convert(Vector{String}, relations), + convert(Int, nt.order1), + convert(Int, nt.order2), + convert(Int, nt.order3), + convert(Int, nt.index), + convert(Int, nt.presentation_length), + hyperbolic, + witness, + _tf_missing(nt.virtually_torsion_free), + _tf_missing(nt.Kazhdan), + convert(Int, nt.abelianization_dimension), + parse_vec(String, nt.L2_quotients), + [Pair(p...) for p in parse_vec(Tuple{String,Int}, nt.quotients)], + parse_vec(Int, nt.alternating_quotients), + convert(Int, nt.maximal_order_for_alternating_quotients), + ) +end + + From 9319fb2186fba15cac8feba5845c200feecc88ca Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Mon, 17 Jan 2022 22:36:58 +0100 Subject: [PATCH 05/19] add script to generate json --- data/Manifest.toml | 30 ++++++++++++++++++++++++++++++ data/Project.toml | 2 ++ data/create_json.jl | 45 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 data/Manifest.toml create mode 100644 data/Project.toml create mode 100644 data/create_json.jl diff --git a/data/Manifest.toml b/data/Manifest.toml new file mode 100644 index 0000000..70f26b7 --- /dev/null +++ b/data/Manifest.toml @@ -0,0 +1,30 @@ +# This file is machine-generated - editing it directly is not advised + +julia_version = "1.7.1" +manifest_format = "2.0" + +[[deps.Dates]] +deps = ["Printf"] +uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" + +[[deps.JSON]] +deps = ["Dates", "Mmap", "Parsers", "Unicode"] +git-tree-sha1 = "8076680b162ada2a031f707ac7b4953e30667a37" +uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" +version = "0.21.2" + +[[deps.Mmap]] +uuid = "a63ad114-7e13-5084-954f-fe012c677804" + +[[deps.Parsers]] +deps = ["Dates"] +git-tree-sha1 = "92f91ba9e5941fc781fecf5494ac1da87bdac775" +uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" +version = "2.2.0" + +[[deps.Printf]] +deps = ["Unicode"] +uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" + +[[deps.Unicode]] +uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" diff --git a/data/Project.toml b/data/Project.toml new file mode 100644 index 0000000..723a4c6 --- /dev/null +++ b/data/Project.toml @@ -0,0 +1,2 @@ +[deps] +JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" diff --git a/data/create_json.jl b/data/create_json.jl new file mode 100644 index 0000000..e31ed66 --- /dev/null +++ b/data/create_json.jl @@ -0,0 +1,45 @@ +using Pkg +Pkg.activate(@__DIR__) +using DelimitedFiles +using JSON + +include(joinpath(@__DIR__, "parse_presentations.jl")) +include(joinpath(@__DIR__, "smallhyperbolicgrp.jl")) + +all_grps_presentations = + let tables = [ + joinpath(@__DIR__, f) for f in readdir(@__DIR__) if + isfile(joinpath(@__DIR__, f)) && endswith(f, ".txt") + ] + mapreduce(parse_grouppresentations_abstract, union, tables) |> Dict + end + +tr_grps = + let csvs = [ + joinpath(@__DIR__, f) for f in readdir(@__DIR__) if + isfile(joinpath(@__DIR__, f)) && endswith(f, ".csv") + ] + + trGrps = map(csvs) do file + data = readdlm(file, '&') + labels = Symbol.(replace.(strip.(data[1, :]), ' ' => '_', '-' => '_')) + groups = data[2:end, :] + grps = map(enumerate(eachrow(groups))) do (i, props) + nt = (; (Symbol(l) => v for (l, v) in zip(labels, props))...) + @debug i, grp_name(nt) + P = all_grps_presentations[grp_name(nt)] + grp = TriangleGrp(P.generators, P.relations, nt) + latex_name(grp) => grp + end |> Dict + + m = match(r".*_(\d)_(\d)_(\d).csv", basename(file)) + @assert !isnothing(m) + type = parse.(Int, tuple(m[1], m[2], m[3])) + type => grps + end |> Dict + # Dict(name(G) => G for G in trGrps) + end + +open(joinpath(@__DIR__, "triangle_groups.json"), "w") do io + JSON.print(io, tr_grps, 4) +end From adda6845b5fdef5f54db388d82cb7dac2e80bcea Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Tue, 18 Jan 2022 02:17:19 +0100 Subject: [PATCH 06/19] add type to TriangleGrp --- data/smallhyperbolicgrp.jl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/smallhyperbolicgrp.jl b/data/smallhyperbolicgrp.jl index e47f9dc..faafad4 100644 --- a/data/smallhyperbolicgrp.jl +++ b/data/smallhyperbolicgrp.jl @@ -1,4 +1,5 @@ struct TriangleGrp + type::NTuple{3,Int} generators::Vector{String} relations::Vector{String} order1::Int @@ -21,9 +22,9 @@ _name(G) = "G_$(G.order1)_$(G.order2)_$(G.order3)_$(G.index)" name(G::TriangleGrp) = _name(G) grp_name(nt::NamedTuple) = _name(nt) -latex_name(G::TriangleGrp) ="\$G^{$(G.order1),$(G.order2),$(G.order3)}_$(G.index)" +latex_name(G::TriangleGrp) = "\$G^{$(G.order1),$(G.order2),$(G.order3)}_$(G.index)" -function TriangleGrp(generators, relations, nt::NamedTuple) +function TriangleGrp(type::NTuple{3,Int}, generators, relations, nt::NamedTuple) # @assert fieldnames(SmallHyperbolicGrp) == propertynames(nt) hyperbolic, witness = if hasproperty(nt, :hyperbolic) h = _tf_missing(nt.hyperbolic) @@ -37,6 +38,7 @@ function TriangleGrp(generators, relations, nt::NamedTuple) end TriangleGrp( + type, convert(Vector{String}, generators), convert(Vector{String}, relations), convert(Int, nt.order1), From 6a112e15fd8a005d4201595261ca6cb1ef1704e6 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Tue, 18 Jan 2022 02:19:50 +0100 Subject: [PATCH 07/19] flatten and prettify json --- data/Manifest.toml | 155 +++++++++++++++++++++++++++++++++++++ data/Project.toml | 1 + data/create_json.jl | 24 +++--- data/smallhyperbolicgrp.jl | 12 +++ 4 files changed, 180 insertions(+), 12 deletions(-) diff --git a/data/Manifest.toml b/data/Manifest.toml index 70f26b7..6550d27 100644 --- a/data/Manifest.toml +++ b/data/Manifest.toml @@ -3,28 +3,183 @@ julia_version = "1.7.1" manifest_format = "2.0" +[[deps.ArgTools]] +uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f" + +[[deps.Artifacts]] +uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" + +[[deps.Base64]] +uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" + +[[deps.Compat]] +deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "SHA", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"] +git-tree-sha1 = "44c37b4636bc54afac5c574d2d02b625349d6582" +uuid = "34da2185-b29b-5c13-b0c7-acf172513d20" +version = "3.41.0" + +[[deps.CompilerSupportLibraries_jll]] +deps = ["Artifacts", "Libdl"] +uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae" + +[[deps.DataStructures]] +deps = ["Compat", "InteractiveUtils", "OrderedCollections"] +git-tree-sha1 = "3daef5523dd2e769dad2365274f760ff5f282c7d" +uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" +version = "0.18.11" + [[deps.Dates]] deps = ["Printf"] uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" +[[deps.DelimitedFiles]] +deps = ["Mmap"] +uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab" + +[[deps.Distributed]] +deps = ["Random", "Serialization", "Sockets"] +uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b" + +[[deps.Downloads]] +deps = ["ArgTools", "LibCURL", "NetworkOptions"] +uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6" + +[[deps.InteractiveUtils]] +deps = ["Markdown"] +uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" + [[deps.JSON]] deps = ["Dates", "Mmap", "Parsers", "Unicode"] git-tree-sha1 = "8076680b162ada2a031f707ac7b4953e30667a37" uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" version = "0.21.2" +[[deps.LibCURL]] +deps = ["LibCURL_jll", "MozillaCACerts_jll"] +uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21" + +[[deps.LibCURL_jll]] +deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"] +uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0" + +[[deps.LibGit2]] +deps = ["Base64", "NetworkOptions", "Printf", "SHA"] +uuid = "76f85450-5226-5b5a-8eaa-529ad045b433" + +[[deps.LibSSH2_jll]] +deps = ["Artifacts", "Libdl", "MbedTLS_jll"] +uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8" + +[[deps.Libdl]] +uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb" + +[[deps.LinearAlgebra]] +deps = ["Libdl", "libblastrampoline_jll"] +uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" + +[[deps.Logging]] +uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" + +[[deps.Markdown]] +deps = ["Base64"] +uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" + +[[deps.MbedTLS_jll]] +deps = ["Artifacts", "Libdl"] +uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1" + [[deps.Mmap]] uuid = "a63ad114-7e13-5084-954f-fe012c677804" +[[deps.MozillaCACerts_jll]] +uuid = "14a3606d-f60d-562e-9121-12d972cd8159" + +[[deps.NetworkOptions]] +uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908" + +[[deps.OpenBLAS_jll]] +deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"] +uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" + +[[deps.OrderedCollections]] +git-tree-sha1 = "85f8e6578bf1f9ee0d11e7bb1b1456435479d47c" +uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" +version = "1.4.1" + [[deps.Parsers]] deps = ["Dates"] git-tree-sha1 = "92f91ba9e5941fc781fecf5494ac1da87bdac775" uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" version = "2.2.0" +[[deps.Pkg]] +deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"] +uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" + [[deps.Printf]] deps = ["Unicode"] uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" +[[deps.REPL]] +deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"] +uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" + +[[deps.Random]] +deps = ["SHA", "Serialization"] +uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" + +[[deps.SHA]] +uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce" + +[[deps.Serialization]] +uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" + +[[deps.SharedArrays]] +deps = ["Distributed", "Mmap", "Random", "Serialization"] +uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383" + +[[deps.Sockets]] +uuid = "6462fe0b-24de-5631-8697-dd941f90decc" + +[[deps.SparseArrays]] +deps = ["LinearAlgebra", "Random"] +uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" + +[[deps.Statistics]] +deps = ["LinearAlgebra", "SparseArrays"] +uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" + +[[deps.TOML]] +deps = ["Dates"] +uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76" + +[[deps.Tar]] +deps = ["ArgTools", "SHA"] +uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" + +[[deps.Test]] +deps = ["InteractiveUtils", "Logging", "Random", "Serialization"] +uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[[deps.UUIDs]] +deps = ["Random", "SHA"] +uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" + [[deps.Unicode]] uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" + +[[deps.Zlib_jll]] +deps = ["Libdl"] +uuid = "83775a58-1f1d-513f-b197-d71354ab007a" + +[[deps.libblastrampoline_jll]] +deps = ["Artifacts", "Libdl", "OpenBLAS_jll"] +uuid = "8e850b90-86db-534c-a0d3-1478176c7d93" + +[[deps.nghttp2_jll]] +deps = ["Artifacts", "Libdl"] +uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d" + +[[deps.p7zip_jll]] +deps = ["Artifacts", "Libdl"] +uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0" diff --git a/data/Project.toml b/data/Project.toml index 723a4c6..b2a850c 100644 --- a/data/Project.toml +++ b/data/Project.toml @@ -1,2 +1,3 @@ [deps] +DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" diff --git a/data/create_json.jl b/data/create_json.jl index e31ed66..110ac32 100644 --- a/data/create_json.jl +++ b/data/create_json.jl @@ -20,7 +20,11 @@ tr_grps = isfile(joinpath(@__DIR__, f)) && endswith(f, ".csv") ] - trGrps = map(csvs) do file + trGrps = mapreduce(union, csvs) do file + m = match(r".*_(\d)_(\d)_(\d).csv", basename(file)) + @assert !isnothing(m) + type = parse.(Int, tuple(m[1], m[2], m[3])) + data = readdlm(file, '&') labels = Symbol.(replace.(strip.(data[1, :]), ' ' => '_', '-' => '_')) groups = data[2:end, :] @@ -28,18 +32,14 @@ tr_grps = nt = (; (Symbol(l) => v for (l, v) in zip(labels, props))...) @debug i, grp_name(nt) P = all_grps_presentations[grp_name(nt)] - grp = TriangleGrp(P.generators, P.relations, nt) - latex_name(grp) => grp - end |> Dict - - m = match(r".*_(\d)_(\d)_(\d).csv", basename(file)) - @assert !isnothing(m) - type = parse.(Int, tuple(m[1], m[2], m[3])) - type => grps - end |> Dict - # Dict(name(G) => G for G in trGrps) + grp = TriangleGrp(type, P.generators, P.relations, nt) + end + end end open(joinpath(@__DIR__, "triangle_groups.json"), "w") do io - JSON.print(io, tr_grps, 4) + f(args...) = show_json(args...; indent = 4) + s = sprint(f, TriangleGrpSerialization(), tr_grps) + # JSON.print(io, , 4) + print(io, s) end diff --git a/data/smallhyperbolicgrp.jl b/data/smallhyperbolicgrp.jl index faafad4..68c1ee3 100644 --- a/data/smallhyperbolicgrp.jl +++ b/data/smallhyperbolicgrp.jl @@ -58,4 +58,16 @@ function TriangleGrp(type::NTuple{3,Int}, generators, relations, nt::NamedTuple) ) end +import DataStructures +import JSON.Serializations: CommonSerialization, StandardSerialization +import JSON.Writer: StructuralContext, show_json +struct TriangleGrpSerialization <: CommonSerialization end + +function show_json(io::StructuralContext, ::TriangleGrpSerialization, G::TriangleGrp) + D = DataStructures.OrderedDict{Symbol,Any}(:name => latex_name(G)) + for fname in fieldnames(TriangleGrp) + D[fname] = getfield(G, fname) + end + return show_json(io, StandardSerialization(), D) +end From 8339cbd5cf3414e9fc0cf7e13a1a7f20aa85d721 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Tue, 18 Jan 2022 02:20:23 +0100 Subject: [PATCH 08/19] format groupparse --- src/groupparse.jl | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/groupparse.jl b/src/groupparse.jl index c849c7c..17a4e28 100644 --- a/src/groupparse.jl +++ b/src/groupparse.jl @@ -1,10 +1,11 @@ -comm(a,b) = inv(a)*inv(b)*a*b -comm(a,b,args...) = comm(comm(a,b), args...) +comm(a, b) = inv(a) * inv(b) * a * b +comm(a, b, args...) = comm(comm(a, b), args...) const MAGMA_PRESENTATION_regex = r"Group<\s?(?.*)\s?\|\s?(?.*)\s?>" const COMMUTATOR_regex = r"\((?[\w](\s?,\s?[\w]){1+})\)" iscomment(line) = startswith(line, "//") -ismagma_presentation(line) = (m = match(MAGMA_PRESENTATION_regex, line); return !isnothing(m), m) +ismagma_presentation(line) = + (m = match(MAGMA_PRESENTATION_regex, line); return !isnothing(m), m) @@ -42,7 +43,10 @@ function parse_magma_fpgroup(str::AbstractString) return parse_magma_fpgroup(gens_str, rels_strs) end -function parse_magma_fpgroup(gens_str::AbstractVector{<:AbstractString}, rels_str::AbstractVector{<:AbstractString}) +function parse_magma_fpgroup( + gens_str::AbstractVector{<:AbstractString}, + rels_str::AbstractVector{<:AbstractString}, +) gens_arr = Symbol.(gens_str) gens_expr = Expr(:tuple, gens_arr...) @@ -52,16 +56,16 @@ function parse_magma_fpgroup(gens_str::AbstractVector{<:AbstractString}, rels_st F = FreeGroup(String.(gens_str)) relations = @eval begin - $gens_expr = AbstractAlgebra.gens($F); + $gens_expr = AbstractAlgebra.gens($F) $rels_expr end - return F/relations + return F / relations end function parse_grouppresentations(filename::AbstractString) lines = strip.(readlines(filename)) - groups = Dict{String, FPGroup}() + groups = Dict{String,FPGroup}() group_regex = r"(?\w.*)\s?:=\s?(?Group.*)" for line in lines isempty(line) && continue From 9d6415dcb8ecfce3d8b36395b0a66b4b9d83c964 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Tue, 18 Jan 2022 11:21:20 +0100 Subject: [PATCH 09/19] fix _tf_missing --- data/parse_presentations.jl | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/data/parse_presentations.jl b/data/parse_presentations.jl index e61b279..139ce1f 100644 --- a/data/parse_presentations.jl +++ b/data/parse_presentations.jl @@ -29,15 +29,16 @@ end # parse_grouppresentations_abstract("./data/presentations_2_4_4.txt") -function _tf_missing(x::Any) +function _tf_missing(x::AbstractString) s = strip(x) - mis = !isnothing(match(r"(\?)*", x)) - no = !isnothing(match(r"no"i, x)) - yes = !isnothing(match(r"yes"i, x)) - mis && return missing - yes && !no && return true - !yes && no && return false - throw(ArgumentError("Unrecognized option: $x")) + yes = !isnothing(match(r"yes"i, s)) + no = !isnothing(match(r"no"i, s)) + mis = !isnothing(match(r"(\?)+", s)) + @debug "string for true/false/missing : $s" parsed=(yes, no, mis) + yes && !no && !mis && return true + !yes && no && !mis && return false + !yes && !no && mis && return missing + throw(ArgumentError("Unrecognized string as true/false/missing: $x")) end function parse_vec(s::AbstractString) From 791295f33ca1d4a92cf7c6eb8d710b8ac021ce34 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Tue, 18 Jan 2022 11:23:11 +0100 Subject: [PATCH 10/19] delegate parsing hyperbolicity et al to a function --- data/smallhyperbolicgrp.jl | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/data/smallhyperbolicgrp.jl b/data/smallhyperbolicgrp.jl index 68c1ee3..fa21886 100644 --- a/data/smallhyperbolicgrp.jl +++ b/data/smallhyperbolicgrp.jl @@ -24,21 +24,34 @@ grp_name(nt::NamedTuple) = _name(nt) latex_name(G::TriangleGrp) = "\$G^{$(G.order1),$(G.order2),$(G.order3)}_$(G.index)" -function TriangleGrp(type::NTuple{3,Int}, generators, relations, nt::NamedTuple) - # @assert fieldnames(SmallHyperbolicGrp) == propertynames(nt) - hyperbolic, witness = if hasproperty(nt, :hyperbolic) - h = _tf_missing(nt.hyperbolic) - nh_w = nt.witnesses_for_non_hyperbolicity - w = isempty(strip(nh_w)) ? missing : parse_vec(String, '[' * nh_w * ']') - h, w - elseif 1 // nt.order1 + 1 // nt.order2 + 1 // nt.order3 < 1 - true, missing +function _ishyperbolic(half_girth_type, nt::NamedTuple) + a, b, c = half_girth_type + if 1 // a + 1 // b + 1 // c < 1 + return true, missing + elseif hasproperty(nt, :hyperbolic) + hyperbolic = _tf_missing(nt.hyperbolic) + nh_witnesses = let w = strip(nt.witnesses_for_non_hyperbolicity) + isempty(w) ? missing : parse_vec(String, '[' * w * ']') + end + @debug "$(nt.hyperbolic) was parsed as $hyperbolic" nh_witnesses + if hyperbolic isa Bool && hyperbolic + @assert ismissing(nh_witnesses) + end + if !ismissing(nh_witnesses) + @assert !hyperbolic + end + return hyperbolic, nh_witnesses else - missing, missing + return missing, missing end +end + +function TriangleGrp(half_girth_type::NTuple{3,Int}, generators, relations, nt::NamedTuple) + # @assert fieldnames(SmallHyperbolicGrp) == propertynames(nt) + hyperbolic, witness = _ishyperbolic(half_girth_type, nt) TriangleGrp( - type, + half_girth_type, convert(Vector{String}, generators), convert(Vector{String}, relations), convert(Int, nt.order1), From 404ed139c2f041ab671932fde01acb40a8be0723 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Tue, 18 Jan 2022 11:23:48 +0100 Subject: [PATCH 11/19] rename fields in TriangleGrp --- data/smallhyperbolicgrp.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/smallhyperbolicgrp.jl b/data/smallhyperbolicgrp.jl index fa21886..4a376aa 100644 --- a/data/smallhyperbolicgrp.jl +++ b/data/smallhyperbolicgrp.jl @@ -1,5 +1,5 @@ struct TriangleGrp - type::NTuple{3,Int} + half_girth_type::NTuple{3,Int} generators::Vector{String} relations::Vector{String} order1::Int @@ -15,7 +15,7 @@ struct TriangleGrp L2_quotients::Vector{String} quotients::Vector{Pair{String,Int}} alternating_quotients::Vector{Int} - maximal_order_alt_quo::Int + maximal_degree_alternating_quotients::Int end _name(G) = "G_$(G.order1)_$(G.order2)_$(G.order3)_$(G.index)" From afdb05b958c6b30acadcea70fe79213b5453a413 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Tue, 18 Jan 2022 02:20:49 +0100 Subject: [PATCH 12/19] add generated json --- data/triangle_groups.json | 14789 ++++++++++++++++++++++++++++++++++++ 1 file changed, 14789 insertions(+) create mode 100644 data/triangle_groups.json diff --git a/data/triangle_groups.json b/data/triangle_groups.json new file mode 100644 index 0000000..97e3bb2 --- /dev/null +++ b/data/triangle_groups.json @@ -0,0 +1,14789 @@ +[ + { + "name": "$G^{6,40,40}_0", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b^-1*a^-1", + "(c*b^-1*c*b)^2", + "(c^-1*b^-1*c*b^-1)^2", + "(a*c^-1*a*c)^2", + "(a^-1*c^-1*a*c^-1)^2" + ], + "order1": 6, + "order2": 40, + "order3": 40, + "index": 0, + "presentation_length": 45, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * c * b * c * a^-1 * c * b * c^-1", + "b * c * a^-1 * c * b * c * a^-1 * c^-1" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 2 + }, + { + "$B_{2}(3)$": 1 + } + ], + "alternating_quotients": [ + 5, + 7 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{6,40,48}_0", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b^-1*a^-1", + "(c*b^-1*c*b)^2", + "(c^-1*b^-1*c*b^-1)^2", + "(a*c)^2*(a^-1*c^-1)^2" + ], + "order1": 6, + "order2": 40, + "order3": 48, + "index": 0, + "presentation_length": 37, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "b * c * a * c^-1 * b * c^-1 * a^-1 * c^-1", + "a^-1 * c * b * c * a * c * b * c^-1" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(3^2)" + ], + "quotients": [ + { + "$B_{2}(3)$": 3 + }, + { + "$A_{3}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 5, + 6 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{6,40,54}_0", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b^-1*a^-1", + "(c*b^-1*c*b)^2", + "(c^-1*b^-1*c*b^-1)^2", + "a*c*a^-1*c^-1*a^-1*c*a*c^-1", + "(a*c*a^-1*c)^3" + ], + "order1": 6, + "order2": 40, + "order3": 54, + "index": 0, + "presentation_length": 49, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a * c^-1 * b^-1 * c^-1 * a * c * b * c", + "b^-1 * c * a^-1 * c^-1 * b * c^-1 * a * c" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 4 + }, + { + "${}^2A_{4}(4)$": 1 + } + ], + "alternating_quotients": [ + 3, + 5, + 10, + 15, + 20, + 25 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{6,40,54}_2", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b^-1*a^-1", + "(c*b^-1*c*b)^2", + "(c^-1*b^-1*c*b^-1)^2", + "c*a*c^-1*a^-1*c^-1*a*c*a^-1", + "(c*a*c^-1*a)^3" + ], + "order1": 6, + "order2": 40, + "order3": 54, + "index": 2, + "presentation_length": 49, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "b * c * a * c^-1 * b * c * a^-1 * c", + "a * c^-1 * b^-1 * c * a^-1 * c * b^-1 * c" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{9}$": 2 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$A_{3}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 5, + 9 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{6,48,48}_0", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b^-1*a^-1", + "(c*b)^2*(c^-1*b^-1)^2", + "(a*c)^2*(a^-1*c^-1)^2" + ], + "order1": 6, + "order2": 48, + "order3": 48, + "index": 0, + "presentation_length": 29, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * c^-1 * b * c", + "b * c * a * c" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 1 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$A_{3}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{6,48,54}_0", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b^-1*a^-1", + "(c*b)^2*(c^-1*b^-1)^2", + "a*c*a^-1*c^-1*a^-1*c*a*c^-1", + "(a*c*a^-1*c)^3" + ], + "order1": 6, + "order2": 48, + "order3": 54, + "index": 0, + "presentation_length": 41, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "b * c * a * c^-1 * b * c * a * c^-1", + "a^-1 * c * b * c * a^-1 * c^-1 * b^-1 * c^-1" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "$\\textrm{Alt}_{11}$": 2 + } + ], + "alternating_quotients": [ + 3, + 4, + 10, + 11, + 14, + 15, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{6,48,54}_2", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b^-1*a^-1", + "(c*b)^2*(c^-1*b^-1)^2", + "c*a*c^-1*a^-1*c^-1*a*c*a^-1", + "(c*a*c^-1*a)^3" + ], + "order1": 6, + "order2": 48, + "order3": 54, + "index": 2, + "presentation_length": 41, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "b * c * a * c^-1 * b * c * a^-1 * c", + "a * c^-1 * b^-1 * c^-1 * a^-1 * c^-1 * b^-1 * c" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "${}^2A_{3}(9)$": 1 + }, + { + "$A_{3}(3)$": 1 + }, + { + "${}^2A_{4}(4)$": 1 + } + ], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{6,54,54}_0", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b^-1*a^-1", + "c*b*c^-1*b^-1*c^-1*b*c*b^-1", + "(c*b*c^-1*b)^3", + "a*c*a^-1*c^-1*a^-1*c*a*c^-1", + "(a*c*a^-1*c)^3" + ], + "order1": 6, + "order2": 54, + "order3": 54, + "index": 0, + "presentation_length": 53, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a * c^-1 * b^-1 * c^-1 * a * c * b * c", + "b^-1 * c^-1 * a^-1 * c * b * c^-1 * a * c" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{9}$": 2 + }, + { + "${}^2A_{4}(4)$": 2 + } + ], + "alternating_quotients": [ + 3, + 9, + 27 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{6,54,54}_2", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b^-1*a^-1", + "c*b*c^-1*b^-1*c^-1*b*c*b^-1", + "(c*b*c^-1*b)^3", + "c*a*c^-1*a^-1*c^-1*a*c*a^-1", + "(c*a*c^-1*a)^3" + ], + "order1": 6, + "order2": 54, + "order3": 54, + "index": 2, + "presentation_length": 53, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * c * b^-1 * c * a * c^-1 * b * c", + "b^-1 * c * a^-1 * c * b * c^-1 * a * c" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{9}$": 2 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$A_{3}(3)$": 1 + }, + { + "${}^2A_{4}(4)$": 1 + } + ], + "alternating_quotients": [ + 3, + 9, + 12, + 15, + 18, + 21, + 24, + 27 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{6,54,54}_8", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b^-1*a^-1", + "b*c*b^-1*c^-1*b^-1*c*b*c^-1", + "(b*c*b^-1*c)^3", + "a*c*a^-1*c^-1*a^-1*c*a*c^-1", + "(a*c*a^-1*c)^3" + ], + "order1": 6, + "order2": 54, + "order3": 54, + "index": 8, + "presentation_length": 53, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * c^-1 * b * c", + "b^-1 * c^-1 * a * c" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{9}$": 4 + } + ], + "alternating_quotients": [ + 3, + 9, + 12, + 18, + 21, + 24, + 27 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{8,40,40}_0", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b*a", + "(c*b^-1*c*b)^2", + "(c^-1*b^-1*c*b^-1)^2", + "(a*c^-1*a*c)^2", + "(a^-1*c^-1*a*c^-1)^2" + ], + "order1": 8, + "order2": 40, + "order3": 40, + "index": 0, + "presentation_length": 45, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * c^-1 * b * c", + "b * c^-1 * a^-1 * c" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(\\infty^4)" + ], + "quotients": [ + { + "$B_{2}(3)$": 1 + }, + { + "$C_{2}(4)$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 2 + }, + { + "$B_{2}(5)$": 5 + }, + { + "$\\textrm{Alt}_{11}$": 2 + } + ], + "alternating_quotients": [ + 5, + 6, + 10, + 11, + 15, + 20, + 21, + 25, + 26 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{8,40,48}_0", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b*a", + "(c*b^-1*c*b)^2", + "(c^-1*b^-1*c*b^-1)^2", + "(a*c)^2*(a^-1*c^-1)^2" + ], + "order1": 8, + "order2": 40, + "order3": 48, + "index": 0, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(3^2)" + ], + "quotients": [ + { + "$B_{2}(5)$": 4 + } + ], + "alternating_quotients": [ + 5, + 6 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{8,40,54}_0", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b*a", + "(c*b^-1*c*b)^2", + "(c^-1*b^-1*c*b^-1)^2", + "a*c*a^-1*c^-1*a^-1*c*a*c^-1", + "(a*c*a^-1*c)^3" + ], + "order1": 8, + "order2": 40, + "order3": 54, + "index": 0, + "presentation_length": 49, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(3^2)" + ], + "quotients": [ + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{M}_{12}$": 4 + } + ], + "alternating_quotients": [ + 6 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{8,40,54}_2", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b*a", + "(c*b^-1*c*b)^2", + "(c^-1*b^-1*c*b^-1)^2", + "c*a*c^-1*a^-1*c^-1*a*c*a^-1", + "(c*a*c^-1*a)^3" + ], + "order1": 8, + "order2": 40, + "order3": 54, + "index": 2, + "presentation_length": 49, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "b * c * a * c^-1 * b * c^-1 * a * c", + "a^-1 * c * b^-1 * c * a^-1 * c * b^-1 * c" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(3^2)" + ], + "quotients": [ + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{M}_{12}$": 4 + }, + { + "$\\textrm{Alt}_{10}$": 3 + }, + { + "$A_{3}(3)$": 2 + }, + { + "${}^2A_{4}(4)$": 1 + } + ], + "alternating_quotients": [ + 6, + 10, + 12, + 15, + 16, + 21, + 22, + 27, + 28 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{8,48,48}_0", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b*a", + "(c*b)^2*(c^-1*b^-1)^2", + "(a*c)^2*(a^-1*c^-1)^2" + ], + "order1": 8, + "order2": 48, + "order3": 48, + "index": 0, + "presentation_length": 29, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 3 + }, + { + "$C_{3}(2)$": 4 + }, + { + "$\\textrm{Alt}_{11}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 5, + 11, + 19, + 25, + 28 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{8,48,48}_1", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b*a", + "(c*b)^2*(c^-1*b^-1)^2", + "(a*c^-1)^2*(a^-1*c)^2" + ], + "order1": 8, + "order2": 48, + "order3": 48, + "index": 1, + "presentation_length": 29, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "b^-1 * c^-1 * a^-1 * c * b * c * a * c^-1", + "a * c^-1 * b * c * a^-1 * c * b^-1 * c^-1" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + }, + { + "$B_{2}(3)$": 2 + }, + { + "$C_{3}(2)$": 1 + }, + { + "$B_{2}(5)$": 3 + }, + { + "$\\textrm{Alt}_{11}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 7, + 11, + 15, + 19, + 22, + 23, + 24, + 25, + 26, + 27, + 28 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{8,48,54}_0", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b*a", + "(c*b)^2*(c^-1*b^-1)^2", + "a*c*a^-1*c^-1*a^-1*c*a*c^-1", + "(a*c*a^-1*c)^3" + ], + "order1": 8, + "order2": 48, + "order3": 54, + "index": 0, + "presentation_length": 41, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{9}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 9 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{8,48,54}_2", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b*a", + "(c*b)^2*(c^-1*b^-1)^2", + "c*a*c^-1*a^-1*c^-1*a*c*a^-1", + "(c*a*c^-1*a)^3" + ], + "order1": 8, + "order2": 48, + "order3": 54, + "index": 2, + "presentation_length": 41, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 2 + }, + { + "$C_{3}(2)$": 1 + }, + { + "$\\textrm{Alt}_{10}$": 2 + }, + { + "${}^2A_{4}(4)$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 10, + 13, + 20, + 26, + 28 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{8,54,54}_0", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b*a", + "c*b*c^-1*b^-1*c^-1*b*c*b^-1", + "(c*b*c^-1*b)^3", + "a*c*a^-1*c^-1*a^-1*c*a*c^-1", + "(a*c*a^-1*c)^3" + ], + "order1": 8, + "order2": 54, + "order3": 54, + "index": 0, + "presentation_length": 53, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{8,54,54}_2", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b*a", + "c*b*c^-1*b^-1*c^-1*b*c*b^-1", + "(c*b*c^-1*b)^3", + "c*a*c^-1*a^-1*c^-1*a*c*a^-1", + "(c*a*c^-1*a)^3" + ], + "order1": 8, + "order2": 54, + "order3": 54, + "index": 2, + "presentation_length": 53, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * c^-1 * b^-1 * c", + "b * c * a * c" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{9}$": 2 + }, + { + "$C_{3}(2)$": 4 + }, + { + "$\\textrm{Alt}_{10}$": 12 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$A_{3}(3)$": 5 + }, + { + "${}^2A_{4}(4)$": 1 + }, + { + "$\\textrm{Alt}_{11}$": 4 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{8,54,54}_8", + "half_girth_type": [ + 2, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b*a*b*a", + "b*c*b^-1*c^-1*b^-1*c*b*c^-1", + "(b*c*b^-1*c)^3", + "a*c*a^-1*c^-1*a^-1*c*a*c^-1", + "(a*c*a^-1*c)^3" + ], + "order1": 8, + "order2": 54, + "order3": 54, + "index": 8, + "presentation_length": 53, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a * c * b^-1 * c^-1 * a^-1 * c * b * c^-1", + "b^-1 * c * a * c^-1 * b * c * a^-1 * c^-1" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{9}$": 2 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 18, + 27, + 28 + ], + "maximal_degree_alternating_quotients": 28 + }, + { + "name": "$G^{14,14,14}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c * b", + "a * c * a^-1 * c^-1 * a * c" + ], + "order1": 14, + "order2": 14, + "order3": 14, + "index": 0, + "presentation_length": 27, + "hyperbolic": null, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": true, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(7)" + ], + "quotients": [ + { + "${}^2A_{2}(9)$": 1 + }, + { + "${}^2A_{2}(25)$": 1 + } + ], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,14}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c * b", + "a * c^-1 * a^-1 * c * a * c^-1" + ], + "order1": 14, + "order2": 14, + "order3": 14, + "index": 1, + "presentation_length": 27, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c^-1 * a * b^-1 * a * c * a * b^-1 * a", + "a^-1 * b * c * a * b^-1 * a * c^-1 * b" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": true, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,14}_2", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c * b", + "c * a * c^-1 * a^-1 * c * a" + ], + "order1": 14, + "order2": 14, + "order3": 14, + "index": 2, + "presentation_length": 27, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c^-1 * a * b^-1 * a", + "a^-1 * b * c^-1 * b" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": true, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + } + ], + "alternating_quotients": [ + 7 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,14}_6", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c^-1 * b * c * b^-1", + "c * a * c^-1 * a^-1 * c * a" + ], + "order1": 14, + "order2": 14, + "order3": 14, + "index": 6, + "presentation_length": 27, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c * a * b * a", + "b^-1 * a^-1 * c * a" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": true, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(8)$": 2 + } + ], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,16}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c * b", + "a * c * a * c^-1 * a^-1 * c^-1" + ], + "order1": 14, + "order2": 14, + "order3": 16, + "index": 0, + "presentation_length": 27, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c * a * b * a", + "a^-1 * b^-1 * c^-1 * b" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(7)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 1 + } + ], + "alternating_quotients": [ + 3, + 8 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,16}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c * b", + "a * c^-1 * a * c * a^-1 * c" + ], + "order1": 14, + "order2": 14, + "order3": 16, + "index": 1, + "presentation_length": 27, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c * a * b * a * c^-1 * a^-1 * b^-1 * a^-1", + "b^-1 * a * c * a^-1 * b^-1 * a * c * a^-1" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(7)" + ], + "quotients": [], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,16}_4", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c^-1 * b * c * b^-1", + "a * c * a * c^-1 * a^-1 * c^-1" + ], + "order1": 14, + "order2": 14, + "order3": 16, + "index": 4, + "presentation_length": 27, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c * a * b * a * c^-1 * a^-1 * b^-1 * a", + "a^-1 * b * c^-1 * a * b * a * c * b^-1" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,16}_5", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c^-1 * b * c * b^-1", + "a * c^-1 * a * c * a^-1 * c" + ], + "order1": 14, + "order2": 14, + "order3": 16, + "index": 5, + "presentation_length": 27, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c * a * b * a * c^-1 * b * a * c^-1 * b * a^-1", + "b * a^-1 * c^-1 * a * b^-1 * c^-1 * a * b * c * a^-1" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,18}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c * b", + "(a * c)^3", + "(a * c^-1)^3" + ], + "order1": 14, + "order2": 14, + "order3": 18, + "index": 0, + "presentation_length": 33, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c^-1 * a * b^-1 * a", + "a^-1 * b * c^-1 * b" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "${}^2A_{2}(9)$": 1 + } + ], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,18}_4", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c^-1 * b * c * b^-1", + "(a * c)^3", + "(a * c^-1)^3" + ], + "order1": 14, + "order2": 14, + "order3": 18, + "index": 4, + "presentation_length": 33, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b * c * b", + "c * a * b^-1 * a" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,24}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c * b", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c^-1 * a * c^-1" + ], + "order1": 14, + "order2": 14, + "order3": 24, + "index": 0, + "presentation_length": 35, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(7)" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,24}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c * b", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c * a * c" + ], + "order1": 14, + "order2": 14, + "order3": 24, + "index": 1, + "presentation_length": 35, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c^-1 * a * b^-1 * a", + "a^-1 * b * c^-1 * b" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(7)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + }, + { + "${}^2A_{2}(25)$": 1 + } + ], + "alternating_quotients": [ + 3, + 7 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,24}_4", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c^-1 * b * c * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c^-1 * a * c^-1" + ], + "order1": 14, + "order2": 14, + "order3": 24, + "index": 4, + "presentation_length": 35, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b * c * b", + "c * a * b^-1 * a" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 1 + }, + { + "$\\textrm{M}_{22}$": 1 + } + ], + "alternating_quotients": [ + 3, + 8 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,24}_5", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c^-1 * b * c * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c * a * c" + ], + "order1": 14, + "order2": 14, + "order3": 24, + "index": 5, + "presentation_length": 35, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "b * a^-1 * c * a^-1 * b^-1 * a * c^-1 * a", + "c^-1 * a * b * a^-1 * c * a^-1 * b^-1 * a" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + } + ], + "alternating_quotients": [ + 3, + 7 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,26}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c * b", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 14, + "order2": 14, + "order3": 26, + "index": 0, + "presentation_length": 35, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,26}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c * b", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 14, + "order2": 14, + "order3": 26, + "index": 1, + "presentation_length": 35, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c^-1 * a * b^-1 * a", + "a^-1 * b * c^-1 * b" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(9)$": 1 + } + ], + "alternating_quotients": [ + 14 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,26}_3", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c * b", + "(c * a^-1)^3", + "c * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a" + ], + "order1": 14, + "order2": 14, + "order3": 26, + "index": 3, + "presentation_length": 35, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c^-1 * a * b^-1 * a", + "a^-1 * b * c^-1 * b" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,26}_4", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c^-1 * b * c * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 14, + "order2": 14, + "order3": 26, + "index": 4, + "presentation_length": 35, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b * c * b", + "c * a * b^-1 * a" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,26}_5", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c^-1 * b * c * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 14, + "order2": 14, + "order3": 26, + "index": 5, + "presentation_length": 35, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "b * a^-1 * c * a^-1 * b^-1 * a * c^-1 * a", + "c^-1 * a * b * a^-1 * c * a^-1 * b^-1 * a" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,26}_7", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c^-1 * b * c * b^-1", + "(c * a^-1)^3", + "c * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a" + ], + "order1": 14, + "order2": 14, + "order3": 26, + "index": 7, + "presentation_length": 35, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "b * a^-1 * c * a^-1 * b^-1 * a * c^-1 * a", + "c^-1 * a * b * a^-1 * c * a^-1 * b^-1 * a" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,16,16}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b^-1 * c^-1 * b^-1", + "a * c * a * c^-1 * a^-1 * c^-1" + ], + "order1": 14, + "order2": 16, + "order3": 16, + "index": 0, + "presentation_length": 27, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "b^-1 * a * c * b * a^-1 * c^-1", + "b^-1 * c * a * b^-1 * c^-1 * a" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(7)" + ], + "quotients": [], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,16,16}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b^-1 * c^-1 * b^-1", + "a * c^-1 * a * c * a^-1 * c" + ], + "order1": 14, + "order2": 16, + "order3": 16, + "index": 1, + "presentation_length": 27, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b * c * a^-1 * b * a * c^-1 * a^-1 * b^-1 * a * c^-1 * b^-1", + "c * a^-1 * b * a * c * a^-1 * b^-1 * a * c^-1 * a^-1 * b^-1 * a" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,16,18}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b^-1 * c^-1 * b^-1", + "(a * c)^3", + "(a * c^-1)^3" + ], + "order1": 14, + "order2": 16, + "order3": 18, + "index": 0, + "presentation_length": 33, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a * c * b^-1 * a^-1 * c * b", + "c^-1 * a^-1 * b^-1 * c^-1 * a * b" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,16,24}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b^-1 * c^-1 * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c^-1 * a * c^-1" + ], + "order1": 14, + "order2": 16, + "order3": 24, + "index": 0, + "presentation_length": 35, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(7)" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,16,24}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b^-1 * c^-1 * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c * a * c" + ], + "order1": 14, + "order2": 16, + "order3": 24, + "index": 1, + "presentation_length": 35, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,16,26}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b^-1 * c^-1 * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 14, + "order2": 16, + "order3": 26, + "index": 0, + "presentation_length": 35, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,16,26}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b^-1 * c^-1 * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 14, + "order2": 16, + "order3": 26, + "index": 1, + "presentation_length": 35, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,16,26}_3", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b^-1 * c^-1 * b^-1", + "(c * a^-1)^3", + "c * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a" + ], + "order1": 14, + "order2": 16, + "order3": 26, + "index": 3, + "presentation_length": 35, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,16,26}_7", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c * b * c^-1 * b", + "(c * a^-1)^3", + "c * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a" + ], + "order1": 14, + "order2": 16, + "order3": 26, + "index": 7, + "presentation_length": 35, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,18,18}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(c * b)^3", + "(c * b^-1)^3", + "(a * c)^3", + "(a * c^-1)^3" + ], + "order1": 14, + "order2": 18, + "order3": 18, + "index": 0, + "presentation_length": 39, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b * c * b", + "c * a * b^-1 * a" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,18,24}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(c * b)^3", + "(c * b^-1)^3", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c^-1 * a * c^-1" + ], + "order1": 14, + "order2": 18, + "order3": 24, + "index": 0, + "presentation_length": 41, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b * c * b", + "c * a * b^-1 * a" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,18,26}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(c * b)^3", + "(c * b^-1)^3", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 14, + "order2": 18, + "order3": 26, + "index": 0, + "presentation_length": 41, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b * c * b", + "c * a * b^-1 * a" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,18,26}_3", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(c * b)^3", + "(c * b^-1)^3", + "(c * a^-1)^3", + "c * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a" + ], + "order1": 14, + "order2": 18, + "order3": 26, + "index": 3, + "presentation_length": 41, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c^-1 * a * b^-1 * a", + "a^-1 * b * c^-1 * b" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,24,24}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c^-1 * a * c^-1" + ], + "order1": 14, + "order2": 24, + "order3": 24, + "index": 0, + "presentation_length": 43, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b * c * b", + "c * a * b^-1 * a" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "L_2(7)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + }, + { + "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 1 + }, + { + "$\\textrm{J}_{2}$": 1 + }, + { + "${}^2A_{3}(9)$": 1 + } + ], + "alternating_quotients": [ + 3, + 7, + 8, + 22, + 28, + 29, + 31, + 35, + 36 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,24,24}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c * a * c" + ], + "order1": 14, + "order2": 24, + "order3": 24, + "index": 1, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,24,26}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 14, + "order2": 24, + "order3": 26, + "index": 0, + "presentation_length": 43, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b * c * b", + "c * a * b^-1 * a" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,24,26}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 14, + "order2": 24, + "order3": 26, + "index": 1, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,24,26}_3", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "(c * a^-1)^3", + "c * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a" + ], + "order1": 14, + "order2": 24, + "order3": 26, + "index": 3, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,24,26}_7", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(c * b^-1)^3", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b * c * b", + "(c * a^-1)^3", + "c * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a" + ], + "order1": 14, + "order2": 24, + "order3": 26, + "index": 7, + "presentation_length": 43, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c^-1 * a * b^-1 * a", + "a^-1 * b * c^-1 * b" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,26,26}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 14, + "order2": 26, + "order3": 26, + "index": 0, + "presentation_length": 43, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b * c * b", + "c * a * b^-1 * a" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,26,26}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 14, + "order2": 26, + "order3": 26, + "index": 1, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,26,26}_3", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "(c * a^-1)^3", + "c * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a" + ], + "order1": 14, + "order2": 26, + "order3": 26, + "index": 3, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,26,26}_4", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(c * b^-1)^3", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 14, + "order2": 26, + "order3": 26, + "index": 4, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,26,26}_5", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(c * b^-1)^3", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 14, + "order2": 26, + "order3": 26, + "index": 5, + "presentation_length": 43, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c^-1 * a * b^-1 * a", + "a^-1 * b * c^-1 * b" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 14 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,26,26}_15", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "(b * c^-1)^3", + "b * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c", + "(c * a^-1)^3", + "c * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a" + ], + "order1": 14, + "order2": 26, + "order3": 26, + "index": 15, + "presentation_length": 43, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c^-1 * a * b^-1 * a", + "a^-1 * b * c^-1 * b" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 13 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,16,16}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b^-1 * c^-1 * b^-1", + "a * c * a * c^-1 * a^-1 * c^-1" + ], + "order1": 16, + "order2": 16, + "order3": 16, + "index": 0, + "presentation_length": 27, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c * a * b * a", + "a^-1 * b^-1 * c^-1 * b" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "${}^2A_{2}(9)$": 1 + }, + { + "$\\textrm{J}_{2}$": 1 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "$A_{2}(9)$": 1 + }, + { + "${}^2A_{2}(81)$": 2 + } + ], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,16,16}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b^-1 * c^-1 * b^-1", + "a * c^-1 * a * c * a^-1 * c" + ], + "order1": 16, + "order2": 16, + "order3": 16, + "index": 1, + "presentation_length": 27, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c * a * b * a * c^-1 * a^-1 * b^-1 * a^-1", + "b * a * c^-1 * a^-1 * b^-1 * a * c * a^-1" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 1 + }, + { + "${}^2A_{2}(9)$": 2 + }, + { + "${}^2A_{2}(81)$": 2 + } + ], + "alternating_quotients": [ + 5, + 29 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,16,18}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b^-1 * c^-1 * b^-1", + "(a * c)^3", + "(a * c^-1)^3" + ], + "order1": 16, + "order2": 16, + "order3": 18, + "index": 0, + "presentation_length": 33, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "b^-1 * a * c^-1 * b * a * c^-1", + "a * c^-1 * b^-1 * a * c^-1 * b" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,16,24}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b^-1 * c^-1 * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c^-1 * a * c^-1" + ], + "order1": 16, + "order2": 16, + "order3": 24, + "index": 0, + "presentation_length": 35, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "$A_{4}(2)$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 10, + 34, + 36 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,16,24}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b^-1 * c^-1 * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c * a * c" + ], + "order1": 16, + "order2": 16, + "order3": 24, + "index": 1, + "presentation_length": 35, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "b^-1 * a * c^-1 * b * a * c^-1", + "a * c^-1 * b^-1 * a * c^-1 * b" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{9}$": 1 + }, + { + "$\\textrm{HS}_{}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 5, + 9, + 21, + 29, + 33, + 34 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,16,26}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b^-1 * c^-1 * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 16, + "order2": 16, + "order3": 26, + "index": 0, + "presentation_length": 35, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,16,26}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b^-1 * c^-1 * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 16, + "order2": 16, + "order3": 26, + "index": 1, + "presentation_length": 35, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "b^-1 * a * c^-1 * b * a * c^-1", + "a * c^-1 * b^-1 * a * c^-1 * b" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(13)" + ], + "quotients": [], + "alternating_quotients": [ + 16, + 30 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,18,18}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "(c * b)^3", + "(c * b^-1)^3", + "(a * c)^3", + "(a * c^-1)^3" + ], + "order1": 16, + "order2": 18, + "order3": 18, + "index": 0, + "presentation_length": 39, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "b^-1 * a^-1 * c^-1 * a^-1 * b * a * c^-1 * a", + "c^-1 * a * b * a * c^-1 * a * b * a" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,18,24}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "(c * b)^3", + "(c * b^-1)^3", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c^-1 * a * c^-1" + ], + "order1": 16, + "order2": 18, + "order3": 24, + "index": 0, + "presentation_length": 41, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{10}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 10, + 19, + 34 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,18,26}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "(c * b)^3", + "(c * b^-1)^3", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 16, + "order2": 18, + "order3": 26, + "index": 0, + "presentation_length": 41, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,24,24}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c^-1 * a * c^-1" + ], + "order1": 16, + "order2": 24, + "order3": 24, + "index": 0, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + }, + { + "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 2 + }, + { + "${}^2A_{2}(25)$": 1 + }, + { + "$\\textrm{J}_{2}$": 1 + }, + { + "$C_{3}(2)$": 1 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$B_{2}(5)$": 1 + }, + { + "$\\textrm{HS}_{}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 7, + 8, + 15, + 18, + 19, + 20, + 22, + 23, + 24, + 25, + 27, + 28, + 30, + 31, + 32, + 33, + 34, + 35, + 36 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,24,24}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c * a * c" + ], + "order1": 16, + "order2": 24, + "order3": 24, + "index": 1, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$C_{3}(2)$": 2 + } + ], + "alternating_quotients": [ + 3, + 4, + 5, + 17, + 18, + 19, + 21, + 22, + 27, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,24,26}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 16, + "order2": 24, + "order3": 26, + "index": 0, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,24,26}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 16, + "order2": 24, + "order3": 26, + "index": 1, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(13)" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,26,26}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 16, + "order2": 26, + "order3": 26, + "index": 0, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 26 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,26,26}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 16, + "order2": 26, + "order3": 26, + "index": 1, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(13)" + ], + "quotients": [ + { + "$A_{2}(3)$": 1 + } + ], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,26,26}_3", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "(c * a^-1)^3", + "c * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a" + ], + "order1": 16, + "order2": 26, + "order3": 26, + "index": 3, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$G_{2}(3)$": 1 + } + ], + "alternating_quotients": [ + 26 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{16,26,26}_5", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "(c * b^-1)^3", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 16, + "order2": 26, + "order3": 26, + "index": 5, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(13)" + ], + "quotients": [ + { + "$A_{2}(3)$": 1 + }, + { + "$G_{2}(3)$": 1 + }, + { + "$A_{3}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 14, + 26, + 28, + 29 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{18,18,18}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "(b * a^-1)^3", + "(c * b)^3", + "(c * b^-1)^3", + "(a * c)^3", + "(a * c^-1)^3" + ], + "order1": 18, + "order2": 18, + "order3": 18, + "index": 0, + "presentation_length": 45, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c * a * b * a", + "b * a * c * a" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 27, + 36 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{18,18,24}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "(b * a^-1)^3", + "(c * b)^3", + "(c * b^-1)^3", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c^-1 * a * c^-1" + ], + "order1": 18, + "order2": 18, + "order3": 24, + "index": 0, + "presentation_length": 47, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c * a * b * a", + "b * a * c * a" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "$\\textrm{Alt}_{11}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 10, + 11, + 12, + 15, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 30, + 31, + 32, + 33, + 34, + 35, + 36 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{18,18,26}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "(b * a^-1)^3", + "(c * b)^3", + "(c * b^-1)^3", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 18, + "order2": 18, + "order3": 26, + "index": 0, + "presentation_length": 47, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "c * a * b * a", + "b * a * c * a" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 13 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{18,24,24}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "(b * a^-1)^3", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c^-1 * a * c^-1" + ], + "order1": 18, + "order2": 24, + "order3": 24, + "index": 0, + "presentation_length": 49, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b * c * b", + "c * a * b^-1 * a" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$\\textrm{Alt}_{11}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 10, + 11, + 15, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 30, + 31, + 32, + 33, + 34, + 35, + 36 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{18,24,26}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "(b * a^-1)^3", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 18, + "order2": 24, + "order3": 26, + "index": 0, + "presentation_length": 49, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b * c * b", + "c * a * b^-1 * a" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 27 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{18,26,26}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "(b * a^-1)^3", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 18, + "order2": 26, + "order3": 26, + "index": 0, + "presentation_length": 49, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b * c * b", + "c * a * b^-1 * a" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$G_{2}(3)$": 2 + } + ], + "alternating_quotients": [ + 3, + 13 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{18,26,26}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "(b * a^-1)^3", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 18, + "order2": 26, + "order3": 26, + "index": 1, + "presentation_length": 49, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b^-1 * c^-1 * b^-1", + "b * a * c^-1 * a" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$G_{2}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 13, + 27 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{24,24,24}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c^-1 * a * c^-1" + ], + "order1": 24, + "order2": 24, + "order3": 24, + "index": 0, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 3 + }, + { + "$\\textrm{M}_{12}$": 1 + }, + { + "$A_{2}(7)$": 1 + }, + { + "$B_{2}(5)$": 3 + }, + { + "$A_{4}(2)$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 7, + 13, + 15, + 18, + 19, + 20, + 22, + 23, + 24, + 25, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{24,24,24}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c * a * c" + ], + "order1": 24, + "order2": 24, + "order3": 24, + "index": 1, + "presentation_length": 51, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b^-1 * c^-1 * b^-1", + "b * a * c^-1 * a" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{M}_{22}$": 1 + }, + { + "${}^2A_{3}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 5, + 12, + 13, + 14, + 15, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{24,24,26}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 24, + "order2": 24, + "order3": 26, + "index": 0, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{24,24,26}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 24, + "order2": 24, + "order3": 26, + "index": 1, + "presentation_length": 51, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b^-1 * c^-1 * b^-1", + "b * a * c^-1 * a" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "L_2(13)" + ], + "quotients": [ + { + "$A_{3}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 13, + 14, + 15, + 16, + 26, + 27, + 28 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{24,26,26}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 24, + "order2": 26, + "order3": 26, + "index": 0, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 26, + 28 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{24,26,26}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 24, + "order2": 26, + "order3": 26, + "index": 1, + "presentation_length": 51, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b^-1 * c^-1 * b^-1", + "b * a * c^-1 * a" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(13)" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$A_{3}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 13, + 14, + 27 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{24,26,26}_3", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "(c * a^-1)^3", + "c * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a" + ], + "order1": 24, + "order2": 26, + "order3": 26, + "index": 3, + "presentation_length": 51, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b^-1 * c^-1 * b^-1", + "b * a * c^-1 * a" + ], + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + } + ], + "alternating_quotients": [ + 3, + 13, + 14, + 16, + 26 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{24,26,26}_5", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "(c * b^-1)^3", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 24, + "order2": 26, + "order3": 26, + "index": 5, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(13)" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$A_{3}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 13, + 14, + 26, + 27, + 28 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{26,26,26}_0", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "(a * c)^3", + "a * c * a^-1 * c * a^-1 * c * a^-1 * c^-1" + ], + "order1": 26, + "order2": 26, + "order3": 26, + "index": 0, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 1 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 26 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{26,26,26}_1", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "(c * b)^3", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 26, + "order2": 26, + "order3": 26, + "index": 1, + "presentation_length": 51, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "a^-1 * b^-1 * c^-1 * b^-1", + "b * a * c^-1 * a" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "${}^2A_{2}(16)$": 2 + }, + { + "$G_{2}(3)$": 6 + } + ], + "alternating_quotients": [ + 13, + 26 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{26,26,26}_5", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a)^3", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "(c * b^-1)^3", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 26, + "order2": 26, + "order3": 26, + "index": 5, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "${}^2A_{2}(16)$": 1 + } + ], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{26,26,26}_21", + "half_girth_type": [ + 3, + 3, + 3 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "(b * a^-1)^3", + "b * a^-1 * b^-1 * a^-1 * b^-1 * a^-1 * b^-1 * a", + "(c * b^-1)^3", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b", + "(a * c^-1)^3", + "a * c^-1 * a^-1 * c^-1 * a^-1 * c^-1 * a^-1 * c" + ], + "order1": 26, + "order2": 26, + "order3": 26, + "index": 21, + "presentation_length": 51, + "hyperbolic": false, + "witnesses_non_hyperbolictity": [ + "b^-1 * a * c^-1 * a", + "a^-1 * b * c^-1 * b" + ], + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(13)" + ], + "quotients": [ + { + "$A_{2}(3)$": 5 + }, + { + "${}^2A_{2}(16)$": 3 + }, + { + "$G_{2}(3)$": 1 + }, + { + "${}^2F_4(2)'$": 1 + } + ], + "alternating_quotients": [ + 13, + 30 + ], + "maximal_degree_alternating_quotients": 36 + }, + { + "name": "$G^{14,14,40}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c * b", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 14, + "order2": 14, + "order3": 40, + "index": 0, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(7^2)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + }, + { + "$\\textrm{J}_{1}$": 2 + }, + { + "${}^2A_{3}(9)$": 1 + } + ], + "alternating_quotients": [ + 7 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,14,40}_4", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c^-1 * b * c * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 14, + "order2": 14, + "order3": 40, + "index": 4, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 2 + }, + { + "$\\textrm{M}_{22}$": 1 + } + ], + "alternating_quotients": [ + 7, + 28 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,14,48}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c * b", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 14, + "order2": 14, + "order3": 48, + "index": 0, + "presentation_length": 29, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(7)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + }, + { + "${}^2A_{2}(25)$": 1 + } + ], + "alternating_quotients": [ + 3, + 7 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,14,48}_1", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c * b", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 14, + "order2": 14, + "order3": 48, + "index": 1, + "presentation_length": 29, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(7)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 1 + } + ], + "alternating_quotients": [ + 3, + 8 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,14,48}_4", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c^-1 * b * c * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 14, + "order2": 14, + "order3": 48, + "index": 4, + "presentation_length": 29, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + } + ], + "alternating_quotients": [ + 3, + 7 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,14,48}_5", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c^-1 * b * c * b^-1", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 14, + "order2": 14, + "order3": 48, + "index": 5, + "presentation_length": 29, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 1 + }, + { + "$\\textrm{M}_{22}$": 1 + } + ], + "alternating_quotients": [ + 3, + 8, + 21 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,14,54}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c * b", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 14, + "order2": 14, + "order3": 54, + "index": 0, + "presentation_length": 41, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "${}^2A_{2}(9)$": 1 + } + ], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,14,54}_4", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c^-1 * b * c * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 14, + "order2": 14, + "order3": 54, + "index": 4, + "presentation_length": 41, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,16,40}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b^-1 * c^-1 * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 14, + "order2": 16, + "order3": 40, + "index": 0, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(7^2)" + ], + "quotients": [], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,16,48}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b^-1 * c^-1 * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 14, + "order2": 16, + "order3": 48, + "index": 0, + "presentation_length": 29, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,16,48}_1", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b^-1 * c^-1 * b^-1", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 14, + "order2": 16, + "order3": 48, + "index": 1, + "presentation_length": 29, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(7)" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,16,54}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b^-1 * c^-1 * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 14, + "order2": 16, + "order3": 54, + "index": 0, + "presentation_length": 41, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,16,54}_2", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b^-1 * c^-1 * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 14, + "order2": 16, + "order3": 54, + "index": 2, + "presentation_length": 41, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,18,40}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c * b", + "c * b^-1 * c * b^-1 * c * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 14, + "order2": 18, + "order3": 40, + "index": 0, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{J}_{2}$": 1 + } + ], + "alternating_quotients": [ + 21, + 25 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,18,48}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c * b", + "c * b^-1 * c * b^-1 * c * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 14, + "order2": 18, + "order3": 48, + "index": 0, + "presentation_length": 35, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": null, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$G_{2}(3)$": 1 + } + ], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,18,54}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c * b", + "c * b^-1 * c * b^-1 * c * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 14, + "order2": 18, + "order3": 54, + "index": 0, + "presentation_length": 47, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,18,54}_2", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c * b", + "c * b^-1 * c * b^-1 * c * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 14, + "order2": 18, + "order3": 54, + "index": 2, + "presentation_length": 47, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 21, + 28, + 29 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,24,40}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 14, + "order2": 24, + "order3": 40, + "index": 0, + "presentation_length": 45, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(7^2)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + }, + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "$A_{4}(2)$": 1 + } + ], + "alternating_quotients": [ + 7, + 10 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,24,48}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 14, + "order2": 24, + "order3": 48, + "index": 0, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,24,48}_1", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 14, + "order2": 24, + "order3": 48, + "index": 1, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "L_2(7)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + }, + { + "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 1 + }, + { + "$\\textrm{J}_{2}$": 1 + }, + { + "$C_{3}(2)$": 1 + }, + { + "${}^2A_{3}(9)$": 1 + } + ], + "alternating_quotients": [ + 3, + 7, + 8, + 15, + 22, + 28, + 29 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,24,54}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 14, + "order2": 24, + "order3": 54, + "index": 0, + "presentation_length": 49, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 18 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,24,54}_2", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 14, + "order2": 24, + "order3": 54, + "index": 2, + "presentation_length": 49, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$C_{3}(2)$": 1 + }, + { + "${}^2A_{3}(9)$": 1 + } + ], + "alternating_quotients": [ + 3, + 14, + 21, + 28 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,26,40}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 14, + "order2": 26, + "order3": 40, + "index": 0, + "presentation_length": 45, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,26,40}_4", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c * b^-1 * c * b^-1", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 14, + "order2": 26, + "order3": 40, + "index": 4, + "presentation_length": 45, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,26,48}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 14, + "order2": 26, + "order3": 48, + "index": 0, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,26,48}_1", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 14, + "order2": 26, + "order3": 48, + "index": 1, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,26,48}_4", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c * b^-1 * c * b^-1", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 14, + "order2": 26, + "order3": 48, + "index": 4, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,26,48}_5", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c * b^-1 * c * b^-1", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 14, + "order2": 26, + "order3": 48, + "index": 5, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,26,54}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 14, + "order2": 26, + "order3": 54, + "index": 0, + "presentation_length": 49, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,26,54}_2", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 14, + "order2": 26, + "order3": 54, + "index": 2, + "presentation_length": 49, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,26,54}_4", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c * b^-1 * c * b^-1", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 14, + "order2": 26, + "order3": 54, + "index": 4, + "presentation_length": 49, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,26,54}_6", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c * b^-1 * c * b^-1", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 14, + "order2": 26, + "order3": 54, + "index": 6, + "presentation_length": 49, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,16,40}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b^-1 * c^-1 * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 16, + "order2": 16, + "order3": 40, + "index": 0, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{M}_{11}$": 1 + }, + { + "$B_{2}(3)$": 1 + }, + { + "$\\textrm{J}_{2}$": 2 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$B_{2}(5)$": 1 + }, + { + "$A_{3}(3)$": 2 + } + ], + "alternating_quotients": [ + 5, + 21, + 26, + 28 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,16,48}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b^-1 * c^-1 * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 16, + "order2": 16, + "order3": 48, + "index": 0, + "presentation_length": 29, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 1 + }, + { + "${}^2A_{2}(9)$": 2 + }, + { + "$\\textrm{Alt}_{9}$": 1 + }, + { + "${}^2A_{2}(81)$": 2 + }, + { + "$\\textrm{HS}_{}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 5, + 9, + 21, + 26, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,16,48}_1", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b^-1 * c^-1 * b^-1", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 16, + "order2": 16, + "order3": 48, + "index": 1, + "presentation_length": 29, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "${}^2A_{2}(9)$": 1 + }, + { + "$\\textrm{J}_{2}$": 1 + }, + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "$B_{2}(5)$": 1 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "$A_{4}(2)$": 1 + }, + { + "$A_{2}(9)$": 1 + }, + { + "${}^2A_{2}(81)$": 2 + } + ], + "alternating_quotients": [ + 3, + 4, + 10 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,16,54}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b^-1 * c^-1 * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 16, + "order2": 16, + "order3": 54, + "index": 0, + "presentation_length": 41, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$B_{2}(3)$": 1 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 18, + 22, + 25, + 26, + 27 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,18,40}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b^-1 * c * b^-1 * c * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 16, + "order2": 18, + "order3": 40, + "index": 0, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(3^2)" + ], + "quotients": [ + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{M}_{12}$": 5 + } + ], + "alternating_quotients": [ + 6, + 18, + 24, + 27, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,18,48}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b^-1 * c * b^-1 * c * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 16, + "order2": 18, + "order3": 48, + "index": 0, + "presentation_length": 35, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 10, + 17, + 19, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,18,54}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b^-1 * c * b^-1 * c * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 16, + "order2": 18, + "order3": 54, + "index": 0, + "presentation_length": 47, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 25, + 26, + 27 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,18,54}_2", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b^-1 * c * b^-1 * c * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 16, + "order2": 18, + "order3": 54, + "index": 2, + "presentation_length": 47, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 20, + 21, + 22, + 24, + 25, + 26, + 27, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,24,40}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 16, + "order2": 24, + "order3": 40, + "index": 0, + "presentation_length": 45, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(3^2)" + ], + "quotients": [ + { + "$B_{2}(5)$": 2 + }, + { + "$A_{4}(2)$": 3 + }, + { + "$\\textrm{Alt}_{11}$": 2 + } + ], + "alternating_quotients": [ + 5, + 6, + 11, + 21, + 22 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,24,48}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 16, + "order2": 24, + "order3": 48, + "index": 0, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{9}$": 1 + }, + { + "$C_{3}(2)$": 5 + }, + { + "$\\textrm{HS}_{}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 5, + 9, + 14, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,24,48}_1", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 16, + "order2": 24, + "order3": 48, + "index": 1, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + }, + { + "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 2 + }, + { + "${}^2A_{2}(25)$": 1 + }, + { + "$\\textrm{J}_{2}$": 1 + }, + { + "$C_{3}(2)$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$B_{2}(5)$": 1 + }, + { + "$A_{4}(2)$": 1 + }, + { + "$\\textrm{HS}_{}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 7, + 8, + 10, + 12, + 15, + 16, + 18, + 19, + 20, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,24,54}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 16, + "order2": 24, + "order3": 54, + "index": 0, + "presentation_length": 49, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{9}$": 1 + }, + { + "$C_{3}(2)$": 1 + }, + { + "$\\textrm{Alt}_{10}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 12, + 18, + 19, + 21, + 25, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,24,54}_2", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 16, + "order2": 24, + "order3": 54, + "index": 2, + "presentation_length": 49, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 1 + }, + { + "$\\textrm{Alt}_{10}$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 10, + 12, + 14, + 16, + 19, + 20, + 22, + 23, + 24, + 26, + 27, + 28, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,26,40}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 16, + "order2": 26, + "order3": 40, + "index": 0, + "presentation_length": 45, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(13^2)" + ], + "quotients": [ + { + "${}^2F_4(2)'$": 1 + } + ], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,26,48}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 16, + "order2": 26, + "order3": 48, + "index": 0, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(13)" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 16, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,26,48}_1", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 16, + "order2": 26, + "order3": 48, + "index": 1, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,26,54}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 16, + "order2": 26, + "order3": 54, + "index": 0, + "presentation_length": 49, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,26,54}_2", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 16, + "order2": 26, + "order3": 54, + "index": 2, + "presentation_length": 49, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 28 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,18,40}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b^-1 * c * b^-1 * c * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 18, + "order2": 18, + "order3": 40, + "index": 0, + "presentation_length": 49, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{M}_{12}$": 2 + }, + { + "$A_{3}(3)$": 4 + } + ], + "alternating_quotients": [ + 3, + 5, + 12, + 17, + 18, + 19, + 20, + 21, + 22, + 24, + 26, + 27, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,18,48}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b^-1 * c * b^-1 * c * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 18, + "order2": 18, + "order3": 48, + "index": 0, + "presentation_length": 41, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "$\\textrm{Alt}_{11}$": 1 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 10, + 11, + 12, + 15, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,18,54}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b^-1 * c * b^-1 * c * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 18, + "order2": 18, + "order3": 54, + "index": 0, + "presentation_length": 53, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 19, + 22, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,24,40}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 18, + "order2": 24, + "order3": 40, + "index": 0, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(3^2)" + ], + "quotients": [ + { + "$\\textrm{M}_{12}$": 6 + }, + { + "$\\textrm{Alt}_{10}$": 2 + }, + { + "${}^2A_{3}(9)$": 2 + }, + { + "$A_{3}(3)$": 3 + }, + { + "$\\textrm{Alt}_{11}$": 4 + } + ], + "alternating_quotients": [ + 3, + 5, + 6, + 10, + 11, + 12, + 15, + 16, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,24,48}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 18, + "order2": 24, + "order3": 48, + "index": 0, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{10}$": 2 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$A_{3}(3)$": 2 + }, + { + "$\\textrm{Alt}_{11}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 10, + 11, + 12, + 13, + 15, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,24,54}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 18, + "order2": 24, + "order3": 54, + "index": 0, + "presentation_length": 55, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{10}$": 2 + }, + { + "$A_{3}(3)$": 4 + }, + { + "$\\textrm{Alt}_{11}$": 2 + } + ], + "alternating_quotients": [ + 3, + 4, + 10, + 11, + 12, + 15, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,24,54}_2", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 18, + "order2": 24, + "order3": 54, + "index": 2, + "presentation_length": 55, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{9}$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "$\\textrm{Alt}_{11}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 11, + 12, + 15, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,26,40}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 18, + "order2": 26, + "order3": 40, + "index": 0, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,26,48}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 18, + "order2": 26, + "order3": 48, + "index": 0, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": null, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$G_{2}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 27 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,26,54}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 18, + "order2": 26, + "order3": 54, + "index": 0, + "presentation_length": 55, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 13, + 26, + 27 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,26,54}_2", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 18, + "order2": 26, + "order3": 54, + "index": 2, + "presentation_length": 55, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 13 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,24,40}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 24, + "order2": 24, + "order3": 40, + "index": 0, + "presentation_length": 53, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(3^2)", + "L_2(3^2)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 2 + }, + { + "$\\textrm{M}_{22}$": 2 + }, + { + "$\\textrm{J}_{2}$": 4 + }, + { + "$C_{2}(4)$": 4 + }, + { + "$C_{3}(2)$": 1 + }, + { + "$B_{2}(5)$": 8 + }, + { + "$A_{3}(3)$": 1 + }, + { + "$A_{4}(2)$": 2 + } + ], + "alternating_quotients": [ + 3, + 5, + 6, + 7, + 12, + 13, + 15, + 16, + 17, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,24,48}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 24, + "order2": 24, + "order3": 48, + "index": 0, + "presentation_length": 45, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{M}_{22}$": 1 + }, + { + "$C_{3}(2)$": 6 + }, + { + "${}^2A_{3}(9)$": 5 + }, + { + "$B_{2}(5)$": 2 + }, + { + "$A_{3}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 5, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,24,48}_1", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 24, + "order2": 24, + "order3": 48, + "index": 1, + "presentation_length": 45, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 3 + }, + { + "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 2 + }, + { + "$\\textrm{M}_{12}$": 1 + }, + { + "${}^2A_{2}(25)$": 1 + }, + { + "$\\textrm{J}_{2}$": 1 + }, + { + "$C_{3}(2)$": 3 + }, + { + "$A_{2}(7)$": 1 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$B_{2}(5)$": 3 + }, + { + "$A_{4}(2)$": 1 + }, + { + "${}^2A_{4}(4)$": 2 + }, + { + "$\\textrm{HS}_{}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 7, + 8, + 13, + 14, + 15, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,24,54}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b^-1 * c * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 24, + "order2": 24, + "order3": 54, + "index": 0, + "presentation_length": 57, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{9}$": 3 + }, + { + "$\\textrm{Alt}_{10}$": 4 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$\\textrm{Alt}_{11}$": 2 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 11, + 12, + 13, + 15, + 16, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,26,40}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 24, + "order2": 26, + "order3": 40, + "index": 0, + "presentation_length": 53, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(13^2)" + ], + "quotients": [], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,26,48}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 24, + "order2": 26, + "order3": 48, + "index": 0, + "presentation_length": 45, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "L_2(13)" + ], + "quotients": [ + { + "$A_{3}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 13, + 14, + 15, + 16, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,26,48}_1", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 24, + "order2": 26, + "order3": 48, + "index": 1, + "presentation_length": 45, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 4, + 14, + 28 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,26,54}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 24, + "order2": 26, + "order3": 54, + "index": 0, + "presentation_length": 57, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{3}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 13, + 26, + 27, + 28 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,26,54}_2", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 24, + "order2": 26, + "order3": 54, + "index": 2, + "presentation_length": 57, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 13, + 27 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,26,40}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 26, + "order2": 26, + "order3": 40, + "index": 0, + "presentation_length": 53, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 13 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,26,40}_4", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b^-1 * c * b^-1 * c * b^-1", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 26, + "order2": 26, + "order3": 40, + "index": 4, + "presentation_length": 53, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(13^2)" + ], + "quotients": [ + { + "${}^2A_{2}(16)$": 1 + }, + { + "$A_{3}(3)$": 1 + } + ], + "alternating_quotients": [ + 13, + 26 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,26,48}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 26, + "order2": 26, + "order3": 48, + "index": 0, + "presentation_length": 45, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$G_{2}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 13, + 14, + 16, + 26 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,26,48}_1", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 26, + "order2": 26, + "order3": 48, + "index": 1, + "presentation_length": 45, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 26, + 28 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,26,48}_4", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b^-1 * c * b^-1 * c * b^-1", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 26, + "order2": 26, + "order3": 48, + "index": 4, + "presentation_length": 45, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(13)" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$G_{2}(3)$": 1 + }, + { + "$A_{3}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 13, + 14, + 26, + 27, + 28, + 29 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,26,48}_5", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b^-1 * c * b^-1 * c * b^-1", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 26, + "order2": 26, + "order3": 48, + "index": 5, + "presentation_length": 45, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(13)" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$A_{3}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 13, + 14, + 27 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,26,54}_0", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b * c * b * c * b", + "c * b * c^-1 * b * c^-1 * b * c^-1 * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 26, + "order2": 26, + "order3": 54, + "index": 0, + "presentation_length": 57, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$G_{2}(3)$": 2 + } + ], + "alternating_quotients": [ + 3, + 13 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,26,54}_4", + "half_girth_type": [ + 3, + 3, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b^-1 * c * b^-1 * c * b^-1", + "c * b^-1 * c^-1 * b^-1 * c^-1 * b^-1 * c^-1 * b", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 26, + "order2": 26, + "order3": 54, + "index": 4, + "presentation_length": 57, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$G_{2}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 13, + 27 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,40,40}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 14, + "order2": 40, + "order3": 40, + "index": 0, + "presentation_length": 47, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(7^2)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 5 + }, + { + "$C_{3}(2)$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 4 + }, + { + "${}^2A_{3}(9)$": 2 + }, + { + "$A_{4}(2)$": 3 + }, + { + "$\\textrm{Alt}_{11}$": 3 + }, + { + "$A_{2}(9)$": 1 + } + ], + "alternating_quotients": [ + 5, + 10, + 11, + 20, + 21, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,40,48}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 14, + "order2": 40, + "order3": 48, + "index": 0, + "presentation_length": 39, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(7^2)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + }, + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "$A_{4}(2)$": 1 + } + ], + "alternating_quotients": [ + 7, + 10 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,40,54}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 14, + "order2": 40, + "order3": 54, + "index": 0, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{J}_{2}$": 1 + }, + { + "$C_{3}(2)$": 2 + } + ], + "alternating_quotients": [ + 21, + 25 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,40,54}_2", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 14, + "order2": 40, + "order3": 54, + "index": 2, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{J}_{2}$": 1 + }, + { + "$C_{3}(2)$": 2 + } + ], + "alternating_quotients": [ + 20, + 21, + 22, + 25, + 27, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,48,48}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 14, + "order2": 48, + "order3": 48, + "index": 0, + "presentation_length": 31, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "L_2(7)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + }, + { + "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 1 + }, + { + "$\\textrm{J}_{2}$": 1 + }, + { + "$C_{3}(2)$": 2 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$G_{2}(3)$": 2 + } + ], + "alternating_quotients": [ + 3, + 7, + 8, + 15, + 16, + 22, + 23, + 24, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,48,48}_1", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 14, + "order2": 48, + "order3": 48, + "index": 1, + "presentation_length": 31, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 4 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,48,54}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 14, + "order2": 48, + "order3": 54, + "index": 0, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$G_{2}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 18 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,48,54}_2", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 14, + "order2": 48, + "order3": 54, + "index": 2, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$C_{3}(2)$": 3 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$G_{2}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 14, + 15, + 21, + 22, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,54,54}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 14, + "order2": 54, + "order3": 54, + "index": 0, + "presentation_length": 55, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 21, + 28, + 29 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,54,54}_2", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 14, + "order2": 54, + "order3": 54, + "index": 2, + "presentation_length": 55, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{10}$": 6 + }, + { + "${}^2A_{3}(9)$": 2 + } + ], + "alternating_quotients": [ + 3, + 10, + 13, + 14, + 17, + 19, + 20, + 21, + 23, + 24, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{14,54,54}_8", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b * a", + "b * c * b^-1 * c^-1 * b^-1 * c * b * c^-1", + "b * c * b^-1 * c * b * c * b^-1 * c * b * c * b^-1 * c", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 14, + "order2": 54, + "order3": 54, + "index": 8, + "presentation_length": 55, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 3, + 18, + 21, + 27, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,40,40}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 16, + "order2": 40, + "order3": 40, + "index": 0, + "presentation_length": 47, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(\\infty^4)" + ], + "quotients": [ + { + "$\\textrm{M}_{11}$": 4 + }, + { + "$B_{2}(3)$": 7 + }, + { + "${}^2A_{2}(25)$": 1 + }, + { + "$\\textrm{J}_{2}$": 2 + }, + { + "$C_{2}(4)$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 4 + }, + { + "${}^2A_{3}(9)$": 4 + }, + { + "$B_{2}(5)$": 11 + }, + { + "$A_{3}(3)$": 2 + }, + { + "$\\textrm{Alt}_{11}$": 6 + } + ], + "alternating_quotients": [ + 5, + 6, + 10, + 11, + 15, + 16, + 17, + 20, + 21, + 22, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,40,48}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 16, + "order2": 40, + "order3": 48, + "index": 0, + "presentation_length": 39, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(3^2)" + ], + "quotients": [ + { + "$\\textrm{M}_{11}$": 1 + }, + { + "$B_{2}(3)$": 1 + }, + { + "$\\textrm{J}_{2}$": 2 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$B_{2}(5)$": 5 + }, + { + "$A_{3}(3)$": 2 + }, + { + "$A_{4}(2)$": 3 + }, + { + "$\\textrm{Alt}_{11}$": 2 + } + ], + "alternating_quotients": [ + 5, + 6, + 11, + 16, + 18, + 21, + 22, + 23, + 24, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,40,54}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 16, + "order2": 40, + "order3": 54, + "index": 0, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(3^2)" + ], + "quotients": [ + { + "$B_{2}(3)$": 5 + }, + { + "$\\textrm{M}_{12}$": 5 + }, + { + "$C_{3}(2)$": 1 + }, + { + "${}^2A_{3}(9)$": 2 + }, + { + "$A_{3}(3)$": 3 + }, + { + "${}^2A_{4}(4)$": 1 + } + ], + "alternating_quotients": [ + 6, + 12, + 17, + 18, + 21, + 23, + 24, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,40,54}_2", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 16, + "order2": 40, + "order3": 54, + "index": 2, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(3^2)" + ], + "quotients": [ + { + "$B_{2}(3)$": 4 + }, + { + "$\\textrm{M}_{12}$": 5 + }, + { + "$\\textrm{Alt}_{10}$": 3 + }, + { + "${}^2A_{3}(9)$": 4 + }, + { + "$A_{3}(3)$": 4 + }, + { + "${}^2A_{4}(4)$": 1 + } + ], + "alternating_quotients": [ + 6, + 10, + 12, + 15, + 16, + 18, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,48,48}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 16, + "order2": 48, + "order3": 48, + "index": 0, + "presentation_length": 31, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + }, + { + "${}^2A_{2}(9)$": 1 + }, + { + "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 2 + }, + { + "$B_{2}(3)$": 5 + }, + { + "${}^2A_{2}(25)$": 1 + }, + { + "$\\textrm{J}_{2}$": 2 + }, + { + "$C_{3}(2)$": 5 + }, + { + "$\\textrm{Alt}_{10}$": 2 + }, + { + "${}^2A_{3}(9)$": 4 + }, + { + "$B_{2}(5)$": 5 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "$A_{3}(3)$": 5 + }, + { + "$A_{4}(2)$": 2 + }, + { + "$\\textrm{Alt}_{11}$": 1 + }, + { + "$A_{2}(9)$": 1 + }, + { + "${}^2A_{2}(81)$": 2 + }, + { + "$\\textrm{HS}_{}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 7, + 8, + 10, + 11, + 12, + 15, + 16, + 18, + 19, + 20, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,48,48}_1", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 16, + "order2": 48, + "order3": 48, + "index": 1, + "presentation_length": 31, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 1 + }, + { + "${}^2A_{2}(9)$": 2 + }, + { + "$B_{2}(3)$": 8 + }, + { + "$\\textrm{Alt}_{9}$": 2 + }, + { + "$C_{3}(2)$": 10 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$A_{3}(3)$": 6 + }, + { + "$\\textrm{Alt}_{11}$": 1 + }, + { + "${}^2A_{2}(81)$": 2 + }, + { + "$\\textrm{HS}_{}$": 2 + } + ], + "alternating_quotients": [ + 3, + 4, + 5, + 9, + 11, + 14, + 15, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,48,54}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 16, + "order2": 48, + "order3": 54, + "index": 0, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$B_{2}(3)$": 4 + }, + { + "$\\textrm{Alt}_{9}$": 1 + }, + { + "$C_{3}(2)$": 1 + }, + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "${}^2A_{3}(9)$": 3 + }, + { + "$A_{3}(3)$": 1 + }, + { + "${}^2A_{4}(4)$": 1 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 12, + 17, + 18, + 19, + 21, + 22, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,48,54}_2", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 16, + "order2": 48, + "order3": 54, + "index": 2, + "presentation_length": 43, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$B_{2}(3)$": 4 + }, + { + "$C_{3}(2)$": 1 + }, + { + "$\\textrm{Alt}_{10}$": 3 + }, + { + "${}^2A_{3}(9)$": 2 + }, + { + "$A_{3}(3)$": 3 + }, + { + "${}^2A_{4}(4)$": 5 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 10, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,54,54}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 16, + "order2": 54, + "order3": 54, + "index": 0, + "presentation_length": 55, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "${}^2A_{4}(4)$": 2 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 20, + 21, + 22, + 24, + 25, + 26, + 27, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,54,54}_2", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 16, + "order2": 54, + "order3": 54, + "index": 2, + "presentation_length": 55, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$B_{2}(3)$": 6 + }, + { + "$\\textrm{Alt}_{9}$": 2 + }, + { + "$C_{3}(2)$": 4 + }, + { + "$\\textrm{Alt}_{10}$": 12 + }, + { + "${}^2A_{3}(9)$": 3 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "$A_{3}(3)$": 5 + }, + { + "${}^2A_{4}(4)$": 5 + }, + { + "$\\textrm{Alt}_{11}$": 6 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{16,54,54}_8", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a^-1 * b^-1 * a^-1", + "b * c * b^-1 * c^-1 * b^-1 * c * b * c^-1", + "b * c * b^-1 * c * b * c * b^-1 * c * b * c * b^-1 * c", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 16, + "order2": 54, + "order3": 54, + "index": 8, + "presentation_length": 55, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$B_{2}(3)$": 4 + }, + { + "$\\textrm{Alt}_{9}$": 2 + }, + { + "${}^2A_{3}(9)$": 3 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "$A_{3}(3)$": 7 + }, + { + "${}^2A_{4}(4)$": 3 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 12, + 18, + 19, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,40,40}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 18, + "order2": 40, + "order3": 40, + "index": 0, + "presentation_length": 53, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 2 + }, + { + "$B_{2}(3)$": 5 + }, + { + "$\\textrm{M}_{12}$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 8 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "${}^2A_{4}(4)$": 3 + } + ], + "alternating_quotients": [ + 5, + 7, + 10, + 15, + 17, + 20, + 21, + 22, + 24, + 25, + 26, + 27, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,40,48}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 18, + "order2": 40, + "order3": 48, + "index": 0, + "presentation_length": 45, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(3^2)" + ], + "quotients": [ + { + "$B_{2}(3)$": 5 + }, + { + "$\\textrm{M}_{12}$": 7 + }, + { + "$\\textrm{Alt}_{10}$": 2 + }, + { + "${}^2A_{3}(9)$": 4 + }, + { + "$A_{3}(3)$": 10 + }, + { + "$\\textrm{Alt}_{11}$": 5 + } + ], + "alternating_quotients": [ + 3, + 5, + 6, + 10, + 11, + 12, + 14, + 15, + 16, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,40,54}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 18, + "order2": 40, + "order3": 54, + "index": 0, + "presentation_length": 57, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{M}_{12}$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 4 + }, + { + "$A_{3}(3)$": 14 + }, + { + "${}^2A_{4}(4)$": 3 + } + ], + "alternating_quotients": [ + 3, + 5, + 10, + 12, + 15, + 17, + 18, + 19, + 20, + 21, + 22, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,40,54}_2", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 18, + "order2": 40, + "order3": 54, + "index": 2, + "presentation_length": 57, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{M}_{12}$": 2 + }, + { + "$\\textrm{Alt}_{9}$": 2 + }, + { + "${}^2A_{3}(9)$": 3 + }, + { + "$A_{3}(3)$": 5 + }, + { + "${}^2A_{4}(4)$": 4 + } + ], + "alternating_quotients": [ + 3, + 5, + 9, + 12, + 15, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,48,48}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 18, + "order2": 48, + "order3": 48, + "index": 0, + "presentation_length": 37, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$B_{2}(3)$": 3 + }, + { + "$\\textrm{Alt}_{10}$": 3 + }, + { + "${}^2A_{3}(9)$": 4 + }, + { + "$A_{3}(3)$": 9 + }, + { + "$\\textrm{Alt}_{11}$": 2 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,48,54}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 18, + "order2": 48, + "order3": 54, + "index": 0, + "presentation_length": 49, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 2 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "$A_{3}(3)$": 8 + }, + { + "$\\textrm{Alt}_{11}$": 4 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 10, + 11, + 12, + 14, + 15, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,48,54}_2", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 18, + "order2": 48, + "order3": 54, + "index": 2, + "presentation_length": 49, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{9}$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "${}^2A_{3}(9)$": 3 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "$A_{3}(3)$": 1 + }, + { + "${}^2A_{4}(4)$": 3 + }, + { + "$\\textrm{Alt}_{11}$": 1 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 11, + 12, + 13, + 15, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,54,54}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 18, + "order2": 54, + "order3": 54, + "index": 0, + "presentation_length": 61, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{9}$": 2 + }, + { + "${}^2A_{4}(4)$": 2 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 9, + 19, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,54,54}_2", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 18, + "order2": 54, + "order3": 54, + "index": 2, + "presentation_length": 61, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{9}$": 10 + }, + { + "${}^2A_{3}(9)$": 3 + }, + { + "$A_{3}(3)$": 1 + }, + { + "${}^2A_{4}(4)$": 9 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 9, + 12, + 15, + 18, + 19, + 21, + 22, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{18,54,54}_8", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a^-1 * b * a^-1 * b * a^-1", + "b * c * b^-1 * c^-1 * b^-1 * c * b * c^-1", + "b * c * b^-1 * c * b * c * b^-1 * c * b * c * b^-1 * c", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 18, + "order2": 54, + "order3": 54, + "index": 8, + "presentation_length": 61, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{9}$": 8 + }, + { + "$A_{3}(3)$": 10 + }, + { + "${}^2A_{4}(4)$": 4 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 9, + 12, + 18, + 19, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,40,40}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 24, + "order2": 40, + "order3": 40, + "index": 0, + "presentation_length": 55, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(\\infty^4)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 2 + }, + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{M}_{22}$": 2 + }, + { + "$\\textrm{J}_{2}$": 2 + }, + { + "$C_{2}(4)$": 2 + }, + { + "$C_{3}(2)$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 2 + }, + { + "$B_{2}(5)$": 10 + }, + { + "$A_{4}(2)$": 4 + }, + { + "${}^2A_{4}(4)$": 4 + }, + { + "$\\textrm{Alt}_{11}$": 3 + } + ], + "alternating_quotients": [ + 5, + 6, + 7, + 10, + 11, + 12, + 15, + 17, + 18, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,40,48}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 24, + "order2": 40, + "order3": 48, + "index": 0, + "presentation_length": 47, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(3^2)", + "L_2(3^2)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 2 + }, + { + "$B_{2}(3)$": 3 + }, + { + "$\\textrm{M}_{22}$": 2 + }, + { + "$\\textrm{J}_{2}$": 4 + }, + { + "$C_{2}(4)$": 4 + }, + { + "$C_{3}(2)$": 3 + }, + { + "$B_{2}(5)$": 12 + }, + { + "$A_{3}(3)$": 2 + }, + { + "$A_{4}(2)$": 5 + }, + { + "${}^2A_{4}(4)$": 1 + }, + { + "$\\textrm{Alt}_{11}$": 4 + } + ], + "alternating_quotients": [ + 3, + 5, + 6, + 7, + 11, + 12, + 13, + 15, + 16, + 17, + 18, + 19, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,40,54}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 24, + "order2": 40, + "order3": 54, + "index": 0, + "presentation_length": 59, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(3^2)" + ], + "quotients": [ + { + "$B_{2}(3)$": 4 + }, + { + "$\\textrm{M}_{12}$": 6 + }, + { + "$\\textrm{Alt}_{10}$": 12 + }, + { + "${}^2A_{3}(9)$": 2 + }, + { + "$A_{3}(3)$": 3 + }, + { + "${}^2A_{4}(4)$": 4 + }, + { + "$\\textrm{Alt}_{11}$": 12 + } + ], + "alternating_quotients": [ + 3, + 5, + 6, + 10, + 11, + 12, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,40,54}_2", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 24, + "order2": 40, + "order3": 54, + "index": 2, + "presentation_length": 59, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(3^2)" + ], + "quotients": [ + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{M}_{12}$": 6 + }, + { + "$\\textrm{Alt}_{9}$": 2 + }, + { + "$C_{3}(2)$": 4 + }, + { + "$\\textrm{Alt}_{10}$": 7 + }, + { + "${}^2A_{3}(9)$": 6 + }, + { + "$A_{3}(3)$": 7 + }, + { + "${}^2A_{4}(4)$": 1 + }, + { + "$\\textrm{Alt}_{11}$": 6 + } + ], + "alternating_quotients": [ + 3, + 5, + 6, + 9, + 10, + 11, + 12, + 13, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,48,48}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 24, + "order2": 48, + "order3": 48, + "index": 0, + "presentation_length": 39, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 3 + }, + { + "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 4 + }, + { + "$B_{2}(3)$": 3 + }, + { + "$\\textrm{M}_{12}$": 1 + }, + { + "${}^2A_{2}(25)$": 2 + }, + { + "$\\textrm{J}_{2}$": 2 + }, + { + "$C_{3}(2)$": 11 + }, + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "$A_{2}(7)$": 1 + }, + { + "${}^2A_{3}(9)$": 3 + }, + { + "$B_{2}(5)$": 7 + }, + { + "$A_{3}(3)$": 1 + }, + { + "$A_{4}(2)$": 2 + }, + { + "${}^2A_{4}(4)$": 13 + }, + { + "$\\textrm{Alt}_{11}$": 1 + }, + { + "$\\textrm{HS}_{}$": 2 + } + ], + "alternating_quotients": [ + 3, + 4, + 7, + 8, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,48,48}_1", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 24, + "order2": 48, + "order3": 48, + "index": 1, + "presentation_length": 39, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 4 + }, + { + "$\\textrm{Alt}_{9}$": 1 + }, + { + "$\\textrm{M}_{22}$": 1 + }, + { + "$C_{3}(2)$": 17 + }, + { + "${}^2A_{3}(9)$": 8 + }, + { + "$B_{2}(5)$": 5 + }, + { + "$A_{3}(3)$": 3 + }, + { + "${}^2A_{4}(4)$": 8 + }, + { + "$\\textrm{Alt}_{11}$": 1 + }, + { + "$\\textrm{HS}_{}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 5, + 9, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,48,54}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 24, + "order2": 48, + "order3": 54, + "index": 0, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 4 + }, + { + "$\\textrm{Alt}_{9}$": 3 + }, + { + "$\\textrm{Alt}_{10}$": 5 + }, + { + "${}^2A_{3}(9)$": 1 + }, + { + "$A_{3}(3)$": 2 + }, + { + "${}^2A_{4}(4)$": 3 + }, + { + "$\\textrm{Alt}_{11}$": 4 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,48,54}_2", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 24, + "order2": 48, + "order3": 54, + "index": 2, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{9}$": 3 + }, + { + "$C_{3}(2)$": 3 + }, + { + "$\\textrm{Alt}_{10}$": 5 + }, + { + "${}^2A_{3}(9)$": 5 + }, + { + "$A_{3}(3)$": 10 + }, + { + "${}^2A_{4}(4)$": 12 + }, + { + "$\\textrm{Alt}_{11}$": 2 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 11, + 12, + 13, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,54,54}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 24, + "order2": 54, + "order3": 54, + "index": 0, + "presentation_length": 63, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{9}$": 6 + }, + { + "$\\textrm{Alt}_{10}$": 2 + }, + { + "$A_{3}(3)$": 4 + }, + { + "${}^2A_{4}(4)$": 8 + }, + { + "$\\textrm{Alt}_{11}$": 2 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 11, + 12, + 15, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,54,54}_2", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 24, + "order2": 54, + "order3": 54, + "index": 2, + "presentation_length": 63, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{9}$": 9 + }, + { + "$C_{3}(2)$": 6 + }, + { + "$\\textrm{Alt}_{10}$": 22 + }, + { + "${}^2A_{3}(9)$": 8 + }, + { + "$A_{3}(3)$": 26 + }, + { + "${}^2A_{4}(4)$": 12 + }, + { + "$\\textrm{Alt}_{11}$": 12 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{24,54,54}_8", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a^-1 * b * a^-1", + "b * c * b^-1 * c^-1 * b^-1 * c * b * c^-1", + "b * c * b^-1 * c * b * c * b^-1 * c * b * c * b^-1 * c", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 24, + "order2": 54, + "order3": 54, + "index": 8, + "presentation_length": 63, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 4 + }, + { + "$\\textrm{Alt}_{9}$": 14 + }, + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "${}^2A_{4}(4)$": 9 + }, + { + "$\\textrm{Alt}_{11}$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 11, + 12, + 15, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,40,40}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 26, + "order2": 40, + "order3": 40, + "index": 0, + "presentation_length": 55, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(13^2)" + ], + "quotients": [ + { + "$A_{3}(3)$": 3 + } + ], + "alternating_quotients": [ + 5, + 20, + 21, + 27, + 28 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,40,48}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 26, + "order2": 40, + "order3": 48, + "index": 0, + "presentation_length": 47, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(13^2)" + ], + "quotients": [ + { + "${}^2F_4(2)'$": 1 + } + ], + "alternating_quotients": [], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,40,54}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 26, + "order2": 40, + "order3": 54, + "index": 0, + "presentation_length": 59, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{3}(3)$": 3 + } + ], + "alternating_quotients": [ + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,40,54}_2", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 26, + "order2": 40, + "order3": 54, + "index": 2, + "presentation_length": 59, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [], + "alternating_quotients": [ + 15 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,48,48}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 26, + "order2": 48, + "order3": 48, + "index": 0, + "presentation_length": 39, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$G_{2}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 4, + 14, + 28 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,48,48}_1", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 26, + "order2": 48, + "order3": 48, + "index": 1, + "presentation_length": 39, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "L_2(13)" + ], + "quotients": [ + { + "$G_{2}(3)$": 4 + }, + { + "$A_{3}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 13, + 14, + 15, + 16, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,48,54}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 26, + "order2": 48, + "order3": 54, + "index": 0, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": null, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$G_{2}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 13, + 26, + 27, + 28 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,48,54}_2", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 26, + "order2": 48, + "order3": 54, + "index": 2, + "presentation_length": 51, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$G_{2}(3)$": 1 + }, + { + "$A_{3}(3)$": 1 + } + ], + "alternating_quotients": [ + 3, + 13, + 26, + 27, + 28, + 29 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,54,54}_0", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 26, + "order2": 54, + "order3": 54, + "index": 0, + "presentation_length": 63, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 13, + 26, + 27, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,54,54}_2", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 26, + "order2": 54, + "order3": 54, + "index": 2, + "presentation_length": 63, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$A_{3}(3)$": 20 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 13, + 16, + 19, + 22, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{26,54,54}_8", + "half_girth_type": [ + 3, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b * a", + "b * a * b^-1 * a * b^-1 * a * b^-1 * a^-1", + "b * c * b^-1 * c^-1 * b^-1 * c * b * c^-1", + "b * c * b^-1 * c * b * c * b^-1 * c * b * c * b^-1 * c", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 26, + "order2": 54, + "order3": 54, + "index": 8, + "presentation_length": 63, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": null, + "abelianization_dimension": 2, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$A_{3}(3)$": 6 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 13 + ], + "maximal_degree_alternating_quotients": 30 + }, + { + "name": "$G^{40,40,40}_0", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a^-1 * b * a * b * a^-1 * b * a", + "b^-1 * a^-1 * b * a^-1 * b^-1 * a^-1 * b * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c^-1 * a * c * a * c^-1 * a * c", + "a^-1 * c^-1 * a * c^-1 * a^-1 * c^-1 * a * c^-1" + ], + "order1": 40, + "order2": 40, + "order3": 40, + "index": 0, + "presentation_length": 57, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(\\infty^4)", + "L_2(\\infty^4)", + "L_2(\\infty^4)", + "L_2(\\infty^4)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 1 + }, + { + "$B_{2}(3)$": 18 + }, + { + "$\\textrm{M}_{12}$": 7 + }, + { + "${}^2A_{2}(25)$": 2 + }, + { + "$\\textrm{J}_{1}$": 4 + }, + { + "$A_{2}(5)$": 2 + }, + { + "$\\textrm{J}_{2}$": 8 + }, + { + "$C_{2}(4)$": 21 + }, + { + "$\\textrm{Alt}_{10}$": 15 + }, + { + "${}^2A_{3}(9)$": 12 + }, + { + "$B_{2}(5)$": 90 + }, + { + "$A_{3}(3)$": 7 + }, + { + "$\\textrm{HS}_{}$": 12 + } + ], + "alternating_quotients": [ + 6, + 7, + 10, + 12, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{40,40,48}_0", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a^-1 * b * a * b * a^-1 * b * a", + "b^-1 * a^-1 * b * a^-1 * b^-1 * a^-1 * b * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 40, + "order2": 40, + "order3": 48, + "index": 0, + "presentation_length": 49, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "L_2(\\infty^4)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 2 + }, + { + "$\\textrm{M}_{11}$": 4 + }, + { + "$B_{2}(3)$": 8 + }, + { + "${}^2A_{2}(25)$": 1 + }, + { + "$\\textrm{M}_{22}$": 2 + }, + { + "$\\textrm{J}_{2}$": 4 + }, + { + "$C_{2}(4)$": 2 + }, + { + "$C_{3}(2)$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 4 + }, + { + "${}^2A_{3}(9)$": 4 + }, + { + "$B_{2}(5)$": 16 + }, + { + "$A_{3}(3)$": 2 + }, + { + "$A_{4}(2)$": 4 + }, + { + "${}^2A_{4}(4)$": 10 + }, + { + "$\\textrm{Alt}_{11}$": 7 + } + ], + "alternating_quotients": [ + 5, + 6, + 7, + 10, + 11, + 12, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{40,40,54}_0", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a^-1 * b * a * b * a^-1 * b * a", + "b^-1 * a^-1 * b * a^-1 * b^-1 * a^-1 * b * a^-1", + "c * b^-1 * c * b * c * b^-1 * c * b", + "c^-1 * b^-1 * c * b^-1 * c^-1 * b^-1 * c * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 40, + "order2": 40, + "order3": 54, + "index": 0, + "presentation_length": 61, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 0, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 2 + }, + { + "$B_{2}(3)$": 5 + }, + { + "$\\textrm{M}_{12}$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 8 + }, + { + "${}^2A_{3}(9)$": 15 + }, + { + "$A_{3}(3)$": 4 + }, + { + "${}^2A_{4}(4)$": 7 + } + ], + "alternating_quotients": [ + 5, + 7, + 10, + 15, + 16, + 17, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{40,48,48}_0", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a^-1 * b * a * b * a^-1 * b * a", + "b^-1 * a^-1 * b * a^-1 * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 40, + "order2": 48, + "order3": 48, + "index": 0, + "presentation_length": 41, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(3^2)", + "L_2(3^2)" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 2 + }, + { + "$\\textrm{M}_{11}$": 1 + }, + { + "$B_{2}(3)$": 18 + }, + { + "$\\textrm{M}_{22}$": 2 + }, + { + "$\\textrm{J}_{2}$": 6 + }, + { + "$C_{2}(4)$": 4 + }, + { + "$C_{3}(2)$": 6 + }, + { + "${}^2A_{3}(9)$": 10 + }, + { + "$B_{2}(5)$": 20 + }, + { + "$A_{3}(3)$": 15 + }, + { + "$A_{4}(2)$": 8 + }, + { + "${}^2A_{4}(4)$": 15 + }, + { + "$\\textrm{Alt}_{11}$": 9 + } + ], + "alternating_quotients": [ + 3, + 5, + 6, + 7, + 11, + 12, + 13, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{40,48,54}_0", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a^-1 * b * a * b * a^-1 * b * a", + "b^-1 * a^-1 * b * a^-1 * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 40, + "order2": 48, + "order3": 54, + "index": 0, + "presentation_length": 53, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(3^2)" + ], + "quotients": [ + { + "$B_{2}(3)$": 11 + }, + { + "$\\textrm{M}_{12}$": 7 + }, + { + "$\\textrm{Alt}_{9}$": 2 + }, + { + "$C_{3}(2)$": 4 + }, + { + "$\\textrm{Alt}_{10}$": 7 + }, + { + "${}^2A_{3}(9)$": 14 + }, + { + "$A_{3}(3)$": 16 + }, + { + "${}^2A_{4}(4)$": 3 + }, + { + "$\\textrm{Alt}_{11}$": 7 + } + ], + "alternating_quotients": [ + 3, + 5, + 6, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{40,48,54}_2", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a^-1 * b * a * b * a^-1 * b * a", + "b^-1 * a^-1 * b * a^-1 * b^-1 * a^-1 * b * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 40, + "order2": 48, + "order3": 54, + "index": 2, + "presentation_length": 53, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "L_2(3^2)" + ], + "quotients": [ + { + "$B_{2}(3)$": 17 + }, + { + "$\\textrm{M}_{12}$": 7 + }, + { + "$C_{3}(2)$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 12 + }, + { + "${}^2A_{3}(9)$": 20 + }, + { + "$A_{3}(3)$": 22 + }, + { + "${}^2A_{4}(4)$": 24 + }, + { + "$\\textrm{Alt}_{11}$": 15 + } + ], + "alternating_quotients": [ + 3, + 5, + 6, + 10, + 11, + 12, + 14, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{40,54,54}_0", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a^-1 * b * a * b * a^-1 * b * a", + "b^-1 * a^-1 * b * a^-1 * b^-1 * a^-1 * b * a^-1", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 40, + "order2": 54, + "order3": 54, + "index": 0, + "presentation_length": 65, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 8 + }, + { + "$\\textrm{M}_{12}$": 2 + }, + { + "$\\textrm{Alt}_{9}$": 2 + }, + { + "$\\textrm{Alt}_{10}$": 4 + }, + { + "${}^2A_{3}(9)$": 9 + }, + { + "$A_{3}(3)$": 17 + }, + { + "${}^2A_{4}(4)$": 7 + } + ], + "alternating_quotients": [ + 3, + 5, + 9, + 10, + 12, + 15, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{40,54,54}_2", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a^-1 * b * a * b * a^-1 * b * a", + "b^-1 * a^-1 * b * a^-1 * b^-1 * a^-1 * b * a^-1", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 40, + "order2": 54, + "order3": 54, + "index": 2, + "presentation_length": 65, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 12 + }, + { + "$\\textrm{M}_{12}$": 2 + }, + { + "$C_{3}(2)$": 4 + }, + { + "$\\textrm{Alt}_{10}$": 16 + }, + { + "${}^2A_{3}(9)$": 14 + }, + { + "$A_{3}(3)$": 26 + }, + { + "${}^2A_{4}(4)$": 40 + }, + { + "$\\textrm{Alt}_{11}$": 10 + } + ], + "alternating_quotients": [ + 3, + 5, + 10, + 11, + 12, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{40,54,54}_8", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a^-1 * b * a * b * a^-1 * b * a", + "b^-1 * a^-1 * b * a^-1 * b^-1 * a^-1 * b * a^-1", + "b * c * b^-1 * c^-1 * b^-1 * c * b * c^-1", + "b * c * b^-1 * c * b * c * b^-1 * c * b * c * b^-1 * c", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 40, + "order2": 54, + "order3": 54, + "index": 8, + "presentation_length": 65, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 1, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$B_{2}(3)$": 8 + }, + { + "$\\textrm{M}_{12}$": 2 + }, + { + "$\\textrm{Alt}_{9}$": 12 + }, + { + "${}^2A_{3}(9)$": 12 + }, + { + "$A_{3}(3)$": 8 + }, + { + "${}^2A_{4}(4)$": 16 + } + ], + "alternating_quotients": [ + 3, + 5, + 9, + 12, + 15, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{48,48,48}_0", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b^-1 * a^-1 * b^-1 * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c * a * c * a^-1 * c^-1 * a^-1 * c^-1" + ], + "order1": 48, + "order2": 48, + "order3": 48, + "index": 0, + "presentation_length": 33, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 1 + }, + { + "${}^2A_{2}(9)$": 2 + }, + { + "$B_{2}(3)$": 27 + }, + { + "$\\textrm{Alt}_{9}$": 3 + }, + { + "$\\textrm{M}_{22}$": 1 + }, + { + "$C_{3}(2)$": 39 + }, + { + "${}^2A_{3}(9)$": 21 + }, + { + "$B_{2}(5)$": 9 + }, + { + "$A_{3}(3)$": 33 + }, + { + "${}^2A_{4}(4)$": 60 + }, + { + "$\\textrm{Alt}_{11}$": 3 + }, + { + "${}^2A_{2}(81)$": 2 + }, + { + "$\\textrm{HS}_{}$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 5, + 9, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{48,48,48}_1", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b^-1 * a^-1 * b^-1 * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c^-1 * a * c^-1 * a^-1 * c * a^-1 * c" + ], + "order1": 48, + "order2": 48, + "order3": 48, + "index": 1, + "presentation_length": 33, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$\\textrm{Alt}_{7}$": 3 + }, + { + "${}^2A_{2}(9)$": 1 + }, + { + "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 6 + }, + { + "$B_{2}(3)$": 24 + }, + { + "$\\textrm{M}_{12}$": 1 + }, + { + "${}^2A_{2}(25)$": 3 + }, + { + "$\\textrm{J}_{2}$": 4 + }, + { + "$C_{3}(2)$": 27 + }, + { + "$\\textrm{Alt}_{10}$": 3 + }, + { + "$A_{2}(7)$": 1 + }, + { + "${}^2A_{3}(9)$": 15 + }, + { + "$B_{2}(5)$": 19 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "$A_{3}(3)$": 30 + }, + { + "$A_{4}(2)$": 4 + }, + { + "${}^2A_{4}(4)$": 63 + }, + { + "$\\textrm{Alt}_{11}$": 3 + }, + { + "$A_{2}(9)$": 1 + }, + { + "${}^2A_{2}(81)$": 2 + }, + { + "$\\textrm{HS}_{}$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 7, + 8, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{48,48,54}_0", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b^-1 * a^-1 * b^-1 * a^-1", + "c * b * c * b * c^-1 * b^-1 * c^-1 * b^-1", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 48, + "order2": 48, + "order3": 54, + "index": 0, + "presentation_length": 45, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$B_{2}(3)$": 19 + }, + { + "$\\textrm{Alt}_{9}$": 3 + }, + { + "$C_{3}(2)$": 3 + }, + { + "$\\textrm{Alt}_{10}$": 6 + }, + { + "${}^2A_{3}(9)$": 17 + }, + { + "$A_{3}(3)$": 28 + }, + { + "${}^2A_{4}(4)$": 40 + }, + { + "$\\textrm{Alt}_{11}$": 6 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{48,54,54}_0", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b^-1 * a^-1 * b^-1 * a^-1", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 48, + "order2": 54, + "order3": 54, + "index": 0, + "presentation_length": 57, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$B_{2}(3)$": 8 + }, + { + "$\\textrm{Alt}_{9}$": 6 + }, + { + "$\\textrm{Alt}_{10}$": 2 + }, + { + "${}^2A_{3}(9)$": 9 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "$A_{3}(3)$": 11 + }, + { + "${}^2A_{4}(4)$": 25 + }, + { + "$\\textrm{Alt}_{11}$": 4 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{48,54,54}_2", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b^-1 * a^-1 * b^-1 * a^-1", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 48, + "order2": 54, + "order3": 54, + "index": 2, + "presentation_length": 57, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": true, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$B_{2}(3)$": 10 + }, + { + "$\\textrm{Alt}_{9}$": 9 + }, + { + "$C_{3}(2)$": 6 + }, + { + "$\\textrm{Alt}_{10}$": 22 + }, + { + "${}^2A_{3}(9)$": 14 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "$A_{3}(3)$": 36 + }, + { + "${}^2A_{4}(4)$": 28 + }, + { + "$\\textrm{Alt}_{11}$": 20 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{48,54,54}_8", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b * a * b^-1 * a^-1 * b^-1 * a^-1", + "b * c * b^-1 * c^-1 * b^-1 * c * b * c^-1", + "b * c * b^-1 * c * b * c * b^-1 * c * b * c * b^-1 * c", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 48, + "order2": 54, + "order3": 54, + "index": 8, + "presentation_length": 57, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$B_{2}(3)$": 18 + }, + { + "$\\textrm{Alt}_{9}$": 14 + }, + { + "$\\textrm{Alt}_{10}$": 1 + }, + { + "${}^2A_{3}(9)$": 15 + }, + { + "${}^2A_{2}(64)$": 2 + }, + { + "$A_{3}(3)$": 19 + }, + { + "${}^2A_{4}(4)$": 52 + }, + { + "$\\textrm{Alt}_{11}$": 1 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 4, + 9, + 10, + 11, + 12, + 13, + 15, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{54,54,54}_0", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b^-1 * a * b * a^-1", + "b * a * b^-1 * a * b * a * b^-1 * a * b * a * b^-1 * a", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "a * c * a^-1 * c^-1 * a^-1 * c * a * c^-1", + "a * c * a^-1 * c * a * c * a^-1 * c * a * c * a^-1 * c" + ], + "order1": 54, + "order2": 54, + "order3": 54, + "index": 0, + "presentation_length": 69, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$\\textrm{Alt}_{9}$": 6 + }, + { + "${}^2A_{4}(4)$": 10 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 9, + 19, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + }, + { + "name": "$G^{54,54,54}_2", + "half_girth_type": [ + 4, + 4, + 4 + ], + "generators": [ + "a", + "b", + "c" + ], + "relations": [ + "a^3", + "b^3", + "c^3", + "b * a * b^-1 * a^-1 * b^-1 * a * b * a^-1", + "b * a * b^-1 * a * b * a * b^-1 * a * b * a * b^-1 * a", + "c * b * c^-1 * b^-1 * c^-1 * b * c * b^-1", + "c * b * c^-1 * b * c * b * c^-1 * b * c * b * c^-1 * b", + "c * a * c^-1 * a^-1 * c^-1 * a * c * a^-1", + "c * a * c^-1 * a * c * a * c^-1 * a * c * a * c^-1 * a" + ], + "order1": 54, + "order2": 54, + "order3": 54, + "index": 2, + "presentation_length": 69, + "hyperbolic": true, + "witnesses_non_hyperbolictity": null, + "virtually_torsion_free": null, + "Kazdhdan_property_T": false, + "abelianization_dimension": 3, + "L2_quotients": [ + "" + ], + "quotients": [ + { + "$A_{2}(3)$": 2 + }, + { + "$B_{2}(3)$": 8 + }, + { + "$\\textrm{Alt}_{9}$": 24 + }, + { + "${}^2A_{3}(9)$": 9 + }, + { + "$A_{3}(3)$": 13 + }, + { + "${}^2A_{4}(4)$": 41 + }, + { + "$A_{2}(9)$": 3 + } + ], + "alternating_quotients": [ + 3, + 9, + 12, + 15, + 18, + 19, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "maximal_degree_alternating_quotients": 40 + } +] From 3951857acc2cac9690eebda8604e23c304c531a0 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Mon, 24 Jan 2022 12:25:40 +0100 Subject: [PATCH 13/19] sanitize group names --- data/smallhyperbolicgrp.jl | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/data/smallhyperbolicgrp.jl b/data/smallhyperbolicgrp.jl index 4a376aa..0b309ad 100644 --- a/data/smallhyperbolicgrp.jl +++ b/data/smallhyperbolicgrp.jl @@ -22,7 +22,7 @@ _name(G) = "G_$(G.order1)_$(G.order2)_$(G.order3)_$(G.index)" name(G::TriangleGrp) = _name(G) grp_name(nt::NamedTuple) = _name(nt) -latex_name(G::TriangleGrp) = "\$G^{$(G.order1),$(G.order2),$(G.order3)}_$(G.index)" +latex_name(G::TriangleGrp) = "G^{$(G.order1),$(G.order2),$(G.order3)}_$(G.index)" function _ishyperbolic(half_girth_type, nt::NamedTuple) a, b, c = half_girth_type @@ -46,10 +46,27 @@ function _ishyperbolic(half_girth_type, nt::NamedTuple) end end +function _sanitize_group_name(s::AbstractString) + s = replace(s, '$'=>"") + s = replace(s, "\\infty"=>"inf") + s = replace(s, r"\\textrm{(.*?)}"=>s"\1") + s = replace(s, r"(Alt)_{(\d+)}"=>s"\1(\2)") + s = replace(s, "_{}"=>"") + return s +end + function TriangleGrp(half_girth_type::NTuple{3,Int}, generators, relations, nt::NamedTuple) # @assert fieldnames(SmallHyperbolicGrp) == propertynames(nt) hyperbolic, witness = _ishyperbolic(half_girth_type, nt) + l2_quotients = let v = _sanitize_group_name.(parse_vec(String, nt.L2_quotients)) + if isempty(v) || (length(v)==1 && isempty(first(v))) + Vector{String}() + else + String.(v) + end + end + TriangleGrp( half_girth_type, convert(Vector{String}, generators), @@ -64,8 +81,8 @@ function TriangleGrp(half_girth_type::NTuple{3,Int}, generators, relations, nt:: _tf_missing(nt.virtually_torsion_free), _tf_missing(nt.Kazhdan), convert(Int, nt.abelianization_dimension), - parse_vec(String, nt.L2_quotients), - [Pair(p...) for p in parse_vec(Tuple{String,Int}, nt.quotients)], + l2_quotients, + [Pair(_sanitize_group_name(p[1]), p[2]) for p in parse_vec(Tuple{String,Int}, nt.quotients)], parse_vec(Int, nt.alternating_quotients), convert(Int, nt.maximal_order_for_alternating_quotients), ) From f2eb4962f301bfc5e1351ae4cd5533a01dca3c4b Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Mon, 24 Jan 2022 12:42:48 +0100 Subject: [PATCH 14/19] add utf8 pretty printing --- data/smallhyperbolicgrp.jl | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/data/smallhyperbolicgrp.jl b/data/smallhyperbolicgrp.jl index 0b309ad..8a3be36 100644 --- a/data/smallhyperbolicgrp.jl +++ b/data/smallhyperbolicgrp.jl @@ -94,10 +94,46 @@ import JSON.Serializations: CommonSerialization, StandardSerialization import JSON.Writer: StructuralContext, show_json struct TriangleGrpSerialization <: CommonSerialization end +function subscriptify(n::Integer) + n, sgn = abs(n), sign(n) + # Char(0x2080) == '₀' + s = join(Char(0x2080+d) for d in reverse(digits(n))) + return sgn >= 0 ? s : "₋"*s +end + +function superscriptify(n::Integer) + n, sgn = abs(n), sign(n); + # (Char(0x2070), '¹', '²', '³', [Char(0x2070+i) for i in 4:9]...) + dgts = ('⁰', '¹', '²', '³', '⁴', '⁵', '⁶', '⁷', '⁸', '⁹') + s = join(dgts[d+1] for d in reverse(digits(n))) + return sgn >= 0 ? s : "⁻"*s +end + +function _to_utf8(s::AbstractString) + s = _sanitize_group_name(s) + while (m = match(r"(_{(-?\d+)}|_(\d))", s)) !== nothing + n = parse(Int, something(m[2], m[3])) + s = replace(s, m[1]=>subscriptify(n)) + end + while (m = match(r"(\^{(-?\d+)}|\^(\d))", s)) !== nothing + n = parse(Int, something(m[2], m[3])) + s = replace(s, m[1]=>superscriptify(n)) + end + if (m = match(r"G(\^{(\d+),(\d+),(\d+)})", s)) !== nothing + i,j,k = superscriptify.(parse.(Int, (m[2], m[3], m[4]))) + s = replace(s, m[1] => "$(i)'$(j)'$(k)") + end + s = replace(s, "{}"=>"") + return s +end + function show_json(io::StructuralContext, ::TriangleGrpSerialization, G::TriangleGrp) D = DataStructures.OrderedDict{Symbol,Any}(:name => latex_name(G)) + D[:name_uft8] = _to_utf8(D[:name]) for fname in fieldnames(TriangleGrp) D[fname] = getfield(G, fname) end + D[:L2_quotients_utf8] = _to_utf8.(D[:L2_quotients]) + D[:quotients_utf8] = [Pair(_to_utf8(k), v) for (k,v) in D[:quotients]] return show_json(io, StandardSerialization(), D) end From 450e1244cb1f66d6ebd111c8cbdd2a637778aec2 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Mon, 24 Jan 2022 12:46:11 +0100 Subject: [PATCH 15/19] update json --- data/smallhyperbolicgrp.jl | 2 +- data/triangle_groups.json | 6709 ++++++++++++++++++++++++++---------- 2 files changed, 4847 insertions(+), 1864 deletions(-) diff --git a/data/smallhyperbolicgrp.jl b/data/smallhyperbolicgrp.jl index 8a3be36..76ce4f3 100644 --- a/data/smallhyperbolicgrp.jl +++ b/data/smallhyperbolicgrp.jl @@ -129,7 +129,7 @@ end function show_json(io::StructuralContext, ::TriangleGrpSerialization, G::TriangleGrp) D = DataStructures.OrderedDict{Symbol,Any}(:name => latex_name(G)) - D[:name_uft8] = _to_utf8(D[:name]) + D[:name_utf8] = _to_utf8(D[:name]) for fname in fieldnames(TriangleGrp) D[fname] = getfield(G, fname) end diff --git a/data/triangle_groups.json b/data/triangle_groups.json index 97e3bb2..69a57c1 100644 --- a/data/triangle_groups.json +++ b/data/triangle_groups.json @@ -1,6 +1,7 @@ [ { - "name": "$G^{6,40,40}_0", + "name": "G^{6,40,40}_0", + "name_utf8": "G⁶'⁴⁰'⁴⁰₀", "half_girth_type": [ 2, 4, @@ -34,25 +35,33 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{7}$": 2 + "Alt(7)": 2 }, { - "$B_{2}(3)$": 1 + "B_{2}(3)": 1 } ], "alternating_quotients": [ 5, 7 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(7)": 2 + }, + { + "B₂(3)": 1 + } + ] }, { - "name": "$G^{6,40,48}_0", + "name": "G^{6,40,48}_0", + "name_utf8": "G⁶'⁴⁰'⁴⁸₀", "half_girth_type": [ 2, 4, @@ -90,10 +99,10 @@ ], "quotients": [ { - "$B_{2}(3)$": 3 + "B_{2}(3)": 3 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 } ], "alternating_quotients": [ @@ -101,10 +110,22 @@ 5, 6 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [ + "L₂(3²)" + ], + "quotients_utf8": [ + { + "B₂(3)": 3 + }, + { + "A₃(3)": 1 + } + ] }, { - "name": "$G^{6,40,54}_0", + "name": "G^{6,40,54}_0", + "name_utf8": "G⁶'⁴⁰'⁵⁴₀", "half_girth_type": [ 2, 4, @@ -138,18 +159,16 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{Alt}_{10}$": 4 + "Alt(10)": 4 }, { - "${}^2A_{4}(4)$": 1 + "{}^2A_{4}(4)": 1 } ], "alternating_quotients": [ @@ -160,10 +179,23 @@ 20, 25 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 2 + }, + { + "Alt(10)": 4 + }, + { + "²A₄(4)": 1 + } + ] }, { - "name": "$G^{6,40,54}_2", + "name": "G^{6,40,54}_2", + "name_utf8": "G⁶'⁴⁰'⁵⁴₂", "half_girth_type": [ 2, 4, @@ -197,18 +229,16 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{9}$": 2 + "Alt(9)": 2 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 } ], "alternating_quotients": [ @@ -216,10 +246,23 @@ 5, 9 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(9)": 2 + }, + { + "²A₃(9)": 1 + }, + { + "A₃(3)": 1 + } + ] }, { - "name": "$G^{6,48,48}_0", + "name": "G^{6,48,48}_0", + "name_utf8": "G⁶'⁴⁸'⁴⁸₀", "half_girth_type": [ 2, 4, @@ -251,28 +294,39 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 1 + "B_{2}(3)": 1 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 } ], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 1 + }, + { + "²A₃(9)": 1 + }, + { + "A₃(3)": 1 + } + ] }, { - "name": "$G^{6,48,54}_0", + "name": "G^{6,48,54}_0", + "name_utf8": "G⁶'⁴⁸'⁵⁴₀", "half_girth_type": [ 2, 4, @@ -305,18 +359,16 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "$\\textrm{Alt}_{11}$": 2 + "Alt(11)": 2 } ], "alternating_quotients": [ @@ -337,10 +389,23 @@ 27, 28 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 2 + }, + { + "Alt(10)": 1 + }, + { + "Alt(11)": 2 + } + ] }, { - "name": "$G^{6,48,54}_2", + "name": "G^{6,48,54}_2", + "name_utf8": "G⁶'⁴⁸'⁵⁴₂", "half_girth_type": [ 2, 4, @@ -373,28 +438,39 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 }, { - "${}^2A_{4}(4)$": 1 + "{}^2A_{4}(4)": 1 } ], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "²A₃(9)": 1 + }, + { + "A₃(3)": 1 + }, + { + "²A₄(4)": 1 + } + ] }, { - "name": "$G^{6,54,54}_0", + "name": "G^{6,54,54}_0", + "name_utf8": "G⁶'⁵⁴'⁵⁴₀", "half_girth_type": [ 2, 4, @@ -428,15 +504,13 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{9}$": 2 + "Alt(9)": 2 }, { - "${}^2A_{4}(4)$": 2 + "{}^2A_{4}(4)": 2 } ], "alternating_quotients": [ @@ -444,10 +518,20 @@ 9, 27 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(9)": 2 + }, + { + "²A₄(4)": 2 + } + ] }, { - "name": "$G^{6,54,54}_2", + "name": "G^{6,54,54}_2", + "name_utf8": "G⁶'⁵⁴'⁵⁴₂", "half_girth_type": [ 2, 4, @@ -481,21 +565,19 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{9}$": 2 + "Alt(9)": 2 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 }, { - "${}^2A_{4}(4)$": 1 + "{}^2A_{4}(4)": 1 } ], "alternating_quotients": [ @@ -508,10 +590,26 @@ 24, 27 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(9)": 2 + }, + { + "²A₃(9)": 1 + }, + { + "A₃(3)": 1 + }, + { + "²A₄(4)": 1 + } + ] }, { - "name": "$G^{6,54,54}_8", + "name": "G^{6,54,54}_8", + "name_utf8": "G⁶'⁵⁴'⁵⁴₈", "half_girth_type": [ 2, 4, @@ -545,15 +643,13 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{Alt}_{9}$": 4 + "Alt(9)": 4 } ], "alternating_quotients": [ @@ -565,10 +661,20 @@ 24, 27 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 2 + }, + { + "Alt(9)": 4 + } + ] }, { - "name": "$G^{8,40,40}_0", + "name": "G^{8,40,40}_0", + "name_utf8": "G⁸'⁴⁰'⁴⁰₀", "half_girth_type": [ 2, 4, @@ -603,23 +709,23 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 0, "L2_quotients": [ - "L_2(\\infty^4)" + "L_2(inf^4)" ], "quotients": [ { - "$B_{2}(3)$": 1 + "B_{2}(3)": 1 }, { - "$C_{2}(4)$": 2 + "C_{2}(4)": 2 }, { - "$\\textrm{Alt}_{10}$": 2 + "Alt(10)": 2 }, { - "$B_{2}(5)$": 5 + "B_{2}(5)": 5 }, { - "$\\textrm{Alt}_{11}$": 2 + "Alt(11)": 2 } ], "alternating_quotients": [ @@ -633,10 +739,31 @@ 25, 26 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [ + "L₂(inf⁴)" + ], + "quotients_utf8": [ + { + "B₂(3)": 1 + }, + { + "C₂(4)": 2 + }, + { + "Alt(10)": 2 + }, + { + "B₂(5)": 5 + }, + { + "Alt(11)": 2 + } + ] }, { - "name": "$G^{8,40,48}_0", + "name": "G^{8,40,48}_0", + "name_utf8": "G⁸'⁴⁰'⁴⁸₀", "half_girth_type": [ 2, 4, @@ -671,17 +798,26 @@ ], "quotients": [ { - "$B_{2}(5)$": 4 + "B_{2}(5)": 4 } ], "alternating_quotients": [ 5, 6 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [ + "L₂(3²)" + ], + "quotients_utf8": [ + { + "B₂(5)": 4 + } + ] }, { - "name": "$G^{8,40,54}_0", + "name": "G^{8,40,54}_0", + "name_utf8": "G⁸'⁴⁰'⁵⁴₀", "half_girth_type": [ 2, 4, @@ -717,19 +853,31 @@ ], "quotients": [ { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{M}_{12}$": 4 + "M_{12}": 4 } ], "alternating_quotients": [ 6 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [ + "L₂(3²)" + ], + "quotients_utf8": [ + { + "B₂(3)": 2 + }, + { + "M₁₂": 4 + } + ] }, { - "name": "$G^{8,40,54}_2", + "name": "G^{8,40,54}_2", + "name_utf8": "G⁸'⁴⁰'⁵⁴₂", "half_girth_type": [ 2, 4, @@ -768,19 +916,19 @@ ], "quotients": [ { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{M}_{12}$": 4 + "M_{12}": 4 }, { - "$\\textrm{Alt}_{10}$": 3 + "Alt(10)": 3 }, { - "$A_{3}(3)$": 2 + "A_{3}(3)": 2 }, { - "${}^2A_{4}(4)$": 1 + "{}^2A_{4}(4)": 1 } ], "alternating_quotients": [ @@ -794,10 +942,31 @@ 27, 28 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [ + "L₂(3²)" + ], + "quotients_utf8": [ + { + "B₂(3)": 2 + }, + { + "M₁₂": 4 + }, + { + "Alt(10)": 3 + }, + { + "A₃(3)": 2 + }, + { + "²A₄(4)": 1 + } + ] }, { - "name": "$G^{8,48,48}_0", + "name": "G^{8,48,48}_0", + "name_utf8": "G⁸'⁴⁸'⁴⁸₀", "half_girth_type": [ 2, 4, @@ -826,18 +995,16 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 3 + "B_{2}(3)": 3 }, { - "$C_{3}(2)$": 4 + "C_{3}(2)": 4 }, { - "$\\textrm{Alt}_{11}$": 1 + "Alt(11)": 1 } ], "alternating_quotients": [ @@ -849,10 +1016,23 @@ 25, 28 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 3 + }, + { + "C₃(2)": 4 + }, + { + "Alt(11)": 1 + } + ] }, { - "name": "$G^{8,48,48}_1", + "name": "G^{8,48,48}_1", + "name_utf8": "G⁸'⁴⁸'⁴⁸₁", "half_girth_type": [ 2, 4, @@ -884,24 +1064,22 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 }, { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$C_{3}(2)$": 1 + "C_{3}(2)": 1 }, { - "$B_{2}(5)$": 3 + "B_{2}(5)": 3 }, { - "$\\textrm{Alt}_{11}$": 1 + "Alt(11)": 1 } ], "alternating_quotients": [ @@ -919,10 +1097,29 @@ 27, 28 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(7)": 1 + }, + { + "B₂(3)": 2 + }, + { + "C₃(2)": 1 + }, + { + "B₂(5)": 3 + }, + { + "Alt(11)": 1 + } + ] }, { - "name": "$G^{8,48,54}_0", + "name": "G^{8,48,54}_0", + "name_utf8": "G⁸'⁴⁸'⁵⁴₀", "half_girth_type": [ 2, 4, @@ -952,15 +1149,13 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{Alt}_{9}$": 1 + "Alt(9)": 1 } ], "alternating_quotients": [ @@ -968,10 +1163,20 @@ 4, 9 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 2 + }, + { + "Alt(9)": 1 + } + ] }, { - "name": "$G^{8,48,54}_2", + "name": "G^{8,48,54}_2", + "name_utf8": "G⁸'⁴⁸'⁵⁴₂", "half_girth_type": [ 2, 4, @@ -1001,21 +1206,19 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$C_{3}(2)$": 1 + "C_{3}(2)": 1 }, { - "$\\textrm{Alt}_{10}$": 2 + "Alt(10)": 2 }, { - "${}^2A_{4}(4)$": 1 + "{}^2A_{4}(4)": 1 } ], "alternating_quotients": [ @@ -1027,10 +1230,26 @@ 26, 28 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 2 + }, + { + "C₃(2)": 1 + }, + { + "Alt(10)": 2 + }, + { + "²A₄(4)": 1 + } + ] }, { - "name": "$G^{8,54,54}_0", + "name": "G^{8,54,54}_0", + "name_utf8": "G⁸'⁵⁴'⁵⁴₀", "half_girth_type": [ 2, 4, @@ -1061,18 +1280,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{8,54,54}_2", + "name": "G^{8,54,54}_2", + "name_utf8": "G⁸'⁵⁴'⁵⁴₂", "half_girth_type": [ 2, 4, @@ -1106,33 +1326,31 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{Alt}_{9}$": 2 + "Alt(9)": 2 }, { - "$C_{3}(2)$": 4 + "C_{3}(2)": 4 }, { - "$\\textrm{Alt}_{10}$": 12 + "Alt(10)": 12 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$A_{3}(3)$": 5 + "A_{3}(3)": 5 }, { - "${}^2A_{4}(4)$": 1 + "{}^2A_{4}(4)": 1 }, { - "$\\textrm{Alt}_{11}$": 4 + "Alt(11)": 4 } ], "alternating_quotients": [ @@ -1158,10 +1376,38 @@ 27, 28 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 2 + }, + { + "Alt(9)": 2 + }, + { + "C₃(2)": 4 + }, + { + "Alt(10)": 12 + }, + { + "²A₃(9)": 1 + }, + { + "A₃(3)": 5 + }, + { + "²A₄(4)": 1 + }, + { + "Alt(11)": 4 + } + ] }, { - "name": "$G^{8,54,54}_8", + "name": "G^{8,54,54}_8", + "name_utf8": "G⁸'⁵⁴'⁵⁴₈", "half_girth_type": [ 2, 4, @@ -1195,15 +1441,13 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{Alt}_{9}$": 2 + "Alt(9)": 2 } ], "alternating_quotients": [ @@ -1214,10 +1458,20 @@ 27, 28 ], - "maximal_degree_alternating_quotients": 28 + "maximal_degree_alternating_quotients": 28, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 2 + }, + { + "Alt(9)": 2 + } + ] }, { - "name": "$G^{14,14,14}_0", + "name": "G^{14,14,14}_0", + "name_utf8": "G¹⁴'¹⁴'¹⁴₀", "half_girth_type": [ 3, 3, @@ -1251,17 +1505,29 @@ ], "quotients": [ { - "${}^2A_{2}(9)$": 1 + "{}^2A_{2}(9)": 1 }, { - "${}^2A_{2}(25)$": 1 + "{}^2A_{2}(25)": 1 } ], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(7)" + ], + "quotients_utf8": [ + { + "²A₂(9)": 1 + }, + { + "²A₂(25)": 1 + } + ] }, { - "name": "$G^{14,14,14}_1", + "name": "G^{14,14,14}_1", + "name_utf8": "G¹⁴'¹⁴'¹⁴₁", "half_girth_type": [ 3, 3, @@ -1293,17 +1559,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": true, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,14,14}_2", + "name": "G^{14,14,14}_2", + "name_utf8": "G¹⁴'¹⁴'¹⁴₂", "half_girth_type": [ 3, 3, @@ -1335,21 +1602,26 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": true, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 } ], "alternating_quotients": [ 7 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(7)": 1 + } + ] }, { - "name": "$G^{14,14,14}_6", + "name": "G^{14,14,14}_6", + "name_utf8": "G¹⁴'¹⁴'¹⁴₆", "half_girth_type": [ 3, 3, @@ -1381,21 +1653,26 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": true, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(8)$": 2 + "A_{2}(8)": 2 } ], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(8)": 2 + } + ] }, { - "name": "$G^{14,14,16}_0", + "name": "G^{14,14,16}_0", + "name_utf8": "G¹⁴'¹⁴'¹⁶₀", "half_girth_type": [ 3, 3, @@ -1432,17 +1709,26 @@ ], "quotients": [ { - "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 1 + "Alt(8) or A_{2}(4)": 1 } ], "alternating_quotients": [ 3, 8 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(7)" + ], + "quotients_utf8": [ + { + "Alt(8) or A₂(4)": 1 + } + ] }, { - "name": "$G^{14,14,16}_1", + "name": "G^{14,14,16}_1", + "name_utf8": "G¹⁴'¹⁴'¹⁶₁", "half_girth_type": [ 3, 3, @@ -1479,10 +1765,15 @@ ], "quotients": [], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(7)" + ], + "quotients_utf8": [] }, { - "name": "$G^{14,14,16}_4", + "name": "G^{14,14,16}_4", + "name_utf8": "G¹⁴'¹⁴'¹⁶₄", "half_girth_type": [ 3, 3, @@ -1514,15 +1805,16 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,14,16}_5", + "name": "G^{14,14,16}_5", + "name_utf8": "G¹⁴'¹⁴'¹⁶₅", "half_girth_type": [ 3, 3, @@ -1554,17 +1846,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,14,18}_0", + "name": "G^{14,14,18}_0", + "name_utf8": "G¹⁴'¹⁴'¹⁸₀", "half_girth_type": [ 3, 3, @@ -1597,21 +1890,26 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "${}^2A_{2}(9)$": 1 + "{}^2A_{2}(9)": 1 } ], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "²A₂(9)": 1 + } + ] }, { - "name": "$G^{14,14,18}_4", + "name": "G^{14,14,18}_4", + "name_utf8": "G¹⁴'¹⁴'¹⁸₄", "half_girth_type": [ 3, 3, @@ -1644,17 +1942,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,14,24}_0", + "name": "G^{14,14,24}_0", + "name_utf8": "G¹⁴'¹⁴'²⁴₀", "half_girth_type": [ 3, 3, @@ -1691,10 +1990,15 @@ "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(7)" + ], + "quotients_utf8": [] }, { - "name": "$G^{14,14,24}_1", + "name": "G^{14,14,24}_1", + "name_utf8": "G¹⁴'¹⁴'²⁴₁", "half_girth_type": [ 3, 3, @@ -1732,20 +2036,32 @@ ], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 }, { - "${}^2A_{2}(25)$": 1 + "{}^2A_{2}(25)": 1 } ], "alternating_quotients": [ 3, 7 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(7)" + ], + "quotients_utf8": [ + { + "Alt(7)": 1 + }, + { + "²A₂(25)": 1 + } + ] }, { - "name": "$G^{14,14,24}_4", + "name": "G^{14,14,24}_4", + "name_utf8": "G¹⁴'¹⁴'²⁴₄", "half_girth_type": [ 3, 3, @@ -1778,25 +2094,33 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 1 + "Alt(8) or A_{2}(4)": 1 }, { - "$\\textrm{M}_{22}$": 1 + "M_{22}": 1 } ], "alternating_quotients": [ 3, 8 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(8) or A₂(4)": 1 + }, + { + "M₂₂": 1 + } + ] }, { - "name": "$G^{14,14,24}_5", + "name": "G^{14,14,24}_5", + "name_utf8": "G¹⁴'¹⁴'²⁴₅", "half_girth_type": [ 3, 3, @@ -1829,22 +2153,27 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 } ], "alternating_quotients": [ 3, 7 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(7)": 1 + } + ] }, { - "name": "$G^{14,14,26}_0", + "name": "G^{14,14,26}_0", + "name_utf8": "G¹⁴'¹⁴'²⁶₀", "half_girth_type": [ 3, 3, @@ -1874,17 +2203,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,14,26}_1", + "name": "G^{14,14,26}_1", + "name_utf8": "G¹⁴'¹⁴'²⁶₁", "half_girth_type": [ 3, 3, @@ -1917,21 +2247,26 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(9)$": 1 + "A_{2}(9)": 1 } ], "alternating_quotients": [ 14 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(9)": 1 + } + ] }, { - "name": "$G^{14,14,26}_3", + "name": "G^{14,14,26}_3", + "name_utf8": "G¹⁴'¹⁴'²⁶₃", "half_girth_type": [ 3, 3, @@ -1964,15 +2299,16 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,14,26}_4", + "name": "G^{14,14,26}_4", + "name_utf8": "G¹⁴'¹⁴'²⁶₄", "half_girth_type": [ 3, 3, @@ -2005,15 +2341,16 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,14,26}_5", + "name": "G^{14,14,26}_5", + "name_utf8": "G¹⁴'¹⁴'²⁶₅", "half_girth_type": [ 3, 3, @@ -2046,17 +2383,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,14,26}_7", + "name": "G^{14,14,26}_7", + "name_utf8": "G¹⁴'¹⁴'²⁶₇", "half_girth_type": [ 3, 3, @@ -2089,17 +2427,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,16,16}_0", + "name": "G^{14,16,16}_0", + "name_utf8": "G¹⁴'¹⁶'¹⁶₀", "half_girth_type": [ 3, 3, @@ -2136,10 +2475,15 @@ ], "quotients": [], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(7)" + ], + "quotients_utf8": [] }, { - "name": "$G^{14,16,16}_1", + "name": "G^{14,16,16}_1", + "name_utf8": "G¹⁴'¹⁶'¹⁶₁", "half_girth_type": [ 3, 3, @@ -2171,18 +2515,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,16,18}_0", + "name": "G^{14,16,18}_0", + "name_utf8": "G¹⁴'¹⁶'¹⁸₀", "half_girth_type": [ 3, 3, @@ -2215,17 +2560,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,16,24}_0", + "name": "G^{14,16,24}_0", + "name_utf8": "G¹⁴'¹⁶'²⁴₀", "half_girth_type": [ 3, 3, @@ -2262,10 +2608,15 @@ "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(7)" + ], + "quotients_utf8": [] }, { - "name": "$G^{14,16,24}_1", + "name": "G^{14,16,24}_1", + "name_utf8": "G¹⁴'¹⁶'²⁴₁", "half_girth_type": [ 3, 3, @@ -2295,18 +2646,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,16,26}_0", + "name": "G^{14,16,26}_0", + "name_utf8": "G¹⁴'¹⁶'²⁶₀", "half_girth_type": [ 3, 3, @@ -2336,15 +2688,16 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,16,26}_1", + "name": "G^{14,16,26}_1", + "name_utf8": "G¹⁴'¹⁶'²⁶₁", "half_girth_type": [ 3, 3, @@ -2374,17 +2727,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,16,26}_3", + "name": "G^{14,16,26}_3", + "name_utf8": "G¹⁴'¹⁶'²⁶₃", "half_girth_type": [ 3, 3, @@ -2414,17 +2768,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,16,26}_7", + "name": "G^{14,16,26}_7", + "name_utf8": "G¹⁴'¹⁶'²⁶₇", "half_girth_type": [ 3, 3, @@ -2454,15 +2809,16 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,18,18}_0", + "name": "G^{14,18,18}_0", + "name_utf8": "G¹⁴'¹⁸'¹⁸₀", "half_girth_type": [ 3, 3, @@ -2496,17 +2852,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,18,24}_0", + "name": "G^{14,18,24}_0", + "name_utf8": "G¹⁴'¹⁸'²⁴₀", "half_girth_type": [ 3, 3, @@ -2540,17 +2897,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,18,26}_0", + "name": "G^{14,18,26}_0", + "name_utf8": "G¹⁴'¹⁸'²⁶₀", "half_girth_type": [ 3, 3, @@ -2584,17 +2942,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,18,26}_3", + "name": "G^{14,18,26}_3", + "name_utf8": "G¹⁴'¹⁸'²⁶₃", "half_girth_type": [ 3, 3, @@ -2628,17 +2987,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,24,24}_0", + "name": "G^{14,24,24}_0", + "name_utf8": "G¹⁴'²⁴'²⁴₀", "half_girth_type": [ 3, 3, @@ -2677,16 +3037,16 @@ ], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 }, { - "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 1 + "Alt(8) or A_{2}(4)": 1 }, { - "$\\textrm{J}_{2}$": 1 + "J_{2}": 1 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 } ], "alternating_quotients": [ @@ -2700,10 +3060,28 @@ 35, 36 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(7)" + ], + "quotients_utf8": [ + { + "Alt(7)": 1 + }, + { + "Alt(8) or A₂(4)": 1 + }, + { + "J₂": 1 + }, + { + "²A₃(9)": 1 + } + ] }, { - "name": "$G^{14,24,24}_1", + "name": "G^{14,24,24}_1", + "name_utf8": "G¹⁴'²⁴'²⁴₁", "half_girth_type": [ 3, 3, @@ -2734,18 +3112,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,24,26}_0", + "name": "G^{14,24,26}_0", + "name_utf8": "G¹⁴'²⁴'²⁶₀", "half_girth_type": [ 3, 3, @@ -2779,17 +3158,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,24,26}_1", + "name": "G^{14,24,26}_1", + "name_utf8": "G¹⁴'²⁴'²⁶₁", "half_girth_type": [ 3, 3, @@ -2820,17 +3200,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,24,26}_3", + "name": "G^{14,24,26}_3", + "name_utf8": "G¹⁴'²⁴'²⁶₃", "half_girth_type": [ 3, 3, @@ -2861,17 +3242,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,24,26}_7", + "name": "G^{14,24,26}_7", + "name_utf8": "G¹⁴'²⁴'²⁶₇", "half_girth_type": [ 3, 3, @@ -2905,17 +3287,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,26,26}_0", + "name": "G^{14,26,26}_0", + "name_utf8": "G¹⁴'²⁶'²⁶₀", "half_girth_type": [ 3, 3, @@ -2949,15 +3332,16 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,26,26}_1", + "name": "G^{14,26,26}_1", + "name_utf8": "G¹⁴'²⁶'²⁶₁", "half_girth_type": [ 3, 3, @@ -2988,17 +3372,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,26,26}_3", + "name": "G^{14,26,26}_3", + "name_utf8": "G¹⁴'²⁶'²⁶₃", "half_girth_type": [ 3, 3, @@ -3029,17 +3414,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,26,26}_4", + "name": "G^{14,26,26}_4", + "name_utf8": "G¹⁴'²⁶'²⁶₄", "half_girth_type": [ 3, 3, @@ -3070,17 +3456,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,26,26}_5", + "name": "G^{14,26,26}_5", + "name_utf8": "G¹⁴'²⁶'²⁶₅", "half_girth_type": [ 3, 3, @@ -3114,17 +3501,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 14 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,26,26}_15", + "name": "G^{14,26,26}_15", + "name_utf8": "G¹⁴'²⁶'²⁶₁5", "half_girth_type": [ 3, 3, @@ -3158,17 +3546,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 13 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{16,16,16}_0", + "name": "G^{16,16,16}_0", + "name_utf8": "G¹⁶'¹⁶'¹⁶₀", "half_girth_type": [ 3, 3, @@ -3200,34 +3589,51 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "${}^2A_{2}(9)$": 1 + "{}^2A_{2}(9)": 1 }, { - "$\\textrm{J}_{2}$": 1 + "J_{2}": 1 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "$A_{2}(9)$": 1 + "A_{2}(9)": 1 }, { - "${}^2A_{2}(81)$": 2 + "{}^2A_{2}(81)": 2 } ], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "²A₂(9)": 1 + }, + { + "J₂": 1 + }, + { + "²A₂(64)": 2 + }, + { + "A₂(9)": 1 + }, + { + "²A₂(81)": 2 + } + ] }, { - "name": "$G^{16,16,16}_1", + "name": "G^{16,16,16}_1", + "name_utf8": "G¹⁶'¹⁶'¹⁶₁", "half_girth_type": [ 3, 3, @@ -3259,28 +3665,39 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 1 + "A_{2}(3)": 1 }, { - "${}^2A_{2}(9)$": 2 + "{}^2A_{2}(9)": 2 }, { - "${}^2A_{2}(81)$": 2 + "{}^2A_{2}(81)": 2 } ], "alternating_quotients": [ 5, 29 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 1 + }, + { + "²A₂(9)": 2 + }, + { + "²A₂(81)": 2 + } + ] }, { - "name": "$G^{16,16,18}_0", + "name": "G^{16,16,18}_0", + "name_utf8": "G¹⁶'¹⁶'¹⁸₀", "half_girth_type": [ 3, 3, @@ -3313,25 +3730,33 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{16,16,24}_0", + "name": "G^{16,16,24}_0", + "name_utf8": "G¹⁶'¹⁶'²⁴₀", "half_girth_type": [ 3, 3, @@ -3361,15 +3786,13 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "$A_{4}(2)$": 1 + "A_{4}(2)": 1 } ], "alternating_quotients": [ @@ -3379,10 +3802,20 @@ 34, 36 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(10)": 1 + }, + { + "A₄(2)": 1 + } + ] }, { - "name": "$G^{16,16,24}_1", + "name": "G^{16,16,24}_1", + "name_utf8": "G¹⁶'¹⁶'²⁴₁", "half_girth_type": [ 3, 3, @@ -3415,15 +3848,13 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{9}$": 1 + "Alt(9)": 1 }, { - "$\\textrm{HS}_{}$": 1 + "HS": 1 } ], "alternating_quotients": [ @@ -3436,10 +3867,20 @@ 33, 34 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(9)": 1 + }, + { + "HS": 1 + } + ] }, { - "name": "$G^{16,16,26}_0", + "name": "G^{16,16,26}_0", + "name_utf8": "G¹⁶'¹⁶'²⁶₀", "half_girth_type": [ 3, 3, @@ -3469,18 +3910,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{16,16,26}_1", + "name": "G^{16,16,26}_1", + "name_utf8": "G¹⁶'¹⁶'²⁶₁", "half_girth_type": [ 3, 3, @@ -3521,10 +3963,15 @@ 16, 30 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(13)" + ], + "quotients_utf8": [] }, { - "name": "$G^{16,18,18}_0", + "name": "G^{16,18,18}_0", + "name_utf8": "G¹⁶'¹⁸'¹⁸₀", "half_girth_type": [ 3, 3, @@ -3558,28 +4005,39 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "²A₂(64)": 2 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{16,18,24}_0", + "name": "G^{16,18,24}_0", + "name_utf8": "G¹⁶'¹⁸'²⁴₀", "half_girth_type": [ 3, 3, @@ -3610,12 +4068,10 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 } ], "alternating_quotients": [ @@ -3625,10 +4081,17 @@ 19, 34 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(10)": 1 + } + ] }, { - "name": "$G^{16,18,26}_0", + "name": "G^{16,18,26}_0", + "name_utf8": "G¹⁶'¹⁸'²⁶₀", "half_girth_type": [ 3, 3, @@ -3659,17 +4122,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{16,24,24}_0", + "name": "G^{16,24,24}_0", + "name_utf8": "G¹⁶'²⁴'²⁴₀", "half_girth_type": [ 3, 3, @@ -3700,33 +4164,31 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 }, { - "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 2 + "Alt(8) or A_{2}(4)": 2 }, { - "${}^2A_{2}(25)$": 1 + "{}^2A_{2}(25)": 1 }, { - "$\\textrm{J}_{2}$": 1 + "J_{2}": 1 }, { - "$C_{3}(2)$": 1 + "C_{3}(2)": 1 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$B_{2}(5)$": 1 + "B_{2}(5)": 1 }, { - "$\\textrm{HS}_{}$": 1 + "HS": 1 } ], "alternating_quotients": [ @@ -3752,10 +4214,38 @@ 35, 36 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(7)": 1 + }, + { + "Alt(8) or A₂(4)": 2 + }, + { + "²A₂(25)": 1 + }, + { + "J₂": 1 + }, + { + "C₃(2)": 1 + }, + { + "²A₃(9)": 1 + }, + { + "B₂(5)": 1 + }, + { + "HS": 1 + } + ] }, { - "name": "$G^{16,24,24}_1", + "name": "G^{16,24,24}_1", + "name_utf8": "G¹⁶'²⁴'²⁴₁", "half_girth_type": [ 3, 3, @@ -3786,12 +4276,10 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$C_{3}(2)$": 2 + "C_{3}(2)": 2 } ], "alternating_quotients": [ @@ -3813,10 +4301,17 @@ 35, 36 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "C₃(2)": 2 + } + ] }, { - "name": "$G^{16,24,26}_0", + "name": "G^{16,24,26}_0", + "name_utf8": "G¹⁶'²⁴'²⁶₀", "half_girth_type": [ 3, 3, @@ -3847,18 +4342,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{16,24,26}_1", + "name": "G^{16,24,26}_1", + "name_utf8": "G¹⁶'²⁴'²⁶₁", "half_girth_type": [ 3, 3, @@ -3896,10 +4392,15 @@ "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(13)" + ], + "quotients_utf8": [] }, { - "name": "$G^{16,26,26}_0", + "name": "G^{16,26,26}_0", + "name_utf8": "G¹⁶'²⁶'²⁶₀", "half_girth_type": [ 3, 3, @@ -3930,18 +4431,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 26 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{16,26,26}_1", + "name": "G^{16,26,26}_1", + "name_utf8": "G¹⁶'²⁶'²⁶₁", "half_girth_type": [ 3, 3, @@ -3977,14 +4479,23 @@ ], "quotients": [ { - "$A_{2}(3)$": 1 + "A_{2}(3)": 1 } ], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(13)" + ], + "quotients_utf8": [ + { + "A₂(3)": 1 + } + ] }, { - "name": "$G^{16,26,26}_3", + "name": "G^{16,26,26}_3", + "name_utf8": "G¹⁶'²⁶'²⁶₃", "half_girth_type": [ 3, 3, @@ -4015,24 +4526,32 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$G_{2}(3)$": 1 + "G_{2}(3)": 1 } ], "alternating_quotients": [ 26 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "G₂(3)": 1 + } + ] }, { - "name": "$G^{16,26,26}_5", + "name": "G^{16,26,26}_5", + "name_utf8": "G¹⁶'²⁶'²⁶₅", "half_girth_type": [ 3, 3, @@ -4068,13 +4587,13 @@ ], "quotients": [ { - "$A_{2}(3)$": 1 + "A_{2}(3)": 1 }, { - "$G_{2}(3)$": 1 + "G_{2}(3)": 1 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 } ], "alternating_quotients": [ @@ -4084,10 +4603,25 @@ 28, 29 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(13)" + ], + "quotients_utf8": [ + { + "A₂(3)": 1 + }, + { + "G₂(3)": 1 + }, + { + "A₃(3)": 1 + } + ] }, { - "name": "$G^{18,18,18}_0", + "name": "G^{18,18,18}_0", + "name_utf8": "G¹⁸'¹⁸'¹⁸₀", "half_girth_type": [ 3, 3, @@ -4122,15 +4656,13 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -4138,10 +4670,20 @@ 27, 36 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{18,18,24}_0", + "name": "G^{18,18,24}_0", + "name_utf8": "G¹⁸'¹⁸'²⁴₀", "half_girth_type": [ 3, 3, @@ -4176,15 +4718,13 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "$\\textrm{Alt}_{11}$": 1 + "Alt(11)": 1 } ], "alternating_quotients": [ @@ -4212,10 +4752,20 @@ 35, 36 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(10)": 1 + }, + { + "Alt(11)": 1 + } + ] }, { - "name": "$G^{18,18,26}_0", + "name": "G^{18,18,26}_0", + "name_utf8": "G¹⁸'¹⁸'²⁶₀", "half_girth_type": [ 3, 3, @@ -4250,25 +4800,33 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ 3, 13 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{18,24,24}_0", + "name": "G^{18,24,24}_0", + "name_utf8": "G¹⁸'²⁴'²⁴₀", "half_girth_type": [ 3, 3, @@ -4303,18 +4861,16 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$\\textrm{Alt}_{11}$": 1 + "Alt(11)": 1 } ], "alternating_quotients": [ @@ -4341,10 +4897,23 @@ 35, 36 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(10)": 1 + }, + { + "²A₃(9)": 1 + }, + { + "Alt(11)": 1 + } + ] }, { - "name": "$G^{18,24,26}_0", + "name": "G^{18,24,26}_0", + "name_utf8": "G¹⁸'²⁴'²⁶₀", "half_girth_type": [ 3, 3, @@ -4379,18 +4948,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 27 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{18,26,26}_0", + "name": "G^{18,26,26}_0", + "name_utf8": "G¹⁸'²⁶'²⁶₀", "half_girth_type": [ 3, 3, @@ -4425,22 +4995,27 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$G_{2}(3)$": 2 + "G_{2}(3)": 2 } ], "alternating_quotients": [ 3, 13 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "G₂(3)": 2 + } + ] }, { - "name": "$G^{18,26,26}_1", + "name": "G^{18,26,26}_1", + "name_utf8": "G¹⁸'²⁶'²⁶₁", "half_girth_type": [ 3, 3, @@ -4475,15 +5050,13 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$G_{2}(3)$": 1 + "G_{2}(3)": 1 } ], "alternating_quotients": [ @@ -4491,10 +5064,20 @@ 13, 27 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "G₂(3)": 1 + } + ] }, { - "name": "$G^{24,24,24}_0", + "name": "G^{24,24,24}_0", + "name_utf8": "G²⁴'²⁴'²⁴₀", "half_girth_type": [ 3, 3, @@ -4526,24 +5109,22 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{7}$": 3 + "Alt(7)": 3 }, { - "$\\textrm{M}_{12}$": 1 + "M_{12}": 1 }, { - "$A_{2}(7)$": 1 + "A_{2}(7)": 1 }, { - "$B_{2}(5)$": 3 + "B_{2}(5)": 3 }, { - "$A_{4}(2)$": 1 + "A_{4}(2)": 1 } ], "alternating_quotients": [ @@ -4570,10 +5151,29 @@ 35, 36 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(7)": 3 + }, + { + "M₁₂": 1 + }, + { + "A₂(7)": 1 + }, + { + "B₂(5)": 3 + }, + { + "A₄(2)": 1 + } + ] }, { - "name": "$G^{24,24,24}_1", + "name": "G^{24,24,24}_1", + "name_utf8": "G²⁴'²⁴'²⁴₁", "half_girth_type": [ 3, 3, @@ -4608,15 +5208,13 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{M}_{22}$": 1 + "M_{22}": 1 }, { - "${}^2A_{3}(9)$": 3 + "{}^2A_{3}(9)": 3 } ], "alternating_quotients": [ @@ -4648,10 +5246,20 @@ 35, 36 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "M₂₂": 1 + }, + { + "²A₃(9)": 3 + } + ] }, { - "name": "$G^{24,24,26}_0", + "name": "G^{24,24,26}_0", + "name_utf8": "G²⁴'²⁴'²⁶₀", "half_girth_type": [ 3, 3, @@ -4683,18 +5291,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{24,24,26}_1", + "name": "G^{24,24,26}_1", + "name_utf8": "G²⁴'²⁴'²⁶₁", "half_girth_type": [ 3, 3, @@ -4734,7 +5343,7 @@ ], "quotients": [ { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 } ], "alternating_quotients": [ @@ -4747,10 +5356,19 @@ 27, 28 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(13)" + ], + "quotients_utf8": [ + { + "A₃(3)": 1 + } + ] }, { - "name": "$G^{24,26,26}_0", + "name": "G^{24,26,26}_0", + "name_utf8": "G²⁴'²⁶'²⁶₀", "half_girth_type": [ 3, 3, @@ -4782,19 +5400,20 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 26, 28 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{24,26,26}_1", + "name": "G^{24,26,26}_1", + "name_utf8": "G²⁴'²⁶'²⁶₁", "half_girth_type": [ 3, 3, @@ -4834,10 +5453,10 @@ ], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 } ], "alternating_quotients": [ @@ -4846,10 +5465,22 @@ 14, 27 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(13)" + ], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "A₃(3)": 1 + } + ] }, { - "name": "$G^{24,26,26}_3", + "name": "G^{24,26,26}_3", + "name_utf8": "G²⁴'²⁶'²⁶₃", "half_girth_type": [ 3, 3, @@ -4884,12 +5515,10 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 } ], "alternating_quotients": [ @@ -4899,10 +5528,17 @@ 16, 26 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + } + ] }, { - "name": "$G^{24,26,26}_5", + "name": "G^{24,26,26}_5", + "name_utf8": "G²⁴'²⁶'²⁶₅", "half_girth_type": [ 3, 3, @@ -4939,10 +5575,10 @@ ], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 } ], "alternating_quotients": [ @@ -4953,10 +5589,22 @@ 27, 28 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(13)" + ], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "A₃(3)": 1 + } + ] }, { - "name": "$G^{26,26,26}_0", + "name": "G^{26,26,26}_0", + "name_utf8": "G²⁶'²⁶'²⁶₀", "half_girth_type": [ 3, 3, @@ -4988,25 +5636,33 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 1 + "A_{2}(3)": 1 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ 3, 26 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 1 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{26,26,26}_1", + "name": "G^{26,26,26}_1", + "name_utf8": "G²⁶'²⁶'²⁶₁", "half_girth_type": [ 3, 3, @@ -5041,28 +5697,39 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "${}^2A_{2}(16)$": 2 + "{}^2A_{2}(16)": 2 }, { - "$G_{2}(3)$": 6 + "G_{2}(3)": 6 } ], "alternating_quotients": [ 13, 26 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "²A₂(16)": 2 + }, + { + "G₂(3)": 6 + } + ] }, { - "name": "$G^{26,26,26}_5", + "name": "G^{26,26,26}_5", + "name_utf8": "G²⁶'²⁶'²⁶₅", "half_girth_type": [ 3, 3, @@ -5094,24 +5761,32 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "${}^2A_{2}(16)$": 1 + "{}^2A_{2}(16)": 1 } ], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "²A₂(16)": 1 + } + ] }, { - "name": "$G^{26,26,26}_21", + "name": "G^{26,26,26}_21", + "name_utf8": "G²⁶'²⁶'²⁶₂1", "half_girth_type": [ 3, 3, @@ -5151,26 +5826,44 @@ ], "quotients": [ { - "$A_{2}(3)$": 5 + "A_{2}(3)": 5 }, { - "${}^2A_{2}(16)$": 3 + "{}^2A_{2}(16)": 3 }, { - "$G_{2}(3)$": 1 + "G_{2}(3)": 1 }, { - "${}^2F_4(2)'$": 1 + "{}^2F_4(2)'": 1 } ], "alternating_quotients": [ 13, 30 ], - "maximal_degree_alternating_quotients": 36 + "maximal_degree_alternating_quotients": 36, + "L2_quotients_utf8": [ + "L₂(13)" + ], + "quotients_utf8": [ + { + "A₂(3)": 5 + }, + { + "²A₂(16)": 3 + }, + { + "G₂(3)": 1 + }, + { + "²F₄(2)'": 1 + } + ] }, { - "name": "$G^{14,14,40}_0", + "name": "G^{14,14,40}_0", + "name_utf8": "G¹⁴'¹⁴'⁴⁰₀", "half_girth_type": [ 3, 3, @@ -5205,22 +5898,37 @@ ], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 }, { - "$\\textrm{J}_{1}$": 2 + "J_{1}": 2 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 } ], "alternating_quotients": [ 7 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(7²)" + ], + "quotients_utf8": [ + { + "Alt(7)": 1 + }, + { + "J₁": 2 + }, + { + "²A₃(9)": 1 + } + ] }, { - "name": "$G^{14,14,40}_4", + "name": "G^{14,14,40}_4", + "name_utf8": "G¹⁴'¹⁴'⁴⁰₄", "half_girth_type": [ 3, 3, @@ -5250,25 +5958,33 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{7}$": 2 + "Alt(7)": 2 }, { - "$\\textrm{M}_{22}$": 1 + "M_{22}": 1 } ], "alternating_quotients": [ 7, 28 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(7)": 2 + }, + { + "M₂₂": 1 + } + ] }, { - "name": "$G^{14,14,48}_0", + "name": "G^{14,14,48}_0", + "name_utf8": "G¹⁴'¹⁴'⁴⁸₀", "half_girth_type": [ 3, 3, @@ -5302,20 +6018,32 @@ ], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 }, { - "${}^2A_{2}(25)$": 1 + "{}^2A_{2}(25)": 1 } ], "alternating_quotients": [ 3, 7 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(7)" + ], + "quotients_utf8": [ + { + "Alt(7)": 1 + }, + { + "²A₂(25)": 1 + } + ] }, { - "name": "$G^{14,14,48}_1", + "name": "G^{14,14,48}_1", + "name_utf8": "G¹⁴'¹⁴'⁴⁸₁", "half_girth_type": [ 3, 3, @@ -5349,17 +6077,26 @@ ], "quotients": [ { - "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 1 + "Alt(8) or A_{2}(4)": 1 } ], "alternating_quotients": [ 3, 8 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(7)" + ], + "quotients_utf8": [ + { + "Alt(8) or A₂(4)": 1 + } + ] }, { - "name": "$G^{14,14,48}_4", + "name": "G^{14,14,48}_4", + "name_utf8": "G¹⁴'¹⁴'⁴⁸₄", "half_girth_type": [ 3, 3, @@ -5388,22 +6125,27 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 } ], "alternating_quotients": [ 3, 7 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(7)": 1 + } + ] }, { - "name": "$G^{14,14,48}_5", + "name": "G^{14,14,48}_5", + "name_utf8": "G¹⁴'¹⁴'⁴⁸₅", "half_girth_type": [ 3, 3, @@ -5432,15 +6174,13 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 1 + "Alt(8) or A_{2}(4)": 1 }, { - "$\\textrm{M}_{22}$": 1 + "M_{22}": 1 } ], "alternating_quotients": [ @@ -5448,10 +6188,20 @@ 8, 21 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(8) or A₂(4)": 1 + }, + { + "M₂₂": 1 + } + ] }, { - "name": "$G^{14,14,54}_0", + "name": "G^{14,14,54}_0", + "name_utf8": "G¹⁴'¹⁴'⁵⁴₀", "half_girth_type": [ 3, 3, @@ -5481,21 +6231,26 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "${}^2A_{2}(9)$": 1 + "{}^2A_{2}(9)": 1 } ], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "²A₂(9)": 1 + } + ] }, { - "name": "$G^{14,14,54}_4", + "name": "G^{14,14,54}_4", + "name_utf8": "G¹⁴'¹⁴'⁵⁴₄", "half_girth_type": [ 3, 3, @@ -5525,17 +6280,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,16,40}_0", + "name": "G^{14,16,40}_0", + "name_utf8": "G¹⁴'¹⁶'⁴⁰₀", "half_girth_type": [ 3, 3, @@ -5570,10 +6326,15 @@ ], "quotients": [], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(7²)" + ], + "quotients_utf8": [] }, { - "name": "$G^{14,16,48}_0", + "name": "G^{14,16,48}_0", + "name_utf8": "G¹⁴'¹⁶'⁴⁸₀", "half_girth_type": [ 3, 3, @@ -5602,18 +6363,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,16,48}_1", + "name": "G^{14,16,48}_1", + "name_utf8": "G¹⁴'¹⁶'⁴⁸₁", "half_girth_type": [ 3, 3, @@ -5649,10 +6411,15 @@ "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(7)" + ], + "quotients_utf8": [] }, { - "name": "$G^{14,16,54}_0", + "name": "G^{14,16,54}_0", + "name_utf8": "G¹⁴'¹⁶'⁵⁴₀", "half_girth_type": [ 3, 3, @@ -5682,17 +6449,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,16,54}_2", + "name": "G^{14,16,54}_2", + "name_utf8": "G¹⁴'¹⁶'⁵⁴₂", "half_girth_type": [ 3, 3, @@ -5722,17 +6490,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,18,40}_0", + "name": "G^{14,18,40}_0", + "name_utf8": "G¹⁴'¹⁸'⁴⁰₀", "half_girth_type": [ 3, 3, @@ -5763,22 +6532,27 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{J}_{2}$": 1 + "J_{2}": 1 } ], "alternating_quotients": [ 21, 25 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "J₂": 1 + } + ] }, { - "name": "$G^{14,18,48}_0", + "name": "G^{14,18,48}_0", + "name_utf8": "G¹⁴'¹⁸'⁴⁸₀", "half_girth_type": [ 3, 3, @@ -5808,21 +6582,26 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": null, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$G_{2}(3)$": 1 + "G_{2}(3)": 1 } ], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "G₂(3)": 1 + } + ] }, { - "name": "$G^{14,18,54}_0", + "name": "G^{14,18,54}_0", + "name_utf8": "G¹⁴'¹⁸'⁵⁴₀", "half_girth_type": [ 3, 3, @@ -5853,17 +6632,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,18,54}_2", + "name": "G^{14,18,54}_2", + "name_utf8": "G¹⁴'¹⁸'⁵⁴₂", "half_girth_type": [ 3, 3, @@ -5894,9 +6674,7 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, @@ -5904,10 +6682,13 @@ 28, 29 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,24,40}_0", + "name": "G^{14,24,40}_0", + "name_utf8": "G¹⁴'²⁴'⁴⁰₀", "half_girth_type": [ 3, 3, @@ -5943,23 +6724,38 @@ ], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 }, { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "$A_{4}(2)$": 1 + "A_{4}(2)": 1 } ], "alternating_quotients": [ 7, 10 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(7²)" + ], + "quotients_utf8": [ + { + "Alt(7)": 1 + }, + { + "Alt(10)": 1 + }, + { + "A₄(2)": 1 + } + ] }, { - "name": "$G^{14,24,48}_0", + "name": "G^{14,24,48}_0", + "name_utf8": "G¹⁴'²⁴'⁴⁸₀", "half_girth_type": [ 3, 3, @@ -5989,18 +6785,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,24,48}_1", + "name": "G^{14,24,48}_1", + "name_utf8": "G¹⁴'²⁴'⁴⁸₁", "half_girth_type": [ 3, 3, @@ -6035,19 +6832,19 @@ ], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 }, { - "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 1 + "Alt(8) or A_{2}(4)": 1 }, { - "$\\textrm{J}_{2}$": 1 + "J_{2}": 1 }, { - "$C_{3}(2)$": 1 + "C_{3}(2)": 1 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 } ], "alternating_quotients": [ @@ -6059,10 +6856,31 @@ 28, 29 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(7)" + ], + "quotients_utf8": [ + { + "Alt(7)": 1 + }, + { + "Alt(8) or A₂(4)": 1 + }, + { + "J₂": 1 + }, + { + "C₃(2)": 1 + }, + { + "²A₃(9)": 1 + } + ] }, { - "name": "$G^{14,24,54}_0", + "name": "G^{14,24,54}_0", + "name_utf8": "G¹⁴'²⁴'⁵⁴₀", "half_girth_type": [ 3, 3, @@ -6093,18 +6911,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 18 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,24,54}_2", + "name": "G^{14,24,54}_2", + "name_utf8": "G¹⁴'²⁴'⁵⁴₂", "half_girth_type": [ 3, 3, @@ -6135,15 +6954,13 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$C_{3}(2)$": 1 + "C_{3}(2)": 1 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 } ], "alternating_quotients": [ @@ -6152,10 +6969,20 @@ 21, 28 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "C₃(2)": 1 + }, + { + "²A₃(9)": 1 + } + ] }, { - "name": "$G^{14,26,40}_0", + "name": "G^{14,26,40}_0", + "name_utf8": "G¹⁴'²⁶'⁴⁰₀", "half_girth_type": [ 3, 3, @@ -6186,15 +7013,16 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,26,40}_4", + "name": "G^{14,26,40}_4", + "name_utf8": "G¹⁴'²⁶'⁴⁰₄", "half_girth_type": [ 3, 3, @@ -6225,15 +7053,16 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,26,48}_0", + "name": "G^{14,26,48}_0", + "name_utf8": "G¹⁴'²⁶'⁴⁸₀", "half_girth_type": [ 3, 3, @@ -6263,17 +7092,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,26,48}_1", + "name": "G^{14,26,48}_1", + "name_utf8": "G¹⁴'²⁶'⁴⁸₁", "half_girth_type": [ 3, 3, @@ -6303,17 +7133,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,26,48}_4", + "name": "G^{14,26,48}_4", + "name_utf8": "G¹⁴'²⁶'⁴⁸₄", "half_girth_type": [ 3, 3, @@ -6343,17 +7174,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,26,48}_5", + "name": "G^{14,26,48}_5", + "name_utf8": "G¹⁴'²⁶'⁴⁸₅", "half_girth_type": [ 3, 3, @@ -6383,17 +7215,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,26,54}_0", + "name": "G^{14,26,54}_0", + "name_utf8": "G¹⁴'²⁶'⁵⁴₀", "half_girth_type": [ 3, 3, @@ -6424,17 +7257,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,26,54}_2", + "name": "G^{14,26,54}_2", + "name_utf8": "G¹⁴'²⁶'⁵⁴₂", "half_girth_type": [ 3, 3, @@ -6465,17 +7299,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,26,54}_4", + "name": "G^{14,26,54}_4", + "name_utf8": "G¹⁴'²⁶'⁵⁴₄", "half_girth_type": [ 3, 3, @@ -6506,17 +7341,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,26,54}_6", + "name": "G^{14,26,54}_6", + "name_utf8": "G¹⁴'²⁶'⁵⁴₆", "half_girth_type": [ 3, 3, @@ -6547,17 +7383,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{16,16,40}_0", + "name": "G^{16,16,40}_0", + "name_utf8": "G¹⁶'¹⁶'⁴⁰₀", "half_girth_type": [ 3, 3, @@ -6587,27 +7424,25 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{M}_{11}$": 1 + "M_{11}": 1 }, { - "$B_{2}(3)$": 1 + "B_{2}(3)": 1 }, { - "$\\textrm{J}_{2}$": 2 + "J_{2}": 2 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$B_{2}(5)$": 1 + "B_{2}(5)": 1 }, { - "$A_{3}(3)$": 2 + "A_{3}(3)": 2 } ], "alternating_quotients": [ @@ -6616,10 +7451,32 @@ 26, 28 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "M₁₁": 1 + }, + { + "B₂(3)": 1 + }, + { + "J₂": 2 + }, + { + "²A₃(9)": 1 + }, + { + "B₂(5)": 1 + }, + { + "A₃(3)": 2 + } + ] }, { - "name": "$G^{16,16,48}_0", + "name": "G^{16,16,48}_0", + "name_utf8": "G¹⁶'¹⁶'⁴⁸₀", "half_girth_type": [ 3, 3, @@ -6648,24 +7505,22 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 1 + "A_{2}(3)": 1 }, { - "${}^2A_{2}(9)$": 2 + "{}^2A_{2}(9)": 2 }, { - "$\\textrm{Alt}_{9}$": 1 + "Alt(9)": 1 }, { - "${}^2A_{2}(81)$": 2 + "{}^2A_{2}(81)": 2 }, { - "$\\textrm{HS}_{}$": 1 + "HS": 1 } ], "alternating_quotients": [ @@ -6678,10 +7533,29 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 1 + }, + { + "²A₂(9)": 2 + }, + { + "Alt(9)": 1 + }, + { + "²A₂(81)": 2 + }, + { + "HS": 1 + } + ] }, { - "name": "$G^{16,16,48}_1", + "name": "G^{16,16,48}_1", + "name_utf8": "G¹⁶'¹⁶'⁴⁸₁", "half_girth_type": [ 3, 3, @@ -6710,33 +7584,31 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "${}^2A_{2}(9)$": 1 + "{}^2A_{2}(9)": 1 }, { - "$\\textrm{J}_{2}$": 1 + "J_{2}": 1 }, { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "$B_{2}(5)$": 1 + "B_{2}(5)": 1 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "$A_{4}(2)$": 1 + "A_{4}(2)": 1 }, { - "$A_{2}(9)$": 1 + "A_{2}(9)": 1 }, { - "${}^2A_{2}(81)$": 2 + "{}^2A_{2}(81)": 2 } ], "alternating_quotients": [ @@ -6744,10 +7616,38 @@ 4, 10 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "²A₂(9)": 1 + }, + { + "J₂": 1 + }, + { + "Alt(10)": 1 + }, + { + "B₂(5)": 1 + }, + { + "²A₂(64)": 2 + }, + { + "A₄(2)": 1 + }, + { + "A₂(9)": 1 + }, + { + "²A₂(81)": 2 + } + ] }, { - "name": "$G^{16,16,54}_0", + "name": "G^{16,16,54}_0", + "name_utf8": "G¹⁶'¹⁶'⁵⁴₀", "half_girth_type": [ 3, 3, @@ -6777,18 +7677,16 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$B_{2}(3)$": 1 + "B_{2}(3)": 1 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -6800,10 +7698,23 @@ 26, 27 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "B₂(3)": 1 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{16,18,40}_0", + "name": "G^{16,18,40}_0", + "name_utf8": "G¹⁶'¹⁸'⁴⁰₀", "half_girth_type": [ 3, 3, @@ -6839,10 +7750,10 @@ ], "quotients": [ { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{M}_{12}$": 5 + "M_{12}": 5 } ], "alternating_quotients": [ @@ -6852,10 +7763,22 @@ 27, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(3²)" + ], + "quotients_utf8": [ + { + "B₂(3)": 2 + }, + { + "M₁₂": 5 + } + ] }, { - "name": "$G^{16,18,48}_0", + "name": "G^{16,18,48}_0", + "name_utf8": "G¹⁶'¹⁸'⁴⁸₀", "half_girth_type": [ 3, 3, @@ -6885,18 +7808,16 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -6907,10 +7828,23 @@ 19, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "Alt(10)": 1 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{16,18,54}_0", + "name": "G^{16,18,54}_0", + "name_utf8": "G¹⁶'¹⁸'⁵⁴₀", "half_girth_type": [ 3, 3, @@ -6941,18 +7875,16 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -6962,10 +7894,23 @@ 26, 27 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "²A₂(64)": 2 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{16,18,54}_2", + "name": "G^{16,18,54}_2", + "name_utf8": "G¹⁶'¹⁸'⁵⁴₂", "half_girth_type": [ 3, 3, @@ -6996,18 +7941,16 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -7023,10 +7966,23 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "²A₂(64)": 2 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{16,24,40}_0", + "name": "G^{16,24,40}_0", + "name_utf8": "G¹⁶'²⁴'⁴⁰₀", "half_girth_type": [ 3, 3, @@ -7062,13 +8018,13 @@ ], "quotients": [ { - "$B_{2}(5)$": 2 + "B_{2}(5)": 2 }, { - "$A_{4}(2)$": 3 + "A_{4}(2)": 3 }, { - "$\\textrm{Alt}_{11}$": 2 + "Alt(11)": 2 } ], "alternating_quotients": [ @@ -7078,10 +8034,25 @@ 21, 22 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(3²)" + ], + "quotients_utf8": [ + { + "B₂(5)": 2 + }, + { + "A₄(2)": 3 + }, + { + "Alt(11)": 2 + } + ] }, { - "name": "$G^{16,24,48}_0", + "name": "G^{16,24,48}_0", + "name_utf8": "G¹⁶'²⁴'⁴⁸₀", "half_girth_type": [ 3, 3, @@ -7111,18 +8082,16 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{9}$": 1 + "Alt(9)": 1 }, { - "$C_{3}(2)$": 5 + "C_{3}(2)": 5 }, { - "$\\textrm{HS}_{}$": 1 + "HS": 1 } ], "alternating_quotients": [ @@ -7146,10 +8115,23 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(9)": 1 + }, + { + "C₃(2)": 5 + }, + { + "HS": 1 + } + ] }, { - "name": "$G^{16,24,48}_1", + "name": "G^{16,24,48}_1", + "name_utf8": "G¹⁶'²⁴'⁴⁸₁", "half_girth_type": [ 3, 3, @@ -7179,39 +8161,37 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 }, { - "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 2 + "Alt(8) or A_{2}(4)": 2 }, { - "${}^2A_{2}(25)$": 1 + "{}^2A_{2}(25)": 1 }, { - "$\\textrm{J}_{2}$": 1 + "J_{2}": 1 }, { - "$C_{3}(2)$": 2 + "C_{3}(2)": 2 }, { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$B_{2}(5)$": 1 + "B_{2}(5)": 1 }, { - "$A_{4}(2)$": 1 + "A_{4}(2)": 1 }, { - "$\\textrm{HS}_{}$": 1 + "HS": 1 } ], "alternating_quotients": [ @@ -7236,10 +8216,44 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(7)": 1 + }, + { + "Alt(8) or A₂(4)": 2 + }, + { + "²A₂(25)": 1 + }, + { + "J₂": 1 + }, + { + "C₃(2)": 2 + }, + { + "Alt(10)": 1 + }, + { + "²A₃(9)": 1 + }, + { + "B₂(5)": 1 + }, + { + "A₄(2)": 1 + }, + { + "HS": 1 + } + ] }, { - "name": "$G^{16,24,54}_0", + "name": "G^{16,24,54}_0", + "name_utf8": "G¹⁶'²⁴'⁵⁴₀", "half_girth_type": [ 3, 3, @@ -7270,18 +8284,16 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{9}$": 1 + "Alt(9)": 1 }, { - "$C_{3}(2)$": 1 + "C_{3}(2)": 1 }, { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 } ], "alternating_quotients": [ @@ -7299,10 +8311,23 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(9)": 1 + }, + { + "C₃(2)": 1 + }, + { + "Alt(10)": 1 + } + ] }, { - "name": "$G^{16,24,54}_2", + "name": "G^{16,24,54}_2", + "name_utf8": "G¹⁶'²⁴'⁵⁴₂", "half_girth_type": [ 3, 3, @@ -7333,15 +8358,13 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 1 + "B_{2}(3)": 1 }, { - "$\\textrm{Alt}_{10}$": 3 + "Alt(10)": 3 } ], "alternating_quotients": [ @@ -7361,10 +8384,20 @@ 28, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 1 + }, + { + "Alt(10)": 3 + } + ] }, { - "name": "$G^{16,26,40}_0", + "name": "G^{16,26,40}_0", + "name_utf8": "G¹⁶'²⁶'⁴⁰₀", "half_girth_type": [ 3, 3, @@ -7400,14 +8433,23 @@ ], "quotients": [ { - "${}^2F_4(2)'$": 1 + "{}^2F_4(2)'": 1 } ], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(13²)" + ], + "quotients_utf8": [ + { + "²F₄(2)'": 1 + } + ] }, { - "name": "$G^{16,26,48}_0", + "name": "G^{16,26,48}_0", + "name_utf8": "G¹⁶'²⁶'⁴⁸₀", "half_girth_type": [ 3, 3, @@ -7446,10 +8488,15 @@ 16, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(13)" + ], + "quotients_utf8": [] }, { - "name": "$G^{16,26,48}_1", + "name": "G^{16,26,48}_1", + "name_utf8": "G¹⁶'²⁶'⁴⁸₁", "half_girth_type": [ 3, 3, @@ -7479,18 +8526,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{16,26,54}_0", + "name": "G^{16,26,54}_0", + "name_utf8": "G¹⁶'²⁶'⁵⁴₀", "half_girth_type": [ 3, 3, @@ -7521,17 +8569,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{16,26,54}_2", + "name": "G^{16,26,54}_2", + "name_utf8": "G¹⁶'²⁶'⁵⁴₂", "half_girth_type": [ 3, 3, @@ -7562,18 +8611,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 28 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{18,18,40}_0", + "name": "G^{18,18,40}_0", + "name_utf8": "G¹⁸'¹⁸'⁴⁰₀", "half_girth_type": [ 3, 3, @@ -7605,15 +8655,13 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{M}_{12}$": 2 + "M_{12}": 2 }, { - "$A_{3}(3)$": 4 + "A_{3}(3)": 4 } ], "alternating_quotients": [ @@ -7632,10 +8680,20 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "M₁₂": 2 + }, + { + "A₃(3)": 4 + } + ] }, { - "name": "$G^{18,18,48}_0", + "name": "G^{18,18,48}_0", + "name_utf8": "G¹⁸'¹⁸'⁴⁸₀", "half_girth_type": [ 3, 3, @@ -7666,24 +8724,22 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "$\\textrm{Alt}_{11}$": 1 + "Alt(11)": 1 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -7705,10 +8761,29 @@ 28, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "Alt(10)": 1 + }, + { + "²A₂(64)": 2 + }, + { + "Alt(11)": 1 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{18,18,54}_0", + "name": "G^{18,18,54}_0", + "name_utf8": "G¹⁸'¹⁸'⁵⁴₀", "half_girth_type": [ 3, 3, @@ -7740,15 +8815,13 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -7763,10 +8836,20 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{18,24,40}_0", + "name": "G^{18,24,40}_0", + "name_utf8": "G¹⁸'²⁴'⁴⁰₀", "half_girth_type": [ 3, 3, @@ -7803,19 +8886,19 @@ ], "quotients": [ { - "$\\textrm{M}_{12}$": 6 + "M_{12}": 6 }, { - "$\\textrm{Alt}_{10}$": 2 + "Alt(10)": 2 }, { - "${}^2A_{3}(9)$": 2 + "{}^2A_{3}(9)": 2 }, { - "$A_{3}(3)$": 3 + "A_{3}(3)": 3 }, { - "$\\textrm{Alt}_{11}$": 4 + "Alt(11)": 4 } ], "alternating_quotients": [ @@ -7839,10 +8922,31 @@ 28, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(3²)" + ], + "quotients_utf8": [ + { + "M₁₂": 6 + }, + { + "Alt(10)": 2 + }, + { + "²A₃(9)": 2 + }, + { + "A₃(3)": 3 + }, + { + "Alt(11)": 4 + } + ] }, { - "name": "$G^{18,24,48}_0", + "name": "G^{18,24,48}_0", + "name_utf8": "G¹⁸'²⁴'⁴⁸₀", "half_girth_type": [ 3, 3, @@ -7873,21 +8977,19 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{10}$": 2 + "Alt(10)": 2 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$A_{3}(3)$": 2 + "A_{3}(3)": 2 }, { - "$\\textrm{Alt}_{11}$": 1 + "Alt(11)": 1 } ], "alternating_quotients": [ @@ -7912,10 +9014,26 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(10)": 2 + }, + { + "²A₃(9)": 1 + }, + { + "A₃(3)": 2 + }, + { + "Alt(11)": 1 + } + ] }, { - "name": "$G^{18,24,54}_0", + "name": "G^{18,24,54}_0", + "name_utf8": "G¹⁸'²⁴'⁵⁴₀", "half_girth_type": [ 3, 3, @@ -7947,18 +9065,16 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{10}$": 2 + "Alt(10)": 2 }, { - "$A_{3}(3)$": 4 + "A_{3}(3)": 4 }, { - "$\\textrm{Alt}_{11}$": 2 + "Alt(11)": 2 } ], "alternating_quotients": [ @@ -7982,10 +9098,23 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(10)": 2 + }, + { + "A₃(3)": 4 + }, + { + "Alt(11)": 2 + } + ] }, { - "name": "$G^{18,24,54}_2", + "name": "G^{18,24,54}_2", + "name_utf8": "G¹⁸'²⁴'⁵⁴₂", "half_girth_type": [ 3, 3, @@ -8017,18 +9146,16 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{9}$": 2 + "Alt(9)": 2 }, { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "$\\textrm{Alt}_{11}$": 1 + "Alt(11)": 1 } ], "alternating_quotients": [ @@ -8052,10 +9179,23 @@ 28, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(9)": 2 + }, + { + "Alt(10)": 1 + }, + { + "Alt(11)": 1 + } + ] }, { - "name": "$G^{18,26,40}_0", + "name": "G^{18,26,40}_0", + "name_utf8": "G¹⁸'²⁶'⁴⁰₀", "half_girth_type": [ 3, 3, @@ -8087,15 +9227,16 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{18,26,48}_0", + "name": "G^{18,26,48}_0", + "name_utf8": "G¹⁸'²⁶'⁴⁸₀", "half_girth_type": [ 3, 3, @@ -8126,22 +9267,27 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": null, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$G_{2}(3)$": 1 + "G_{2}(3)": 1 } ], "alternating_quotients": [ 3, 27 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "G₂(3)": 1 + } + ] }, { - "name": "$G^{18,26,54}_0", + "name": "G^{18,26,54}_0", + "name_utf8": "G¹⁸'²⁶'⁵⁴₀", "half_girth_type": [ 3, 3, @@ -8173,15 +9319,13 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -8190,10 +9334,20 @@ 26, 27 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{18,26,54}_2", + "name": "G^{18,26,54}_2", + "name_utf8": "G¹⁸'²⁶'⁵⁴₂", "half_girth_type": [ 3, 3, @@ -8225,25 +9379,33 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ 3, 13 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{24,24,40}_0", + "name": "G^{24,24,40}_0", + "name_utf8": "G²⁴'²⁴'⁴⁰₀", "half_girth_type": [ 3, 3, @@ -8281,28 +9443,28 @@ ], "quotients": [ { - "$\\textrm{Alt}_{7}$": 2 + "Alt(7)": 2 }, { - "$\\textrm{M}_{22}$": 2 + "M_{22}": 2 }, { - "$\\textrm{J}_{2}$": 4 + "J_{2}": 4 }, { - "$C_{2}(4)$": 4 + "C_{2}(4)": 4 }, { - "$C_{3}(2)$": 1 + "C_{3}(2)": 1 }, { - "$B_{2}(5)$": 8 + "B_{2}(5)": 8 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 }, { - "$A_{4}(2)$": 2 + "A_{4}(2)": 2 } ], "alternating_quotients": [ @@ -8326,10 +9488,41 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(3²)", + "L₂(3²)" + ], + "quotients_utf8": [ + { + "Alt(7)": 2 + }, + { + "M₂₂": 2 + }, + { + "J₂": 4 + }, + { + "C₂(4)": 4 + }, + { + "C₃(2)": 1 + }, + { + "B₂(5)": 8 + }, + { + "A₃(3)": 1 + }, + { + "A₄(2)": 2 + } + ] }, { - "name": "$G^{24,24,48}_0", + "name": "G^{24,24,48}_0", + "name_utf8": "G²⁴'²⁴'⁴⁸₀", "half_girth_type": [ 3, 3, @@ -8360,24 +9553,22 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{M}_{22}$": 1 + "M_{22}": 1 }, { - "$C_{3}(2)$": 6 + "C_{3}(2)": 6 }, { - "${}^2A_{3}(9)$": 5 + "{}^2A_{3}(9)": 5 }, { - "$B_{2}(5)$": 2 + "B_{2}(5)": 2 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 } ], "alternating_quotients": [ @@ -8404,10 +9595,29 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "M₂₂": 1 + }, + { + "C₃(2)": 6 + }, + { + "²A₃(9)": 5 + }, + { + "B₂(5)": 2 + }, + { + "A₃(3)": 1 + } + ] }, { - "name": "$G^{24,24,48}_1", + "name": "G^{24,24,48}_1", + "name_utf8": "G²⁴'²⁴'⁴⁸₁", "half_girth_type": [ 3, 3, @@ -8438,45 +9648,43 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{7}$": 3 + "Alt(7)": 3 }, { - "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 2 + "Alt(8) or A_{2}(4)": 2 }, { - "$\\textrm{M}_{12}$": 1 + "M_{12}": 1 }, { - "${}^2A_{2}(25)$": 1 + "{}^2A_{2}(25)": 1 }, { - "$\\textrm{J}_{2}$": 1 + "J_{2}": 1 }, { - "$C_{3}(2)$": 3 + "C_{3}(2)": 3 }, { - "$A_{2}(7)$": 1 + "A_{2}(7)": 1 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$B_{2}(5)$": 3 + "B_{2}(5)": 3 }, { - "$A_{4}(2)$": 1 + "A_{4}(2)": 1 }, { - "${}^2A_{4}(4)$": 2 + "{}^2A_{4}(4)": 2 }, { - "$\\textrm{HS}_{}$": 1 + "HS": 1 } ], "alternating_quotients": [ @@ -8501,10 +9709,50 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(7)": 3 + }, + { + "Alt(8) or A₂(4)": 2 + }, + { + "M₁₂": 1 + }, + { + "²A₂(25)": 1 + }, + { + "J₂": 1 + }, + { + "C₃(2)": 3 + }, + { + "A₂(7)": 1 + }, + { + "²A₃(9)": 1 + }, + { + "B₂(5)": 3 + }, + { + "A₄(2)": 1 + }, + { + "²A₄(4)": 2 + }, + { + "HS": 1 + } + ] }, { - "name": "$G^{24,24,54}_0", + "name": "G^{24,24,54}_0", + "name_utf8": "G²⁴'²⁴'⁵⁴₀", "half_girth_type": [ 3, 3, @@ -8536,21 +9784,19 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{9}$": 3 + "Alt(9)": 3 }, { - "$\\textrm{Alt}_{10}$": 4 + "Alt(10)": 4 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$\\textrm{Alt}_{11}$": 2 + "Alt(11)": 2 } ], "alternating_quotients": [ @@ -8577,10 +9823,26 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(9)": 3 + }, + { + "Alt(10)": 4 + }, + { + "²A₃(9)": 1 + }, + { + "Alt(11)": 2 + } + ] }, { - "name": "$G^{24,26,40}_0", + "name": "G^{24,26,40}_0", + "name_utf8": "G²⁴'²⁶'⁴⁰₀", "half_girth_type": [ 3, 3, @@ -8617,10 +9879,15 @@ ], "quotients": [], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(13²)" + ], + "quotients_utf8": [] }, { - "name": "$G^{24,26,48}_0", + "name": "G^{24,26,48}_0", + "name_utf8": "G²⁴'²⁶'⁴⁸₀", "half_girth_type": [ 3, 3, @@ -8656,7 +9923,7 @@ ], "quotients": [ { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 } ], "alternating_quotients": [ @@ -8671,10 +9938,19 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(13)" + ], + "quotients_utf8": [ + { + "A₃(3)": 1 + } + ] }, { - "name": "$G^{24,26,48}_1", + "name": "G^{24,26,48}_1", + "name_utf8": "G²⁴'²⁶'⁴⁸₁", "half_girth_type": [ 3, 3, @@ -8705,9 +9981,7 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, @@ -8715,10 +9989,13 @@ 14, 28 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{24,26,54}_0", + "name": "G^{24,26,54}_0", + "name_utf8": "G²⁴'²⁶'⁵⁴₀", "half_girth_type": [ 3, 3, @@ -8750,12 +10027,10 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 } ], "alternating_quotients": [ @@ -8765,10 +10040,17 @@ 27, 28 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₃(3)": 1 + } + ] }, { - "name": "$G^{24,26,54}_2", + "name": "G^{24,26,54}_2", + "name_utf8": "G²⁴'²⁶'⁵⁴₂", "half_girth_type": [ 3, 3, @@ -8800,19 +10082,20 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 13, 27 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{26,26,40}_0", + "name": "G^{26,26,40}_0", + "name_utf8": "G²⁶'²⁶'⁴⁰₀", "half_girth_type": [ 3, 3, @@ -8844,17 +10127,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 13 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{26,26,40}_4", + "name": "G^{26,26,40}_4", + "name_utf8": "G²⁶'²⁶'⁴⁰₄", "half_girth_type": [ 3, 3, @@ -8891,20 +10175,32 @@ ], "quotients": [ { - "${}^2A_{2}(16)$": 1 + "{}^2A_{2}(16)": 1 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 } ], "alternating_quotients": [ 13, 26 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(13²)" + ], + "quotients_utf8": [ + { + "²A₂(16)": 1 + }, + { + "A₃(3)": 1 + } + ] }, { - "name": "$G^{26,26,48}_0", + "name": "G^{26,26,48}_0", + "name_utf8": "G²⁶'²⁶'⁴⁸₀", "half_girth_type": [ 3, 3, @@ -8935,15 +10231,13 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$G_{2}(3)$": 1 + "G_{2}(3)": 1 } ], "alternating_quotients": [ @@ -8953,10 +10247,20 @@ 16, 26 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "G₂(3)": 1 + } + ] }, { - "name": "$G^{26,26,48}_1", + "name": "G^{26,26,48}_1", + "name_utf8": "G²⁶'²⁶'⁴⁸₁", "half_girth_type": [ 3, 3, @@ -8987,19 +10291,20 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 26, 28 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{26,26,48}_4", + "name": "G^{26,26,48}_4", + "name_utf8": "G²⁶'²⁶'⁴⁸₄", "half_girth_type": [ 3, 3, @@ -9035,13 +10340,13 @@ ], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$G_{2}(3)$": 1 + "G_{2}(3)": 1 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 } ], "alternating_quotients": [ @@ -9053,10 +10358,25 @@ 28, 29 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(13)" + ], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "G₂(3)": 1 + }, + { + "A₃(3)": 1 + } + ] }, { - "name": "$G^{26,26,48}_5", + "name": "G^{26,26,48}_5", + "name_utf8": "G²⁶'²⁶'⁴⁸₅", "half_girth_type": [ 3, 3, @@ -9092,10 +10412,10 @@ ], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 } ], "alternating_quotients": [ @@ -9104,10 +10424,22 @@ 14, 27 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(13)" + ], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "A₃(3)": 1 + } + ] }, { - "name": "$G^{26,26,54}_0", + "name": "G^{26,26,54}_0", + "name_utf8": "G²⁶'²⁶'⁵⁴₀", "half_girth_type": [ 3, 3, @@ -9139,22 +10471,27 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$G_{2}(3)$": 2 + "G_{2}(3)": 2 } ], "alternating_quotients": [ 3, 13 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "G₂(3)": 2 + } + ] }, { - "name": "$G^{26,26,54}_4", + "name": "G^{26,26,54}_4", + "name_utf8": "G²⁶'²⁶'⁵⁴₄", "half_girth_type": [ 3, 3, @@ -9186,15 +10523,13 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$G_{2}(3)$": 1 + "G_{2}(3)": 1 } ], "alternating_quotients": [ @@ -9202,10 +10537,20 @@ 13, 27 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "G₂(3)": 1 + } + ] }, { - "name": "$G^{14,40,40}_0", + "name": "G^{14,40,40}_0", + "name_utf8": "G¹⁴'⁴⁰'⁴⁰₀", "half_girth_type": [ 3, 4, @@ -9241,25 +10586,25 @@ ], "quotients": [ { - "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 5 + "Alt(8) or A_{2}(4)": 5 }, { - "$C_{3}(2)$": 2 + "C_{3}(2)": 2 }, { - "$\\textrm{Alt}_{10}$": 4 + "Alt(10)": 4 }, { - "${}^2A_{3}(9)$": 2 + "{}^2A_{3}(9)": 2 }, { - "$A_{4}(2)$": 3 + "A_{4}(2)": 3 }, { - "$\\textrm{Alt}_{11}$": 3 + "Alt(11)": 3 }, { - "$A_{2}(9)$": 1 + "A_{2}(9)": 1 } ], "alternating_quotients": [ @@ -9270,10 +10615,37 @@ 21, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(7²)" + ], + "quotients_utf8": [ + { + "Alt(8) or A₂(4)": 5 + }, + { + "C₃(2)": 2 + }, + { + "Alt(10)": 4 + }, + { + "²A₃(9)": 2 + }, + { + "A₄(2)": 3 + }, + { + "Alt(11)": 3 + }, + { + "A₂(9)": 1 + } + ] }, { - "name": "$G^{14,40,48}_0", + "name": "G^{14,40,48}_0", + "name_utf8": "G¹⁴'⁴⁰'⁴⁸₀", "half_girth_type": [ 3, 4, @@ -9308,23 +10680,38 @@ ], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 }, { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "$A_{4}(2)$": 1 + "A_{4}(2)": 1 } ], "alternating_quotients": [ 7, 10 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(7²)" + ], + "quotients_utf8": [ + { + "Alt(7)": 1 + }, + { + "Alt(10)": 1 + }, + { + "A₄(2)": 1 + } + ] }, { - "name": "$G^{14,40,54}_0", + "name": "G^{14,40,54}_0", + "name_utf8": "G¹⁴'⁴⁰'⁵⁴₀", "half_girth_type": [ 3, 4, @@ -9355,25 +10742,33 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{J}_{2}$": 1 + "J_{2}": 1 }, { - "$C_{3}(2)$": 2 + "C_{3}(2)": 2 } ], "alternating_quotients": [ 21, 25 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "J₂": 1 + }, + { + "C₃(2)": 2 + } + ] }, { - "name": "$G^{14,40,54}_2", + "name": "G^{14,40,54}_2", + "name_utf8": "G¹⁴'⁴⁰'⁵⁴₂", "half_girth_type": [ 3, 4, @@ -9404,15 +10799,13 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{J}_{2}$": 1 + "J_{2}": 1 }, { - "$C_{3}(2)$": 2 + "C_{3}(2)": 2 } ], "alternating_quotients": [ @@ -9423,10 +10816,20 @@ 27, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "J₂": 1 + }, + { + "C₃(2)": 2 + } + ] }, { - "name": "$G^{14,48,48}_0", + "name": "G^{14,48,48}_0", + "name_utf8": "G¹⁴'⁴⁸'⁴⁸₀", "half_girth_type": [ 3, 4, @@ -9460,22 +10863,22 @@ ], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 }, { - "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 1 + "Alt(8) or A_{2}(4)": 1 }, { - "$\\textrm{J}_{2}$": 1 + "J_{2}": 1 }, { - "$C_{3}(2)$": 2 + "C_{3}(2)": 2 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$G_{2}(3)$": 2 + "G_{2}(3)": 2 } ], "alternating_quotients": [ @@ -9492,10 +10895,34 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(7)" + ], + "quotients_utf8": [ + { + "Alt(7)": 1 + }, + { + "Alt(8) or A₂(4)": 1 + }, + { + "J₂": 1 + }, + { + "C₃(2)": 2 + }, + { + "²A₃(9)": 1 + }, + { + "G₂(3)": 2 + } + ] }, { - "name": "$G^{14,48,48}_1", + "name": "G^{14,48,48}_1", + "name_utf8": "G¹⁴'⁴⁸'⁴⁸₁", "half_girth_type": [ 3, 4, @@ -9524,18 +10951,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, 4 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,48,54}_0", + "name": "G^{14,48,54}_0", + "name_utf8": "G¹⁴'⁴⁸'⁵⁴₀", "half_girth_type": [ 3, 4, @@ -9565,22 +10993,27 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$G_{2}(3)$": 1 + "G_{2}(3)": 1 } ], "alternating_quotients": [ 3, 18 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "G₂(3)": 1 + } + ] }, { - "name": "$G^{14,48,54}_2", + "name": "G^{14,48,54}_2", + "name_utf8": "G¹⁴'⁴⁸'⁵⁴₂", "half_girth_type": [ 3, 4, @@ -9610,18 +11043,16 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$C_{3}(2)$": 3 + "C_{3}(2)": 3 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$G_{2}(3)$": 1 + "G_{2}(3)": 1 } ], "alternating_quotients": [ @@ -9634,10 +11065,23 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "C₃(2)": 3 + }, + { + "²A₃(9)": 1 + }, + { + "G₂(3)": 1 + } + ] }, { - "name": "$G^{14,54,54}_0", + "name": "G^{14,54,54}_0", + "name_utf8": "G¹⁴'⁵⁴'⁵⁴₀", "half_girth_type": [ 3, 4, @@ -9668,9 +11112,7 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, @@ -9678,10 +11120,13 @@ 28, 29 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{14,54,54}_2", + "name": "G^{14,54,54}_2", + "name_utf8": "G¹⁴'⁵⁴'⁵⁴₂", "half_girth_type": [ 3, 4, @@ -9712,15 +11157,13 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{10}$": 6 + "Alt(10)": 6 }, { - "${}^2A_{3}(9)$": 2 + "{}^2A_{3}(9)": 2 } ], "alternating_quotients": [ @@ -9739,10 +11182,20 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(10)": 6 + }, + { + "²A₃(9)": 2 + } + ] }, { - "name": "$G^{14,54,54}_8", + "name": "G^{14,54,54}_8", + "name_utf8": "G¹⁴'⁵⁴'⁵⁴₈", "half_girth_type": [ 3, 4, @@ -9773,9 +11226,7 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 3, @@ -9784,10 +11235,13 @@ 27, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{16,40,40}_0", + "name": "G^{16,40,40}_0", + "name_utf8": "G¹⁶'⁴⁰'⁴⁰₀", "half_girth_type": [ 3, 4, @@ -9819,38 +11273,38 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 0, "L2_quotients": [ - "L_2(\\infty^4)" + "L_2(inf^4)" ], "quotients": [ { - "$\\textrm{M}_{11}$": 4 + "M_{11}": 4 }, { - "$B_{2}(3)$": 7 + "B_{2}(3)": 7 }, { - "${}^2A_{2}(25)$": 1 + "{}^2A_{2}(25)": 1 }, { - "$\\textrm{J}_{2}$": 2 + "J_{2}": 2 }, { - "$C_{2}(4)$": 2 + "C_{2}(4)": 2 }, { - "$\\textrm{Alt}_{10}$": 4 + "Alt(10)": 4 }, { - "${}^2A_{3}(9)$": 4 + "{}^2A_{3}(9)": 4 }, { - "$B_{2}(5)$": 11 + "B_{2}(5)": 11 }, { - "$A_{3}(3)$": 2 + "A_{3}(3)": 2 }, { - "$\\textrm{Alt}_{11}$": 6 + "Alt(11)": 6 } ], "alternating_quotients": [ @@ -9872,10 +11326,46 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(inf⁴)" + ], + "quotients_utf8": [ + { + "M₁₁": 4 + }, + { + "B₂(3)": 7 + }, + { + "²A₂(25)": 1 + }, + { + "J₂": 2 + }, + { + "C₂(4)": 2 + }, + { + "Alt(10)": 4 + }, + { + "²A₃(9)": 4 + }, + { + "B₂(5)": 11 + }, + { + "A₃(3)": 2 + }, + { + "Alt(11)": 6 + } + ] }, { - "name": "$G^{16,40,48}_0", + "name": "G^{16,40,48}_0", + "name_utf8": "G¹⁶'⁴⁰'⁴⁸₀", "half_girth_type": [ 3, 4, @@ -9910,28 +11400,28 @@ ], "quotients": [ { - "$\\textrm{M}_{11}$": 1 + "M_{11}": 1 }, { - "$B_{2}(3)$": 1 + "B_{2}(3)": 1 }, { - "$\\textrm{J}_{2}$": 2 + "J_{2}": 2 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$B_{2}(5)$": 5 + "B_{2}(5)": 5 }, { - "$A_{3}(3)$": 2 + "A_{3}(3)": 2 }, { - "$A_{4}(2)$": 3 + "A_{4}(2)": 3 }, { - "$\\textrm{Alt}_{11}$": 2 + "Alt(11)": 2 } ], "alternating_quotients": [ @@ -9950,10 +11440,40 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(3²)" + ], + "quotients_utf8": [ + { + "M₁₁": 1 + }, + { + "B₂(3)": 1 + }, + { + "J₂": 2 + }, + { + "²A₃(9)": 1 + }, + { + "B₂(5)": 5 + }, + { + "A₃(3)": 2 + }, + { + "A₄(2)": 3 + }, + { + "Alt(11)": 2 + } + ] }, { - "name": "$G^{16,40,54}_0", + "name": "G^{16,40,54}_0", + "name_utf8": "G¹⁶'⁴⁰'⁵⁴₀", "half_girth_type": [ 3, 4, @@ -9989,22 +11509,22 @@ ], "quotients": [ { - "$B_{2}(3)$": 5 + "B_{2}(3)": 5 }, { - "$\\textrm{M}_{12}$": 5 + "M_{12}": 5 }, { - "$C_{3}(2)$": 1 + "C_{3}(2)": 1 }, { - "${}^2A_{3}(9)$": 2 + "{}^2A_{3}(9)": 2 }, { - "$A_{3}(3)$": 3 + "A_{3}(3)": 3 }, { - "${}^2A_{4}(4)$": 1 + "{}^2A_{4}(4)": 1 } ], "alternating_quotients": [ @@ -10021,10 +11541,34 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(3²)" + ], + "quotients_utf8": [ + { + "B₂(3)": 5 + }, + { + "M₁₂": 5 + }, + { + "C₃(2)": 1 + }, + { + "²A₃(9)": 2 + }, + { + "A₃(3)": 3 + }, + { + "²A₄(4)": 1 + } + ] }, { - "name": "$G^{16,40,54}_2", + "name": "G^{16,40,54}_2", + "name_utf8": "G¹⁶'⁴⁰'⁵⁴₂", "half_girth_type": [ 3, 4, @@ -10060,22 +11604,22 @@ ], "quotients": [ { - "$B_{2}(3)$": 4 + "B_{2}(3)": 4 }, { - "$\\textrm{M}_{12}$": 5 + "M_{12}": 5 }, { - "$\\textrm{Alt}_{10}$": 3 + "Alt(10)": 3 }, { - "${}^2A_{3}(9)$": 4 + "{}^2A_{3}(9)": 4 }, { - "$A_{3}(3)$": 4 + "A_{3}(3)": 4 }, { - "${}^2A_{4}(4)$": 1 + "{}^2A_{4}(4)": 1 } ], "alternating_quotients": [ @@ -10096,10 +11640,34 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(3²)" + ], + "quotients_utf8": [ + { + "B₂(3)": 4 + }, + { + "M₁₂": 5 + }, + { + "Alt(10)": 3 + }, + { + "²A₃(9)": 4 + }, + { + "A₃(3)": 4 + }, + { + "²A₄(4)": 1 + } + ] }, { - "name": "$G^{16,48,48}_0", + "name": "G^{16,48,48}_0", + "name_utf8": "G¹⁶'⁴⁸'⁴⁸₀", "half_girth_type": [ 3, 4, @@ -10128,60 +11696,58 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 }, { - "${}^2A_{2}(9)$": 1 + "{}^2A_{2}(9)": 1 }, { - "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 2 + "Alt(8) or A_{2}(4)": 2 }, { - "$B_{2}(3)$": 5 + "B_{2}(3)": 5 }, { - "${}^2A_{2}(25)$": 1 + "{}^2A_{2}(25)": 1 }, { - "$\\textrm{J}_{2}$": 2 + "J_{2}": 2 }, { - "$C_{3}(2)$": 5 + "C_{3}(2)": 5 }, { - "$\\textrm{Alt}_{10}$": 2 + "Alt(10)": 2 }, { - "${}^2A_{3}(9)$": 4 + "{}^2A_{3}(9)": 4 }, { - "$B_{2}(5)$": 5 + "B_{2}(5)": 5 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "$A_{3}(3)$": 5 + "A_{3}(3)": 5 }, { - "$A_{4}(2)$": 2 + "A_{4}(2)": 2 }, { - "$\\textrm{Alt}_{11}$": 1 + "Alt(11)": 1 }, { - "$A_{2}(9)$": 1 + "A_{2}(9)": 1 }, { - "${}^2A_{2}(81)$": 2 + "{}^2A_{2}(81)": 2 }, { - "$\\textrm{HS}_{}$": 1 + "HS": 1 } ], "alternating_quotients": [ @@ -10207,10 +11773,65 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(7)": 1 + }, + { + "²A₂(9)": 1 + }, + { + "Alt(8) or A₂(4)": 2 + }, + { + "B₂(3)": 5 + }, + { + "²A₂(25)": 1 + }, + { + "J₂": 2 + }, + { + "C₃(2)": 5 + }, + { + "Alt(10)": 2 + }, + { + "²A₃(9)": 4 + }, + { + "B₂(5)": 5 + }, + { + "²A₂(64)": 2 + }, + { + "A₃(3)": 5 + }, + { + "A₄(2)": 2 + }, + { + "Alt(11)": 1 + }, + { + "A₂(9)": 1 + }, + { + "²A₂(81)": 2 + }, + { + "HS": 1 + } + ] }, { - "name": "$G^{16,48,48}_1", + "name": "G^{16,48,48}_1", + "name_utf8": "G¹⁶'⁴⁸'⁴⁸₁", "half_girth_type": [ 3, 4, @@ -10239,39 +11860,37 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 1 + "A_{2}(3)": 1 }, { - "${}^2A_{2}(9)$": 2 + "{}^2A_{2}(9)": 2 }, { - "$B_{2}(3)$": 8 + "B_{2}(3)": 8 }, { - "$\\textrm{Alt}_{9}$": 2 + "Alt(9)": 2 }, { - "$C_{3}(2)$": 10 + "C_{3}(2)": 10 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$A_{3}(3)$": 6 + "A_{3}(3)": 6 }, { - "$\\textrm{Alt}_{11}$": 1 + "Alt(11)": 1 }, { - "${}^2A_{2}(81)$": 2 + "{}^2A_{2}(81)": 2 }, { - "$\\textrm{HS}_{}$": 2 + "HS": 2 } ], "alternating_quotients": [ @@ -10297,10 +11916,44 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 1 + }, + { + "²A₂(9)": 2 + }, + { + "B₂(3)": 8 + }, + { + "Alt(9)": 2 + }, + { + "C₃(2)": 10 + }, + { + "²A₃(9)": 1 + }, + { + "A₃(3)": 6 + }, + { + "Alt(11)": 1 + }, + { + "²A₂(81)": 2 + }, + { + "HS": 2 + } + ] }, { - "name": "$G^{16,48,54}_0", + "name": "G^{16,48,54}_0", + "name_utf8": "G¹⁶'⁴⁸'⁵⁴₀", "half_girth_type": [ 3, 4, @@ -10330,36 +11983,34 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$B_{2}(3)$": 4 + "B_{2}(3)": 4 }, { - "$\\textrm{Alt}_{9}$": 1 + "Alt(9)": 1 }, { - "$C_{3}(2)$": 1 + "C_{3}(2)": 1 }, { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "${}^2A_{3}(9)$": 3 + "{}^2A_{3}(9)": 3 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 }, { - "${}^2A_{4}(4)$": 1 + "{}^2A_{4}(4)": 1 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -10381,10 +12032,41 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "B₂(3)": 4 + }, + { + "Alt(9)": 1 + }, + { + "C₃(2)": 1 + }, + { + "Alt(10)": 1 + }, + { + "²A₃(9)": 3 + }, + { + "A₃(3)": 1 + }, + { + "²A₄(4)": 1 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{16,48,54}_2", + "name": "G^{16,48,54}_2", + "name_utf8": "G¹⁶'⁴⁸'⁵⁴₂", "half_girth_type": [ 3, 4, @@ -10414,33 +12096,31 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$B_{2}(3)$": 4 + "B_{2}(3)": 4 }, { - "$C_{3}(2)$": 1 + "C_{3}(2)": 1 }, { - "$\\textrm{Alt}_{10}$": 3 + "Alt(10)": 3 }, { - "${}^2A_{3}(9)$": 2 + "{}^2A_{3}(9)": 2 }, { - "$A_{3}(3)$": 3 + "A_{3}(3)": 3 }, { - "${}^2A_{4}(4)$": 5 + "{}^2A_{4}(4)": 5 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -10467,10 +12147,38 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "B₂(3)": 4 + }, + { + "C₃(2)": 1 + }, + { + "Alt(10)": 3 + }, + { + "²A₃(9)": 2 + }, + { + "A₃(3)": 3 + }, + { + "²A₄(4)": 5 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{16,54,54}_0", + "name": "G^{16,54,54}_0", + "name_utf8": "G¹⁶'⁵⁴'⁵⁴₀", "half_girth_type": [ 3, 4, @@ -10501,21 +12209,19 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "${}^2A_{4}(4)$": 2 + "{}^2A_{4}(4)": 2 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -10531,10 +12237,26 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "²A₂(64)": 2 + }, + { + "²A₄(4)": 2 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{16,54,54}_2", + "name": "G^{16,54,54}_2", + "name_utf8": "G¹⁶'⁵⁴'⁵⁴₂", "half_girth_type": [ 3, 4, @@ -10565,42 +12287,40 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$B_{2}(3)$": 6 + "B_{2}(3)": 6 }, { - "$\\textrm{Alt}_{9}$": 2 + "Alt(9)": 2 }, { - "$C_{3}(2)$": 4 + "C_{3}(2)": 4 }, { - "$\\textrm{Alt}_{10}$": 12 + "Alt(10)": 12 }, { - "${}^2A_{3}(9)$": 3 + "{}^2A_{3}(9)": 3 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "$A_{3}(3)$": 5 + "A_{3}(3)": 5 }, { - "${}^2A_{4}(4)$": 5 + "{}^2A_{4}(4)": 5 }, { - "$\\textrm{Alt}_{11}$": 6 + "Alt(11)": 6 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -10629,10 +12349,47 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "B₂(3)": 6 + }, + { + "Alt(9)": 2 + }, + { + "C₃(2)": 4 + }, + { + "Alt(10)": 12 + }, + { + "²A₃(9)": 3 + }, + { + "²A₂(64)": 2 + }, + { + "A₃(3)": 5 + }, + { + "²A₄(4)": 5 + }, + { + "Alt(11)": 6 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{16,54,54}_8", + "name": "G^{16,54,54}_8", + "name_utf8": "G¹⁶'⁵⁴'⁵⁴₈", "half_girth_type": [ 3, 4, @@ -10663,33 +12420,31 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$B_{2}(3)$": 4 + "B_{2}(3)": 4 }, { - "$\\textrm{Alt}_{9}$": 2 + "Alt(9)": 2 }, { - "${}^2A_{3}(9)$": 3 + "{}^2A_{3}(9)": 3 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "$A_{3}(3)$": 7 + "A_{3}(3)": 7 }, { - "${}^2A_{4}(4)$": 3 + "{}^2A_{4}(4)": 3 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -10710,10 +12465,38 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "B₂(3)": 4 + }, + { + "Alt(9)": 2 + }, + { + "²A₃(9)": 3 + }, + { + "²A₂(64)": 2 + }, + { + "A₃(3)": 7 + }, + { + "²A₄(4)": 3 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{18,40,40}_0", + "name": "G^{18,40,40}_0", + "name_utf8": "G¹⁸'⁴⁰'⁴⁰₀", "half_girth_type": [ 3, 4, @@ -10745,27 +12528,25 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{7}$": 2 + "Alt(7)": 2 }, { - "$B_{2}(3)$": 5 + "B_{2}(3)": 5 }, { - "$\\textrm{M}_{12}$": 2 + "M_{12}": 2 }, { - "$\\textrm{Alt}_{10}$": 8 + "Alt(10)": 8 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "${}^2A_{4}(4)$": 3 + "{}^2A_{4}(4)": 3 } ], "alternating_quotients": [ @@ -10783,10 +12564,32 @@ 27, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(7)": 2 + }, + { + "B₂(3)": 5 + }, + { + "M₁₂": 2 + }, + { + "Alt(10)": 8 + }, + { + "²A₃(9)": 1 + }, + { + "²A₄(4)": 3 + } + ] }, { - "name": "$G^{18,40,48}_0", + "name": "G^{18,40,48}_0", + "name_utf8": "G¹⁸'⁴⁰'⁴⁸₀", "half_girth_type": [ 3, 4, @@ -10822,22 +12625,22 @@ ], "quotients": [ { - "$B_{2}(3)$": 5 + "B_{2}(3)": 5 }, { - "$\\textrm{M}_{12}$": 7 + "M_{12}": 7 }, { - "$\\textrm{Alt}_{10}$": 2 + "Alt(10)": 2 }, { - "${}^2A_{3}(9)$": 4 + "{}^2A_{3}(9)": 4 }, { - "$A_{3}(3)$": 10 + "A_{3}(3)": 10 }, { - "$\\textrm{Alt}_{11}$": 5 + "Alt(11)": 5 } ], "alternating_quotients": [ @@ -10863,10 +12666,34 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(3²)" + ], + "quotients_utf8": [ + { + "B₂(3)": 5 + }, + { + "M₁₂": 7 + }, + { + "Alt(10)": 2 + }, + { + "²A₃(9)": 4 + }, + { + "A₃(3)": 10 + }, + { + "Alt(11)": 5 + } + ] }, { - "name": "$G^{18,40,54}_0", + "name": "G^{18,40,54}_0", + "name_utf8": "G¹⁸'⁴⁰'⁵⁴₀", "half_girth_type": [ 3, 4, @@ -10898,24 +12725,22 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{M}_{12}$": 2 + "M_{12}": 2 }, { - "$\\textrm{Alt}_{10}$": 4 + "Alt(10)": 4 }, { - "$A_{3}(3)$": 14 + "A_{3}(3)": 14 }, { - "${}^2A_{4}(4)$": 3 + "{}^2A_{4}(4)": 3 } ], "alternating_quotients": [ @@ -10938,10 +12763,29 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 2 + }, + { + "M₁₂": 2 + }, + { + "Alt(10)": 4 + }, + { + "A₃(3)": 14 + }, + { + "²A₄(4)": 3 + } + ] }, { - "name": "$G^{18,40,54}_2", + "name": "G^{18,40,54}_2", + "name_utf8": "G¹⁸'⁴⁰'⁵⁴₂", "half_girth_type": [ 3, 4, @@ -10973,27 +12817,25 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{M}_{12}$": 2 + "M_{12}": 2 }, { - "$\\textrm{Alt}_{9}$": 2 + "Alt(9)": 2 }, { - "${}^2A_{3}(9)$": 3 + "{}^2A_{3}(9)": 3 }, { - "$A_{3}(3)$": 5 + "A_{3}(3)": 5 }, { - "${}^2A_{4}(4)$": 4 + "{}^2A_{4}(4)": 4 } ], "alternating_quotients": [ @@ -11017,10 +12859,32 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 2 + }, + { + "M₁₂": 2 + }, + { + "Alt(9)": 2 + }, + { + "²A₃(9)": 3 + }, + { + "A₃(3)": 5 + }, + { + "²A₄(4)": 4 + } + ] }, { - "name": "$G^{18,48,48}_0", + "name": "G^{18,48,48}_0", + "name_utf8": "G¹⁸'⁴⁸'⁴⁸₀", "half_girth_type": [ 3, 4, @@ -11050,30 +12914,28 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$B_{2}(3)$": 3 + "B_{2}(3)": 3 }, { - "$\\textrm{Alt}_{10}$": 3 + "Alt(10)": 3 }, { - "${}^2A_{3}(9)$": 4 + "{}^2A_{3}(9)": 4 }, { - "$A_{3}(3)$": 9 + "A_{3}(3)": 9 }, { - "$\\textrm{Alt}_{11}$": 2 + "Alt(11)": 2 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -11100,10 +12962,35 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "B₂(3)": 3 + }, + { + "Alt(10)": 3 + }, + { + "²A₃(9)": 4 + }, + { + "A₃(3)": 9 + }, + { + "Alt(11)": 2 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{18,48,54}_0", + "name": "G^{18,48,54}_0", + "name_utf8": "G¹⁸'⁴⁸'⁵⁴₀", "half_girth_type": [ 3, 4, @@ -11134,30 +13021,28 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{Alt}_{10}$": 2 + "Alt(10)": 2 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "$A_{3}(3)$": 8 + "A_{3}(3)": 8 }, { - "$\\textrm{Alt}_{11}$": 4 + "Alt(11)": 4 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -11182,10 +13067,35 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "B₂(3)": 2 + }, + { + "Alt(10)": 2 + }, + { + "²A₂(64)": 2 + }, + { + "A₃(3)": 8 + }, + { + "Alt(11)": 4 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{18,48,54}_2", + "name": "G^{18,48,54}_2", + "name_utf8": "G¹⁸'⁴⁸'⁵⁴₂", "half_girth_type": [ 3, 4, @@ -11216,39 +13126,37 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{Alt}_{9}$": 2 + "Alt(9)": 2 }, { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "${}^2A_{3}(9)$": 3 + "{}^2A_{3}(9)": 3 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 }, { - "${}^2A_{4}(4)$": 3 + "{}^2A_{4}(4)": 3 }, { - "$\\textrm{Alt}_{11}$": 1 + "Alt(11)": 1 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -11274,10 +13182,44 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "B₂(3)": 2 + }, + { + "Alt(9)": 2 + }, + { + "Alt(10)": 1 + }, + { + "²A₃(9)": 3 + }, + { + "²A₂(64)": 2 + }, + { + "A₃(3)": 1 + }, + { + "²A₄(4)": 3 + }, + { + "Alt(11)": 1 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{18,54,54}_0", + "name": "G^{18,54,54}_0", + "name_utf8": "G¹⁸'⁵⁴'⁵⁴₀", "half_girth_type": [ 3, 4, @@ -11309,21 +13251,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$\\textrm{Alt}_{9}$": 2 + "Alt(9)": 2 }, { - "${}^2A_{4}(4)$": 2 + "{}^2A_{4}(4)": 2 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -11341,10 +13281,26 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "Alt(9)": 2 + }, + { + "²A₄(4)": 2 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{18,54,54}_2", + "name": "G^{18,54,54}_2", + "name_utf8": "G¹⁸'⁵⁴'⁵⁴₂", "half_girth_type": [ 3, 4, @@ -11376,30 +13332,28 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{Alt}_{9}$": 10 + "Alt(9)": 10 }, { - "${}^2A_{3}(9)$": 3 + "{}^2A_{3}(9)": 3 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 }, { - "${}^2A_{4}(4)$": 9 + "{}^2A_{4}(4)": 9 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -11419,10 +13373,35 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "B₂(3)": 2 + }, + { + "Alt(9)": 10 + }, + { + "²A₃(9)": 3 + }, + { + "A₃(3)": 1 + }, + { + "²A₄(4)": 9 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{18,54,54}_8", + "name": "G^{18,54,54}_8", + "name_utf8": "G¹⁸'⁵⁴'⁵⁴₈", "half_girth_type": [ 3, 4, @@ -11454,27 +13433,25 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{Alt}_{9}$": 8 + "Alt(9)": 8 }, { - "$A_{3}(3)$": 10 + "A_{3}(3)": 10 }, { - "${}^2A_{4}(4)$": 4 + "{}^2A_{4}(4)": 4 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -11494,10 +13471,32 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "B₂(3)": 2 + }, + { + "Alt(9)": 8 + }, + { + "A₃(3)": 10 + }, + { + "²A₄(4)": 4 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{24,40,40}_0", + "name": "G^{24,40,40}_0", + "name_utf8": "G²⁴'⁴⁰'⁴⁰₀", "half_girth_type": [ 3, 4, @@ -11530,41 +13529,41 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 0, "L2_quotients": [ - "L_2(\\infty^4)" + "L_2(inf^4)" ], "quotients": [ { - "$\\textrm{Alt}_{7}$": 2 + "Alt(7)": 2 }, { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{M}_{22}$": 2 + "M_{22}": 2 }, { - "$\\textrm{J}_{2}$": 2 + "J_{2}": 2 }, { - "$C_{2}(4)$": 2 + "C_{2}(4)": 2 }, { - "$C_{3}(2)$": 2 + "C_{3}(2)": 2 }, { - "$\\textrm{Alt}_{10}$": 2 + "Alt(10)": 2 }, { - "$B_{2}(5)$": 10 + "B_{2}(5)": 10 }, { - "$A_{4}(2)$": 4 + "A_{4}(2)": 4 }, { - "${}^2A_{4}(4)$": 4 + "{}^2A_{4}(4)": 4 }, { - "$\\textrm{Alt}_{11}$": 3 + "Alt(11)": 3 } ], "alternating_quotients": [ @@ -11589,10 +13588,49 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(inf⁴)" + ], + "quotients_utf8": [ + { + "Alt(7)": 2 + }, + { + "B₂(3)": 2 + }, + { + "M₂₂": 2 + }, + { + "J₂": 2 + }, + { + "C₂(4)": 2 + }, + { + "C₃(2)": 2 + }, + { + "Alt(10)": 2 + }, + { + "B₂(5)": 10 + }, + { + "A₄(2)": 4 + }, + { + "²A₄(4)": 4 + }, + { + "Alt(11)": 3 + } + ] }, { - "name": "$G^{24,40,48}_0", + "name": "G^{24,40,48}_0", + "name_utf8": "G²⁴'⁴⁰'⁴⁸₀", "half_girth_type": [ 3, 4, @@ -11629,37 +13667,37 @@ ], "quotients": [ { - "$\\textrm{Alt}_{7}$": 2 + "Alt(7)": 2 }, { - "$B_{2}(3)$": 3 + "B_{2}(3)": 3 }, { - "$\\textrm{M}_{22}$": 2 + "M_{22}": 2 }, { - "$\\textrm{J}_{2}$": 4 + "J_{2}": 4 }, { - "$C_{2}(4)$": 4 + "C_{2}(4)": 4 }, { - "$C_{3}(2)$": 3 + "C_{3}(2)": 3 }, { - "$B_{2}(5)$": 12 + "B_{2}(5)": 12 }, { - "$A_{3}(3)$": 2 + "A_{3}(3)": 2 }, { - "$A_{4}(2)$": 5 + "A_{4}(2)": 5 }, { - "${}^2A_{4}(4)$": 1 + "{}^2A_{4}(4)": 1 }, { - "$\\textrm{Alt}_{11}$": 4 + "Alt(11)": 4 } ], "alternating_quotients": [ @@ -11686,10 +13724,50 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(3²)", + "L₂(3²)" + ], + "quotients_utf8": [ + { + "Alt(7)": 2 + }, + { + "B₂(3)": 3 + }, + { + "M₂₂": 2 + }, + { + "J₂": 4 + }, + { + "C₂(4)": 4 + }, + { + "C₃(2)": 3 + }, + { + "B₂(5)": 12 + }, + { + "A₃(3)": 2 + }, + { + "A₄(2)": 5 + }, + { + "²A₄(4)": 1 + }, + { + "Alt(11)": 4 + } + ] }, { - "name": "$G^{24,40,54}_0", + "name": "G^{24,40,54}_0", + "name_utf8": "G²⁴'⁴⁰'⁵⁴₀", "half_girth_type": [ 3, 4, @@ -11726,25 +13804,25 @@ ], "quotients": [ { - "$B_{2}(3)$": 4 + "B_{2}(3)": 4 }, { - "$\\textrm{M}_{12}$": 6 + "M_{12}": 6 }, { - "$\\textrm{Alt}_{10}$": 12 + "Alt(10)": 12 }, { - "${}^2A_{3}(9)$": 2 + "{}^2A_{3}(9)": 2 }, { - "$A_{3}(3)$": 3 + "A_{3}(3)": 3 }, { - "${}^2A_{4}(4)$": 4 + "{}^2A_{4}(4)": 4 }, { - "$\\textrm{Alt}_{11}$": 12 + "Alt(11)": 12 } ], "alternating_quotients": [ @@ -11770,10 +13848,37 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(3²)" + ], + "quotients_utf8": [ + { + "B₂(3)": 4 + }, + { + "M₁₂": 6 + }, + { + "Alt(10)": 12 + }, + { + "²A₃(9)": 2 + }, + { + "A₃(3)": 3 + }, + { + "²A₄(4)": 4 + }, + { + "Alt(11)": 12 + } + ] }, { - "name": "$G^{24,40,54}_2", + "name": "G^{24,40,54}_2", + "name_utf8": "G²⁴'⁴⁰'⁵⁴₂", "half_girth_type": [ 3, 4, @@ -11810,31 +13915,31 @@ ], "quotients": [ { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{M}_{12}$": 6 + "M_{12}": 6 }, { - "$\\textrm{Alt}_{9}$": 2 + "Alt(9)": 2 }, { - "$C_{3}(2)$": 4 + "C_{3}(2)": 4 }, { - "$\\textrm{Alt}_{10}$": 7 + "Alt(10)": 7 }, { - "${}^2A_{3}(9)$": 6 + "{}^2A_{3}(9)": 6 }, { - "$A_{3}(3)$": 7 + "A_{3}(3)": 7 }, { - "${}^2A_{4}(4)$": 1 + "{}^2A_{4}(4)": 1 }, { - "$\\textrm{Alt}_{11}$": 6 + "Alt(11)": 6 } ], "alternating_quotients": [ @@ -11863,10 +13968,43 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(3²)" + ], + "quotients_utf8": [ + { + "B₂(3)": 2 + }, + { + "M₁₂": 6 + }, + { + "Alt(9)": 2 + }, + { + "C₃(2)": 4 + }, + { + "Alt(10)": 7 + }, + { + "²A₃(9)": 6 + }, + { + "A₃(3)": 7 + }, + { + "²A₄(4)": 1 + }, + { + "Alt(11)": 6 + } + ] }, { - "name": "$G^{24,48,48}_0", + "name": "G^{24,48,48}_0", + "name_utf8": "G²⁴'⁴⁸'⁴⁸₀", "half_girth_type": [ 3, 4, @@ -11896,57 +14034,55 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{7}$": 3 + "Alt(7)": 3 }, { - "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 4 + "Alt(8) or A_{2}(4)": 4 }, { - "$B_{2}(3)$": 3 + "B_{2}(3)": 3 }, { - "$\\textrm{M}_{12}$": 1 + "M_{12}": 1 }, { - "${}^2A_{2}(25)$": 2 + "{}^2A_{2}(25)": 2 }, { - "$\\textrm{J}_{2}$": 2 + "J_{2}": 2 }, { - "$C_{3}(2)$": 11 + "C_{3}(2)": 11 }, { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "$A_{2}(7)$": 1 + "A_{2}(7)": 1 }, { - "${}^2A_{3}(9)$": 3 + "{}^2A_{3}(9)": 3 }, { - "$B_{2}(5)$": 7 + "B_{2}(5)": 7 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 }, { - "$A_{4}(2)$": 2 + "A_{4}(2)": 2 }, { - "${}^2A_{4}(4)$": 13 + "{}^2A_{4}(4)": 13 }, { - "$\\textrm{Alt}_{11}$": 1 + "Alt(11)": 1 }, { - "$\\textrm{HS}_{}$": 2 + "HS": 2 } ], "alternating_quotients": [ @@ -11976,10 +14112,62 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(7)": 3 + }, + { + "Alt(8) or A₂(4)": 4 + }, + { + "B₂(3)": 3 + }, + { + "M₁₂": 1 + }, + { + "²A₂(25)": 2 + }, + { + "J₂": 2 + }, + { + "C₃(2)": 11 + }, + { + "Alt(10)": 1 + }, + { + "A₂(7)": 1 + }, + { + "²A₃(9)": 3 + }, + { + "B₂(5)": 7 + }, + { + "A₃(3)": 1 + }, + { + "A₄(2)": 2 + }, + { + "²A₄(4)": 13 + }, + { + "Alt(11)": 1 + }, + { + "HS": 2 + } + ] }, { - "name": "$G^{24,48,48}_1", + "name": "G^{24,48,48}_1", + "name_utf8": "G²⁴'⁴⁸'⁴⁸₁", "half_girth_type": [ 3, 4, @@ -12009,39 +14197,37 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 4 + "B_{2}(3)": 4 }, { - "$\\textrm{Alt}_{9}$": 1 + "Alt(9)": 1 }, { - "$\\textrm{M}_{22}$": 1 + "M_{22}": 1 }, { - "$C_{3}(2)$": 17 + "C_{3}(2)": 17 }, { - "${}^2A_{3}(9)$": 8 + "{}^2A_{3}(9)": 8 }, { - "$B_{2}(5)$": 5 + "B_{2}(5)": 5 }, { - "$A_{3}(3)$": 3 + "A_{3}(3)": 3 }, { - "${}^2A_{4}(4)$": 8 + "{}^2A_{4}(4)": 8 }, { - "$\\textrm{Alt}_{11}$": 1 + "Alt(11)": 1 }, { - "$\\textrm{HS}_{}$": 1 + "HS": 1 } ], "alternating_quotients": [ @@ -12070,10 +14256,44 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 4 + }, + { + "Alt(9)": 1 + }, + { + "M₂₂": 1 + }, + { + "C₃(2)": 17 + }, + { + "²A₃(9)": 8 + }, + { + "B₂(5)": 5 + }, + { + "A₃(3)": 3 + }, + { + "²A₄(4)": 8 + }, + { + "Alt(11)": 1 + }, + { + "HS": 1 + } + ] }, { - "name": "$G^{24,48,54}_0", + "name": "G^{24,48,54}_0", + "name_utf8": "G²⁴'⁴⁸'⁵⁴₀", "half_girth_type": [ 3, 4, @@ -12104,30 +14324,28 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 4 + "B_{2}(3)": 4 }, { - "$\\textrm{Alt}_{9}$": 3 + "Alt(9)": 3 }, { - "$\\textrm{Alt}_{10}$": 5 + "Alt(10)": 5 }, { - "${}^2A_{3}(9)$": 1 + "{}^2A_{3}(9)": 1 }, { - "$A_{3}(3)$": 2 + "A_{3}(3)": 2 }, { - "${}^2A_{4}(4)$": 3 + "{}^2A_{4}(4)": 3 }, { - "$\\textrm{Alt}_{11}$": 4 + "Alt(11)": 4 } ], "alternating_quotients": [ @@ -12156,10 +14374,35 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 4 + }, + { + "Alt(9)": 3 + }, + { + "Alt(10)": 5 + }, + { + "²A₃(9)": 1 + }, + { + "A₃(3)": 2 + }, + { + "²A₄(4)": 3 + }, + { + "Alt(11)": 4 + } + ] }, { - "name": "$G^{24,48,54}_2", + "name": "G^{24,48,54}_2", + "name_utf8": "G²⁴'⁴⁸'⁵⁴₂", "half_girth_type": [ 3, 4, @@ -12190,33 +14433,31 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{Alt}_{9}$": 3 + "Alt(9)": 3 }, { - "$C_{3}(2)$": 3 + "C_{3}(2)": 3 }, { - "$\\textrm{Alt}_{10}$": 5 + "Alt(10)": 5 }, { - "${}^2A_{3}(9)$": 5 + "{}^2A_{3}(9)": 5 }, { - "$A_{3}(3)$": 10 + "A_{3}(3)": 10 }, { - "${}^2A_{4}(4)$": 12 + "{}^2A_{4}(4)": 12 }, { - "$\\textrm{Alt}_{11}$": 2 + "Alt(11)": 2 } ], "alternating_quotients": [ @@ -12244,10 +14485,38 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 2 + }, + { + "Alt(9)": 3 + }, + { + "C₃(2)": 3 + }, + { + "Alt(10)": 5 + }, + { + "²A₃(9)": 5 + }, + { + "A₃(3)": 10 + }, + { + "²A₄(4)": 12 + }, + { + "Alt(11)": 2 + } + ] }, { - "name": "$G^{24,54,54}_0", + "name": "G^{24,54,54}_0", + "name_utf8": "G²⁴'⁵⁴'⁵⁴₀", "half_girth_type": [ 3, 4, @@ -12279,24 +14548,22 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{9}$": 6 + "Alt(9)": 6 }, { - "$\\textrm{Alt}_{10}$": 2 + "Alt(10)": 2 }, { - "$A_{3}(3)$": 4 + "A_{3}(3)": 4 }, { - "${}^2A_{4}(4)$": 8 + "{}^2A_{4}(4)": 8 }, { - "$\\textrm{Alt}_{11}$": 2 + "Alt(11)": 2 } ], "alternating_quotients": [ @@ -12321,10 +14588,29 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(9)": 6 + }, + { + "Alt(10)": 2 + }, + { + "A₃(3)": 4 + }, + { + "²A₄(4)": 8 + }, + { + "Alt(11)": 2 + } + ] }, { - "name": "$G^{24,54,54}_2", + "name": "G^{24,54,54}_2", + "name_utf8": "G²⁴'⁵⁴'⁵⁴₂", "half_girth_type": [ 3, 4, @@ -12356,33 +14642,31 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 2 + "B_{2}(3)": 2 }, { - "$\\textrm{Alt}_{9}$": 9 + "Alt(9)": 9 }, { - "$C_{3}(2)$": 6 + "C_{3}(2)": 6 }, { - "$\\textrm{Alt}_{10}$": 22 + "Alt(10)": 22 }, { - "${}^2A_{3}(9)$": 8 + "{}^2A_{3}(9)": 8 }, { - "$A_{3}(3)$": 26 + "A_{3}(3)": 26 }, { - "${}^2A_{4}(4)$": 12 + "{}^2A_{4}(4)": 12 }, { - "$\\textrm{Alt}_{11}$": 12 + "Alt(11)": 12 } ], "alternating_quotients": [ @@ -12411,10 +14695,38 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 2 + }, + { + "Alt(9)": 9 + }, + { + "C₃(2)": 6 + }, + { + "Alt(10)": 22 + }, + { + "²A₃(9)": 8 + }, + { + "A₃(3)": 26 + }, + { + "²A₄(4)": 12 + }, + { + "Alt(11)": 12 + } + ] }, { - "name": "$G^{24,54,54}_8", + "name": "G^{24,54,54}_8", + "name_utf8": "G²⁴'⁵⁴'⁵⁴₈", "half_girth_type": [ 3, 4, @@ -12446,24 +14758,22 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 4 + "B_{2}(3)": 4 }, { - "$\\textrm{Alt}_{9}$": 14 + "Alt(9)": 14 }, { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "${}^2A_{4}(4)$": 9 + "{}^2A_{4}(4)": 9 }, { - "$\\textrm{Alt}_{11}$": 1 + "Alt(11)": 1 } ], "alternating_quotients": [ @@ -12488,10 +14798,29 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 4 + }, + { + "Alt(9)": 14 + }, + { + "Alt(10)": 1 + }, + { + "²A₄(4)": 9 + }, + { + "Alt(11)": 1 + } + ] }, { - "name": "$G^{26,40,40}_0", + "name": "G^{26,40,40}_0", + "name_utf8": "G²⁶'⁴⁰'⁴⁰₀", "half_girth_type": [ 3, 4, @@ -12528,7 +14857,7 @@ ], "quotients": [ { - "$A_{3}(3)$": 3 + "A_{3}(3)": 3 } ], "alternating_quotients": [ @@ -12538,10 +14867,19 @@ 27, 28 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(13²)" + ], + "quotients_utf8": [ + { + "A₃(3)": 3 + } + ] }, { - "name": "$G^{26,40,48}_0", + "name": "G^{26,40,48}_0", + "name_utf8": "G²⁶'⁴⁰'⁴⁸₀", "half_girth_type": [ 3, 4, @@ -12577,14 +14915,23 @@ ], "quotients": [ { - "${}^2F_4(2)'$": 1 + "{}^2F_4(2)'": 1 } ], "alternating_quotients": [], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(13²)" + ], + "quotients_utf8": [ + { + "²F₄(2)'": 1 + } + ] }, { - "name": "$G^{26,40,54}_0", + "name": "G^{26,40,54}_0", + "name_utf8": "G²⁶'⁴⁰'⁵⁴₀", "half_girth_type": [ 3, 4, @@ -12616,21 +14963,26 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{3}(3)$": 3 + "A_{3}(3)": 3 } ], "alternating_quotients": [ 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₃(3)": 3 + } + ] }, { - "name": "$G^{26,40,54}_2", + "name": "G^{26,40,54}_2", + "name_utf8": "G²⁶'⁴⁰'⁵⁴₂", "half_girth_type": [ 3, 4, @@ -12662,17 +15014,18 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [], "alternating_quotients": [ 15 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [] }, { - "name": "$G^{26,48,48}_0", + "name": "G^{26,48,48}_0", + "name_utf8": "G²⁶'⁴⁸'⁴⁸₀", "half_girth_type": [ 3, 4, @@ -12702,12 +15055,10 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$G_{2}(3)$": 1 + "G_{2}(3)": 1 } ], "alternating_quotients": [ @@ -12716,10 +15067,17 @@ 14, 28 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "G₂(3)": 1 + } + ] }, { - "name": "$G^{26,48,48}_1", + "name": "G^{26,48,48}_1", + "name_utf8": "G²⁶'⁴⁸'⁴⁸₁", "half_girth_type": [ 3, 4, @@ -12754,10 +15112,10 @@ ], "quotients": [ { - "$G_{2}(3)$": 4 + "G_{2}(3)": 4 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 } ], "alternating_quotients": [ @@ -12772,10 +15130,22 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [ + "L₂(13)" + ], + "quotients_utf8": [ + { + "G₂(3)": 4 + }, + { + "A₃(3)": 1 + } + ] }, { - "name": "$G^{26,48,54}_0", + "name": "G^{26,48,54}_0", + "name_utf8": "G²⁶'⁴⁸'⁵⁴₀", "half_girth_type": [ 3, 4, @@ -12806,12 +15176,10 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": null, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$G_{2}(3)$": 1 + "G_{2}(3)": 1 } ], "alternating_quotients": [ @@ -12821,10 +15189,17 @@ 27, 28 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "G₂(3)": 1 + } + ] }, { - "name": "$G^{26,48,54}_2", + "name": "G^{26,48,54}_2", + "name_utf8": "G²⁶'⁴⁸'⁵⁴₂", "half_girth_type": [ 3, 4, @@ -12855,15 +15230,13 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$G_{2}(3)$": 1 + "G_{2}(3)": 1 }, { - "$A_{3}(3)$": 1 + "A_{3}(3)": 1 } ], "alternating_quotients": [ @@ -12874,10 +15247,20 @@ 28, 29 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "G₂(3)": 1 + }, + { + "A₃(3)": 1 + } + ] }, { - "name": "$G^{26,54,54}_0", + "name": "G^{26,54,54}_0", + "name_utf8": "G²⁶'⁵⁴'⁵⁴₀", "half_girth_type": [ 3, 4, @@ -12909,15 +15292,13 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -12927,10 +15308,20 @@ 27, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{26,54,54}_2", + "name": "G^{26,54,54}_2", + "name_utf8": "G²⁶'⁵⁴'⁵⁴₂", "half_girth_type": [ 3, 4, @@ -12962,18 +15353,16 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$A_{3}(3)$": 20 + "A_{3}(3)": 20 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -12989,10 +15378,23 @@ 29, 30 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "A₃(3)": 20 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{26,54,54}_8", + "name": "G^{26,54,54}_8", + "name_utf8": "G²⁶'⁵⁴'⁵⁴₈", "half_girth_type": [ 3, 4, @@ -13024,28 +15426,39 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": null, "abelianization_dimension": 2, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$A_{3}(3)$": 6 + "A_{3}(3)": 6 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ 3, 13 ], - "maximal_degree_alternating_quotients": 30 + "maximal_degree_alternating_quotients": 30, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "A₃(3)": 6 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{40,40,40}_0", + "name": "G^{40,40,40}_0", + "name_utf8": "G⁴⁰'⁴⁰'⁴⁰₀", "half_girth_type": [ 4, 4, @@ -13078,50 +15491,50 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 0, "L2_quotients": [ - "L_2(\\infty^4)", - "L_2(\\infty^4)", - "L_2(\\infty^4)", - "L_2(\\infty^4)" + "L_2(inf^4)", + "L_2(inf^4)", + "L_2(inf^4)", + "L_2(inf^4)" ], "quotients": [ { - "$\\textrm{Alt}_{7}$": 1 + "Alt(7)": 1 }, { - "$B_{2}(3)$": 18 + "B_{2}(3)": 18 }, { - "$\\textrm{M}_{12}$": 7 + "M_{12}": 7 }, { - "${}^2A_{2}(25)$": 2 + "{}^2A_{2}(25)": 2 }, { - "$\\textrm{J}_{1}$": 4 + "J_{1}": 4 }, { - "$A_{2}(5)$": 2 + "A_{2}(5)": 2 }, { - "$\\textrm{J}_{2}$": 8 + "J_{2}": 8 }, { - "$C_{2}(4)$": 21 + "C_{2}(4)": 21 }, { - "$\\textrm{Alt}_{10}$": 15 + "Alt(10)": 15 }, { - "${}^2A_{3}(9)$": 12 + "{}^2A_{3}(9)": 12 }, { - "$B_{2}(5)$": 90 + "B_{2}(5)": 90 }, { - "$A_{3}(3)$": 7 + "A_{3}(3)": 7 }, { - "$\\textrm{HS}_{}$": 12 + "HS": 12 } ], "alternating_quotients": [ @@ -13155,10 +15568,58 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [ + "L₂(inf⁴)", + "L₂(inf⁴)", + "L₂(inf⁴)", + "L₂(inf⁴)" + ], + "quotients_utf8": [ + { + "Alt(7)": 1 + }, + { + "B₂(3)": 18 + }, + { + "M₁₂": 7 + }, + { + "²A₂(25)": 2 + }, + { + "J₁": 4 + }, + { + "A₂(5)": 2 + }, + { + "J₂": 8 + }, + { + "C₂(4)": 21 + }, + { + "Alt(10)": 15 + }, + { + "²A₃(9)": 12 + }, + { + "B₂(5)": 90 + }, + { + "A₃(3)": 7 + }, + { + "HS": 12 + } + ] }, { - "name": "$G^{40,40,48}_0", + "name": "G^{40,40,48}_0", + "name_utf8": "G⁴⁰'⁴⁰'⁴⁸₀", "half_girth_type": [ 4, 4, @@ -13190,53 +15651,53 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 0, "L2_quotients": [ - "L_2(\\infty^4)" + "L_2(inf^4)" ], "quotients": [ { - "$\\textrm{Alt}_{7}$": 2 + "Alt(7)": 2 }, { - "$\\textrm{M}_{11}$": 4 + "M_{11}": 4 }, { - "$B_{2}(3)$": 8 + "B_{2}(3)": 8 }, { - "${}^2A_{2}(25)$": 1 + "{}^2A_{2}(25)": 1 }, { - "$\\textrm{M}_{22}$": 2 + "M_{22}": 2 }, { - "$\\textrm{J}_{2}$": 4 + "J_{2}": 4 }, { - "$C_{2}(4)$": 2 + "C_{2}(4)": 2 }, { - "$C_{3}(2)$": 2 + "C_{3}(2)": 2 }, { - "$\\textrm{Alt}_{10}$": 4 + "Alt(10)": 4 }, { - "${}^2A_{3}(9)$": 4 + "{}^2A_{3}(9)": 4 }, { - "$B_{2}(5)$": 16 + "B_{2}(5)": 16 }, { - "$A_{3}(3)$": 2 + "A_{3}(3)": 2 }, { - "$A_{4}(2)$": 4 + "A_{4}(2)": 4 }, { - "${}^2A_{4}(4)$": 10 + "{}^2A_{4}(4)": 10 }, { - "$\\textrm{Alt}_{11}$": 7 + "Alt(11)": 7 } ], "alternating_quotients": [ @@ -13272,10 +15733,61 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [ + "L₂(inf⁴)" + ], + "quotients_utf8": [ + { + "Alt(7)": 2 + }, + { + "M₁₁": 4 + }, + { + "B₂(3)": 8 + }, + { + "²A₂(25)": 1 + }, + { + "M₂₂": 2 + }, + { + "J₂": 4 + }, + { + "C₂(4)": 2 + }, + { + "C₃(2)": 2 + }, + { + "Alt(10)": 4 + }, + { + "²A₃(9)": 4 + }, + { + "B₂(5)": 16 + }, + { + "A₃(3)": 2 + }, + { + "A₄(2)": 4 + }, + { + "²A₄(4)": 10 + }, + { + "Alt(11)": 7 + } + ] }, { - "name": "$G^{40,40,54}_0", + "name": "G^{40,40,54}_0", + "name_utf8": "G⁴⁰'⁴⁰'⁵⁴₀", "half_girth_type": [ 4, 4, @@ -13307,30 +15819,28 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 0, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{7}$": 2 + "Alt(7)": 2 }, { - "$B_{2}(3)$": 5 + "B_{2}(3)": 5 }, { - "$\\textrm{M}_{12}$": 2 + "M_{12}": 2 }, { - "$\\textrm{Alt}_{10}$": 8 + "Alt(10)": 8 }, { - "${}^2A_{3}(9)$": 15 + "{}^2A_{3}(9)": 15 }, { - "$A_{3}(3)$": 4 + "A_{3}(3)": 4 }, { - "${}^2A_{4}(4)$": 7 + "{}^2A_{4}(4)": 7 } ], "alternating_quotients": [ @@ -13363,10 +15873,35 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(7)": 2 + }, + { + "B₂(3)": 5 + }, + { + "M₁₂": 2 + }, + { + "Alt(10)": 8 + }, + { + "²A₃(9)": 15 + }, + { + "A₃(3)": 4 + }, + { + "²A₄(4)": 7 + } + ] }, { - "name": "$G^{40,48,48}_0", + "name": "G^{40,48,48}_0", + "name_utf8": "G⁴⁰'⁴⁸'⁴⁸₀", "half_girth_type": [ 4, 4, @@ -13402,43 +15937,43 @@ ], "quotients": [ { - "$\\textrm{Alt}_{7}$": 2 + "Alt(7)": 2 }, { - "$\\textrm{M}_{11}$": 1 + "M_{11}": 1 }, { - "$B_{2}(3)$": 18 + "B_{2}(3)": 18 }, { - "$\\textrm{M}_{22}$": 2 + "M_{22}": 2 }, { - "$\\textrm{J}_{2}$": 6 + "J_{2}": 6 }, { - "$C_{2}(4)$": 4 + "C_{2}(4)": 4 }, { - "$C_{3}(2)$": 6 + "C_{3}(2)": 6 }, { - "${}^2A_{3}(9)$": 10 + "{}^2A_{3}(9)": 10 }, { - "$B_{2}(5)$": 20 + "B_{2}(5)": 20 }, { - "$A_{3}(3)$": 15 + "A_{3}(3)": 15 }, { - "$A_{4}(2)$": 8 + "A_{4}(2)": 8 }, { - "${}^2A_{4}(4)$": 15 + "{}^2A_{4}(4)": 15 }, { - "$\\textrm{Alt}_{11}$": 9 + "Alt(11)": 9 } ], "alternating_quotients": [ @@ -13476,10 +16011,56 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [ + "L₂(3²)", + "L₂(3²)" + ], + "quotients_utf8": [ + { + "Alt(7)": 2 + }, + { + "M₁₁": 1 + }, + { + "B₂(3)": 18 + }, + { + "M₂₂": 2 + }, + { + "J₂": 6 + }, + { + "C₂(4)": 4 + }, + { + "C₃(2)": 6 + }, + { + "²A₃(9)": 10 + }, + { + "B₂(5)": 20 + }, + { + "A₃(3)": 15 + }, + { + "A₄(2)": 8 + }, + { + "²A₄(4)": 15 + }, + { + "Alt(11)": 9 + } + ] }, { - "name": "$G^{40,48,54}_0", + "name": "G^{40,48,54}_0", + "name_utf8": "G⁴⁰'⁴⁸'⁵⁴₀", "half_girth_type": [ 4, 4, @@ -13515,31 +16096,31 @@ ], "quotients": [ { - "$B_{2}(3)$": 11 + "B_{2}(3)": 11 }, { - "$\\textrm{M}_{12}$": 7 + "M_{12}": 7 }, { - "$\\textrm{Alt}_{9}$": 2 + "Alt(9)": 2 }, { - "$C_{3}(2)$": 4 + "C_{3}(2)": 4 }, { - "$\\textrm{Alt}_{10}$": 7 + "Alt(10)": 7 }, { - "${}^2A_{3}(9)$": 14 + "{}^2A_{3}(9)": 14 }, { - "$A_{3}(3)$": 16 + "A_{3}(3)": 16 }, { - "${}^2A_{4}(4)$": 3 + "{}^2A_{4}(4)": 3 }, { - "$\\textrm{Alt}_{11}$": 7 + "Alt(11)": 7 } ], "alternating_quotients": [ @@ -13579,10 +16160,43 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [ + "L₂(3²)" + ], + "quotients_utf8": [ + { + "B₂(3)": 11 + }, + { + "M₁₂": 7 + }, + { + "Alt(9)": 2 + }, + { + "C₃(2)": 4 + }, + { + "Alt(10)": 7 + }, + { + "²A₃(9)": 14 + }, + { + "A₃(3)": 16 + }, + { + "²A₄(4)": 3 + }, + { + "Alt(11)": 7 + } + ] }, { - "name": "$G^{40,48,54}_2", + "name": "G^{40,48,54}_2", + "name_utf8": "G⁴⁰'⁴⁸'⁵⁴₂", "half_girth_type": [ 4, 4, @@ -13618,28 +16232,28 @@ ], "quotients": [ { - "$B_{2}(3)$": 17 + "B_{2}(3)": 17 }, { - "$\\textrm{M}_{12}$": 7 + "M_{12}": 7 }, { - "$C_{3}(2)$": 2 + "C_{3}(2)": 2 }, { - "$\\textrm{Alt}_{10}$": 12 + "Alt(10)": 12 }, { - "${}^2A_{3}(9)$": 20 + "{}^2A_{3}(9)": 20 }, { - "$A_{3}(3)$": 22 + "A_{3}(3)": 22 }, { - "${}^2A_{4}(4)$": 24 + "{}^2A_{4}(4)": 24 }, { - "$\\textrm{Alt}_{11}$": 15 + "Alt(11)": 15 } ], "alternating_quotients": [ @@ -13676,10 +16290,40 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [ + "L₂(3²)" + ], + "quotients_utf8": [ + { + "B₂(3)": 17 + }, + { + "M₁₂": 7 + }, + { + "C₃(2)": 2 + }, + { + "Alt(10)": 12 + }, + { + "²A₃(9)": 20 + }, + { + "A₃(3)": 22 + }, + { + "²A₄(4)": 24 + }, + { + "Alt(11)": 15 + } + ] }, { - "name": "$G^{40,54,54}_0", + "name": "G^{40,54,54}_0", + "name_utf8": "G⁴⁰'⁵⁴'⁵⁴₀", "half_girth_type": [ 4, 4, @@ -13711,30 +16355,28 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 8 + "B_{2}(3)": 8 }, { - "$\\textrm{M}_{12}$": 2 + "M_{12}": 2 }, { - "$\\textrm{Alt}_{9}$": 2 + "Alt(9)": 2 }, { - "$\\textrm{Alt}_{10}$": 4 + "Alt(10)": 4 }, { - "${}^2A_{3}(9)$": 9 + "{}^2A_{3}(9)": 9 }, { - "$A_{3}(3)$": 17 + "A_{3}(3)": 17 }, { - "${}^2A_{4}(4)$": 7 + "{}^2A_{4}(4)": 7 } ], "alternating_quotients": [ @@ -13769,10 +16411,35 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 8 + }, + { + "M₁₂": 2 + }, + { + "Alt(9)": 2 + }, + { + "Alt(10)": 4 + }, + { + "²A₃(9)": 9 + }, + { + "A₃(3)": 17 + }, + { + "²A₄(4)": 7 + } + ] }, { - "name": "$G^{40,54,54}_2", + "name": "G^{40,54,54}_2", + "name_utf8": "G⁴⁰'⁵⁴'⁵⁴₂", "half_girth_type": [ 4, 4, @@ -13804,33 +16471,31 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 12 + "B_{2}(3)": 12 }, { - "$\\textrm{M}_{12}$": 2 + "M_{12}": 2 }, { - "$C_{3}(2)$": 4 + "C_{3}(2)": 4 }, { - "$\\textrm{Alt}_{10}$": 16 + "Alt(10)": 16 }, { - "${}^2A_{3}(9)$": 14 + "{}^2A_{3}(9)": 14 }, { - "$A_{3}(3)$": 26 + "A_{3}(3)": 26 }, { - "${}^2A_{4}(4)$": 40 + "{}^2A_{4}(4)": 40 }, { - "$\\textrm{Alt}_{11}$": 10 + "Alt(11)": 10 } ], "alternating_quotients": [ @@ -13866,10 +16531,38 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 12 + }, + { + "M₁₂": 2 + }, + { + "C₃(2)": 4 + }, + { + "Alt(10)": 16 + }, + { + "²A₃(9)": 14 + }, + { + "A₃(3)": 26 + }, + { + "²A₄(4)": 40 + }, + { + "Alt(11)": 10 + } + ] }, { - "name": "$G^{40,54,54}_8", + "name": "G^{40,54,54}_8", + "name_utf8": "G⁴⁰'⁵⁴'⁵⁴₈", "half_girth_type": [ 4, 4, @@ -13901,27 +16594,25 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 1, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$B_{2}(3)$": 8 + "B_{2}(3)": 8 }, { - "$\\textrm{M}_{12}$": 2 + "M_{12}": 2 }, { - "$\\textrm{Alt}_{9}$": 12 + "Alt(9)": 12 }, { - "${}^2A_{3}(9)$": 12 + "{}^2A_{3}(9)": 12 }, { - "$A_{3}(3)$": 8 + "A_{3}(3)": 8 }, { - "${}^2A_{4}(4)$": 16 + "{}^2A_{4}(4)": 16 } ], "alternating_quotients": [ @@ -13955,10 +16646,32 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "B₂(3)": 8 + }, + { + "M₁₂": 2 + }, + { + "Alt(9)": 12 + }, + { + "²A₃(9)": 12 + }, + { + "A₃(3)": 8 + }, + { + "²A₄(4)": 16 + } + ] }, { - "name": "$G^{48,48,48}_0", + "name": "G^{48,48,48}_0", + "name_utf8": "G⁴⁸'⁴⁸'⁴⁸₀", "half_girth_type": [ 4, 4, @@ -13987,48 +16700,46 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 1 + "A_{2}(3)": 1 }, { - "${}^2A_{2}(9)$": 2 + "{}^2A_{2}(9)": 2 }, { - "$B_{2}(3)$": 27 + "B_{2}(3)": 27 }, { - "$\\textrm{Alt}_{9}$": 3 + "Alt(9)": 3 }, { - "$\\textrm{M}_{22}$": 1 + "M_{22}": 1 }, { - "$C_{3}(2)$": 39 + "C_{3}(2)": 39 }, { - "${}^2A_{3}(9)$": 21 + "{}^2A_{3}(9)": 21 }, { - "$B_{2}(5)$": 9 + "B_{2}(5)": 9 }, { - "$A_{3}(3)$": 33 + "A_{3}(3)": 33 }, { - "${}^2A_{4}(4)$": 60 + "{}^2A_{4}(4)": 60 }, { - "$\\textrm{Alt}_{11}$": 3 + "Alt(11)": 3 }, { - "${}^2A_{2}(81)$": 2 + "{}^2A_{2}(81)": 2 }, { - "$\\textrm{HS}_{}$": 3 + "HS": 3 } ], "alternating_quotients": [ @@ -14067,10 +16778,53 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 1 + }, + { + "²A₂(9)": 2 + }, + { + "B₂(3)": 27 + }, + { + "Alt(9)": 3 + }, + { + "M₂₂": 1 + }, + { + "C₃(2)": 39 + }, + { + "²A₃(9)": 21 + }, + { + "B₂(5)": 9 + }, + { + "A₃(3)": 33 + }, + { + "²A₄(4)": 60 + }, + { + "Alt(11)": 3 + }, + { + "²A₂(81)": 2 + }, + { + "HS": 3 + } + ] }, { - "name": "$G^{48,48,48}_1", + "name": "G^{48,48,48}_1", + "name_utf8": "G⁴⁸'⁴⁸'⁴⁸₁", "half_girth_type": [ 4, 4, @@ -14099,69 +16853,67 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$\\textrm{Alt}_{7}$": 3 + "Alt(7)": 3 }, { - "${}^2A_{2}(9)$": 1 + "{}^2A_{2}(9)": 1 }, { - "$\\textrm{Alt}_{8}$ or $A_{2}(4)$": 6 + "Alt(8) or A_{2}(4)": 6 }, { - "$B_{2}(3)$": 24 + "B_{2}(3)": 24 }, { - "$\\textrm{M}_{12}$": 1 + "M_{12}": 1 }, { - "${}^2A_{2}(25)$": 3 + "{}^2A_{2}(25)": 3 }, { - "$\\textrm{J}_{2}$": 4 + "J_{2}": 4 }, { - "$C_{3}(2)$": 27 + "C_{3}(2)": 27 }, { - "$\\textrm{Alt}_{10}$": 3 + "Alt(10)": 3 }, { - "$A_{2}(7)$": 1 + "A_{2}(7)": 1 }, { - "${}^2A_{3}(9)$": 15 + "{}^2A_{3}(9)": 15 }, { - "$B_{2}(5)$": 19 + "B_{2}(5)": 19 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "$A_{3}(3)$": 30 + "A_{3}(3)": 30 }, { - "$A_{4}(2)$": 4 + "A_{4}(2)": 4 }, { - "${}^2A_{4}(4)$": 63 + "{}^2A_{4}(4)": 63 }, { - "$\\textrm{Alt}_{11}$": 3 + "Alt(11)": 3 }, { - "$A_{2}(9)$": 1 + "A_{2}(9)": 1 }, { - "${}^2A_{2}(81)$": 2 + "{}^2A_{2}(81)": 2 }, { - "$\\textrm{HS}_{}$": 3 + "HS": 3 } ], "alternating_quotients": [ @@ -14201,10 +16953,74 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "Alt(7)": 3 + }, + { + "²A₂(9)": 1 + }, + { + "Alt(8) or A₂(4)": 6 + }, + { + "B₂(3)": 24 + }, + { + "M₁₂": 1 + }, + { + "²A₂(25)": 3 + }, + { + "J₂": 4 + }, + { + "C₃(2)": 27 + }, + { + "Alt(10)": 3 + }, + { + "A₂(7)": 1 + }, + { + "²A₃(9)": 15 + }, + { + "B₂(5)": 19 + }, + { + "²A₂(64)": 2 + }, + { + "A₃(3)": 30 + }, + { + "A₄(2)": 4 + }, + { + "²A₄(4)": 63 + }, + { + "Alt(11)": 3 + }, + { + "A₂(9)": 1 + }, + { + "²A₂(81)": 2 + }, + { + "HS": 3 + } + ] }, { - "name": "$G^{48,48,54}_0", + "name": "G^{48,48,54}_0", + "name_utf8": "G⁴⁸'⁴⁸'⁵⁴₀", "half_girth_type": [ 4, 4, @@ -14234,39 +17050,37 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$B_{2}(3)$": 19 + "B_{2}(3)": 19 }, { - "$\\textrm{Alt}_{9}$": 3 + "Alt(9)": 3 }, { - "$C_{3}(2)$": 3 + "C_{3}(2)": 3 }, { - "$\\textrm{Alt}_{10}$": 6 + "Alt(10)": 6 }, { - "${}^2A_{3}(9)$": 17 + "{}^2A_{3}(9)": 17 }, { - "$A_{3}(3)$": 28 + "A_{3}(3)": 28 }, { - "${}^2A_{4}(4)$": 40 + "{}^2A_{4}(4)": 40 }, { - "$\\textrm{Alt}_{11}$": 6 + "Alt(11)": 6 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -14305,10 +17119,44 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "B₂(3)": 19 + }, + { + "Alt(9)": 3 + }, + { + "C₃(2)": 3 + }, + { + "Alt(10)": 6 + }, + { + "²A₃(9)": 17 + }, + { + "A₃(3)": 28 + }, + { + "²A₄(4)": 40 + }, + { + "Alt(11)": 6 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{48,54,54}_0", + "name": "G^{48,54,54}_0", + "name_utf8": "G⁴⁸'⁵⁴'⁵⁴₀", "half_girth_type": [ 4, 4, @@ -14339,39 +17187,37 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$B_{2}(3)$": 8 + "B_{2}(3)": 8 }, { - "$\\textrm{Alt}_{9}$": 6 + "Alt(9)": 6 }, { - "$\\textrm{Alt}_{10}$": 2 + "Alt(10)": 2 }, { - "${}^2A_{3}(9)$": 9 + "{}^2A_{3}(9)": 9 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "$A_{3}(3)$": 11 + "A_{3}(3)": 11 }, { - "${}^2A_{4}(4)$": 25 + "{}^2A_{4}(4)": 25 }, { - "$\\textrm{Alt}_{11}$": 4 + "Alt(11)": 4 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -14408,10 +17254,44 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "B₂(3)": 8 + }, + { + "Alt(9)": 6 + }, + { + "Alt(10)": 2 + }, + { + "²A₃(9)": 9 + }, + { + "²A₂(64)": 2 + }, + { + "A₃(3)": 11 + }, + { + "²A₄(4)": 25 + }, + { + "Alt(11)": 4 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{48,54,54}_2", + "name": "G^{48,54,54}_2", + "name_utf8": "G⁴⁸'⁵⁴'⁵⁴₂", "half_girth_type": [ 4, 4, @@ -14442,42 +17322,40 @@ "virtually_torsion_free": true, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$B_{2}(3)$": 10 + "B_{2}(3)": 10 }, { - "$\\textrm{Alt}_{9}$": 9 + "Alt(9)": 9 }, { - "$C_{3}(2)$": 6 + "C_{3}(2)": 6 }, { - "$\\textrm{Alt}_{10}$": 22 + "Alt(10)": 22 }, { - "${}^2A_{3}(9)$": 14 + "{}^2A_{3}(9)": 14 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "$A_{3}(3)$": 36 + "A_{3}(3)": 36 }, { - "${}^2A_{4}(4)$": 28 + "{}^2A_{4}(4)": 28 }, { - "$\\textrm{Alt}_{11}$": 20 + "Alt(11)": 20 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -14516,10 +17394,47 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "B₂(3)": 10 + }, + { + "Alt(9)": 9 + }, + { + "C₃(2)": 6 + }, + { + "Alt(10)": 22 + }, + { + "²A₃(9)": 14 + }, + { + "²A₂(64)": 2 + }, + { + "A₃(3)": 36 + }, + { + "²A₄(4)": 28 + }, + { + "Alt(11)": 20 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{48,54,54}_8", + "name": "G^{48,54,54}_8", + "name_utf8": "G⁴⁸'⁵⁴'⁵⁴₈", "half_girth_type": [ 4, 4, @@ -14550,39 +17465,37 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$B_{2}(3)$": 18 + "B_{2}(3)": 18 }, { - "$\\textrm{Alt}_{9}$": 14 + "Alt(9)": 14 }, { - "$\\textrm{Alt}_{10}$": 1 + "Alt(10)": 1 }, { - "${}^2A_{3}(9)$": 15 + "{}^2A_{3}(9)": 15 }, { - "${}^2A_{2}(64)$": 2 + "{}^2A_{2}(64)": 2 }, { - "$A_{3}(3)$": 19 + "A_{3}(3)": 19 }, { - "${}^2A_{4}(4)$": 52 + "{}^2A_{4}(4)": 52 }, { - "$\\textrm{Alt}_{11}$": 1 + "Alt(11)": 1 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -14618,10 +17531,44 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "B₂(3)": 18 + }, + { + "Alt(9)": 14 + }, + { + "Alt(10)": 1 + }, + { + "²A₃(9)": 15 + }, + { + "²A₂(64)": 2 + }, + { + "A₃(3)": 19 + }, + { + "²A₄(4)": 52 + }, + { + "Alt(11)": 1 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{54,54,54}_0", + "name": "G^{54,54,54}_0", + "name_utf8": "G⁵⁴'⁵⁴'⁵⁴₀", "half_girth_type": [ 4, 4, @@ -14653,21 +17600,19 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$\\textrm{Alt}_{9}$": 6 + "Alt(9)": 6 }, { - "${}^2A_{4}(4)$": 10 + "{}^2A_{4}(4)": 10 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -14695,10 +17640,26 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "Alt(9)": 6 + }, + { + "²A₄(4)": 10 + }, + { + "A₂(9)": 3 + } + ] }, { - "name": "$G^{54,54,54}_2", + "name": "G^{54,54,54}_2", + "name_utf8": "G⁵⁴'⁵⁴'⁵⁴₂", "half_girth_type": [ 4, 4, @@ -14730,30 +17691,28 @@ "virtually_torsion_free": null, "Kazdhdan_property_T": false, "abelianization_dimension": 3, - "L2_quotients": [ - "" - ], + "L2_quotients": [], "quotients": [ { - "$A_{2}(3)$": 2 + "A_{2}(3)": 2 }, { - "$B_{2}(3)$": 8 + "B_{2}(3)": 8 }, { - "$\\textrm{Alt}_{9}$": 24 + "Alt(9)": 24 }, { - "${}^2A_{3}(9)$": 9 + "{}^2A_{3}(9)": 9 }, { - "$A_{3}(3)$": 13 + "A_{3}(3)": 13 }, { - "${}^2A_{4}(4)$": 41 + "{}^2A_{4}(4)": 41 }, { - "$A_{2}(9)$": 3 + "A_{2}(9)": 3 } ], "alternating_quotients": [ @@ -14784,6 +17743,30 @@ 39, 40 ], - "maximal_degree_alternating_quotients": 40 + "maximal_degree_alternating_quotients": 40, + "L2_quotients_utf8": [], + "quotients_utf8": [ + { + "A₂(3)": 2 + }, + { + "B₂(3)": 8 + }, + { + "Alt(9)": 24 + }, + { + "²A₃(9)": 9 + }, + { + "A₃(3)": 13 + }, + { + "²A₄(4)": 41 + }, + { + "A₂(9)": 3 + } + ] } ] From 13ea973ae404cf099c70c59a43ec3a054d26cefc Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Sat, 5 Feb 2022 20:24:27 +0100 Subject: [PATCH 16/19] wip: public_html --- docs/data.js | 96 ++++++++++++++++++ docs/http_server.py | 16 +++ docs/index.html | 23 +++++ docs/tablefilter/style/colsVisibility.css | 1 + docs/tablefilter/style/filtersVisibility.css | 1 + docs/tablefilter/style/tablefilter.css | 1 + docs/tablefilter/style/themes/blank.png | Bin 0 -> 144 bytes .../style/themes/btn_clear_filters.png | Bin 0 -> 360 bytes docs/tablefilter/style/themes/btn_filter.png | Bin 0 -> 325 bytes .../style/themes/btn_first_page.gif | Bin 0 -> 63 bytes .../style/themes/btn_last_page.gif | Bin 0 -> 61 bytes .../style/themes/btn_next_page.gif | Bin 0 -> 59 bytes .../style/themes/btn_previous_page.gif | Bin 0 -> 58 bytes .../style/themes/default/default.css | 1 + .../style/themes/default/images/bg_infDiv.jpg | Bin 0 -> 303 bytes .../style/themes/default/images/bg_th.jpg | Bin 0 -> 326 bytes .../themes/default/images/btn_eraser.gif | Bin 0 -> 356 bytes .../themes/default/images/btn_first_page.gif | Bin 0 -> 332 bytes .../themes/default/images/btn_last_page.gif | Bin 0 -> 331 bytes .../themes/default/images/btn_next_page.gif | Bin 0 -> 187 bytes .../themes/default/images/btn_over_eraser.gif | Bin 0 -> 440 bytes .../default/images/btn_over_first_page.gif | Bin 0 -> 640 bytes .../default/images/btn_over_last_page.gif | Bin 0 -> 427 bytes .../default/images/btn_over_next_page.gif | Bin 0 -> 393 bytes .../default/images/btn_over_previous_page.gif | Bin 0 -> 395 bytes .../default/images/btn_previous_page.gif | Bin 0 -> 290 bytes .../themes/default/images/img_loading.gif | Bin 0 -> 3236 bytes docs/tablefilter/style/themes/downsimple.png | Bin 0 -> 201 bytes docs/tablefilter/style/themes/icn_clp.png | Bin 0 -> 441 bytes docs/tablefilter/style/themes/icn_exp.png | Bin 0 -> 469 bytes docs/tablefilter/style/themes/icn_filter.gif | Bin 0 -> 68 bytes .../style/themes/icn_filterActive.gif | Bin 0 -> 78 bytes .../themes/mytheme/images/bg_headers.jpg | Bin 0 -> 300 bytes .../style/themes/mytheme/images/bg_infDiv.jpg | Bin 0 -> 303 bytes .../themes/mytheme/images/btn_filter.png | Bin 0 -> 928 bytes .../themes/mytheme/images/btn_first_page.gif | Bin 0 -> 63 bytes .../themes/mytheme/images/btn_last_page.gif | Bin 0 -> 61 bytes .../themes/mytheme/images/btn_next_page.gif | Bin 0 -> 59 bytes .../mytheme/images/btn_previous_page.gif | Bin 0 -> 58 bytes .../themes/mytheme/images/img_loading.gif | Bin 0 -> 8787 bytes .../style/themes/mytheme/mytheme.css | 1 + .../themes/skyblue/images/bg_skyblue.gif | Bin 0 -> 554 bytes .../themes/skyblue/images/btn_first_page.gif | Bin 0 -> 118 bytes .../themes/skyblue/images/btn_last_page.gif | Bin 0 -> 118 bytes .../themes/skyblue/images/btn_next_page.gif | Bin 0 -> 97 bytes .../themes/skyblue/images/btn_prev_page.gif | Bin 0 -> 97 bytes .../skyblue/images/icn_clear_filters.png | Bin 0 -> 601 bytes .../themes/skyblue/images/img_loading.gif | Bin 0 -> 847 bytes .../style/themes/skyblue/skyblue.css | 1 + .../transparent/images/btn_first_page.gif | Bin 0 -> 63 bytes .../transparent/images/btn_last_page.gif | Bin 0 -> 61 bytes .../transparent/images/btn_next_page.gif | Bin 0 -> 59 bytes .../transparent/images/btn_prev_page.gif | Bin 0 -> 58 bytes .../transparent/images/icn_clear_filters.png | Bin 0 -> 601 bytes .../themes/transparent/images/img_loading.gif | Bin 0 -> 847 bytes .../style/themes/transparent/transparent.css | 1 + docs/tablefilter/style/themes/upsimple.png | Bin 0 -> 201 bytes docs/tablefilter/tablefilter.js | 1 + 58 files changed, 143 insertions(+) create mode 100644 docs/data.js create mode 100644 docs/http_server.py create mode 100644 docs/index.html create mode 100644 docs/tablefilter/style/colsVisibility.css create mode 100644 docs/tablefilter/style/filtersVisibility.css create mode 100644 docs/tablefilter/style/tablefilter.css create mode 100644 docs/tablefilter/style/themes/blank.png create mode 100644 docs/tablefilter/style/themes/btn_clear_filters.png create mode 100644 docs/tablefilter/style/themes/btn_filter.png create mode 100644 docs/tablefilter/style/themes/btn_first_page.gif create mode 100644 docs/tablefilter/style/themes/btn_last_page.gif create mode 100644 docs/tablefilter/style/themes/btn_next_page.gif create mode 100644 docs/tablefilter/style/themes/btn_previous_page.gif create mode 100644 docs/tablefilter/style/themes/default/default.css create mode 100644 docs/tablefilter/style/themes/default/images/bg_infDiv.jpg create mode 100644 docs/tablefilter/style/themes/default/images/bg_th.jpg create mode 100644 docs/tablefilter/style/themes/default/images/btn_eraser.gif create mode 100644 docs/tablefilter/style/themes/default/images/btn_first_page.gif create mode 100644 docs/tablefilter/style/themes/default/images/btn_last_page.gif create mode 100644 docs/tablefilter/style/themes/default/images/btn_next_page.gif create mode 100644 docs/tablefilter/style/themes/default/images/btn_over_eraser.gif create mode 100644 docs/tablefilter/style/themes/default/images/btn_over_first_page.gif create mode 100644 docs/tablefilter/style/themes/default/images/btn_over_last_page.gif create mode 100644 docs/tablefilter/style/themes/default/images/btn_over_next_page.gif create mode 100644 docs/tablefilter/style/themes/default/images/btn_over_previous_page.gif create mode 100644 docs/tablefilter/style/themes/default/images/btn_previous_page.gif create mode 100644 docs/tablefilter/style/themes/default/images/img_loading.gif create mode 100644 docs/tablefilter/style/themes/downsimple.png create mode 100644 docs/tablefilter/style/themes/icn_clp.png create mode 100644 docs/tablefilter/style/themes/icn_exp.png create mode 100644 docs/tablefilter/style/themes/icn_filter.gif create mode 100644 docs/tablefilter/style/themes/icn_filterActive.gif create mode 100644 docs/tablefilter/style/themes/mytheme/images/bg_headers.jpg create mode 100644 docs/tablefilter/style/themes/mytheme/images/bg_infDiv.jpg create mode 100644 docs/tablefilter/style/themes/mytheme/images/btn_filter.png create mode 100644 docs/tablefilter/style/themes/mytheme/images/btn_first_page.gif create mode 100644 docs/tablefilter/style/themes/mytheme/images/btn_last_page.gif create mode 100644 docs/tablefilter/style/themes/mytheme/images/btn_next_page.gif create mode 100644 docs/tablefilter/style/themes/mytheme/images/btn_previous_page.gif create mode 100644 docs/tablefilter/style/themes/mytheme/images/img_loading.gif create mode 100644 docs/tablefilter/style/themes/mytheme/mytheme.css create mode 100644 docs/tablefilter/style/themes/skyblue/images/bg_skyblue.gif create mode 100644 docs/tablefilter/style/themes/skyblue/images/btn_first_page.gif create mode 100644 docs/tablefilter/style/themes/skyblue/images/btn_last_page.gif create mode 100644 docs/tablefilter/style/themes/skyblue/images/btn_next_page.gif create mode 100644 docs/tablefilter/style/themes/skyblue/images/btn_prev_page.gif create mode 100644 docs/tablefilter/style/themes/skyblue/images/icn_clear_filters.png create mode 100644 docs/tablefilter/style/themes/skyblue/images/img_loading.gif create mode 100644 docs/tablefilter/style/themes/skyblue/skyblue.css create mode 100644 docs/tablefilter/style/themes/transparent/images/btn_first_page.gif create mode 100644 docs/tablefilter/style/themes/transparent/images/btn_last_page.gif create mode 100644 docs/tablefilter/style/themes/transparent/images/btn_next_page.gif create mode 100644 docs/tablefilter/style/themes/transparent/images/btn_prev_page.gif create mode 100644 docs/tablefilter/style/themes/transparent/images/icn_clear_filters.png create mode 100644 docs/tablefilter/style/themes/transparent/images/img_loading.gif create mode 100644 docs/tablefilter/style/themes/transparent/transparent.css create mode 100644 docs/tablefilter/style/themes/upsimple.png create mode 100644 docs/tablefilter/tablefilter.js diff --git a/docs/data.js b/docs/data.js new file mode 100644 index 0000000..b85912e --- /dev/null +++ b/docs/data.js @@ -0,0 +1,96 @@ +const groups_url = new URL("https://raw.githubusercontent.com/kalmarek/SmallHyperbolic/mk/json/data/triangle_groups.json") + +async function fetch_json(url) { + try { + let response = await fetch(url); + let json = await response.json(); + return json; + } catch(err) { + console.log("Error while fetching json:" + err); + } +} + +function columnName(key) { + let words = key.split("_"); + for (let i = 0; i < words.length; i++) { + words[i][0].toUpperCase(); + } + return words.join(" "); +} + +function generateTableHead(table, keys) { + let thead = table.createTHead(); + let row = thead.insertRow(); + for (let key of keys) { +// if (key.match("utf8") != null) { continue; } + let th = document.createElement("th"); + let text = document.createTextNode(columnName(key)); + th.appendChild(text); + row.appendChild(th); + } +} + +function fillRow(row, group_json) { + for (let key of Object.keys(group_json)) { + let cell = row.insertCell(); + let cell_content; + let value = group_json[key] + if (key == "quotients" || key == "quotients_utf8") { + cell_content = JSON.stringify(value); + } else if (key == "name") { + cell_content = value + } else if ( key == "generators" || key == "relations") { + cell_content = value.join(","); + } else { + cell_content = group_json[key]; + } + let text = document.createTextNode(cell_content); + cell.appendChild(text); + } +} + +function fillTableFromJson(table, json) { + let keys = Object.keys(json[0]); + for (let group of json) { + let row = table.insertRow(); + fillRow(row, group); + } + generateTableHead(table, keys); +} + +// table.setData(groups_url); + +const filtersConfig = { + base_path: 'tablefilter/', + autofilter: { + delay: 200 + }, + filters_row_index: 1, + state: true, + alternate_rows: true, + rows_counter: true, + btn_reset: true, + status_bar: true, + msg_filter: 'Filtering...' +}; + + +async function setup_table(data) { + fillTableFromJson(table, data); + console.log("created table of length " + table.rows.length); + return table; +} +async function setup_filter(table) { + console.log("filtered table of length " + table.rows.length); + const filter = new TableFilter(table, filtersConfig); + filter.init(); + return filter; +} + +let table = document.querySelector("table"); + +let filtered_table = fetch_json(groups_url) + .then(setup_table) + .then(setup_filter) +; + diff --git a/docs/http_server.py b/docs/http_server.py new file mode 100644 index 0000000..2c5da5e --- /dev/null +++ b/docs/http_server.py @@ -0,0 +1,16 @@ +#!/usr/bin/env python3 +# encoding: utf-8 +"""Use instead of `python3 -m http.server` when you need CORS""" + +from http.server import HTTPServer, SimpleHTTPRequestHandler + +class CORSRequestHandler(SimpleHTTPRequestHandler): + def end_headers(self): + self.send_header('Access-Control-Allow-Origin', '*') + self.send_header('Access-Control-Allow-Methods', 'GET') + self.send_header('Cache-Control', 'no-store, no-cache, must-revalidate') + return super(CORSRequestHandler, self).end_headers() + + +httpd = HTTPServer(('localhost', 8003), CORSRequestHandler) +httpd.serve_forever() diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..90adc2f --- /dev/null +++ b/docs/index.html @@ -0,0 +1,23 @@ + + + + + + Generalized Triangle Groups + + + + + +

+ Generalized Triangle Groups +

+ +
+ + + + + + + diff --git a/docs/tablefilter/style/colsVisibility.css b/docs/tablefilter/style/colsVisibility.css new file mode 100644 index 0000000..3f2a86d --- /dev/null +++ b/docs/tablefilter/style/colsVisibility.css @@ -0,0 +1 @@ +span.colVisSpan{text-align:left;}span.colVisSpan a.colVis{display:inline-block;padding:7px 5px 0;font-size:inherit;font-weight:inherit;vertical-align:top}div.colVisCont{position:relative;background:#fff;-webkit-box-shadow:3px 3px 2px #888;-moz-box-shadow:3px 3px 2px #888;box-shadow:3px 3px 2px #888;position:absolute;display:none;border:1px solid #ccc;height:auto;width:250px;background-color:#fff;margin:35px 0 0 -100px;z-index:10000;padding:10px 10px 10px 10px;text-align:left;font-size:inherit;}div.colVisCont:after,div.colVisCont:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}div.colVisCont:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:10px;margin-left:-10px}div.colVisCont:before{border-color:rgba(255,255,255,0);border-bottom-color:#ccc;border-width:12px;margin-left:-12px}div.colVisCont p{margin:6px auto 6px auto}div.colVisCont a.colVis{display:initial;font-weight:inherit}ul.cols_checklist{padding:0;margin:0;list-style-type:none;}ul.cols_checklist label{display:block}ul.cols_checklist input{vertical-align:middle;margin:2px 5px 2px 1px}li.cols_checklist_item{padding:4px;margin:0;}li.cols_checklist_item:hover{background-color:#335ea8;color:#fff}.cols_checklist_slc_item{background-color:#335ea8;color:#fff} \ No newline at end of file diff --git a/docs/tablefilter/style/filtersVisibility.css b/docs/tablefilter/style/filtersVisibility.css new file mode 100644 index 0000000..bac6bf5 --- /dev/null +++ b/docs/tablefilter/style/filtersVisibility.css @@ -0,0 +1 @@ +span.expClpFlt a.btnExpClpFlt{width:35px;height:35px;display:inline-block;}span.expClpFlt a.btnExpClpFlt:hover{background-color:#f4f4f4}span.expClpFlt img{padding:8px 11px 11px 11px} \ No newline at end of file diff --git a/docs/tablefilter/style/tablefilter.css b/docs/tablefilter/style/tablefilter.css new file mode 100644 index 0000000..9d0c52f --- /dev/null +++ b/docs/tablefilter/style/tablefilter.css @@ -0,0 +1 @@ +.activeHeader{background-color:#66afe9 !important;color:#fff !important}.activeCell{background-color:rgba(0,0,0,0.075)}.even{background-color:#fff}.odd{background-color:#f9f9f9}.ezActiveRow{background-color:#2852a8 !important;color:#fff}.ezSelectedRow{background-color:#316ac5 !important;color:#fff}.ezActiveCell{background-color:#d9e8fb !important;color:#000 !important;font-weight:bold}.ezETSelectedCell{background-color:#ffdc61 !important;font-weight:bold;color:#000 !important}.ezUnselectable{-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.ezInputEditor{width:95%;height:auto;font-size:inherit;border:1px solid #aaccf6}.ezTextareaEditor{width:95%;height:35px;font-size:inherit;border:1px solid #aaccf6}.ezSelectEditor{width:100%;font-size:inherit;border:1px solid #aaccf6}.ezModifiedCell{background:transparent url("themes/bg_mod_cell.png") 0 0 no-repeat}select[multiple="multiple"].ezSelectEditor{height:35px}.ezCommandEditor{margin:2px;}.ezCommandEditor button,.ezCommandEditor input[type="button"]{min-height:22px;margin:1px;padding:3px;border:1px solid #ccc;background:#fff;border-radius:4px 4px 4px 4px;-moz-border-radius:4px 4px 4px 4px;}.ezCommandEditor button:hover,.ezCommandEditor input[type="button"]:hover{border:1px solid #999}.ezCommandEditor img{border:0;vertical-align:middle;margin:2px}.ezOpacity{opacity:.6}.alignLeft{text-align:left}.alignCenter{text-align:center}.alignRight{text-align:right}.div_checklist{width:100%;height:90px;line-height:30px;border:1px solid #f4f4f4;overflow:auto;text-align:left;background-color:#fff;color:#444;}.div_checklist ul.flt_checklist{padding:0 !important;margin:0 !important;list-style:none !important}.div_checklist li.flt_checklist_item{padding:1px !important;margin:0 !important;font-size:inherit;border-bottom:1px solid #f4f4f4 !important;}.div_checklist li.flt_checklist_item:hover{background-color:#335ea8 !important;color:#fff !important}.div_checklist label{display:block !important;font-weight:inherit !important}.div_checklist input{vertical-align:middle !important;margin:2px 5px 3px 1px !important}.flt_checklist_item_disabled{background-color:#e5e5e5}.flt_checklist_slc_item{background-color:#335ea8 !important;color:#fff !important}.fltrow{height:1em;background-color:#eaeaea;}.fltrow td{border-bottom:1px solid #ccc !important;border-top:1px solid #f4f4f4;border-left:1px solid #ccc;border-right:1px solid #f4f4f4;padding:.2em !important;}.fltrow td:last-child{border-right:1px solid #ccc}.btnflt{height:35px;font-family:inherit;font-size:inherit;vertical-align:middle;margin:0 2px 0 2px;padding:0 1px 0 1px}.btnflt_icon{font-family:inherit;font-size:inherit;width:35px;height:35px;cursor:pointer !important;border:0 !important;vertical-align:middle;background:transparent url("themes/btn_filter.png") center center no-repeat !important}.flt,.flt_s,.single_flt{font-family:inherit;font-size:inherit;display:block;color:#444;background-color:#fff;border:1px inset #f4f4f4;margin:0;padding:0 0 0 .2em;width:100%;height:35px;vertical-align:middle;border-radius:2px;box-sizing:border-box;}.flt:focus,.flt_s:focus,.single_flt:focus{border-color:#66afe9;outline:0 none;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6);box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}select.flt_multi{font-family:inherit;font-size:inherit;color:#444;background-color:#fff;border:1px solid #f4f4f4;margin:0;padding:.2em;width:100%;height:90px;vertical-align:middle;box-sizing:border-box;}select.flt_multi option{padding-top:5px;padding-bottom:5px}.flt_s{width:60%;box-sizing:initial;display:initial}.single_flt{width:70%;box-sizing:initial;display:initial}div.popUpFilter{position:relative;background:#fff;-webkit-box-shadow:3px 3px 2px #888;-moz-box-shadow:3px 3px 2px #888;box-shadow:3px 3px 2px #888;margin:30px auto 0 0;position:absolute;display:none;width:100px;background-color:#eaeaea;border:1px solid #eaeaea;padding:0}div.popUpFilter:after,div.popUpFilter:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}div.popUpFilter:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:10px;margin-left:-10px}div.popUpFilter:before{border-color:rgba(255,255,255,0);border-bottom-color:#eaeaea;border-width:12px;margin-left:-12px}.popUpPlaceholder{position:relative}div.grd_Cont{-webkit-box-shadow:4px 4px 10px 0 rgba(50,50,50,0.75);-moz-box-shadow:4px 4px 10px 0 rgba(50,50,50,0.75);box-shadow:4px 4px 10px 0 rgba(50,50,50,0.75);width:800px;height:auto;overflow:hidden;background-color:#c8e0fb;border:1px solid #99bbe8;}div.grd_Cont .fltrow{background-color:transparent}div.grd_Cont .flt{border:1px solid #99bbe8;width:100%;}div.grd_Cont .flt :focus{border:1px solid #558dd9}div.grd_Cont .even{background-color:#fff}div.grd_Cont .odd{background-color:#dfe8f6}div.grd_Cont .no-results{background-color:transparent}div.grd_Cont .sort-arrow{position:initial}div.grd_tblCont{height:400px;width:800px;background:#fff;overflow-x:auto;overflow-y:scroll}div.grd_headTblCont{display:block;margin-right:20px;height:auto;overflow:hidden;border-bottom:1px solid #99bbe8;background-color:#c8e0fb}div.grd_tblCont table,div.grd_headTblCont table{border-collapse:collapse;table-layout:fixed;box-sizing:initial}div.grd_tblCont table th,div.grd_headTblCont table th,div.grd_headTblCont table td{height:35px;background-color:#c8e0fb;padding:.1em .5em;color:#333;border-right:1px solid #99bbe8 !important;overflow:hidden;text-overflow:ellipsis}div.grd_headTblCont table td{padding:.2em .2em}div.grd_tblCont table td{padding:.5em .7em;border-bottom:1px solid #99bbe8;overflow:hidden;text-overflow:ellipsis}.grd_inf{clear:both;width:auto;height:35px;background-color:#c8e0fb;margin:0;padding:1px 3px 1px 3px;border-top:1px solid #99bbe8;}.grd_inf a{color:#333;text-decoration:none;font-weight:bold;}.grd_inf a:hover{text-decoration:underline;background-color:transparent}.grd_inf input.reset:hover{background-color:transparent}.grd_inf .mdiv{width:40% !important}.grd_inf .ldiv div{border:0}.grd_inf .helpBtn{border:0 !important}.grd_inf div.status{position:absolute;float:none !important;height:auto !important;margin:19px 0 !important;font-size:12px;color:#333;border:0 !important}.grd_inf div.tot{border:0 !important}.helpBtn{display:inline-block;height:27px;margin:0;padding:8px 15px 0 15px;vertical-align:top;}.helpBtn:hover{background-color:#f4f4f4}div.helpCont{position:relative;background:#fff;-webkit-box-shadow:3px 3px 2px #888;-moz-box-shadow:3px 3px 2px #888;box-shadow:3px 3px 2px #888;position:absolute;display:none;width:300px;padding:10px;margin:45px 0 0 -150px;border:1px solid #ccc;line-height:20px;font-size:inherit;color:#333;background:#fff;text-align:left;z-index:1000;}div.helpCont:after,div.helpCont:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}div.helpCont:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:10px;margin-left:-10px}div.helpCont:before{border-color:rgba(255,255,255,0);border-bottom-color:#ccc;border-width:12px;margin-left:-12px}div.helpCont a{color:#c00;text-decoration:underline;font-weight:normal}div.helpCont a.close{color:#333 !important;text-decoration:none !important;font-weight:bold;}div.helpCont a.close:hover{text-decoration:none}div.helpCont hr{border:1px solid #ccc}div.helpFooter{margin:10px 0 0 0;}div.helpFooter h4{margin:2px 2px 2px 2px;color:#333}span.keyword{font-weight:700;font-style:italic;border-bottom:1px dotted #ccc}.loader{position:absolute;padding:.5em .7em;margin:10em 0 0 3em;width:auto;z-index:1000;font-weight:600;background-color:#a7a7a8;vertical-align:middle;border-radius:10px;color:#fff;text-shadow:1px 1px #333}.no-results{display:none;color:#333;margin:0;padding:1em 0;text-align:center;max-height:5em;background-color:#f4f4f4}select.pgSlc{height:35px;margin:0;border:1px solid #f4f4f4;background-color:#fff;vertical-align:middle}select.pgSlc:focus{border-color:#66afe9;outline:0 none;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6);box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}input.pgNbInp{height:35px;margin:0;border:1px solid #f4f4f4;background-color:#fff;width:35px}input.pgNbInp:focus{border-color:#66afe9;outline:0 none;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6);box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}input.pgInp,.nextPage,.previousPage,.firstPage,.lastPage{height:35px;margin:0;border:1px solid #f4f4f4;background-color:#fff;vertical-align:middle;width:35px;border:0;font-weight:bold}input.pgInp:focus,.nextPage:focus,.previousPage:focus,.firstPage:focus,.lastPage:focus{border-color:#66afe9;outline:0 none;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6);box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.nextPage{background:transparent url("themes/btn_next_page.gif") center center no-repeat !important;}.nextPage:hover{background-color:#f4f4f4 !important}.previousPage{background:transparent url("themes/btn_previous_page.gif") center center no-repeat !important;}.previousPage:hover{background-color:#f4f4f4 !important}.firstPage{background:transparent url("themes/btn_first_page.gif") center center no-repeat !important;}.firstPage:hover{background-color:#f4f4f4 !important}.lastPage{background:transparent url("themes/btn_last_page.gif") center center no-repeat !important;}.lastPage:hover{background-color:#f4f4f4 !important}span.nbpg{padding:0 5px}select.rspg{height:35px;margin:0;border:1px solid #f4f4f4;background-color:#fff;margin:0 0 0 5px;vertical-align:middle}select.rspg:focus{border-color:#66afe9;outline:0 none;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6);box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}span.rspgSpan{font-size:inherit}input.reset{display:inline-block;width:35px;height:35px;border:0;background:transparent url("themes/btn_clear_filters.png") center center no-repeat;vertical-align:top;}input.reset:hover{background-color:#f4f4f4}a.reset{font-weight:normal !important;line-height:35px;padding:5px 5px}div.tot{float:left;overflow:hidden;min-width:150px;height:100%;margin:0;padding:.5em;vertical-align:middle;}div.tot span{font-weight:500}.sort-arrow{position:absolute;display:none;width:11px;height:11px;margin:0;background-position:center center;background-repeat:no-repeat}.descending{display:inline;background-image:url("themes/downsimple.png")}.ascending{display:inline;background-image:url("themes/upsimple.png")}div.status{float:left;overflow:hidden;min-width:120px;height:100%;margin:0;padding:.5em;}div.status span{font-size:inherit}table.TF{font-family:inherit;border-spacing:0;border:0;}table.TF th{height:35px;margin:0;background-color:#eaeaea;border-bottom:1px solid #ccc;border-top:1px solid #f4f4f4;border-left:1px solid #ccc;border-right:1px solid #f4f4f4;padding:.1em .7em;color:#333;}table.TF th:last-child{border-right:1px solid #ccc}table.TF td{margin:0;padding:.5em .7em;border-bottom:1px solid #c6c6c6;text-overflow:ellipsis}table.TF.resp{display:block;overflow-x:auto;overflow-y:hidden;}table.TF.resp .sort-arrow{position:initial}table.TF.sticky th{position:sticky;top:-1px}.inf{clear:both;width:auto;height:35px;min-width:400px;background-color:#fff;font-size:inherit;margin:0;padding:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;overflow:hidden;border-top-left-radius:3px;border-top-right-radius:3px;}.inf a{color:#333;text-decoration:none;font-weight:bold;box-sizing:initial;}.inf a:hover{text-decoration:underline}.ldiv{float:left;width:30%;position:inherit;text-align:left}.ldiv:empty:after{content:"\00A0"}.mdiv{float:left;width:38%;position:inherit;text-align:center;padding:0}.mdiv:empty:after{content:"\00A0"}.rdiv{float:right;width:30%;position:inherit;text-align:right}.rdiv:empty:after{content:"\00A0"} \ No newline at end of file diff --git a/docs/tablefilter/style/themes/blank.png b/docs/tablefilter/style/themes/blank.png new file mode 100644 index 0000000000000000000000000000000000000000..cee9cd37a10ebe8d7fe6a6ed0d8d74a2889f6e9f GIT binary patch literal 144 zcmeAS@N?(olHy`uVBq!ia0vp^!ayv*$P6UUaa~gcQtTz3zOL*Scz7A*wL3%Pb^(Pr z3p^r=85p=efH0%e8j~47LAC&&5LY1m|NsA`H|O64vY1MO{DS{8Jl$^K1?2I2x;TbZ j+)DoO|34!$s|3ToYTbu_uiJV9r5HS2{an^LB{Ts5Dp4nx literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/btn_clear_filters.png b/docs/tablefilter/style/themes/btn_clear_filters.png new file mode 100644 index 0000000000000000000000000000000000000000..b431837531cc4551169cde888d76e75f3b6e248b GIT binary patch literal 360 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfL!|kpAc6d zo!Pbe3aDtUh$~;=STY8_(W&y!GhS-evpWeE70z?}dxE zpU&QR{P~-Ym+w6L|NsA!$5Ru5Mu?UK`2_>H7=S_hX6-AW0?q=D$YKTtt`8v0=(NUU z22fC;#5JNMI6tkVJh3R1!8b9vC_gtfB{NaMEwd=KJijQrSiv`9_e3ofpxRLI)H$oP#I4tKR!RQrhKrbXtL0e?w!}v#>*LGeU)gpSZ0OmNe0nHw!pWG`VBl z-y5P6KD<%6Tvh79=dr@K|K?Wac~}2FnJeNRn=E0Ly}yHVyO;{MfT6*~EYTgJ%2_o} iINr?cTFSfc7rVZeKQDje-Bf#^^$eb_elF{r5}E+B=$ljk literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/btn_filter.png b/docs/tablefilter/style/themes/btn_filter.png new file mode 100644 index 0000000000000000000000000000000000000000..67d47930b2262a7087631bc8c94f7104801b8c83 GIT binary patch literal 325 zcmV-L0lNN)P)X z2RtthAdf*$TAfhpw|7z;*;(eo4j>Ib_!G9~yn6r>rN8yd2mrW$cwYD;{T5kpZ`Jb& X2?uL6iclM400000NkvXXu0mjf+}4F+ literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/btn_first_page.gif b/docs/tablefilter/style/themes/btn_first_page.gif new file mode 100644 index 0000000000000000000000000000000000000000..ba03bde6ec9d37926ebd5972d55978b261c130d9 GIT binary patch literal 63 zcmZ?wbhEHb#HVy*CDd;!`NJtS-rsWRw9D^HCZ~`hm4LvuYF@_=n(J-r( zR`YhopZpDaRWEB05f)+Kub4wH#yAt4i;f7Jr9z~ck}{K0Y4w&?yd zajRDeB}vj%-I3O#a$p8!3;#X*9wtQzipd}{6dUpf41t*Nsfh730H+ZV{{$h~w?(rH hu%Pcucze0#*S$c6{>a1zQyjO==E3g!$r>|%egbl-DLnuH literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/default/images/bg_th.jpg b/docs/tablefilter/style/themes/default/images/bg_th.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eea01e93ee370ee3ead7dbf37b4233a405a28ea7 GIT binary patch literal 326 zcmex=?eKKy@+fd?qeB*-ktV9#(b#BaZY{5o^_sWn|rpI4sS-WWV<*{eX41@`}M F0swFbD?R`K literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/default/images/btn_eraser.gif b/docs/tablefilter/style/themes/default/images/btn_eraser.gif new file mode 100644 index 0000000000000000000000000000000000000000..bb1050a35196945dc52e847d91ec789ac426e987 GIT binary patch literal 356 zcmZ?wbhEHb6lM@+xXQrr|Ns9#@814=^7zB!$3O4gd2{E^_Z!#096$E%@WFRS4u9Ug zGotZiF$i#_<`}=3koVk7CWYyTsjno{P%_clT)y4xP@vQy&vm=8w021MV AV*mgE literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/default/images/btn_first_page.gif b/docs/tablefilter/style/themes/default/images/btn_first_page.gif new file mode 100644 index 0000000000000000000000000000000000000000..2405816fae529ca0601a55a8578e4506a3209467 GIT binary patch literal 332 zcmZ?wbhEHb6lM@+xXQq=>d5=0`~NT6`+woS57V~1?^yT0b>08o)gPJ`Jg=MoE@RHm z^f|u^XFboH^*?v!v;1jqvM0aJnDR7p;^Wl**9kpO;(H#(cR%p&{OjNKEwbxTMEm{l z_6MP@_rh9U2DjV|Y+oeX`Hku9J2{KlQR~+E@LQ^9D&LEE3imM=sM1o~PkEO~qrv|Ns9PP=Vr4 z7FH1kD+V2qFvw2~Y?%&o3p{kB`cEt=Iw@l$AoN)6C4*0=Sb&ky1wQS@z)4O5+@_6g znlmlel+I~*xXG(dsI-5<0*<|tRQT(y)VU=zO+D2FI-QI)^vpbUgeN(h7@2$O%Fc2z YwD2@gTIg!&sb#s`cg@;$o{kLG0Fr%=y8r+H literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/default/images/btn_last_page.gif b/docs/tablefilter/style/themes/default/images/btn_last_page.gif new file mode 100644 index 0000000000000000000000000000000000000000..32de4b5d81435fb423b1da8f538fb2ff64338ec4 GIT binary patch literal 331 zcmZ?wbhEHb6lM@+xXQq=>d5;=d;c%o_hH(W_Z{p0_pbiXwBUK&{CDYderL@2Svc!? z?#yTT)81rEd73@>b>_s!sr|1LdY;60KZxvl6yE+ItmS23^TXhVYkt)a{i`o{RNeO~ zJz-yZ*CqdeQ|=X=!gm&VcMP*`+h=UoNxNZ@u--UwnQrhr4c}=h9uxlm|Ia`%Q2fcl zD#D=2paU`qjf4~`+9o=x zSxTx1J-@PKgJ%?1$N3dgHpy6dN^ww>ru2sdy^L^*JdB)OaXPb5ayl W^Hg?ImQeR~o;r8MnzcTT4AuaZ<#7}M literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/default/images/btn_next_page.gif b/docs/tablefilter/style/themes/default/images/btn_next_page.gif new file mode 100644 index 0000000000000000000000000000000000000000..6344ff1e63495e73bf1d64ec3a2dd87a170475bf GIT binary patch literal 187 zcmZ?wbhEHb6lM@+IKsfNXz%}NTi$o9``^3zL<+>2rP;&U&6Z^I67}rwKhz;=3P2 zc0CGge&|tk-@f#&PT@PJ+$$D&cMP*`>!jT|r$%1mcUm^cLXvamR@7NR0Zif{H RoML7REB8Oxpuxgm4FE9fM0WrH literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/default/images/btn_over_eraser.gif b/docs/tablefilter/style/themes/default/images/btn_over_eraser.gif new file mode 100644 index 0000000000000000000000000000000000000000..e22f48bdcddc8b7938244408d5973b5aa8bbe5a2 GIT binary patch literal 440 zcmV;p0Z0BvNk%w1VG{ro0M!5h|NsBz^Y{Gj?fK;6@Z;n8-rUyX_s-+@?A+Y<*w@bA z_r}}z#@Fw?)9>`h#=Xzy?!&?E#KX1A=kvR`+q=8hwzj>zz~-*3oVw?nw%)U|wv@Ks z(5R@eudlrq0BXk$axb!;g=dnVEZ@#Lqmr` zLI3~&A^8La6aWAKEC2ui022Tc000KnK!7AeEEUrI-eVfC!nZWuh@X+6Igh^ zUY~gEbA3Wxa9B+c`9h`uV@~%83iyHpwd$GTbaOrf4uyp)AT}>4Dgh0T4TFY-E+7>< z9V#r2k3Izxpr9@!9Et%fn-32-2^X%eqn0=wr<)QdJQBLP6o?c&B@(A8R5TTN1qi-6 zB^C++Da0o^36mEq6gkaR0VX2>G7zDlh&Rm#=m8^WH4(3_BsI+j^acSTQ!p_z{QdLw i_B<@nP@;uFgZ}^qh_d8~!zNLLV3;`un|?-|s#DeCz4wtB$;1y8r*8 zz5f^P`!HwM^Eun@P22K*%C>t`)?I5|_rGJ^|K8OfdRAR)S$3{z!SlNL@2cmWtDbi( zea`QUIX|ms9m|~czi`&`+?mhvr@bkjb}VDc)9lHwizn^PocK7k|8;!N!-SqE@!bz1 zyB_&>{`K$r7T*3KqWykY%gfN#d%-Pt1DhWPH(ax;`{`Hx(7*bEN7a3=(i8TjckPOA zn-slp$v>b|_|7T!ibdWX!>rr(8QWE|KIx?0&`-UrpK@L{?W;l335$gF#*xc(gXd}Z zPE+xi@c;jRhQS9Ef3mQOF!(X(fSd-369)FX4SpPaEv;?s98CfYJ-vPX0vv)2%u}aL zpTQs~%D^&j{(^-JqGEIB$&0HkWYL?)AST7Yx>wT{iU&lExQr7u#BnGONQqR96v1- zoqk$N>(;28OkdBu)XU04Wn)UqaRJq-3?&8`oF_OtrcIEE6bf`^V_hjUq;eoHDBNE8m_;RnHLu??p5Nj4Bj11NQ DEe+)* literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/default/images/btn_over_last_page.gif b/docs/tablefilter/style/themes/default/images/btn_over_last_page.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb41d28dcc414d8dd2edad4b4c64240434213e8c GIT binary patch literal 427 zcmV;c0aX4+Nk%w1VG{ro0M!5h=kxd0~ogJYm@6}l;vrW<8zX|WsmD%jO1U7;8}{|SBKzMgy~U(;ZuOtPJ7`` zd(cRF-%54JKXu(gZPY|>z$|g@IBwiAYTG|(w=8DZIAE_cS*9&ho+wS0BuJ3||Nj60 z00000A^8La6aYN{EC2ui022Tc000Kaz#gJOEEII-d^&1Td&tuUG(N0w8$5 z;4ol9>3TU~0;eMK0w@?jVcs##@0|o{4#33kAqsYY3oCpZ9{>i6B?=KSiv}eQEsFpj zBZ`YB4jCDc1}73PmLr)5s45Z~GdDR0Di$)R0Hy#4xGo&6Jh>h=xV0NpRWK?yJXSCu zI8^`}!&Wpg$g@qHEIaCNQ||Tw)I9SLOZWcs VQIT$m&X06T6{z-Ise literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/default/images/btn_over_next_page.gif b/docs/tablefilter/style/themes/default/images/btn_over_next_page.gif new file mode 100644 index 0000000000000000000000000000000000000000..49c5456009724fc34af77754ee6efab6e9181b28 GIT binary patch literal 393 zcmZ?wbhEHb6lM@+xXQrr{PXu~kH4P-qWj;E-Tr>;`un|?-|s#DeCz4wi}wDXv+Mbs zZTF^ZyEkpi`zh&44guRR?ZtN{W-mtOz? literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/default/images/btn_over_previous_page.gif b/docs/tablefilter/style/themes/default/images/btn_over_previous_page.gif new file mode 100644 index 0000000000000000000000000000000000000000..6c260129e32009fe290c6788e1cf066f52e9bbc5 GIT binary patch literal 395 zcmZ?wbhEHb6lM@+xXQrr{PXu~kH4P-qWj;E-Tr>;`un|?-|s#DeCz4wOZWd@wDI+__C+v!En-slp$v>b|_|86KyGqt4 z{nX2{XM9Jx$4c%FvuG!>5t|NsAIzzr0CvapIUm@(*plz{xiz_!9c zy2(*Ts-Gi~`9O}*|uL{V+)hUj{AA%IN}%rZj^ji z3tYr(Aj!bi+#=5@uGZ4bASu<EUra@N&g>a|94l6+i^^#k zu3RxgA|ygzL&qpmVsk{Ofu3=sh%f`wvE#>dO-?W|2&Xb$ymZO*G9!af@U`2QqrC4t WU2rQ(&iWtU^Dw^qfq&;;|E_Q0 z?GGZ_?}xVD3vRg^+;GjV?x%nC1+UT*cEz_%ieBgxzH`YxV4tyFCF_%Z>SfuqulgzH z4U$e+B&;`%T&5d5Ps4YbipPZi|Nk@41}OeyVHIIeV$cB@5AqWOo4v!t0uLRj{u4`z zPWtH0ayi1RWy7Ep!gfHR(Tt(FW$8-}4vq=jB|!lpR#$jgA1~~(nAIOUh4HPcVtrF{ Ji>o7pH2`TPS8@OV literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/default/images/img_loading.gif b/docs/tablefilter/style/themes/default/images/img_loading.gif new file mode 100644 index 0000000000000000000000000000000000000000..3bbf639efae54ae59e83067121a5283ca34fc319 GIT binary patch literal 3236 zcmc(iX;4#H9>pJdFE7h`I{IF)1A#Fh5ut4e3N)(<0RjYM5fB7KViXV+Wf2GhVF?My z8p38kNgy#qTSQzyTbo4$v2makQG0ZNwnY%Pw(PNcy2b&grfRB&4^uT&J@@0STet4{ z{m(g7m+Rx@;26sUn7}&#`1tXo#kRUXJ(#IG{cZ2ar0&XiSo)d6rQJ`SzIs0Y?&jDJ z?r|;aL+gQmEt8MPR?m=a9JfHv4OVPWZ(-l$@5b(F3Hwu-=?SUvOsQodXuTcr`jbg zmue$Vu8N09Dh_e9xvlQE}RY< zP_^gH0x!E?M8)GXk?rNLfx%X3$@{f6pI0?+Kk?;dhe?AW6T(vRUoFVDuvw5lW5cx* zM2pweD1!&j%R@Gl%J=ydX7%57Vd9aac9Z_J>yuRWsDXvpfXejiTGi@9D0*{1JmRSx z+(o+p5f5SNP%4rK?c7Uak@I(U5Qm-`6W}z|87ByZglu+UIDOG|MzrAi}g)n&=PI-@(_qGEL$9luJu=GC51YSSlYON&Jk&F!xvE-3Kh z{SG%WO1_bmQiLaOZ7IfzCtMz%2Bv}IgS}6Fcn-8*XUsdior!R1FP+0~smTuSB&VVz zf%;|_uc}RCy~|cE>3~J|x6xH|BXI_vp(~ndnd8mDl300&`-+FH%kin}hc=mCs%hOr zes3miFqML|D9IX68;;&V(T#Fi!L6K$alqGL{i;8&cZ;nd>kOMh(|6kH`LF^XKOrwq zLxNUq+(^h`=fMd!A!05uF5M_In*~Z)=E03kINGd4h?H`1sjE_lYECtsMqAXUHlDb| ztz~t~4_&#&)=(SpPT$}pu^m2C#P+$NIgptsh59o_aB_$=CVOaI1t6Z-IX#`pYbsB< zh|M?7Zc2#JvdYI_9sJexAvXPJ`0xYUJtJTE_q8tV{!in#)Xt5VTX?Dk(KVGgUDF>J zOmQR2olL&^n=o0HU){)0uU^Ko7nyQf*9pubO(n7qz8!z;@rwVd5(Z;2Mi3NOw(Ahf zsISP{-77F^cj&U|Wt&4rQwiIx55Xkv+JICKVr-023Y2NQ-^1L$z5z!Xn+{V-Qg_!k zsS%~BL4)v{RU3|Xc!1TF{ve7v8CP92?CwS?1WGB30QaD9uF95`VuAErtx79^3OqN` zy3iINB2;8>3`l)c`|MfOO^*_@XTAykFI^@hCY?(joWn)+0+(uL03km${3n;g=AW;0 zU%vGC-z^qEaN9xwnEJAqO|_LYrN%R8hpzH0_8s=xParG#>lYDcHPrX<`L&79gOo=_ zg_zw`8g?DEjrib0E6~$F-AsVCF5_=UBxRzsDv6zf`l>fM|7Xe>RwkeE*`}Q=LXvgz z5##-i=6o96LMVCQQrZkV)ML z$+XDb7)0G6xcj0<3SL1Yp(soP@9YeR_GX&}QYO$WzbBgmfngMpD*|i*WMZ_(^X@z7 zN0}n*g&Do;+3-p|0YLB_U1NcX|8OX5WnYikl1=d9-#CaDtiaS)2KVjQT5K6;sdswH zdE6{8%Tm5IzvpF?=V;|mCgfb3(0~n(Jtz$^$@V@!^Qp?#AMf4pt~>5Paj$cxoIhh~ zPS!Q<`2JDqH5uPX#9PBL=Shoku(XVrp1oOGCI_ozyc)0~L1;z`y^B@=|=DKmT zTGGk2*^arSvoI-D7-dXEqM%D!orfLWIRiwHZk(v?2+9+zL+=BW+eim*J9Zz%h7q{L z-+dB?Z-Y{w3$qyXNb2wU79-tmWu)LArn{~=c*N=z5S6~PU0eLP&{9qK`uEV!719?3 zODi0*g~hTmc}|If6<)|AfS{vsfs;y`$IfnLQHWZQxTqY0-N_xT`{}z;&=7=SlAnqn zln0~eATkC}2H;95@eXP*hG4{j!D8f2AMh9_4RrFrJ5R9ZSl58`DLOy%-RwYy(H(f* zkRovM`0{XlbUk@!_J00RYttpG@Xh~;f!K*mDs;16$Uex)rZXT!qbW*@!r^ul?qm?a z_-wvfgAhIX3?UHgk6!Ic)M#-Mf@t9d4-A2MVHS50gZnT>eN+P99i7IBLyjEq?hn`t zk7vB+NG0$dd-*j_BUYuAQ7&VHmPTxL<+eY9!>LPm;_niK1tSm`(58d!0rG%hB#pe<71F7@U|0=K0NXRx zTHJ#TCcg7=l#=e90j9PjaftUw_*}?l-jkcN4{*WvjMucEqCfPyf2r&N@|*3+^wHBE zO9tWj|6~F(dQ+tTsR&lE$s1P@b)E9~@h-eT5!+L@j~R*)kt~i+qR|09Z;fO(uS$lA z94LiZv9cP6hJ%V4dVNE+T9O}D=_Iu#!th}y|2zhj)ZWfX6XgJxyGX@`p7EWDXWL2k z00q1TEK-PR?iCC!G*Vg`DcRbd8Eyv`_&CQD8Kok` zfHj_!tN?{V>KI0XRV|Gt99y)uO(*D(vaPX0QRf_1%dw_{ps3rP&LCgyug|f(hMD&h zOAP&!R(D}nt`bED?+o%+hxdU_SWfikVU{BY^nZj5crlX!W63<=ZRgf4R=}KMOz;bk gbLa4==ILrY&j|BSk=*YeL&$au32t<7-_p_onv&0MrCXRCq913h|0^A-< nECO>F1soiX9N|!6VB%rmQep^;zw7l7Xas|&tDnm{r-UW|t_U_c literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/icn_clp.png b/docs/tablefilter/style/themes/icn_clp.png new file mode 100644 index 0000000000000000000000000000000000000000..d259393426c9583252ca5282d82e76aa084dc1d8 GIT binary patch literal 441 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfZU=0pAc7* z@=b@XK1-WUF!d(72=IyehFB8wRq zxITa|qthCb89+gW64!{5;QX|b^2DN42H(WwqWs*{l*~j0x6Go{^8BLgVg=ub-4nG` zfNC2&T^vIy=JfX8=4*1`aXG#t>_BLkPPc}h){p=DGqhEO=Fgd)=2tbdsjkJ|VcD&~ zM@sW1H*I|t%G&WNk8O4X`);pSQ z`(^ih@m*lEaN_EHTbDf2*No?#>-zu4Q~lqq^WA>De#yIW0%!D#U$(n}Zej3r^>bP0 Hl+XkK*zn*V literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/icn_exp.png b/docs/tablefilter/style/themes/icn_exp.png new file mode 100644 index 0000000000000000000000000000000000000000..13909c15d1c2c6650202ab43e0541ef0ce890c1f GIT binary patch literal 469 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfZWCapAgrX z3=B&S-ZClQ6y=qlH0|*J|No!t+t;n4fA!(p6E!tm8!qjSkGHPb`uy$ZrSkII&OY2^ zZ|~c&=gRCk1@liFy85ifEAiv!Z+D)(cWT_;xa!=LZCBSGzZc%OuXNF=-4`Cu-E$*t z=9zb&zCC^O=}dk7kDov7>$hEh{LZs=XU(!RNAErB*>qXZg3TT1810fEzhI#4|Nk?9 zNkYV)Gr}i<+Bge5B8wRqxITa|qthCb89+gW64!{5;QX|b^2DN42H(WwqWs*{l*~j0 zx6Go{^8BLgVg=ub-4nG`fNDEDT^vIy=CtBo!Y4%>yWwEAfzx1nvja~2mH{|67 zzdIAVZ}K)x!_QsI{)ql%zjjMicg6FAzIs`tJ+<;2Qh4FHdq6&C;i literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/icn_filterActive.gif b/docs/tablefilter/style/themes/icn_filterActive.gif new file mode 100644 index 0000000000000000000000000000000000000000..55b73607142cdb2065f3151c8b8b968845cf1b1f GIT binary patch literal 78 zcmZ?wbhEHb6krfwn8?7u5Rm>K41i3c-K&#J#k^OlVGIREAHa~j11NQhanfK literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/mytheme/images/bg_headers.jpg b/docs/tablefilter/style/themes/mytheme/images/bg_headers.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9409afd9e512558180fd7c6faf8ee2b296e63b8f GIT binary patch literal 300 zcma)1yAHxI3_O!G4QZeWDNwZ?kk}F82N;kLk00c77}!~PEUfSoA!VqFSUAg)b@rWY zfAJ5P-FmwQ5n&So{*Dy{=RD#fibPk0Or#Jp(MlysX`??dx}Tb~ubs;>=c=+St4V{} zgyJ~v>0WM3UJUK9Xqx{P{s=2EMa;;eV~JVvCyYL)q6N-m;KwGsKrI?@G^hnXJXmd% c+3)Ef^*3lnVHdMl;#|F+ZoZiA53|%?-`u<>OaK4? literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/mytheme/images/bg_infDiv.jpg b/docs/tablefilter/style/themes/mytheme/images/bg_infDiv.jpg new file mode 100644 index 0000000000000000000000000000000000000000..958953092796d5f7af9f21768f392b879ec08132 GIT binary patch literal 303 zcma)!I}XAy5JYDa+X;>#HVy*CDd;!`NJtS-rsWRw9D^HCZ~`hm4LvuYF@_=n(J-r( zR`YhopZpDaRWEB05f)+Kub4wH#yAt4i;f7Jr9z~ck}{K0Y4w&?yd zajRDeB}vj%-I3O#a$p8!3;#X*9wtQzipd}{6dUpf41t*Nsfh730H+ZV{{$h~w?(rH hu%Pcucze0#*S$c6{>a1zQyjO==E3g!$r>|%egbl-DLnuH literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/mytheme/images/btn_filter.png b/docs/tablefilter/style/themes/mytheme/images/btn_filter.png new file mode 100644 index 0000000000000000000000000000000000000000..618349088988cafe425e13a8f4b053a1b3f06a5f GIT binary patch literal 928 zcmeAS@N?(olHy`uVBq!ia0vp^MnEjU!3-pmTkq@xQq09po*^6@9Je3(KVV>BvPF8(`hYVXdx_cLbxo7CU3HS>3W|I(#PTehawZ%X*r(b}*n@^OFv&$jmJ zbs_&6YiG`!`LDLJc$MGvmX^PjJs#iRWF{)OWfrBD=NDxcEBHq2 zo~We)OaS4YE{-7;bIx9@_CI7G!0_RA!1CgZgN#aN#1{$2^K>>ToH(rBv0{Nj)3xK< ze*cRqxNI|^k=t9zV9~EKCqv++~%NCZGgs{tFPxRbU9@GRLs@iV$Y6ETkp>; zE30%3W<6ofKIui1xk6WC$=0gEzf)}9-I_fqGsv0Qi(M$ZBsovSX8T;f-@1|2^ERG0 zD4mzu{=p?7QlTYP$>Z7)-Q&!9-$QrL)xLIX(Ooyklk;>JDI~ETa7f9$;4pdnnW!u; zo3~$2&3-=l+)1fJ;u8ZBy%-P186LYGzvFF)TCm=`ALY__{1+)M6*1kHq?C2wSb9OV zW#qKK-Ur__=dNkHf5e?bP-~gfFOD5uMJk)*x?8>0`{}N}pb;R;k|Pw#m?f}v{(;VV zGl>}9)M(*zn>SQTXg#@^|3NZCLqT$d`B%H5%F8>n&&qE*#%_0H{l|(D`)}rq`tOyU cuhuebm2+HtP{iOiFgh4KUHx3vIVCg!0Hb~ITL1t6 literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/mytheme/images/btn_first_page.gif b/docs/tablefilter/style/themes/mytheme/images/btn_first_page.gif new file mode 100644 index 0000000000000000000000000000000000000000..ba03bde6ec9d37926ebd5972d55978b261c130d9 GIT binary patch literal 63 zcmZ?wbhEHb77#TIA}ZE^pg6S=ky5obAz=~+ zP*7BC11cb*MeBfL0TFRVv=*ldR;{&qq}tlr)1E%N&wAH-KD?{$5BaoLR@U#n?(08X zc{g!l+&{7v6b0pH3gyo~|D;eTZEbBnpU>%ZCMPFPm@pwBAt56p!{u_VU%%e(_s^R* z&uBD8M@PrS#aS$t!otGl=H~tT_b*(y&|olhbad!+x~#0M+S*!;Mx#=xDk>`K>+4sq zUY(knx?;r&xm>PLC;|fm8yXsfLgDe_$GKeYp+kpGpFVx%%9X*v!J(m{{{H^n-rfff z9z1*Y?D6Brqobp*U%&qS_uuc{y$gaM`3o@&BR~KDNBJjXiakBeYIfM8BMbnQd_(zP zskI<4yD%?T@!^8Pd`0%c?Bc~AWamaKcz@mp6y+Nbg~_+{e|^_q5Gc@}Cbui00Vmc^ zI&WSa|CyVvDvYm7%4prJRV<$P^(cDqUIgA)7{4mq8nb2H3fY9t9gK4mBWC^!;b7Q@ zc0w8;Rjq*}J_lbU-B`|9?_dZ-HBu3<*?|kTZmauj3XLgXwFNa#1@;Wx4hRV$gNxQyA(AwPrW=Qv;(5tDW68hE1T4?b&5cuc8o2GcK<7_!4;$?jyb* z3(5i*lJ~Kv9VW^e{=a4%_l+Q7Q|J=m_;qbB>9?k8K)vg@vjnZxUjV6Z0c+ThwC6^# z!qnSZ+iA+TH10l9$esM9g=!7vuIp&5x!FvaDk3h=^Y*oE8CUtw+aKjW49F|`FeG4Q zI$I?Aq(BAXBxnu@ms@zSK(M9?mTYmNtnIr5oJJ>uy^G0W2JUh4nTPi~4yMuACr={B z<^)1#AhxV44ey1%>`z5tVzBi}3jFogOTMzvhv0K}tn_;@eRza|+@mA6pMdlr1Oc8{ zI4=<~`kEs74MB)Z=T!Fuoc7L7fTx<`1;0CzNc6icCCG|_rOr_Ut%52!I)kz_s>e;m zgu8x?_V$HPIXR!ES7&?ZB3Z2ZcK@%E3pBVEtB~4{e=+9z zByB>1N=LD;5r!=s&AL69r{ys^XU1(yYaf(cN%ot%i|m8%m`OGNonBpr4HFZ7Dpo+e zro#9vXGFj?jZs>6x`mTt-i>MNswQrFRMvTa@Oztu8MeT70ariWL{5X30 z@UiYv8cbY(mY*xd;K4!J)l&32eC1{yNT-{RNJicMmPQ_%^+25$MdkO=?`z+gjMEFh*pq znJrB5Snn2vVaMLx%{3e3NfXu;o-VldzHQ0-OGDT>b7e3aVlzKl`0=DA z?|DO1SQ-~jOkB%?Q4*~JX9l~L#*JgA@(_sF4k5C+7~~xTrYYdl2VnVfD>`NztDb)P z;+8X3IWm_6UpNh18KThWckl9V4M~FTBH6=N6ptR=|LzPf79&%hp8;RLKK#?%UvQlJ z+kbwGN*HDPYe9r(Gvrnyh>v4>xG2u%u@Jzv6#hX|WBFRmSnL3W7F>?wO|Y!~&GBnfPI*}0uH`wCA5)Z|-<>b>=v_TR?qbOXxC`obsh{Z50%njbD+gE)g4sRehm?e^}lmlmhS4u~jwdL65ftm%ZHA zUUCpX(TI7hDC(=n;51(R-s(&Rr4$vIsr8wP?h;g_Td1~2QSDf(J_lT$&40Q^8s)q+ zaO=SyOc?3xuQz-9k_F*cnrHuzF{bK7_WX{?*znoAr&gUA+;>srey@w_eTzM4x#ixS zHM!cqRIE)j;X~y+droEP>dzL&Qw1BRFWx!gDvsU8FdLe=tnaM1N1Z1kT>&a6XD$Pw zS0=(UK3?*HRHagiBxzg_30jkgZ~%!!jzaE|O~E3PG#?Qo+vvD#t_0pl9#IJ7umYbS zI1sqp$_Y459uZgs4uImreO&>;CoYu&*9Ne!QqYr^LJ*1&<)b(*A5JA6UgE0J*RQ!R zQX~(@jNt_S#Wlx0A(Wjo)S2z=q7aJlZpBgqR>A~dQY+&8!8_J0k7o`0DfIq$wZIp> zv|ufbE{oSYZ>1(Ba~bM^_C((|v<#}S=q10zLUZs!GjZ7ii)DZxk*=5J&=#Z%Bb#ZC z><0_ii42F@90zD&xHzWypu-aj-6p+6pO>8hWgSbK)478>eQ)&_tA6~AP81tB-DO*# zzb|lLF1Mnj+o5&vH#HUN5?8S@`v*r|adIDtTB6=Qbmqvc1=F=9KRPUC#e~vBE8gT6 zhlxZ4Ng6LIDqgVa|n^bkPwaxi_t~BKYkNX>Kn5Iy*5OxzvlPaxr}6!`ayOR!WD-k zxDG6x-op#AP3dqp+7p%7l+BryJvK}b*;3!}eb3o7_J-6I#~qC&^Z}J_COCI`a`uDor%DH{hC{e9NJEFXOU+>FZ&>FikHvG=#l);{mrlS4#P87eofYScf zF2F()cxl9KR{t+qO68UVmWJ5$&gm0UM_=4g zyoK&~oYrJg*rNZ^t=NHxeMK|kibFSkf1@eEv48UOmLE#R3XZ2ZU!wkZv}?E{493l`Z5#pV#uS}aI7)l; z*cK#`{wn2$YyS8n{HHa!{YSICupm53TgY*&p)ysN%3-c~u%^r|UW{mLb&05o3WZm9iL4$k60}xTAFJGvQD$?(3vYLiFQ-svJq3HX=hN7bhC8ym0 zL!R8(L5lS6y%^NT)qqrMc5(FCR=zVu&6`Z4c89OxZd`D~CUvW(mu;@n24eJTlirvY z2gGPSU*!-%K_9>blAWfJVO4;9{;Gwac;H%sfMuzn3^hrySPn>J42A>{m()QJTy7I` zxecF5cxh^I^S*ubPHU)8NTW4(6$0=nHWRh#LNyxgK~13zgV>i@Y=%V_9uaXpV#qGP zOSXSFB{od=>fw_VSOEizXBr!I3SY@=s(DJFt?Gl!-Qcd20Fy-pLQ>}+Y2T$t@J zd(Qze^ZGjwYj6!!I(An(ad0=j$;w|$9B9<6+itY<@S9A&tFyOR3$6^IPE*BBRRqy! z=2N^x@I;?s;84GJX9_2M-3;2obYfQNcrE9!56PU&YtVMT_TAj4NNUfUMZ23p8~6BA z1(DJ3J~<}h()SF?i;865AG(A~od@RDzm0fuJTO&7r7`3GB0e*h@1<%F<`SnB=Z#Mf z>f@(R;okTohd{38>K8YH8|k6@9<4w>2%>{IX*!LD1h-;=d@=f-3!&2yb*i2uRZ+!Y zaJf9%O4RLw>2Oe~ElhVHBD5kRje#OT@JU#_%o?db(-E#Kv;@|jf;d(~ROH|peZN(5 zl7Q|oEQb5{qoQuw0Qk-wz9l*)Ci?zEJNSeR(VqYM{70MY4x7z_F8R&X!>3h2l=xOt zm!FWrmFoOq{{w0TXE)y3Icn|;mFUttO)q!y>FUV*PG|H5N}bdgmp{X2zQmN`1L_>7 z_v$nzQiPpXG(CYhavv>@u-L9M_s`TIq_hWi02AYwQ5NgCZD>-hxO+KB-9|H3%%0Wc zaqkehI+#>@>pEUetk!Y-#>6|HuNvnpzBoPMM$g=mw`jXwEu+uxO4qL$(E68W6-Hxc zyLgGkFfFv!Zl9sfcy?sFpAdU1Gc(f;XK7;MkAcf2Ac*j}Ig$D>ovv6zt5J6e z0#0?1&|)j9G>whg1fbS~>_JNHhW!otHM&%;q7@+zsK831i{2g?xy*uz_mC5Z;?(KW z-G;MPStopv-fp~Oyn5Y+U4*|yEk^6T`*!?Wm>{xkcb?j0-x3f6{B#z1^9KL*a^>jN zF4&V3H{LMnR9ZqM(h07C;p|$RDUEA&T+6AUvMd?J!v_**H3C+xx?s46ya-4;f1}x3 z#u)d@!lQlL=wuGI1K(y$qgbZvh|28L38NRk2>D`*<}2+l1m^>(rF(G3z2zX+U!;c{aSQ4Mi47%VBaRJ{En# zsuqj8y4vj9&)TrApddQu>Q(eQ{Z7T#bJaJw&NmJW>Kd_KnKsC<*HK*(pu5>0+f<)`l~%21eJm@8Y}wXPM9ys|(ahfFcm z#mD-nTYpmIm(I-Tg=pr>J2Eeh1!)}=W<#fAELi0_7J8AJxP_(;b-uR6xpjcukF~ISO2l8 z#BKvY?NTDR)@T}0xLItWbalr&HE~s>^gX)V7G(EkYPUBht`DXjLDzO zmtcVaz$>2Vgto#i`qKR7(lYJLSC2iFi{j%x#-_Da zFzp{iC%nn)F6U->r~I*k3S^|W5w&V1Rn#OpSU=J;2*OLrBt=E3ln2WUVA)Vf$1e(1G%|9hwrzIe-S9oFYMwp^7th zHHu%sFW4A3_!W4~%D5^1dWa%J#3T2H0OUJl;2S(B=sV6gYC1Vg50PW}8#?U~{O6y; z?;NX3pn?d6kx)!~V5wWfE&2K4^4DheLf zvVKUB1ElPHH%M)GGq1axsce0}e&y>PfHr&FWW)TJUZ@6)tGK`g|F%cgvlblMy7YXm zYQ7<}J#qGg-Jj1~&M3CbJzTf&>~c+GhiKBHg2NXsZB3pz>qN3v)UfqPi$lm;Ia$9% zBjhqlypwdryh@p7?W71=4aTUQM8e1X+U<6Y#18=6opxDZD}e2_F-YJF;GmUzlymyH zg?k$9?V@md&-bZO{uQ(j!@(PzKJ>;7`9$Gb2DwlJ#S*)Sy%t4&_j2ja&-~xh> zUywT%<(QW*k9Fq8Is8s4-sW>^m7m)xIX|`Hai*GK&&L)`R(_nS7Xcn^E;LaZRd&3p ztPmM7_%0FwxPwxo1S&vSPEH&L-I{5^m@O{wT1qd(lt#p5{$~1a3PNDj`3Hy1=hhoG zX!dm#em4a~w<8LL%6EfZkpDrkSc4WGp-uZ|G9!8&JUTtasK%Pf6{h zx2Rb!-O!)Av3c>>1u-p$kh<>XR4HFrmA&Qm*4T`dA8#0u;IDHITuF#MaU^xm@VS3X zdX#kUNBfdh5gLtq;;K-MkQY&I3tJcV z8k1wFcldfsIYR5=0oRC$#+F3K{m12h?4bn_1d*veL!Y`{F(z?)mJ zx$W>l#$0{a%82mQ7H@WaLj)zE{)3-D!P;^l_XWe7*wmZ+yK?3060}GkxA}rC`f?xJ1NJ(#hyQBSQyfP z$5KJlWUd_eJrL7c#h3m$z1zGuL`J4WT>}8BqT%_Su5Qm+wyZjVQll{YHgF({+S1fr ziV38~;!z5rI74bv_fDUh!HP?GegB53w$`Q_AQOXUl#HI zH}GN8uhRr)AS~<0uxgJ8i)qQGn^`^2Cwd*RYqV-i7ecd^V{vl5k9sF(yVD zqEv>+%d4uQRo)GSY0-uqJCyaRZK;N+=Ez8?U!~fZ78Tp7*F)r5Cjd{^hn+fw1awP@ zbY1wlaGktIDw3q?G!daUbX@6>R6tMF2sPRf9R(C!7O-Yd)iAg;9#3N-$+m+m3ZQ7Fp;ikg;D)ry5=>HFLaw&8>Yq2YB zVZj4!-QpShYKDLQX6%CpP0wVZgErd&<4eu3^?WlQt5XzP70Td`Lq70O5Z}j8r3E6_ zVk&$CMH*160yY=}{C<^6Qg_N-__-rGRcuZMw>K@A5np52iQFx08CIEFsaC-h)2)NZ+vXBZV399 zL0p~PP2jw= zs(OcRTxfH9OeMG)Os-atu&F}J`t+rPNab`k8J3vbZVG^*reg75{OMf1-%w+*b5U^Y zLABFJ;s@$`eDU4BX&Ro12)`Zs{b2JHk>Ay5ry+Q_L_NgFX!r3~=nKW8%Rd-m(UJ{s zStd8&<9l}%Y|UDg)Dp1l0-s14N~^pei;xd>tQ*)pFJdU=*FtTKXv;M%9~(!!|EQPP z_RAzl^3f!mOhL+3sCN?Son@*3VC^JuLqIjBE{Q9WZjdf%NCZCfOG|dy#G?HoVs9du zP_tN72d(TQM{AE;m`9k*wk|TEX0x#_3v_Yd%Pu-}6WV?S{~9X30zl+O50+h_efto` z>x`4or*!(|k7A7fPUOod)`I1rwYVcRP&(Nrv%C7|^S`Nx$#d#ePocM-8`Z1=RCvIKp7N1;80 Z!QkV=)ywzNd0AvD_s_rnLh--P{{SmBg>3); literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/mytheme/mytheme.css b/docs/tablefilter/style/themes/mytheme/mytheme.css new file mode 100644 index 0000000..fa91a66 --- /dev/null +++ b/docs/tablefilter/style/themes/mytheme/mytheme.css @@ -0,0 +1 @@ +table.TF{border-left:1px dotted #81963b;border-top:none;border-right:0;border-bottom:none;}table.TF th{background:#39424b url("images/bg_headers.jpg") left top repeat-x;border-bottom:0;border-right:1px dotted #d0d0d0;border-left:0;border-top:0;color:#fff}table.TF td{border-bottom:1px dotted #81963b;border-right:1px dotted #81963b;padding:5px}.fltrow{background-color:#81963b !important;}.fltrow th,.fltrow td{border-bottom:1px dotted #39424b !important;border-right:1px dotted #fff !important;border-left:0 !important;border-top:0 !important;padding:1px 3px 1px 3px !important}.flt,select.flt,select.flt_multi,.flt_s,.single_flt,.div_checklist{border:1px solid #687830 !important}input.flt{width:99% !important}.inf{background:#d8d8d8;height:$min-height}input.reset{width:53px;background:transparent url("images/btn_filter.png") center center no-repeat !important}.helpBtn:hover{background-color:transparent}.nextPage{background:transparent url("images/btn_next_page.gif") center center no-repeat !important}.previousPage{background:transparent url("images/btn_previous_page.gif") center center no-repeat !important}.firstPage{background:transparent url("images/btn_first_page.gif") center center no-repeat !important}.lastPage{background:transparent url("images/btn_last_page.gif") center center no-repeat !important}div.grd_Cont{background:#81963b url("images/bg_headers.jpg") left top repeat-x !important;border:1px solid #ccc !important;padding:0 1px 1px 1px !important;}div.grd_Cont .even{background-color:#bccd83}div.grd_Cont .odd{background-color:#fff}div.grd_headTblCont{background-color:#ebecee !important;border-bottom:none !important}div.grd_tblCont table{border-right:none !important;}div.grd_tblCont table td{border-bottom:1px dotted #81963b;border-right:1px dotted #81963b}div.grd_tblCont table th,div.grd_headTblCont table th{background:transparent url("images/bg_headers.jpg") 0 0 repeat-x !important;border-bottom:0 !important;border-right:1px dotted #d0d0d0 !important;border-left:0 !important;border-top:0 !important;padding:0 4px 0 4px !important;color:#fff !important;height:35px !important}div.grd_headTblCont table td{border-bottom:1px dotted #39424b !important;border-right:1px dotted #fff !important;border-left:0 !important;border-top:0 !important;background-color:#81963b !important;padding:1px 3px 1px 3px !important}.grd_inf{background-color:#d8d8d8;border-top:1px solid #d0d0d0 !important}.loader{border:0 !important;background:#81963b !important}.defaultLoader{width:32px;height:32px;background:transparent url("images/img_loading.gif") 0 0 no-repeat !important}.even{background-color:#bccd83}.odd{background-color:#fff}span.expClpFlt a.btnExpClpFlt:hover{background-color:transparent !important}.activeHeader{background:#81963b !important} \ No newline at end of file diff --git a/docs/tablefilter/style/themes/skyblue/images/bg_skyblue.gif b/docs/tablefilter/style/themes/skyblue/images/bg_skyblue.gif new file mode 100644 index 0000000000000000000000000000000000000000..430aa2451a0dfbf9e167a671312c8d87b44a606d GIT binary patch literal 554 zcmc(cM{*Nk6okjdV3I)2ImnUV0+Ve_Fv-T`yyqtDxB$fls=Q*u0XPK)Y$J@o7$Iqb zq=_1hMl%|9^P5ZX7H`q->*}t0i%SbLv(Fo(*ODSht1{LUkSqtR)>sFlI%{G5+8D_QDgx~`GRLofMiNu21{DE+@l z1Wo_Kr?&U@Po(CTFB%^{j@_JjdiunvV^_~jUzoeUwC~mI;=Ps@>CIcIVR^Zy=lK42 z{ryvW-X9(u?C5yZ+B!0lNQ{myjE!BoGdX#yv$L&jV&dYFSnT|jYlqH0Ij}Y~G(O(f z_u%^Q@ZB@<_$)g9Y8_$~D+r7PetIgrA=<-hPZu}6RpN>m&e*tT0 B8SMZ7 literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/skyblue/images/btn_first_page.gif b/docs/tablefilter/style/themes/skyblue/images/btn_first_page.gif new file mode 100644 index 0000000000000000000000000000000000000000..56441d9f4bf343afe20c9495e37673141d021859 GIT binary patch literal 118 zcmZ?wbhEHb6k-r!Sj56`@7_Jzg-1(Ize-C>`~Uwx0}LqsWMO1rU}4Y!34qixFk5@< zy7SM#OZ1iWVb+Pa8DuxNo;sfSJZYKI?oFp7n4EZnUv9XmBKOKhgtJ2Vgv5b)8&?Fg P8Hhhk@meb+#9$2oCL1YQ literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/skyblue/images/btn_last_page.gif b/docs/tablefilter/style/themes/skyblue/images/btn_last_page.gif new file mode 100644 index 0000000000000000000000000000000000000000..cd99c92958104519a719a4e6e69e5de671bcdafd GIT binary patch literal 118 zcmZ?wbhEHb6k-r!Sj56`@7_Jzg-1(Ize-C>`~Uwx0}LqsWMO1rU}4Y!34qixFk5@< zy7SM#%k&uc4c>&?0*z_~avFWIsneKt)hOPc#8R`(G5z$<-A3{OtG<2y+TeOhP?DK1 OzWG^-*IFYX25SK8oGAeS literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/skyblue/images/btn_next_page.gif b/docs/tablefilter/style/themes/skyblue/images/btn_next_page.gif new file mode 100644 index 0000000000000000000000000000000000000000..2422770d214d617e9a6d76db426672adb04c9f2c GIT binary patch literal 97 zcmZ?wbhEHb6k-r!Sj56`@7_Jzg-1(Ize-C>`~Uwx0}LqsWMO1rU}4Y!34qixFspg& ty7SNAl-aQ*2jWa!?zueAoNN*IOmitC=S*EKj*T&k&0jUuoL6VC1^@=DAp-ya literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/skyblue/images/btn_prev_page.gif b/docs/tablefilter/style/themes/skyblue/images/btn_prev_page.gif new file mode 100644 index 0000000000000000000000000000000000000000..0288506ab40b49a04f6deb7033111719099b70d4 GIT binary patch literal 97 zcmZ?wbhEHb6k-r!Sj56`@7_Jzg-1(Ize-C>`~Uwx0}LqsWMO1rU}4Y!34qixFspg& ty7SNAl*O?W<{RFdZcP3j`$%J|nkYxks%;N;?lRInu5#|J&2$C^YXBfMB8UJ0 literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/skyblue/images/icn_clear_filters.png b/docs/tablefilter/style/themes/skyblue/images/icn_clear_filters.png new file mode 100644 index 0000000000000000000000000000000000000000..def51bf4e984c3d4e5333e0039c9708fe2c5c21e GIT binary patch literal 601 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfZX!|J|V6w z+@f=quMdhZSQ8Px$j9r#)mv7cF%{JfdpQ{Q?mzsvrT*occS;%trImFJJu_Eq+V$|s zi=6zDuit;1IdjH6AUeOYJu|mx=FFK!R-Sd;(~BD?e40A(#+`=?R&7}p=%12Ryk+YS zpRo8(pTGY9|39mw#m*-_ucq5KJpRD(v)z;CoH~E?!qwYL)^2TW?_T2XqpoYZdDns1 z%&MI!Nd;xqhmRa{@sD`+;#EpseL;0+Sye+oMAEu#dv_l`DX(GHI&tpoxeJS1rfl81 z*E2MubLv8uz~s-T)+hnJ=2{Zu7YwwK5MUsr;Qz$K55EBo%~RlE18X0Iu<+#aM`=)fy^9_EC2tiIW`&Y*>V4zSMUO_32q;Pr#Kmj zgvQR_a`oV(;yh1O jOk4A3;&mstBOiEKOJt;$#7h1Lx|hMz)z4*}Q$iB}Z^kV= literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/skyblue/images/img_loading.gif b/docs/tablefilter/style/themes/skyblue/images/img_loading.gif new file mode 100644 index 0000000000000000000000000000000000000000..8fed7bebe9dda3850e5dea3c3f50140212a67f4f GIT binary patch literal 847 zcmZ?wbhEHb6krfw_`<;O|Ns9$FO8o+f0P%7uUbAm)K51n#pBV#JBJT$jgPciIJbM+ zq}n&HU+mbr;`+67O|>cAZ3PUZ0LA~@ey$FYQWHy3QxwWG zOEMG^vl1(E@)J|^GV{{%85DoAaB=}v>40njIg)`jKtZ7|C3D_V1Cbm>t(JsUYiEcY znscOMSW{Dbs9XQek@W+`moDm(gcf^6{c#k6`iKp z3O2$bpDJaKzVCO!W=V#ELYMoco(wIiqYqZBa8PlrJ#gUQwWCZNJyRM|Gem@V4jxc& z5ajYX(C{HS(7l<-Y0J}X0j4t)Y*v|urUY)&exbB)arzX46=LfaE$ny97C5i$$iQtA zU~a%}!^zTMz!%A8p~cJDuB?d7@&up{l|N6=xFzDD#dRb=gj07(yWxA|MlLJo(}vz# zJX)F_vU%vuP`SCWl7T~D-^DYmH?p|(8pB;2?(ju2EHd!m6l>Kn=ySTl)t4>c_3SNA zsJ&@9GfRz1HgAk3KTkJSOM@W6+MqCn$x!5|!-{5SIkq+8$FjSd<}fNcJxQ=XB;V44*P5Tx{x@K?2IMzj z?5%L%aWxb;bW$QWR^s?h36Gu&Z8tR71-e*Fm=vCC=twMcQ%v+=hzOp+(U@zxWGiEm zi^mo=hE+QglXSTHR2vG6#gdOGZ&3fi`$mb~#LPTEO)EmbL8GTv1*@g;P)j|49^+W% zV8U={(=kUS&xsrxW-UzMu*+*@^)yiFkm!~3Hs8eSp~HT#Q@5m9tEt&lN@PmF#QxT?BtNxFx{b_&)GbKL*I}kjWtHIyGKot!5Wl2!2kfo%Lt_a literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/skyblue/skyblue.css b/docs/tablefilter/style/themes/skyblue/skyblue.css new file mode 100644 index 0000000..4aa04b2 --- /dev/null +++ b/docs/tablefilter/style/themes/skyblue/skyblue.css @@ -0,0 +1 @@ +table.TF{padding:0;color:#000;border-right:1px solid #a4bed4;border-top:1px solid #a4bed4;border-left:1px solid #a4bed4;border-bottom:0;}table.TF th{margin:0;color:inherit;background:#d1e5fe url("images/bg_skyblue.gif") 0 0 repeat-x;border-color:#fdfdfd #a4bed4 #a4bed4 #fdfdfd;border-width:1px;border-style:solid}table.TF td{margin:0;padding:5px;color:inherit;border-bottom:1px solid #a4bed4;border-left:0;border-top:0;border-right:0}.fltrow{background-color:#d1e5fe !important;}.fltrow th,.fltrow td{padding:1px 3px 1px 3px !important}.flt,select.flt,select.flt_multi,.flt_s,.single_flt,.div_checklist{border:1px solid #a4bed4 !important}input.flt{width:99% !important}.inf{background-color:#e3efff !important;border:1px solid #a4bed4;height:$min-height;color:#004a6f}div.tot,div.status{border-right:0 !important}.helpBtn:hover{background-color:transparent}input.reset{background:transparent url("images/icn_clear_filters.png") center center no-repeat !important}.nextPage{background:transparent url("images/btn_next_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.nextPage:hover{background:#ffe4ab url("images/btn_next_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}.previousPage{background:transparent url("images/btn_prev_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.previousPage:hover{background:#ffe4ab url("images/btn_prev_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}.firstPage{background:transparent url("images/btn_first_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.firstPage:hover{background:#ffe4ab url("images/btn_first_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}.lastPage{background:transparent url("images/btn_last_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.lastPage:hover{background:#ffe4ab url("images/btn_last_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}.activeHeader{background:#ffe4ab !important;border:1px solid #ffb552 !important;color:inherit !important}div.grd_Cont{background-color:#d9eaed !important;border:1px solid #9cc !important;padding:0 !important;}div.grd_Cont .even{background-color:#fff}div.grd_Cont .odd{background-color:#e3efff}div.grd_headTblCont{background-color:#d9eaed !important;border-bottom:none !important}div.grd_tblCont table{border-right:none !important}div.grd_tblCont table th,div.grd_headTblCont table th,div.grd_headTblCont table td{background:#d9eaed url("images/bg_skyblue.gif") left top repeat-x;border-bottom:1px solid #a4bed4;border-right:1px solid #a4bed4 !important;border-left:1px solid #fff !important;border-top:1px solid #fff !important}div.grd_tblCont table td{border-bottom:1px solid #a4bed4 !important;border-right:0 !important;border-left:0 !important;border-top:0 !important}.grd_inf{background-color:#cce2fe;color:#004a6f;border-top:1px solid #9cc !important;}.grd_inf a{text-decoration:none;font-weight:bold}.loader{background-color:#2d8eef;border:1px solid #cce2fe;border-radius:5px}.even{background-color:#fff}.odd{background-color:#e3efff}span.expClpFlt a.btnExpClpFlt:hover{background-color:transparent !important}.ezActiveRow{background-color:#ffdc61 !important;color:inherit}.ezSelectedRow{background-color:#ffe4ab !important;color:inherit}.ezActiveCell{background-color:#fff !important;color:#000 !important;font-weight:bold}.ezETSelectedCell{background-color:#fff !important;font-weight:bold;color:#000 !important} \ No newline at end of file diff --git a/docs/tablefilter/style/themes/transparent/images/btn_first_page.gif b/docs/tablefilter/style/themes/transparent/images/btn_first_page.gif new file mode 100644 index 0000000000000000000000000000000000000000..ba03bde6ec9d37926ebd5972d55978b261c130d9 GIT binary patch literal 63 zcmZ?wbhEHb%~RlE18X0Iu<+#aM`=)fy^9_EC2tiIW`&Y*>V4zSMUO_32q;Pr#Kmj zgvQR_a`oV(;yh1O jOk4A3;&mstBOiEKOJt;$#7h1Lx|hMz)z4*}Q$iB}Z^kV= literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/transparent/images/img_loading.gif b/docs/tablefilter/style/themes/transparent/images/img_loading.gif new file mode 100644 index 0000000000000000000000000000000000000000..8fed7bebe9dda3850e5dea3c3f50140212a67f4f GIT binary patch literal 847 zcmZ?wbhEHb6krfw_`<;O|Ns9$FO8o+f0P%7uUbAm)K51n#pBV#JBJT$jgPciIJbM+ zq}n&HU+mbr;`+67O|>cAZ3PUZ0LA~@ey$FYQWHy3QxwWG zOEMG^vl1(E@)J|^GV{{%85DoAaB=}v>40njIg)`jKtZ7|C3D_V1Cbm>t(JsUYiEcY znscOMSW{Dbs9XQek@W+`moDm(gcf^6{c#k6`iKp z3O2$bpDJaKzVCO!W=V#ELYMoco(wIiqYqZBa8PlrJ#gUQwWCZNJyRM|Gem@V4jxc& z5ajYX(C{HS(7l<-Y0J}X0j4t)Y*v|urUY)&exbB)arzX46=LfaE$ny97C5i$$iQtA zU~a%}!^zTMz!%A8p~cJDuB?d7@&up{l|N6=xFzDD#dRb=gj07(yWxA|MlLJo(}vz# zJX)F_vU%vuP`SCWl7T~D-^DYmH?p|(8pB;2?(ju2EHd!m6l>Kn=ySTl)t4>c_3SNA zsJ&@9GfRz1HgAk3KTkJSOM@W6+MqCn$x!5|!-{5SIkq+8$FjSd<}fNcJxQ=XB;V44*P5Tx{x@K?2IMzj z?5%L%aWxb;bW$QWR^s?h36Gu&Z8tR71-e*Fm=vCC=twMcQ%v+=hzOp+(U@zxWGiEm zi^mo=hE+QglXSTHR2vG6#gdOGZ&3fi`$mb~#LPTEO)EmbL8GTv1*@g;P)j|49^+W% zV8U={(=kUS&xsrxW-UzMu*+*@^)yiFkm!~3Hs8eSp~HT#Q@5m9tEt&lN@PmF#QxT?BtNxFx{b_&)GbKL*I}kjWtHIyGKot!5Wl2!2kfo%Lt_a literal 0 HcmV?d00001 diff --git a/docs/tablefilter/style/themes/transparent/transparent.css b/docs/tablefilter/style/themes/transparent/transparent.css new file mode 100644 index 0000000..f9c90a3 --- /dev/null +++ b/docs/tablefilter/style/themes/transparent/transparent.css @@ -0,0 +1 @@ +table.TF{padding:0;color:inherit;border-right:1px solid transparent;border-top:1px solid transparent;border-left:1px solid transparent;border-bottom:0;}table.TF th{margin:0;color:inherit;background-color:transparent;border-color:transparent;border-width:1px;border-style:solid;}table.TF th:last-child{border-right:1px solid transparent}table.TF td{margin:0;padding:5px;color:inherit;border-bottom:1px solid transparent;border-left:0;border-top:0;border-right:0}.fltrow{background-color:transparent;}.fltrow th,.fltrow td{padding:1px 3px 1px 3px;border-bottom:1px solid transparent !important;}.fltrow th:last-child,.fltrow td:last-child{border-right:1px solid transparent}.flt,select.flt,select.flt_multi,.flt_s,.single_flt,.div_checklist{border:1px solid #a4bed4}input.flt{width:99% !important}.inf{background-color:transparent;border:1px solid transparent;height:$min-height;color:inherit}div.tot,div.status{border-right:0 !important}.helpBtn:hover{background-color:transparent}input.reset{background:transparent url("images/icn_clear_filters.png") center center no-repeat !important}.nextPage{background:transparent url("images/btn_next_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.nextPage:hover{background:#f7f7f7 url("images/btn_next_page.gif") center center no-repeat !important;border:1px solid #f7f7f7 !important}.previousPage{background:transparent url("images/btn_prev_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.previousPage:hover{background:#f7f7f7 url("images/btn_prev_page.gif") center center no-repeat !important;border:1px solid #f7f7f7 !important}.firstPage{background:transparent url("images/btn_first_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.firstPage:hover{background:#f7f7f7 url("images/btn_first_page.gif") center center no-repeat !important;border:1px solid #f7f7f7 !important}.lastPage{background:transparent url("images/btn_last_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.lastPage:hover{background:#f7f7f7 url("images/btn_last_page.gif") center center no-repeat !important;border:1px solid #f7f7f7 !important}.activeHeader{background:#f7f7f7 !important;border:1px solid transparent;color:inherit !important}div.grd_Cont{-webkit-box-shadow:0 0 0 0 rgba(50,50,50,0.75);-moz-box-shadow:0 0 0 0 rgba(50,50,50,0.75);box-shadow:0 0 0 0 rgba(50,50,50,0.75);background-color:transparent;border:1px solid transparent;padding:0 !important;}div.grd_Cont .even{background-color:transparent}div.grd_Cont .odd{background-color:#f7f7f7}div.grd_headTblCont{background-color:transparent;border-bottom:none !important}div.grd_tblCont table{border-right:none !important}div.grd_tblCont table th,div.grd_headTblCont table th,div.grd_headTblCont table td{background:transparent;border-bottom:1px solid transparent;border-right:1px solid transparent !important;border-left:1px solid transparent;border-top:1px solid transparent}div.grd_tblCont table td{border-bottom:1px solid transparent;border-right:0 !important;border-left:0 !important;border-top:0 !important}.grd_inf{background-color:transparent;color:inherit;border-top:1px solid transparent;}.grd_inf a{text-decoration:none;font-weight:bold}.loader{background-color:#f7f7f7;border:1px solid #f7f7f7;border-radius:5px;color:#000;text-shadow:none}.even{background-color:transparent}.odd{background-color:#f7f7f7}span.expClpFlt a.btnExpClpFlt:hover{background-color:transparent !important}.ezActiveRow{background-color:#ccc !important;color:inherit}.ezSelectedRow{background-color:#ccc !important;color:inherit}.ezActiveCell{background-color:transparent;color:inherit;font-weight:bold}.ezETSelectedCell{background-color:transparent;font-weight:bold;color:inherit} \ No newline at end of file diff --git a/docs/tablefilter/style/themes/upsimple.png b/docs/tablefilter/style/themes/upsimple.png new file mode 100644 index 0000000000000000000000000000000000000000..c82b76ffe2c9d41a2f38a1c1115013cc0852f522 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^96-#@!3-ps+W+JLDVB6cUq=Rp^(V|(yIunMk|nMY zCBgY=CFO}lsSJ)O`AMk?p1FzXsX?iUDV2pMQ*D5XI0Jk_Tw7XN{{R0EFVdQ&MBb@01yl}4*&oF literal 0 HcmV?d00001 diff --git a/docs/tablefilter/tablefilter.js b/docs/tablefilter/tablefilter.js new file mode 100644 index 0000000..4201cea --- /dev/null +++ b/docs/tablefilter/tablefilter.js @@ -0,0 +1 @@ +!function webpackUniversalModuleDefinition(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var n=e();for(var r in n)("object"==typeof exports?exports:t)[r]=n[r]}}(window,function(){return function(o){function webpackJsonpCallback(t){for(var e,n,r=t[0],i=t[1],s=0,a=[];s>>0==t&&4294967295!=t}function iterateOverSparseArray(t,e,n,r){for(var i,s=getSparseArrayIndexes(t,n,r),a=0,o=s.length;a>=1)&&(t+=t);return n}(i||"0",e-s.replace(/\.\d+/,"").length)+s,(n||t<0)&&(s=(t<0?"-":"+")+s),s}var N=Math.abs,F=(Math.pow,Math.min,Math.max,Math.ceil),R=Math.floor,D=(Math.round,String.fromCharCode);(function privatePropertyAccessor(t){var n="_sugar_"+t;return function(t,e){return 1u.specificity||(u.specificity=t)}(r),(s=e%1)&&(function handleFraction(t,e,n){if(e){var r=h[_(e)],i=E(t.multiplier/r.multiplier*n);u[r.name]=i}}(n,r,s),e=p(e)),"weekday"!==t?(i=r===S&&28=(e||i());case 1:return o<=(e||i())}}()&&function disambiguateHigherUnit(){var t=h[d];c=l,setUnit(t.name,1,t,d)}(),o}},function(t,e,n){"use strict";var r=n(13),a=n(33),o=n(167),u=n(64),c=r.DAY_INDEX;t.exports=function iterateOverDateParams(i,s,t,e){function run(t,e,n){var r=o(i,t);a(r)&&s(t,r,e,n)}u(function(t,e){var n=run(t.name,t,e);return!1!==n&&e===c&&(n=run("weekday",t,e)),n},t,e)}},function(t,e,n){"use strict";var r=n(14),i=n(13),s=n(110),a=n(43),o=n(37),u=i.WEEK_INDEX,c=r.localeManager;t.exports=function moveToEndOfUnit(t,e,n,r){return e===u&&s(t,c.get(n).getFirstDayOfWeek()),o(t,a(e),r,!0)}},function(t,e,n){"use strict";var r=n(14),i=n(13),s=n(43),a=n(67),o=n(37),u=i.WEEK_INDEX,c=r.localeManager;t.exports=function moveToBeginningOfUnit(t,e,n){return e===u&&a(t,c.get(n).getFirstDayOfWeek()),o(t,s(e))}},function(t,e,n){"use strict";var r=n(183),i=n(185),s=r.defineInstance;t.exports=function defineInstanceSimilar(t,e,n,r){s(t,i(e,n),r)}},function(t,e,n){"use strict";var r=n(400);t.exports=function rangeIsValid(t){return r(t.start)&&r(t.end)&&typeof t.start==typeof t.end}},function(t,e,n){"use strict";n.r(e);var a=n(9).root.document;e.default={write:function write(t,e,n){var r="";n&&(r="; expires="+(r=new Date((new Date).getTime()+36e5*n)).toGMTString()),a.cookie=t+"="+escape(e)+r},read:function read(t){var e="",n=t+"=";if(0<, <=, >, >=, =, *, !, {, }, ||,&&, [empty], [nonempty], rgx:
Learn more
':n.text,e.instrHtml=Object(l.defaultsStr)(n.html,null),e.btnText=Object(l.defaultsStr)(n.btn_text,"?"),e.btnHtml=Object(l.defaultsStr)(n.btn_html,null),e.btnCssClass=Object(l.defaultsStr)(n.btn_css_class,"helpBtn"),e.contCssClass=Object(l.defaultsStr)(n.container_css_class,"helpCont"),e.btn=null,e.cont=null,e.contAdjustLeftPosition=Object(l.defaultsNb)(n.container_adjust_left_position,25),e.boundMouseup=null,e.defaultHtml='

TableFilter v'+t.version+'

'+d+"
©2015-"+t.year+' Max Guglielmi
',e.toolbarPosition=Object(l.defaultsStr)(n.toolbar_position,f.RIGHT),e.emitter.on(["init-help"],function(){return e.init()}),e}return function _createClass(t,e,n){return e&&_defineProperties(t.prototype,e),n&&_defineProperties(t,n),t}(Help,[{key:"onMouseup",value:function onMouseup(t){for(var e=Object(u.targetEvt)(t);e&&e!==this.cont&&e!==this.btn;)e=e.parentNode;e!==this.cont&&e!==this.btn&&this.toggle()}},{key:"init",value:function init(){var t=this;if(!this.initialized){this.emitter.emit("initializing-feature",this,!Object(c.isNull)(this.tgtId));var e=this.tf,n=Object(o.createElm)("span"),r=Object(o.createElm)("div");this.boundMouseup=this.onMouseup.bind(this),(this.tgtId?Object(o.elm)(this.tgtId):e.feature("toolbar").container(this.toolbarPosition)).appendChild(n);var i=this.contTgtId?Object(o.elm)(this.contTgtId):n;if(this.btnHtml){n.innerHTML=this.btnHtml;var s=n.firstChild;Object(u.addEvt)(s,"click",function(){return t.toggle()}),i.appendChild(r)}else{i.appendChild(r);var a=Object(o.createElm)("a",["href","javascript:void(0);"]);a.className=this.btnCssClass,a.appendChild(Object(o.createText)(this.btnText)),n.appendChild(a),Object(u.addEvt)(a,"click",function(){return t.toggle()})}this.instrHtml?(this.contTgtId&&i.appendChild(r),r.innerHTML=this.instrHtml,this.contTgtId||(r.className=this.contCssClass)):(r.innerHTML=this.instrText,r.className=this.contCssClass),r.innerHTML+=this.defaultHtml,Object(u.addEvt)(r,"click",function(){return t.toggle()}),this.cont=r,this.btn=n,this.initialized=!0,this.emitter.emit("feature-initialized",this)}}},{key:"toggle",value:function toggle(){if(this.isEnabled()){Object(u.removeEvt)(a.root,"mouseup",this.boundMouseup);var t=this.cont.style.display;""===t||t===s.NONE?(this.cont.style.display="inline",0'),e.placeholderCssClass=Object(l.defaultsStr)(n.placeholder_css_class,"popUpPlaceholder"),e.containerCssClass=Object(l.defaultsStr)(n.div_css_class,"popUpFilter"),e.adjustToContainer=Object(l.defaultsBool)(n.adjust_to_container,!0),e.onBeforeOpen=Object(l.defaultsFn)(n.on_before_popup_filter_open,s.EMPTY_FN),e.onAfterOpen=Object(l.defaultsFn)(n.on_after_popup_filter_open,s.EMPTY_FN),e.onBeforeClose=Object(l.defaultsFn)(n.on_before_popup_filter_close,s.EMPTY_FN),e.onAfterClose=Object(l.defaultsFn)(n.on_after_popup_filter_close,s.EMPTY_FN),e.fltSpans=[],e.fltIcons=[],e.filtersCache=null,e.fltElms=Object(l.defaultsArr)(e.filtersCache,[]),e.prfxDiv="popup_",e.activeFilterIdx=-1,e}return function _createClass(t,e,n){return e&&_defineProperties(t.prototype,e),n&&_defineProperties(t,n),t}(PopupFilter,[{key:"onClick",value:function onClick(t){var e=Object(u.targetEvt)(t).parentNode,n=parseInt(e.getAttribute("ci"),10);if(this.closeAll(n),this.toggle(n),this.adjustToContainer){var r=this.fltElms[n],i=.95*this.tf.getHeaderElement(n).clientWidth;r.style.width=parseInt(i,10)+"px"}Object(u.cancelEvt)(t),Object(u.stopEvt)(t)}},{key:"onMouseup",value:function onMouseup(t){if(-1!==this.activeFilterIdx){var e=Object(u.targetEvt)(t),n=this.fltElms[this.activeFilterIdx];if(this.fltIcons[this.activeFilterIdx]!==e){for(;e&&e!==n;)e=e.parentNode;e!==n&&this.close(this.activeFilterIdx)}}}},{key:"init",value:function init(){var n=this;if(!this.initialized){var t=this.tf;t.externalFltIds=[""],t.filtersRowIndex=0,t.headersRow<=1&&isNaN(t.config().headers_row_index)&&(t.headersRow=0),t.gridLayout&&(t.headersRow--,this.buildIcons()),this.emitter.on(["before-filtering"],function(){return n.setIconsState()}),this.emitter.on(["after-filtering"],function(){return n.closeAll()}),this.emitter.on(["cell-processed"],function(t,e){return n.changeState(e,!0)}),this.emitter.on(["filters-row-inserted"],function(){return n.buildIcons()}),this.emitter.on(["before-filter-init"],function(t,e){return n.build(e)}),this.initialized=!0}}},{key:"reset",value:function reset(){this.enable(),this.init(),this.buildIcons(),this.buildAll()}},{key:"buildIcons",value:function buildIcons(){var n=this,r=this.tf;r.headersRow++,r.eachCol(function(t){var e=Object(o.createElm)("span",["ci",t]);e.innerHTML=n.iconHtml,r.getHeaderElement(t).appendChild(e),Object(u.addEvt)(e,"click",function(t){return n.onClick(t)}),n.fltSpans[t]=e,n.fltIcons[t]=e.firstChild},function(t){return r.getFilterType(t)===a.NONE})}},{key:"buildAll",value:function buildAll(){for(var t=0;t'),e.toolbarPosition=Object(o.defaultsStr)(n.toolbar_position,c.RIGHT),e.container=null,e.element=null,e}return function _createClass(t,e,n){return e&&_defineProperties(t.prototype,e),n&&_defineProperties(t,n),t}(ClearButton,[{key:"onClick",value:function onClick(){this.isEnabled()&&this.tf.clearFilters()}},{key:"init",value:function init(){var t=this,e=this.tf;if(!this.initialized){this.emitter.emit("initializing-feature",this,!Object(u.isNull)(this.targetId));var n=Object(s.createElm)("span");if((this.targetId?Object(s.elm)(this.targetId):e.feature("toolbar").container(this.toolbarPosition)).appendChild(n),this.html){n.innerHTML=this.html;var r=n.firstChild;Object(a.addEvt)(r,"click",function(){return t.onClick()})}else{var i=Object(s.createElm)("a",["href","javascript:void(0);"]);i.className=this.cssClass,i.appendChild(Object(s.createText)(this.text)),n.appendChild(i),Object(a.addEvt)(i,"click",function(){return t.onClick()})}this.element=n.firstChild,this.container=n,this.initialized=!0,this.emitter.emit("feature-initialized",this)}}},{key:"destroy",value:function destroy(){this.initialized&&(Object(s.removeElm)(this.element),Object(s.removeElm)(this.container),this.element=null,this.container=null,this.initialized=!1)}}]),ClearButton}();r.meta={altName:"btnReset"}},function(t,e,n){"use strict";n.r(e),n.d(e,"AlternateRows",function(){return r});var i=n(10),s=n(2),a=n(1),o=n(5);function _typeof(t){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(t){return typeof t}:function _typeof(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function _defineProperties(t,e){for(var n=0;n"),t.btnPrevPageText=Object(o.defaultsStr)(n.btn_prev_page_text,"<"),t.btnLastPageText=Object(o.defaultsStr)(n.btn_last_page_text,">|"),t.btnFirstPageText=Object(o.defaultsStr)(n.btn_first_page_text,"|<"),t.btnNextPageHtml=Object(o.defaultsStr)(n.btn_next_page_html,e.enableIcons?'':null),t.btnPrevPageHtml=Object(o.defaultsStr)(n.btn_prev_page_html,e.enableIcons?'':null),t.btnFirstPageHtml=Object(o.defaultsStr)(n.btn_first_page_html,e.enableIcons?'':null),t.btnLastPageHtml=Object(o.defaultsStr)(n.btn_last_page_html,e.enableIcons?'':null),t.pageText=Object(o.defaultsStr)(n.page_text," Page "),t.ofText=Object(o.defaultsStr)(n.of_text," of "),t.nbPgSpanCssClass=Object(o.defaultsStr)(n.nb_pages_css_class,"nbpg"),t.hasBtns=Object(o.defaultsBool)(n.btns,!0),t.pageSelectorType=Object(o.defaultsStr)(n.page_selector_type,v.SELECT),t.toolbarPosition=Object(o.defaultsStr)(n.toolbar_position,f.CENTER),t.onBeforeChangePage=Object(o.defaultsFn)(n.on_before_change_page,g.EMPTY_FN),t.onAfterChangePage=Object(o.defaultsFn)(n.on_after_change_page,g.EMPTY_FN),t.slcResultsTxt=null,t.btnNextCont=null,t.btnPrevCont=null,t.btnLastCont=null,t.btnFirstCont=null,t.pgCont=null,t.pgBefore=null,t.pgAfter=null;var r=e.refRow,i=e.getRowsNb(!0);t.nbPages=Math.ceil((i-r)/t.pageLength);var s=_assertThisInitialized(t);return t.evt={slcIndex:function slcIndex(){return s.pageSelectorType===v.SELECT?s.pageSlc.options.selectedIndex:parseInt(s.pageSlc.value,10)-1},nbOpts:function nbOpts(){return s.pageSelectorType===v.SELECT?parseInt(s.pageSlc.options.length,10)-1:s.nbPages-1},next:function next(){var t=s.evt.slcIndex()=t.nbFilterableRows&&(this.startPagingRow=t.nbFilterableRows-this.pageLength),this.setPagingInfo(),n===v.SELECT)){var o=r.options.length-1<=a?r.options.length-1:a;r.options[o].selected=!0}i.emit("after-page-length-change",t,this.pageLength)}}},{key:"resetPage",value:function resetPage(){var t=this.tf;if(this.isEnabled()){this.emitter.emit("before-reset-page",t);var e=t.feature("store").getPageNb();""!==e&&this.changePage(e-1),this.emitter.emit("after-reset-page",t,e)}}},{key:"resetPageLength",value:function resetPageLength(){var t=this.tf;if(this.isEnabled()){this.emitter.emit("before-reset-page-length",t);var e=t.feature("store").getPageLength();""!==e&&(this.pageLengthSlc.options[e].selected=!0,this.changeResultsPerPage()),this.emitter.emit("after-reset-page-length",t,e)}}},{key:"changePageHandler",value:function changePageHandler(t,e){this.setPage(e)}},{key:"changePageResultsHandler",value:function changePageResultsHandler(t,e){this.changeResultsPerPage(e)}},{key:"destroy",value:function destroy(){if(this.initialized){var t=this.evt;this.pageSlc&&(this.pageSelectorType===v.SELECT?Object(b.removeEvt)(this.pageSlc,"change",t.slcPagesChange):this.pageSelectorType===v.INPUT&&Object(b.removeEvt)(this.pageSlc,"keypress",t._detectKey),Object(y.removeElm)(this.pageSlc)),this.btnNextCont&&(Object(b.removeEvt)(this.btnNextCont,"click",t.next),Object(y.removeElm)(this.btnNextCont),this.btnNextCont=null),this.btnPrevCont&&(Object(b.removeEvt)(this.btnPrevCont,"click",t.prev),Object(y.removeElm)(this.btnPrevCont),this.btnPrevCont=null),this.btnLastCont&&(Object(b.removeEvt)(this.btnLastCont,"click",t.last),Object(y.removeElm)(this.btnLastCont),this.btnLastCont=null),this.btnFirstCont&&(Object(b.removeEvt)(this.btnFirstCont,"click",t.first),Object(y.removeElm)(this.btnFirstCont),this.btnFirstCont=null),this.pgBefore&&(Object(y.removeElm)(this.pgBefore),this.pgBefore=null),this.pgAfter&&(Object(y.removeElm)(this.pgAfter),this.pgAfter=null),this.pgCont&&(Object(y.removeElm)(this.pgCont),this.pgCont=null),this.hasResultsPerPage&&this.removeResultsPerPage(),this.emitter.off(["after-filtering"],Object(b.bound)(this.resetPagingInfo,this)),this.emitter.off(["change-page"],Object(b.bound)(this.changePageHandler,this)),this.emitter.off(["change-page-results"],Object(b.bound)(this.changePageResultsHandler,this)),this.pageSlc=null,this.nbPages=0,this.initialized=!1}}}]),Paging}()},function(t,e){e.remove=function removeDiacritics(t){return t.replace(/[^\u0000-\u007e]/g,function(t){return r[t]||t})};for(var n=[{base:" ",chars:" "},{base:"0",chars:"߀"},{base:"A",chars:"ⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",chars:"Ꜳ"},{base:"AE",chars:"ÆǼǢ"},{base:"AO",chars:"Ꜵ"},{base:"AU",chars:"Ꜷ"},{base:"AV",chars:"ꜸꜺ"},{base:"AY",chars:"Ꜽ"},{base:"B",chars:"ⒷBḂḄḆɃƁ"},{base:"C",chars:"ⒸCꜾḈĆCĈĊČÇƇȻ"},{base:"D",chars:"ⒹDḊĎḌḐḒḎĐƊƉᴅꝹ"},{base:"Dh",chars:"Ð"},{base:"DZ",chars:"DZDŽ"},{base:"Dz",chars:"DzDž"},{base:"E",chars:"ɛⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎᴇ"},{base:"F",chars:"ꝼⒻFḞƑꝻ"},{base:"G",chars:"ⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾɢ"},{base:"H",chars:"ⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",chars:"ⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",chars:"ⒿJĴɈȷ"},{base:"K",chars:"ⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",chars:"ⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",chars:"LJ"},{base:"Lj",chars:"Lj"},{base:"M",chars:"ⓂMḾṀṂⱮƜϻ"},{base:"N",chars:"ꞤȠⓃNǸŃÑṄŇṆŅṊṈƝꞐᴎ"},{base:"NJ",chars:"NJ"},{base:"Nj",chars:"Nj"},{base:"O",chars:"ⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OE",chars:"Œ"},{base:"OI",chars:"Ƣ"},{base:"OO",chars:"Ꝏ"},{base:"OU",chars:"Ȣ"},{base:"P",chars:"ⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",chars:"ⓆQꝖꝘɊ"},{base:"R",chars:"ⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",chars:"ⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",chars:"ⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"Th",chars:"Þ"},{base:"TZ",chars:"Ꜩ"},{base:"U",chars:"ⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",chars:"ⓋVṼṾƲꝞɅ"},{base:"VY",chars:"Ꝡ"},{base:"W",chars:"ⓌWẀẂŴẆẄẈⱲ"},{base:"X",chars:"ⓍXẊẌ"},{base:"Y",chars:"ⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",chars:"ⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",chars:"ⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐɑ"},{base:"aa",chars:"ꜳ"},{base:"ae",chars:"æǽǣ"},{base:"ao",chars:"ꜵ"},{base:"au",chars:"ꜷ"},{base:"av",chars:"ꜹꜻ"},{base:"ay",chars:"ꜽ"},{base:"b",chars:"ⓑbḃḅḇƀƃɓƂ"},{base:"c",chars:"cⓒćĉċčçḉƈȼꜿↄ"},{base:"d",chars:"ⓓdḋďḍḑḓḏđƌɖɗƋᏧԁꞪ"},{base:"dh",chars:"ð"},{base:"dz",chars:"dzdž"},{base:"e",chars:"ⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇǝ"},{base:"f",chars:"ⓕfḟƒ"},{base:"ff",chars:"ff"},{base:"fi",chars:"fi"},{base:"fl",chars:"fl"},{base:"ffi",chars:"ffi"},{base:"ffl",chars:"ffl"},{base:"g",chars:"ⓖgǵĝḡğġǧģǥɠꞡꝿᵹ"},{base:"h",chars:"ⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",chars:"ƕ"},{base:"i",chars:"ⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",chars:"ⓙjĵǰɉ"},{base:"k",chars:"ⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",chars:"ⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇɭ"},{base:"lj",chars:"lj"},{base:"m",chars:"ⓜmḿṁṃɱɯ"},{base:"n",chars:"ⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥлԉ"},{base:"nj",chars:"nj"},{base:"o",chars:"ⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿꝋꝍɵɔᴑ"},{base:"oe",chars:"œ"},{base:"oi",chars:"ƣ"},{base:"oo",chars:"ꝏ"},{base:"ou",chars:"ȣ"},{base:"p",chars:"ⓟpṕṗƥᵽꝑꝓꝕρ"},{base:"q",chars:"ⓠqɋꝗꝙ"},{base:"r",chars:"ⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",chars:"ⓢsśṥŝṡšṧṣṩșşȿꞩꞅẛʂ"},{base:"ss",chars:"ß"},{base:"t",chars:"ⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"th",chars:"þ"},{base:"tz",chars:"ꜩ"},{base:"u",chars:"ⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",chars:"ⓥvṽṿʋꝟʌ"},{base:"vy",chars:"ꝡ"},{base:"w",chars:"ⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",chars:"ⓧxẋẍ"},{base:"y",chars:"ⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",chars:"ⓩzźẑżžẓẕƶȥɀⱬꝣ"}],r={},i=0;io().getTime();case"past"===e:return t.getTime()"),this.lwOperator=Object(a.defaultsStr)(s.lower_operator,"<"),this.leOperator=Object(a.defaultsStr)(s.lower_equal_operator,"<="),this.geOperator=Object(a.defaultsStr)(s.greater_equal_operator,">="),this.dfOperator=Object(a.defaultsStr)(s.different_operator,"!"),this.lkOperator=Object(a.defaultsStr)(s.like_operator,"*"),this.eqOperator=Object(a.defaultsStr)(s.equal_operator,"="),this.stOperator=Object(a.defaultsStr)(s.start_with_operator,"{"),this.enOperator=Object(a.defaultsStr)(s.end_with_operator,"}"),this.separator=Object(a.defaultsStr)(s.separator,","),this.rowsCounter=Object(K.isObj)(s.rows_counter)||Boolean(s.rows_counter),this.statusBar=Object(K.isObj)(s.status_bar)||Boolean(s.status_bar),this.loader=Object(K.isObj)(s.loader)||Boolean(s.loader),this.displayBtn=Boolean(s.btn),this.btnText=Object(a.defaultsStr)(s.btn_text,this.enableIcons?"":"Go"),this.btnCssClass=Object(a.defaultsStr)(s.btn_css_class,this.enableIcons?"btnflt_icon":"btnflt"),this.btnReset=Object(K.isObj)(s.btn_reset)||Boolean(s.btn_reset),this.onBeforeReset=Object(a.defaultsFn)(s.on_before_reset,K.EMPTY_FN),this.onAfterReset=Object(a.defaultsFn)(s.on_after_reset,K.EMPTY_FN),this.paging=Object(K.isObj)(s.paging)||Boolean(s.paging),this.nbHiddenRows=0,this.autoFilter=Object(K.isObj)(s.auto_filter)||Boolean(s.auto_filter),this.autoFilterDelay=Object(K.isObj)(s.auto_filter)&&Object(K.isNumber)(s.auto_filter.delay)?s.auto_filter.delay:q.AUTO_FILTER_DELAY,this.isUserTyping=null,this.autoFilterTimer=null,this.highlightKeywords=Boolean(s.highlight_keywords),this.noResults=Object(K.isObj)(s.no_results_message)||Boolean(s.no_results_message),this.state=Object(K.isObj)(s.state)||Boolean(s.state),this.dateType=!0,this.locale=Object(a.defaultsStr)(s.locale,"en"),this.thousandsSeparator=Object(a.defaultsStr)(s.thousands_separator,","),this.decimalSeparator=Object(a.defaultsStr)(s.decimal_separator,"."),this.colTypes=Object(K.isArray)(s.col_types)?s.col_types:[],this.prfxTf="TF",this.prfxFlt="flt",this.prfxValButton="btn",this.prfxResponsive="resp",this.stickyCssClass="sticky",this.extensions=Object(a.defaultsArr)(s.extensions,[]),this.enableDefaultTheme=Boolean(s.enable_default_theme),this.hasThemes=this.enableDefaultTheme||Object(K.isArray)(s.themes),this.themes=Object(a.defaultsArr)(s.themes,[]),this.themesPath=this.getThemesPath(),this.responsive=Boolean(s.responsive),this.toolbar=Object(K.isObj)(s.toolbar)||Boolean(s.toolbar),this.stickyHeaders=Boolean(s.sticky_headers),this.Mod={},this.ExtRegistry={},this.instantiateFeatures(P)}return function _createClass(t,e,n){return e&&_defineProperties(t.prototype,e),n&&_defineProperties(t,n),t}(TableFilter,[{key:"init",value:function init(){var n=this;if(!this.initialized){this.import(this.stylesheetId,this.getStylesheetPath(),null,"link");var t,e=this.Mod;if(this.loadThemes(),this.initFeatures([d.DateType,h.Help,p.State,v.MarkActiveColumns,m.GridLayout,y.Loader,g.HighlightKeyword,b.PopupFilter]),this.fltGrid){var r=this._insertFiltersRow();this.nbCells=this.getCellsNb(this.refRow),this.nbFilterableRows=this.getRowsNb();for(var i=this.singleFlt?1:this.nbCells,s=0;s=Object(G.parse)(t.replace(o,""),s);else if(v)b=rObject(G.parse)(t.replace(c,""),s);else if(w)b=!Object(Y.contains)(t.replace(l,""),e,!1,this.caseSensitive);else if(k)b=Object(Y.contains)(t.replace(f,""),e,!1,this.caseSensitive);else if(x)b=Object(Y.contains)(t.replace(d,""),e,!0,this.caseSensitive);else if(j)b=0===e.indexOf(t.replace(h,""));else if(S){var V=t.replace(p,"");b=e.lastIndexOf(V,e.length-1)===e.length-1-(V.length-1)&&-1 tr").length:e:t?e:e-this.refRow}},{key:"getWorkingRows",value:function getWorkingRows(){return S.querySelectorAll("table#".concat(this.id," > tbody > tr"))}},{key:"getCellValue",value:function getCellValue(t){var e=t.cellIndex,n=this.cellParser;return-1!==n.cols.indexOf(e)?n.parse(this,t,e):Object(l.getText)(t)}},{key:"getCellData",value:function getCellData(t){var e=t.cellIndex,n=this.getCellValue(t);if(this.hasType(e,[q.FORMATTED_NUMBER]))return Object(G.parse)(n,this.getDecimal(e));if(this.hasType(e,[q.NUMBER]))return Number(n);if(this.hasType(e,[q.DATE])){var r=this.Mod.dateType;return r.parse(n,r.getLocale(e))}return n}},{key:"getData",value:function getData(t,e){var n=0=a[1]&&n<=(a[2]||a[1])})),n=C(r))),n?(n=s?v(n):(u.push(o),"("+n+")"),e&&(n=k(o,n,e)),i&&(n+="?"),n):"")}function formatToSrc(t){return t=(t=t.replace(/ /g," ?")).replace(/\{([^,]+?)\}/g,function(t,e){var n=e.split("|");return 1>>0==t&&4294967295!=t}},function(t,e,n){"use strict";var r=n(51).HALF_WIDTH_COMMA;t.exports=function commaSplit(t){return t.split(r)}},function(t,e,n){"use strict";t.exports="Boolean Number String Date RegExp Function Array Error Set Map"},function(t,e,n){"use strict";var r=n(98),i=n(63),s=n(144),a=n(145);t.exports=function isPlainObject(t,e){return i(t)&&r(t,"Object",e)&&a(t)&&s(t)}},function(t,e,n){"use strict";var i=n(16).hasOwn;t.exports=function hasOwnEnumeratedProperties(t){var e=Object.prototype;for(var n in t){var r=t[n];if(!i(t,n)&&r!==e[n])return!1}return!0}},function(t,e,n){"use strict";var r=n(16).hasOwn;t.exports=function hasValidPlainObjectPrototype(t){var e="constructor"in t;return!e&&!("toString"in t)||e&&!r(t,"constructor")&&r(t.constructor.prototype,"isPrototypeOf")}},function(t,e,n){"use strict";t.exports=function getOrdinalSuffix(t){if(11<=t&&t<=13)return"th";switch(t%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}}},function(t,e,n){"use strict";t.exports=function getArrayWithOffset(t,e,n,r){var i;return 1>=1)&&(t+=t);return n}},function(t,e,n){"use strict";var r=n(14),c=n(35),l=n(36),f=n(71),d=r.localeManager;t.exports=function getWeekYear(t,e,n){var r,i,s,a,o,u;return r=c(t),0!==(i=l(t))&&11!==i||(n||(s=(u=d.get(e)).getFirstDayOfWeek(e),a=u.getFirstDayOfWeekYear(e)),o=f(t,!1,s,a),0===i&&0===o?r-=1:11===i&&1===o&&(r+=1)),r}},function(t,e,n){"use strict";var r=n(34),i=n(13),s=n(69),a=i.DAY_INDEX;t.exports=function getDaysSince(t,e){return s(t,e,r[a])}},function(t,e,n){"use strict";var r=n(14),i=n(26),s=n(116),a=r.localeManager;t.exports=function getMeridiemToken(t,e){var n=s(t);return a.get(e).ampm[i(n/12)]||""}},function(t,e,n){"use strict";var r=n(303),i=n(51),s=n(304),o=i.OPEN_BRACE,u=i.CLOSE_BRACE;t.exports=function createFormatMatcher(c,l,f){var i=r,a=s(function compile(t){var e,n=[],r=0;i.lastIndex=0;for(;e=i.exec(t);)getSubstring(n,t,r,e.index),getToken(n,e),r=i.lastIndex;return getSubstring(n,t,r,t.length),n});function getToken(t,e){var n,r,i,s,a=e[2],o=e[3],u=e[5];e[4]&&l?(r=u,n=l):a?(r=a,n=c):i=o&&l?o:e[1]||e[0],n&&(function assertPassesPrecheck(t,e,n){if(t&&!t(e,n))throw new TypeError("Invalid token "+(e||n)+" in format string")}(f,a,u),s=function(t,e){return n(t,r,e)}),t.push(s||function getLiteral(t){return function(){return t}}(i))}function getSubstring(t,e,n,r){if(ni(e).getTime()-(n||0)}}),t.exports=r.Date.isAfter},function(t,e,n){"use strict";var r=n(0),i=n(27);r.Date.defineInstance({isBefore:function(t,e,n){return t.getTime()=this.start&&t.start<=this.end&&t.end>=this.start&&t.end<=this.end:t>=this.start&&t<=this.end)}})},function(t,e,n){"use strict";n(30)},function(t,e,n){"use strict";var a=n(125),r=n(72),i=n(19),o=n(26),u=n(32),c=n(73),l=n(68),f=n(21);t.exports=function buildDateRangeUnits(){var s={};u(r.split("|"),function(t,e){var n,r,i=t+"s";r=e<4?function(){return c(this,t,!0)}:(n=a[l(i)],function(){return o((this.end-this.start)/n)}),s[i]=r}),f(i,s)}},function(t,e,n){"use strict";var r=n(401),i=n(122);t.exports=function isValidRangeMember(t){var e=i(t);return(!!e||0===e)&&r(t)}},function(t,e,n){"use strict";t.exports=function valueIsNotInfinite(t){return t!==-1/0&&t!==1/0}},function(t,e,n){"use strict";var r=n(102);t.exports=function incrementNumber(t,e,n){return r(t+e,n)}},function(t,e,n){"use strict";var r=n(101);t.exports=function incrementString(t,e){return r(t.charCodeAt(0)+e)}},function(t,e,n){"use strict";var r=n(15),i=n(405),s=r.max;t.exports=function getGreaterPrecision(t,e){return s(i(t),i(e))}},function(t,e,n){"use strict";var r=n(406);t.exports=function getPrecision(t){var e=r(t.toString());return e[1]?e[1].length:0}},function(t,e,n){"use strict";var r=n(51).HALF_WIDTH_PERIOD;t.exports=function periodSplit(t){return t.split(r)}},function(t,e,n){"use strict";var r=n(19),i=n(73);n(21)(r,{every:function(t,e){return i(this,t,!1,e)}})},function(t,e,n){"use strict";n(30)},function(t,e,n){"use strict";var r=n(19);n(21)(r,{intersect:function(t){return t.start>this.end||t.endt.start?this.start:t.start,this.endt.end?this.end:t.end)}})},function(t,e,n){"use strict";n(30)},function(t,e,n){"use strict";n(30)},function(t,e,n){"use strict";n(423),n(424),n(425),n(426),n(427),n(428),n(429),n(430),n(431),n(432),n(433),n(434),n(435),n(436),n(437),n(438),n(439),t.exports=n(0)},function(t,e,n){"use strict";n(11)("ca",{plural:!0,units:"milisegon:|s,segon:|s,minut:|s,hor:a|es,di:a|es,setman:a|es,mes:|os,any:|s",months:"gen:er|,febr:er|,mar:ç|,abr:il|,mai:g|,jun:y|,jul:iol|,ag:ost|,set:embre|,oct:ubre|,nov:embre|,des:embre|",weekdays:"diumenge|dg,dilluns|dl,dimarts|dt,dimecres|dc,dijous|dj,divendres|dv,dissabte|ds",numerals:"zero,un,dos,tres,quatre,cinc,sis,set,vuit,nou,deu",tokens:"el,la,de",short:"{dd}/{MM}/{yyyy}",medium:"{d} {month} {yyyy}",long:"{d} {month} {yyyy} {time}",full:"{weekday} {d} {month} {yyyy} {time}",stamp:"{dow} {d} {mon} {yyyy} {time}",time:"{H}:{mm}",past:"{sign} {num} {unit}",future:"{sign} {num} {unit}",duration:"{num} {unit}",timeMarkers:"a las",ampm:"am,pm",modifiers:[{name:"day",src:"abans d'ahir",value:-2},{name:"day",src:"ahir",value:-1},{name:"day",src:"avui",value:0},{name:"day",src:"demà|dema",value:1},{name:"sign",src:"fa",value:-1},{name:"sign",src:"en",value:1},{name:"shift",src:"passat",value:-1},{name:"shift",src:"el proper|la propera",value:1}],parse:["{sign} {num} {unit}","{num} {unit} {sign}","{0?}{1?} {unit:5-7} {shift}","{0?}{1?} {shift} {unit:5-7}"],timeParse:["{shift} {weekday}","{weekday} {shift}","{date?} {2?} {months}\\.? {2?} {year?}"]})},function(t,e,n){"use strict";n(11)("da",{plural:!0,units:"millisekund:|er,sekund:|er,minut:|ter,tim:e|er,dag:|e,ug:e|er|en,måned:|er|en+maaned:|er|en,år:||et+aar:||et",months:"jan:uar|,feb:ruar|,mar:ts|,apr:il|,maj,jun:i|,jul:i|,aug:ust|,sep:tember|,okt:ober|,nov:ember|,dec:ember|",weekdays:"søn:dag|+son:dag|,man:dag|,tir:sdag|,ons:dag|,tor:sdag|,fre:dag|,lør:dag|+lor:dag|",numerals:"nul,en|et,to,tre,fire,fem,seks,syv,otte,ni,ti",tokens:"den,for",articles:"den",short:"{dd}-{MM}-{yyyy}",medium:"{d}. {month} {yyyy}",long:"{d}. {month} {yyyy} {time}",full:"{weekday} d. {d}. {month} {yyyy} {time}",stamp:"{dow} {d} {mon} {yyyy} {time}",time:"{H}:{mm}",past:"{num} {unit} {sign}",future:"{sign} {num} {unit}",duration:"{num} {unit}",ampm:"am,pm",modifiers:[{name:"day",src:"forgårs|i forgårs|forgaars|i forgaars",value:-2},{name:"day",src:"i går|igår|i gaar|igaar",value:-1},{name:"day",src:"i dag|idag",value:0},{name:"day",src:"i morgen|imorgen",value:1},{name:"day",src:"over morgon|overmorgen|i over morgen|i overmorgen|iovermorgen",value:2},{name:"sign",src:"siden",value:-1},{name:"sign",src:"om",value:1},{name:"shift",src:"i sidste|sidste",value:-1},{name:"shift",src:"denne",value:0},{name:"shift",src:"næste|naeste",value:1}],parse:["{months} {year?}","{num} {unit} {sign}","{sign} {num} {unit}","{1?} {num} {unit} {sign}","{shift} {unit:5-7}"],timeParse:["{day|weekday}","{date} {months?}\\.? {year?}"],timeFrontParse:["{shift} {weekday}","{0?} {weekday?},? {date}\\.? {months?}\\.? {year?}"]})},function(t,e,n){"use strict";n(11)("de",{plural:!0,units:"Millisekunde:|n,Sekunde:|n,Minute:|n,Stunde:|n,Tag:|en,Woche:|n,Monat:|en,Jahr:|en|e",months:"Jan:uar|,Feb:ruar|,M:är|ärz|ar|arz,Apr:il|,Mai,Juni,Juli,Aug:ust|,Sept:ember|,Okt:ober|,Nov:ember|,Dez:ember|",weekdays:"So:nntag|,Mo:ntag|,Di:enstag|,Mi:ttwoch|,Do:nnerstag|,Fr:eitag|,Sa:mstag|",numerals:"null,ein:|e|er|en|em,zwei,drei,vier,fuenf,sechs,sieben,acht,neun,zehn",tokens:"der",short:"{dd}.{MM}.{yyyy}",medium:"{d}. {Month} {yyyy}",long:"{d}. {Month} {yyyy} {time}",full:"{Weekday}, {d}. {Month} {yyyy} {time}",stamp:"{Dow} {d} {Mon} {yyyy} {time}",time:"{H}:{mm}",past:"{sign} {num} {unit}",future:"{sign} {num} {unit}",duration:"{num} {unit}",timeMarkers:"um",ampm:"am,pm",modifiers:[{name:"day",src:"vorgestern",value:-2},{name:"day",src:"gestern",value:-1},{name:"day",src:"heute",value:0},{name:"day",src:"morgen",value:1},{name:"day",src:"übermorgen|ubermorgen|uebermorgen",value:2},{name:"sign",src:"vor:|her",value:-1},{name:"sign",src:"in",value:1},{name:"shift",src:"letzte:|r|n|s",value:-1},{name:"shift",src:"nächste:|r|n|s+nachste:|r|n|s+naechste:|r|n|s+kommende:n|r",value:1}],parse:["{months} {year?}","{sign} {num} {unit}","{num} {unit} {sign}","{shift} {unit:5-7}"],timeParse:["{shift?} {day|weekday}","{weekday?},? {date}\\.? {months?}\\.? {year?}"],timeFrontParse:["{shift} {weekday}","{weekday?},? {date}\\.? {months?}\\.? {year?}"]})},function(t,e,n){"use strict";n(11)("es",{plural:!0,units:"milisegundo:|s,segundo:|s,minuto:|s,hora:|s,día|días|dia|dias,semana:|s,mes:|es,año|años|ano|anos",months:"ene:ro|,feb:rero|,mar:zo|,abr:il|,may:o|,jun:io|,jul:io|,ago:sto|,sep:tiembre|,oct:ubre|,nov:iembre|,dic:iembre|",weekdays:"dom:ingo|,lun:es|,mar:tes|,mié:rcoles|+mie:rcoles|,jue:ves|,vie:rnes|,sáb:ado|+sab:ado|",numerals:"cero,uno,dos,tres,cuatro,cinco,seis,siete,ocho,nueve,diez",tokens:"el,la,de",short:"{dd}/{MM}/{yyyy}",medium:"{d} de {Month} de {yyyy}",long:"{d} de {Month} de {yyyy} {time}",full:"{weekday}, {d} de {month} de {yyyy} {time}",stamp:"{dow} {d} {mon} {yyyy} {time}",time:"{H}:{mm}",past:"{sign} {num} {unit}",future:"{sign} {num} {unit}",duration:"{num} {unit}",timeMarkers:"a las",ampm:"am,pm",modifiers:[{name:"day",src:"anteayer",value:-2},{name:"day",src:"ayer",value:-1},{name:"day",src:"hoy",value:0},{name:"day",src:"mañana|manana",value:1},{name:"sign",src:"hace",value:-1},{name:"sign",src:"dentro de",value:1},{name:"shift",src:"pasad:o|a",value:-1},{name:"shift",src:"próximo|próxima|proximo|proxima",value:1}],parse:["{months} {2?} {year?}","{sign} {num} {unit}","{num} {unit} {sign}","{0?}{1?} {unit:5-7} {shift}","{0?}{1?} {shift} {unit:5-7}"],timeParse:["{shift?} {day|weekday} {shift?}","{date} {2?} {months?}\\.? {2?} {year?}"],timeFrontParse:["{shift?} {weekday} {shift?}","{date} {2?} {months?}\\.? {2?} {year?}"]})},function(t,e,n){"use strict";n(11)("fi",{plural:!0,units:"millisekun:ti|tia|nin|teja|tina,sekun:ti|tia|nin|teja|tina,minuut:ti|tia|in|teja|tina,tun:ti|tia|nin|teja|tina,päiv:ä|ää|än|iä|änä,viik:ko|koa|on|olla|koja|kona,kuukau:si|tta|den+kuussa,vuo:si|tta|den|sia|tena|nna",months:"tammi:kuuta||kuu,helmi:kuuta||kuu,maalis:kuuta||kuu,huhti:kuuta||kuu,touko:kuuta||kuu,kesä:kuuta||kuu,heinä:kuuta||kuu,elo:kuuta||kuu,syys:kuuta||kuu,loka:kuuta||kuu,marras:kuuta||kuu,joulu:kuuta||kuu",weekdays:"su:nnuntai||nnuntaina,ma:anantai||anantaina,ti:istai||istaina,ke:skiviikko||skiviikkona,to:rstai||rstaina,pe:rjantai||rjantaina,la:uantai||uantaina",numerals:"nolla,yksi|ensimmäinen,kaksi|toinen,kolm:e|as,neljä:|s,vii:si|des,kuu:si|des,seitsemä:n|s,kahdeksa:n|s,yhdeksä:n|s,kymmene:n|s",short:"{d}.{M}.{yyyy}",medium:"{d}. {month} {yyyy}",long:"{d}. {month} {yyyy} klo {time}",full:"{weekday} {d}. {month} {yyyy} klo {time}",stamp:"{dow} {d} {mon} {yyyy} {time}",time:"{H}.{mm}",timeMarkers:"klo,kello",timeSeparator:".",ordinalSuffix:".",relative:function(e,n,t,r){var i=this.units;function numberWithUnit(t){return e+" "+i[8*t+n]}function baseUnit(){return numberWithUnit(1===e?0:1)}switch(r){case"duration":return baseUnit();case"past":return baseUnit()+" sitten";case"future":return numberWithUnit(2)+" kuluttua"}},modifiers:[{name:"day",src:"toissa päivänä",value:-2},{name:"day",src:"eilen|eilistä",value:-1},{name:"day",src:"tänään",value:0},{name:"day",src:"huomenna|huomista",value:1},{name:"day",src:"ylihuomenna|ylihuomista",value:2},{name:"sign",src:"sitten|aiemmin",value:-1},{name:"sign",src:"päästä|kuluttua|myöhemmin",value:1},{name:"edge",src:"lopussa",value:2},{name:"edge",src:"ensimmäinen|ensimmäisenä",value:-2},{name:"shift",src:"edel:linen|lisenä",value:-1},{name:"shift",src:"viime",value:-1},{name:"shift",src:"tä:llä|ssä|nä|mä",value:0},{name:"shift",src:"seuraava|seuraavana|tuleva|tulevana|ensi",value:1}],parse:["{months} {year?}","{shift} {unit:5-7}"],timeParse:["{shift?} {day|weekday}","{weekday?},? {date}\\.? {months?}\\.? {year?}"],timeFrontParse:["{shift?} {day|weekday}","{num?} {unit} {sign}","{weekday?},? {date}\\.? {months?}\\.? {year?}"]})},function(t,e,n){"use strict";n(11)("fr",{plural:!0,units:"milliseconde:|s,seconde:|s,minute:|s,heure:|s,jour:|s,semaine:|s,mois,an:|s|née|nee",months:"janv:ier|,févr:ier|+fevr:ier|,mars,avr:il|,mai,juin,juil:let|,août,sept:embre|,oct:obre|,nov:embre|,déc:embre|+dec:embre|",weekdays:"dim:anche|,lun:di|,mar:di|,mer:credi|,jeu:di|,ven:dredi|,sam:edi|",numerals:"zéro,un:|e,deux,trois,quatre,cinq,six,sept,huit,neuf,dix",tokens:"l'|la|le,er",short:"{dd}/{MM}/{yyyy}",medium:"{d} {month} {yyyy}",long:"{d} {month} {yyyy} {time}",full:"{weekday} {d} {month} {yyyy} {time}",stamp:"{dow} {d} {mon} {yyyy} {time}",time:"{H}:{mm}",past:"{sign} {num} {unit}",future:"{sign} {num} {unit}",duration:"{num} {unit}",timeMarkers:"à",ampm:"am,pm",modifiers:[{name:"day",src:"hier",value:-1},{name:"day",src:"aujourd'hui",value:0},{name:"day",src:"demain",value:1},{name:"sign",src:"il y a",value:-1},{name:"sign",src:"dans|d'ici",value:1},{name:"shift",src:"derni:èr|er|ère|ere",value:-1},{name:"shift",src:"prochain:|e",value:1}],parse:["{months} {year?}","{sign} {num} {unit}","{0?} {unit:5-7} {shift}"],timeParse:["{day|weekday} {shift?}","{weekday?},? {0?} {date}{1?} {months}\\.? {year?}"],timeFrontParse:["{0?} {weekday} {shift}","{weekday?},? {0?} {date}{1?} {months}\\.? {year?}"]})},function(t,e,n){"use strict";n(11)("it",{plural:!0,units:"millisecond:o|i,second:o|i,minut:o|i,or:a|e,giorn:o|i,settiman:a|e,mes:e|i,ann:o|i",months:"gen:naio|,feb:braio|,mar:zo|,apr:ile|,mag:gio|,giu:gno|,lug:lio|,ago:sto|,set:tembre|,ott:obre|,nov:embre|,dic:embre|",weekdays:"dom:enica|,lun:edì||edi,mar:tedì||tedi,mer:coledì||coledi,gio:vedì||vedi,ven:erdì||erdi,sab:ato|",numerals:"zero,un:|a|o|',due,tre,quattro,cinque,sei,sette,otto,nove,dieci",tokens:"l'|la|il",short:"{dd}/{MM}/{yyyy}",medium:"{d} {month} {yyyy}",long:"{d} {month} {yyyy} {time}",full:"{weekday}, {d} {month} {yyyy} {time}",stamp:"{dow} {d} {mon} {yyyy} {time}",time:"{H}:{mm}",past:"{num} {unit} {sign}",future:"{num} {unit} {sign}",duration:"{num} {unit}",timeMarkers:"alle",ampm:"am,pm",modifiers:[{name:"day",src:"ieri",value:-1},{name:"day",src:"oggi",value:0},{name:"day",src:"domani",value:1},{name:"day",src:"dopodomani",value:2},{name:"sign",src:"fa",value:-1},{name:"sign",src:"da adesso",value:1},{name:"shift",src:"scors:o|a",value:-1},{name:"shift",src:"prossim:o|a",value:1}],parse:["{months} {year?}","{num} {unit} {sign}","{0?} {unit:5-7} {shift}","{0?} {shift} {unit:5-7}"],timeParse:["{day|weekday} {shift?}","{weekday?},? {date} {months?}\\.? {year?}"],timeFrontParse:["{day|weekday} {shift?}","{weekday?},? {date} {months?}\\.? {year?}"]})},function(t,e,n){"use strict";n(11)("ja",{ampmFront:!0,numeralUnits:!0,allowsFullWidth:!0,timeMarkerOptional:!0,firstDayOfWeek:0,firstDayOfWeekYear:1,units:"ミリ秒,秒,分,時間,日,週間|週,ヶ月|ヵ月|月,年|年度",weekdays:"日:曜日||曜,月:曜日||曜,火:曜日||曜,水:曜日||曜,木:曜日||曜,金:曜日||曜,土:曜日||曜",numerals:"〇,一,二,三,四,五,六,七,八,九",placeholders:"十,百,千,万",timeSuffixes:",秒,分,時,日,,月,年度?",short:"{yyyy}/{MM}/{dd}",medium:"{yyyy}年{M}月{d}日",long:"{yyyy}年{M}月{d}日{time}",full:"{yyyy}年{M}月{d}日{time} {weekday}",stamp:"{yyyy}年{M}月{d}日 {H}:{mm} {dow}",time:"{tt}{h}時{mm}分",past:"{num}{unit}{sign}",future:"{num}{unit}{sign}",duration:"{num}{unit}",ampm:"午前,午後",modifiers:[{name:"day",src:"一昨々日|前々々日",value:-3},{name:"day",src:"一昨日|おととい|前々日",value:-2},{name:"day",src:"昨日|前日",value:-1},{name:"day",src:"今日|当日|本日",value:0},{name:"day",src:"明日|翌日|次日",value:1},{name:"day",src:"明後日|翌々日",value:2},{name:"day",src:"明々後日|翌々々日",value:3},{name:"sign",src:"前",value:-1},{name:"sign",src:"後",value:1},{name:"edge",src:"始|初日|頭",value:-2},{name:"edge",src:"末|尻",value:2},{name:"edge",src:"末日",value:1},{name:"shift",src:"一昨々|前々々",value:-3},{name:"shift",src:"一昨|前々|先々",value:-2},{name:"shift",src:"先|昨|去|前",value:-1},{name:"shift",src:"今|本|当",value:0},{name:"shift",src:"来|明|翌|次",value:1},{name:"shift",src:"明後|翌々|次々|再来|さ来",value:2},{name:"shift",src:"明々後|翌々々",value:3}],parse:["{month}{edge}","{num}{unit}{sign}","{year?}{month}","{year}"],timeParse:["{day|weekday}","{shift}{unit:5}{weekday?}","{shift}{unit:7}{month}{edge}","{shift}{unit:7}{month?}{date?}","{shift}{unit:6}{edge?}{date?}","{year?}{month?}{date}"]})},function(t,e,n){"use strict";n(11)("ko",{ampmFront:!0,numeralUnits:!0,units:"밀리초,초,분,시간,일,주,개월|달,년|해",weekdays:"일:요일|,월:요일|,화:요일|,수:요일|,목:요일|,금:요일|,토:요일|",numerals:"영|제로,일|한,이,삼,사,오,육,칠,팔,구,십",short:"{yyyy}.{MM}.{dd}",medium:"{yyyy}년 {M}월 {d}일",long:"{yyyy}년 {M}월 {d}일 {time}",full:"{yyyy}년 {M}월 {d}일 {weekday} {time}",stamp:"{yyyy}년 {M}월 {d}일 {H}:{mm} {dow}",time:"{tt} {h}시 {mm}분",past:"{num}{unit} {sign}",future:"{num}{unit} {sign}",duration:"{num}{unit}",timeSuffixes:",초,분,시,일,,월,년",ampm:"오전,오후",modifiers:[{name:"day",src:"그저께",value:-2},{name:"day",src:"어제",value:-1},{name:"day",src:"오늘",value:0},{name:"day",src:"내일",value:1},{name:"day",src:"모레",value:2},{name:"sign",src:"전",value:-1},{name:"sign",src:"후",value:1},{name:"shift",src:"지난|작",value:-1},{name:"shift",src:"이번|올",value:0},{name:"shift",src:"다음|내",value:1}],parse:["{num}{unit} {sign}","{shift?} {unit:5-7}","{year?} {month}","{year}"],timeParse:["{day|weekday}","{shift} {unit:5?} {weekday}","{year?} {month?} {date} {weekday?}"]})},function(t,e,n){"use strict";n(11)("nl",{plural:!0,units:"milliseconde:|n,seconde:|n,minu:ut|ten,uur,dag:|en,we:ek|ken,maand:|en,jaar",months:"jan:uari|,feb:ruari|,maart|mrt,apr:il|,mei,jun:i|,jul:i|,aug:ustus|,sep:tember|,okt:ober|,nov:ember|,dec:ember|",weekdays:"zondag|zo,maandag|ma,dinsdag|di,woensdag|wo|woe,donderdag|do,vrijdag|vr|vrij,zaterdag|za",numerals:"nul,een,twee,drie,vier,vijf,zes,zeven,acht,negen,tien",short:"{dd}-{MM}-{yyyy}",medium:"{d} {month} {yyyy}",long:"{d} {Month} {yyyy} {time}",full:"{weekday} {d} {Month} {yyyy} {time}",stamp:"{dow} {d} {Mon} {yyyy} {time}",time:"{H}:{mm}",past:"{num} {unit} {sign}",future:"{num} {unit} {sign}",duration:"{num} {unit}",timeMarkers:"'s,om",modifiers:[{name:"day",src:"gisteren",value:-1},{name:"day",src:"vandaag",value:0},{name:"day",src:"morgen",value:1},{name:"day",src:"overmorgen",value:2},{name:"sign",src:"geleden",value:-1},{name:"sign",src:"vanaf nu",value:1},{name:"shift",src:"laatste|vorige|afgelopen",value:-1},{name:"shift",src:"volgend:|e",value:1}],parse:["{months} {year?}","{num} {unit} {sign}","{0?} {unit:5-7} {shift}","{0?} {shift} {unit:5-7}"],timeParse:["{shift?} {day|weekday}","{weekday?},? {date} {months?}\\.? {year?}"],timeFrontParse:["{shift?} {day|weekday}","{weekday?},? {date} {months?}\\.? {year?}"]})},function(t,e,n){"use strict";n(11)("no",{plural:!0,units:"millisekund:|er,sekund:|er,minutt:|er,tim:e|er,dag:|er,uk:e|er|en,måned:|er|en+maaned:|er|en,år:||et+aar:||et",months:"januar,februar,mars,april,mai,juni,juli,august,september,oktober,november,desember",weekdays:"søndag|sondag,mandag,tirsdag,onsdag,torsdag,fredag,lørdag|lordag",numerals:"en|et,to,tre,fire,fem,seks,sju|syv,åtte,ni,ti",tokens:"den,for",articles:"den",short:"d. {d}. {month} {yyyy}",long:"den {d}. {month} {yyyy} {H}:{mm}",full:"{Weekday} den {d}. {month} {yyyy} {H}:{mm}:{ss}",past:"{num} {unit} {sign}",future:"{sign} {num} {unit}",duration:"{num} {unit}",ampm:"am,pm",modifiers:[{name:"day",src:"forgårs|i forgårs|forgaars|i forgaars",value:-2},{name:"day",src:"i går|igår|i gaar|igaar",value:-1},{name:"day",src:"i dag|idag",value:0},{name:"day",src:"i morgen|imorgen",value:1},{name:"day",src:"overimorgen|overmorgen|over i morgen",value:2},{name:"sign",src:"siden",value:-1},{name:"sign",src:"om",value:1},{name:"shift",src:"i siste|siste",value:-1},{name:"shift",src:"denne",value:0},{name:"shift",src:"neste",value:1}],parse:["{num} {unit} {sign}","{sign} {num} {unit}","{1?} {num} {unit} {sign}","{shift} {unit:5-7}"],timeParse:["{date} {month}","{shift} {weekday}","{0?} {weekday?},? {date?} {month}\\.? {year}"]})},function(t,e,n){"use strict";n(11)("pl",{plural:!0,units:"milisekund:a|y|,sekund:a|y|,minut:a|y|,godzin:a|y|,dzień|dni|dni,tydzień|tygodnie|tygodni,miesiąc|miesiące|miesięcy,rok|lata|lat",months:"sty:cznia||czeń,lut:ego||y,mar:ca||zec,kwi:etnia||ecień,maj:a|,cze:rwca||rwiec,lip:ca||iec,sie:rpnia||rpień,wrz:eśnia||esień,paź:dziernika||dziernik,lis:topada||topad,gru:dnia||dzień",weekdays:"nie:dziela||dzielę,pon:iedziałek|,wt:orek|,śr:oda||odę,czw:artek|,piątek|pt,sobota|sb|sobotę",numerals:"zero,jeden|jedną,dwa|dwie,trzy,cztery,pięć,sześć,siedem,osiem,dziewięć,dziesięć",tokens:"w|we,roku",short:"{dd}.{MM}.{yyyy}",medium:"{d} {month} {yyyy}",long:"{d} {month} {yyyy} {time}",full:"{weekday}, {d} {month} {yyyy} {time}",stamp:"{dow} {d} {mon} {yyyy} {time}",time:"{H}:{mm}",timeMarkers:"o",ampm:"am,pm",modifiers:[{name:"day",src:"przedwczoraj",value:-2},{name:"day",src:"wczoraj",value:-1},{name:"day",src:"dzisiaj|dziś",value:0},{name:"day",src:"jutro",value:1},{name:"day",src:"pojutrze",value:2},{name:"sign",src:"temu|przed",value:-1},{name:"sign",src:"za",value:1},{name:"shift",src:"zeszły|zeszła|ostatni|ostatnia",value:-1},{name:"shift",src:"następny|następna|następnego|przyszły|przyszła|przyszłego",value:1}],relative:function(t,e,n,r){var i;if(4===e){if(1===t&&"past"===r)return"wczoraj";if(1===t&&"future"===r)return"jutro";if(2===t&&"past"===r)return"przedwczoraj";if(2===t&&"future"===r)return"pojutrze"}var s=+t.toFixed(0).slice(-1),a=+t.toFixed(0).slice(-2);switch(!0){case 1===t:i=0;break;case 12<=a&&a<=14:i=2;break;case 2<=s&&s<=4:i=1;break;default:i=2}var o=this.units[8*i+e],u=t+" ";switch("past"!==r&&"future"!==r||1!==t||(o=o.replace(/a$/,"ę")),o=u+o,r){case"duration":return o;case"past":return o+" temu";case"future":return"za "+o}},parse:["{num} {unit} {sign}","{sign} {num} {unit}","{months} {year?}","{shift} {unit:5-7}","{0} {shift?} {weekday}"],timeFrontParse:["{day|weekday}","{date} {months} {year?} {1?}","{0?} {shift?} {weekday}"]})},function(t,e,n){"use strict";n(11)("pt",{plural:!0,units:"milisegundo:|s,segundo:|s,minuto:|s,hora:|s,dia:|s,semana:|s,mês|mêses|mes|meses,ano:|s",months:"jan:eiro|,fev:ereiro|,mar:ço|,abr:il|,mai:o|,jun:ho|,jul:ho|,ago:sto|,set:embro|,out:ubro|,nov:embro|,dez:embro|",weekdays:"dom:ingo|,seg:unda-feira|,ter:ça-feira|,qua:rta-feira|,qui:nta-feira|,sex:ta-feira|,sáb:ado||ado",numerals:"zero,um:|a,dois|duas,três|tres,quatro,cinco,seis,sete,oito,nove,dez",tokens:"a,de",short:"{dd}/{MM}/{yyyy}",medium:"{d} de {Month} de {yyyy}",long:"{d} de {Month} de {yyyy} {time}",full:"{Weekday}, {d} de {Month} de {yyyy} {time}",stamp:"{Dow} {d} {Mon} {yyyy} {time}",time:"{H}:{mm}",past:"{num} {unit} {sign}",future:"{sign} {num} {unit}",duration:"{num} {unit}",timeMarkers:"às",ampm:"am,pm",modifiers:[{name:"day",src:"anteontem",value:-2},{name:"day",src:"ontem",value:-1},{name:"day",src:"hoje",value:0},{name:"day",src:"amanh:ã|a",value:1},{name:"sign",src:"atrás|atras|há|ha",value:-1},{name:"sign",src:"daqui a",value:1},{name:"shift",src:"passad:o|a",value:-1},{name:"shift",src:"próximo|próxima|proximo|proxima",value:1}],parse:["{months} {1?} {year?}","{num} {unit} {sign}","{sign} {num} {unit}","{0?} {unit:5-7} {shift}","{0?} {shift} {unit:5-7}"],timeParse:["{shift?} {day|weekday}","{0?} {shift} {weekday}","{date} {1?} {months?} {1?} {year?}"],timeFrontParse:["{shift?} {day|weekday}","{date} {1?} {months?} {1?} {year?}"]})},function(t,e,n){"use strict";n(11)("ru",{firstDayOfWeekYear:1,units:"миллисекунд:а|у|ы|,секунд:а|у|ы|,минут:а|у|ы|,час:||а|ов,день|день|дня|дней,недел:я|ю|и|ь|е,месяц:||а|ев|е,год|год|года|лет|году",months:"янв:аря||.|арь,фев:раля||р.|раль,мар:та||т,апр:еля||.|ель,мая|май,июн:я||ь,июл:я||ь,авг:уста||.|уст,сен:тября||т.|тябрь,окт:ября||.|ябрь,ноя:бря||брь,дек:абря||.|абрь",weekdays:"воскресенье|вс,понедельник|пн,вторник|вт,среда|ср,четверг|чт,пятница|пт,суббота|сб",numerals:"ноль,од:ин|ну,дв:а|е,три,четыре,пять,шесть,семь,восемь,девять,десять",tokens:"в|на,г\\.?(?:ода)?",short:"{dd}.{MM}.{yyyy}",medium:"{d} {month} {yyyy} г.",long:"{d} {month} {yyyy} г., {time}",full:"{weekday}, {d} {month} {yyyy} г., {time}",stamp:"{dow} {d} {mon} {yyyy} {time}",time:"{H}:{mm}",timeMarkers:"в",ampm:" утра, вечера",modifiers:[{name:"day",src:"позавчера",value:-2},{name:"day",src:"вчера",value:-1},{name:"day",src:"сегодня",value:0},{name:"day",src:"завтра",value:1},{name:"day",src:"послезавтра",value:2},{name:"sign",src:"назад",value:-1},{name:"sign",src:"через",value:1},{name:"shift",src:"прошл:ый|ой|ом",value:-1},{name:"shift",src:"следующ:ий|ей|ем",value:1}],relative:function(t,e,n,r){var i,s,a=t.toString().slice(-1);switch(!0){case 11<=t&&t<=15:s=3;break;case 1==a:s=1;break;case 2<=a&&a<=4:s=2;break;default:s=3}switch(i=t+" "+this.units[8*s+e],r){case"duration":return i;case"past":return i+" назад";case"future":return"через "+i}},parse:["{num} {unit} {sign}","{sign} {num} {unit}","{months} {year?}","{0?} {shift} {unit:5-7}"],timeParse:["{day|weekday}","{0?} {shift} {weekday}","{date} {months?} {year?} {1?}"],timeFrontParse:["{0?} {shift} {weekday}","{date} {months?} {year?} {1?}"]})},function(t,e,n){"use strict";n(11)("sv",{plural:!0,units:"millisekund:|er,sekund:|er,minut:|er,timm:e|ar,dag:|ar,veck:a|or|an,månad:|er|en+manad:|er|en,år:||et+ar:||et",months:"jan:uari|,feb:ruari|,mar:s|,apr:il|,maj,jun:i|,jul:i|,aug:usti|,sep:tember|,okt:ober|,nov:ember|,dec:ember|",weekdays:"sön:dag|+son:dag|,mån:dag||dagen+man:dag||dagen,tis:dag|,ons:dag|,tor:sdag|,fre:dag|,lör:dag||dag",numerals:"noll,en|ett,två|tva,tre,fyra,fem,sex,sju,åtta|atta,nio,tio",tokens:"den,för|for",articles:"den",short:"{yyyy}-{MM}-{dd}",medium:"{d} {month} {yyyy}",long:"{d} {month} {yyyy} {time}",full:"{weekday} {d} {month} {yyyy} {time}",stamp:"{dow} {d} {mon} {yyyy} {time}",time:"{H}:{mm}",past:"{num} {unit} {sign}",future:"{sign} {num} {unit}",duration:"{num} {unit}",ampm:"am,pm",modifiers:[{name:"day",src:"förrgår|i förrgår|iförrgår|forrgar|i forrgar|iforrgar",value:-2},{name:"day",src:"går|i går|igår|gar|i gar|igar",value:-1},{name:"day",src:"dag|i dag|idag",value:0},{name:"day",src:"morgon|i morgon|imorgon",value:1},{name:"day",src:"över morgon|övermorgon|i över morgon|i övermorgon|iövermorgon|over morgon|overmorgon|i over morgon|i overmorgon|iovermorgon",value:2},{name:"sign",src:"sedan|sen",value:-1},{name:"sign",src:"om",value:1},{name:"shift",src:"i förra|förra|i forra|forra",value:-1},{name:"shift",src:"denna",value:0},{name:"shift",src:"nästa|nasta",value:1}],parse:["{months} {year?}","{num} {unit} {sign}","{sign} {num} {unit}","{1?} {num} {unit} {sign}","{shift} {unit:5-7}"],timeParse:["{day|weekday}","{shift} {weekday}","{0?} {weekday?},? {date} {months?}\\.? {year?}"],timeFrontParse:["{day|weekday}","{shift} {weekday}","{0?} {weekday?},? {date} {months?}\\.? {year?}"]})},function(t,e,n){"use strict";n(11)("zh-CN",{ampmFront:!0,numeralUnits:!0,allowsFullWidth:!0,timeMarkerOptional:!0,units:"毫秒,秒钟,分钟,小时,天,个星期|周,个月,年",weekdays:"星期日|日|周日|星期天,星期一|一|周一,星期二|二|周二,星期三|三|周三,星期四|四|周四,星期五|五|周五,星期六|六|周六",numerals:"〇,一,二,三,四,五,六,七,八,九",placeholders:"十,百,千,万",short:"{yyyy}-{MM}-{dd}",medium:"{yyyy}年{M}月{d}日",long:"{yyyy}年{M}月{d}日{time}",full:"{yyyy}年{M}月{d}日{weekday}{time}",stamp:"{yyyy}年{M}月{d}日{H}:{mm}{dow}",time:"{tt}{h}点{mm}分",past:"{num}{unit}{sign}",future:"{num}{unit}{sign}",duration:"{num}{unit}",timeSuffixes:",秒,分钟?,点|时,日|号,,月,年",ampm:"上午,下午",modifiers:[{name:"day",src:"大前天",value:-3},{name:"day",src:"前天",value:-2},{name:"day",src:"昨天",value:-1},{name:"day",src:"今天",value:0},{name:"day",src:"明天",value:1},{name:"day",src:"后天",value:2},{name:"day",src:"大后天",value:3},{name:"sign",src:"前",value:-1},{name:"sign",src:"后",value:1},{name:"shift",src:"上|去",value:-1},{name:"shift",src:"这",value:0},{name:"shift",src:"下|明",value:1}],parse:["{num}{unit}{sign}","{shift}{unit:5-7}","{year?}{month}","{year}"],timeParse:["{day|weekday}","{shift}{weekday}","{year?}{month?}{date}"]})},function(t,e,n){"use strict";n(11)("zh-TW",{ampmFront:!0,numeralUnits:!0,allowsFullWidth:!0,timeMarkerOptional:!0,units:"毫秒,秒鐘,分鐘,小時,天,個星期|週,個月,年",weekdays:"星期日|日|週日|星期天,星期一|一|週一,星期二|二|週二,星期三|三|週三,星期四|四|週四,星期五|五|週五,星期六|六|週六",numerals:"〇,一,二,三,四,五,六,七,八,九",placeholders:"十,百,千,万",short:"{yyyy}/{MM}/{dd}",medium:"{yyyy}年{M}月{d}日",long:"{yyyy}年{M}月{d}日{time}",full:"{yyyy}年{M}月{d}日{weekday}{time}",stamp:"{yyyy}年{M}月{d}日{H}:{mm}{dow}",time:"{tt}{h}點{mm}分",past:"{num}{unit}{sign}",future:"{num}{unit}{sign}",duration:"{num}{unit}",timeSuffixes:",秒,分鐘?,點|時,日|號,,月,年",ampm:"上午,下午",modifiers:[{name:"day",src:"大前天",value:-3},{name:"day",src:"前天",value:-2},{name:"day",src:"昨天",value:-1},{name:"day",src:"今天",value:0},{name:"day",src:"明天",value:1},{name:"day",src:"後天",value:2},{name:"day",src:"大後天",value:3},{name:"sign",src:"前",value:-1},{name:"sign",src:"後",value:1},{name:"shift",src:"上|去",value:-1},{name:"shift",src:"這",value:0},{name:"shift",src:"下|明",value:1}],parse:["{num}{unit}{sign}","{shift}{unit:5-7}","{year?}{month}","{year}"],timeParse:["{day|weekday}","{shift}{weekday}","{year?}{month?}{date}"]})}])}); \ No newline at end of file From 07a2744af44e6c738f90892ff5d721fbdccc4b57 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Sun, 6 Feb 2022 01:57:18 +0100 Subject: [PATCH 17/19] add a few bells and whistles --- docs/data.js | 85 +++++++++++++++++-- docs/index.html | 27 ++++-- docs/tablefilter/tf-1-2aa33b10e0e549020c12.js | 1 + 3 files changed, 102 insertions(+), 11 deletions(-) create mode 100644 docs/tablefilter/tf-1-2aa33b10e0e549020c12.js diff --git a/docs/data.js b/docs/data.js index b85912e..8deb010 100644 --- a/docs/data.js +++ b/docs/data.js @@ -10,6 +10,15 @@ async function fetch_json(url) { } } +function filter_group_json(obj) { + for (let key of Object.keys(obj)) { + if (key.match(/utf8/) != null) { + delete obj[key]; + } + } + return obj +} + function columnName(key) { let words = key.split("_"); for (let i = 0; i < words.length; i++) { @@ -34,6 +43,7 @@ function fillRow(row, group_json) { for (let key of Object.keys(group_json)) { let cell = row.insertCell(); let cell_content; + // swtich(key){ let value = group_json[key] if (key == "quotients" || key == "quotients_utf8") { cell_content = JSON.stringify(value); @@ -50,6 +60,9 @@ function fillRow(row, group_json) { } function fillTableFromJson(table, json) { + for (let i=0; i= 0) { + column_indices.push(col_idx); + columns.splice(found, 1); + } + } + + if (columns.length != 0) { + console.log("In Katexify: some columns were not found! " + columns); + } + + for (let col_idx of column_indices) { + // we're skipping the header row + for (let row of table.rows) { + if ( row == header ) { continue; } + rerender_with_katex(row.cells[col_idx]); + } + } + + return table +} const filtersConfig = { base_path: 'tablefilter/', - autofilter: { - delay: 200 + auto_filter: { + delay: 400 }, filters_row_index: 1, + highlight_keywords: true, + responsive: true, state: true, + sticky_headers: true, + // popup_filters: true, + no_results_message: true, alternate_rows: true, + mark_active_columns: true, rows_counter: true, btn_reset: true, status_bar: true, - msg_filter: 'Filtering...' + msg_filter: 'Filtering...', + extensions: [{ + name: 'colsVisibility', + at_start: [2,4,5,6,7,15], + text: 'Hidden Columns: ', + enable_tick_all: true + }, { + name: 'sort' + }] }; - async function setup_table(data) { fillTableFromJson(table, data); console.log("created table of length " + table.rows.length); @@ -94,3 +164,8 @@ let filtered_table = fetch_json(groups_url) .then(setup_filter) ; +let button = document.getElementById("katexify"); +button.addEventListener("click", ()=>{ + rerender_columns_katex(table); + button.disabled = true; +}); diff --git a/docs/index.html b/docs/index.html index 90adc2f..4024c94 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,14 +7,29 @@ + + + + + + + -

- Generalized Triangle Groups -

- -
- +
+

+ Generalized Triangle Groups of 2011.09276 +

+ by Pierre-Emmanuel Caprace, Marston Conder, Marek Kaluba and Stefan Witzel. +
+ +
+
diff --git a/docs/tablefilter/tf-1-2aa33b10e0e549020c12.js b/docs/tablefilter/tf-1-2aa33b10e0e549020c12.js new file mode 100644 index 0000000..305abc2 --- /dev/null +++ b/docs/tablefilter/tf-1-2aa33b10e0e549020c12.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{440:function(t,e,n){var r={"./array":20,"./array.js":20,"./const":4,"./const.js":4,"./cookie":60,"./cookie.js":60,"./dom":2,"./dom.js":2,"./emitter":89,"./emitter.js":89,"./event":5,"./event.js":5,"./extensions/advancedGrid/adapterEzEditTable":441,"./extensions/advancedGrid/adapterEzEditTable.js":441,"./extensions/advancedGrid/advancedGrid":443,"./extensions/advancedGrid/advancedGrid.js":443,"./extensions/colOps/colOps":444,"./extensions/colOps/colOps.js":444,"./extensions/colsVisibility/colsVisibility":445,"./extensions/colsVisibility/colsVisibility.js":445,"./extensions/filtersVisibility/filtersVisibility":446,"./extensions/filtersVisibility/filtersVisibility.js":446,"./extensions/sort/adapterSortabletable":442,"./extensions/sort/adapterSortabletable.js":442,"./extensions/sort/sort":447,"./extensions/sort/sort.js":447,"./feature":10,"./feature.js":10,"./modules/alternateRows":85,"./modules/alternateRows.js":85,"./modules/baseDropdown":48,"./modules/baseDropdown.js":48,"./modules/checkList":91,"./modules/checkList.js":91,"./modules/clearButton":84,"./modules/clearButton.js":84,"./modules/dateType":74,"./modules/dateType.js":74,"./modules/dropdown":90,"./modules/dropdown.js":90,"./modules/gridLayout":77,"./modules/gridLayout.js":77,"./modules/hash":92,"./modules/hash.js":92,"./modules/help":75,"./modules/help.js":75,"./modules/highlightKeywords":79,"./modules/highlightKeywords.js":79,"./modules/loader":78,"./modules/loader.js":78,"./modules/markActiveColumns":81,"./modules/markActiveColumns.js":81,"./modules/noResults":86,"./modules/noResults.js":86,"./modules/paging":87,"./modules/paging.js":87,"./modules/popupFilter":80,"./modules/popupFilter.js":80,"./modules/rowsCounter":82,"./modules/rowsCounter.js":82,"./modules/state":76,"./modules/state.js":76,"./modules/statusBar":83,"./modules/statusBar.js":83,"./modules/storage":93,"./modules/storage.js":93,"./modules/toolbar":18,"./modules/toolbar.js":18,"./number":22,"./number.js":22,"./root":9,"./root.js":9,"./settings":1,"./settings.js":1,"./sort":31,"./sort.js":31,"./string":8,"./string.js":8,"./tablefilter":127,"./tablefilter.js":127,"./types":3,"./types.js":3};function webpackContext(t){var e=webpackContextResolve(t);return n(e)}function webpackContextResolve(t){if(n.o(r,t))return r[t];var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}webpackContext.keys=function webpackContextKeys(){return Object.keys(r)},webpackContext.resolve=webpackContextResolve,(t.exports=webpackContext).id=440},441:function(t,e,n){"use strict";n.r(e),n.d(e,"default",function(){return r});var o=n(10),f=n(2),i=n(4),s=n(1),a=n(9);function _typeof(t){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(t){return typeof t}:function _typeof(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function _defineProperties(t,e){for(var n=0;nm)if(a.rowIndex>=n[r-1])e=n[r-1];else{var h=y+f;e=r-1o[s-1]&&ao[0]&&r.setPage("previous")}};if(b.paging&&(b.feature("paging").onAfterChangePage=function(t){var e=t.tf.extension("advancedGrid")._ezEditTable.Selection,n=e.GetActiveRow();n&&n.scrollIntoView(!1);var r=e.GetActiveCell();r&&r.scrollIntoView(!1)}),"row"===e.default_selection){var s=e.on_before_selected_row;e.on_before_selected_row=function(){var t=arguments;i(t[0],t[1]),s&&s.call(null,t[0],t[1],t[2])};var a=e.on_after_selected_row;e.on_after_selected_row=function(){var t=arguments;o(t[0],t[1],t[2]),a&&a.call(null,t[0],t[1],t[2])}}else{var l=e.on_before_selected_cell;e.on_before_selected_cell=function(){var t=arguments;i(t[0],t[1]),l&&l.call(null,t[0],t[1],t[2])};var c=e.on_after_selected_cell;e.on_after_selected_cell=function(){var t=arguments;o(t[0],t[1],t[2]),c&&c.call(null,t[0],t[1],t[2])}}}if(n){var u=e.on_added_dom_row;if(e.on_added_dom_row=function(){var t=arguments;b.nbFilterableRows++,b.paging?(b.nbFilterableRows++,b.paging=!1,b.feature("paging").destroy(),b.feature("paging").reset()):b.emitter.emit("rows-changed",b,this),b.alternateRows&&b.feature("alternateRows").init(),u&&u.call(null,t[0],t[1],t[2])},e.actions&&e.actions.delete){var d=e.actions.delete.on_after_submit;e.actions.delete.on_after_submit=function(){var t=arguments;b.nbFilterableRows--,b.paging?(b.nbFilterableRows--,b.paging=!1,b.feature("paging").destroy(),b.feature("paging").reset(!1)):b.emitter.emit("rows-changed",b,this),b.alternateRows&&b.feature("alternateRows").init(),d&&d.call(null,t[0],t[1])}}}try{this._ezEditTable=new EditTable(b.id,e,t),this._ezEditTable.Init()}catch(t){throw new Error('Failed to instantiate EditTable object.\n \n"ezEditTable" dependency not found.')}this.initialized=!0}},{key:"reset",value:function reset(){var t=this._ezEditTable;t&&(this.cfg.selection&&t.Selection.Set(),this.cfg.editable&&t.Editable.Set())}},{key:"toggle",value:function toggle(){var t=this._ezEditTable;t.editable?t.Editable.Remove():t.Editable.Set(),t.selection?t.Selection.Remove():t.Selection.Set()}},{key:"_toggleForInputFilter",value:function _toggleForInputFilter(){var t=this.tf;if(t.getActiveFilterId()){var e=t.getColumnIndexFromFilterId(t.getActiveFilterId());t.getFilterType(e)===i.INPUT&&this.toggle()}}},{key:"destroy",value:function destroy(){var t=this;if(this.initialized){var e=this._ezEditTable;e&&(this.cfg.selection&&(e.Selection.ClearSelections(),e.Selection.Remove()),this.cfg.editable&&e.Editable.Remove()),this.emitter.off(["filter-focus","filter-blur"],function(){return t._toggleForInputFilter()}),this.initialized=!1}}}]),AdapterEzEditTable}();r.meta={altName:"advancedGrid"}},442:function(t,e,n){"use strict";n.r(e),n.d(e,"default",function(){return r});var o=n(10),a=n(3),c=n(2),u=n(5),i=n(22),d=n(4),s=n(1);function _typeof(t){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(t){return typeof t}:function _typeof(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function _defineProperties(t,e){for(var n=0;n',n.icnCollapseHtml='Collapse filters',n.defaultText="Toggle filters",n.targetId=e.target_id||null,n.enableIcon=Object(l.defaultsBool)(e.enable_icon,!0),n.btnText=Object(l.defaultsStr)(e.btn_text,""),n.collapseBtnHtml=n.enableIcon?n.icnCollapseHtml+n.btnText:n.btnText||n.defaultText,n.expandBtnHtml=n.enableIcon?n.icnExpandHtml+n.btnText:n.btnText||n.defaultText,n.btnHtml=Object(l.defaultsStr)(e.btn_html,null),n.btnCssClass=Object(l.defaultsStr)(e.btn_css_class,"btnExpClpFlt"),n.contCssClass=Object(l.defaultsStr)(e.cont_css_class,"expClpFlt"),n.filtersRowIndex=Object(l.defaultsNb)(e.filters_row_index,t.getFiltersRowIndex()),n.visibleAtStart=Object(l.defaultsNb)(e.visible_at_start,!0),n.toolbarPosition=Object(l.defaultsStr)(e.toolbar_position,c.RIGHT),n.onBeforeShow=Object(l.defaultsFn)(e.on_before_show,i.EMPTY_FN),n.onAfterShow=Object(l.defaultsFn)(e.on_after_show,i.EMPTY_FN),n.onBeforeHide=Object(l.defaultsFn)(e.on_before_hide,i.EMPTY_FN),n.onAfterHide=Object(l.defaultsFn)(e.on_after_hide,i.EMPTY_FN),t.import(e.name+"Style",t.getStylePath()+n.stylesheet,null,"link"),n.enable(),n}return function _createClass(t,e,n){return e&&_defineProperties(t.prototype,e),n&&_defineProperties(t,n),t}(FiltersVisibility,[{key:"init",value:function init(){var n=this;this.initialized||(this.emitter.emit("initializing-extension",this,!Object(i.isNull)(this.targetId)),this.buildUI(),this.initialized=!0,this.emitter.on(["show-filters"],function(t,e){return n.show(e)}),this.emitter.emit("filters-visibility-initialized",this.tf,this),this.emitter.emit("extension-initialized",this))}},{key:"buildUI",value:function buildUI(){var t=this,e=this.tf,n=Object(s.createElm)("span");n.className=this.contCssClass;var r,o=this.targetId?Object(s.elm)(this.targetId):e.feature("toolbar").container(this.toolbarPosition);if(this.targetId)o.appendChild(n);else{var i=o.firstChild;i.parentNode.insertBefore(n,i)}this.btnHtml?(n.innerHTML=this.btnHtml,r=n.firstChild):((r=Object(s.createElm)("a",["href","javascript:void(0);"])).className=this.btnCssClass,r.title=this.btnText||this.defaultText,r.innerHTML=this.collapseBtnHtml,n.appendChild(r)),Object(a.addEvt)(r,"click",function(){return t.toggle()}),this.contEl=n,this.btnEl=r,this.visibleAtStart||this.toggle()}},{key:"toggle",value:function toggle(){var t=this.tf,e=""===(t.gridLayout?t.feature("gridLayout").headTbl:t.dom()).rows[this.filtersRowIndex].style.display;this.show(!e)}},{key:"show",value:function show(t){var e=!(0e){var n=t[1].slice(0,e);if(5<=+t[1].substr(e,1)){for(var r="";"0"===n.charAt(0);)r+="0",n=n.substr(1);(n=r+(n=+n+1+"")).length>e&&(t[0]=+t[0]+ +n.charAt(0)+"",n=n.substring(1))}t[1]=n}return t}(t,o.round),null!=o.truncate&&(t[1]=function truncate(t,e){t&&(t+="");return t&&t.length>e?t.substr(0,e):t}(t[1],o.truncate)),0 descending, false -> ascending\r\nSortableTable.prototype.defaultDescending = false;\r\n\r\n// shared between all instances. This is intentional to allow external files\r\n// to modify the prototype\r\nSortableTable.prototype._sortTypeInfo = {};\r\n\r\nSortableTable.prototype.setTable = function (oTable) {\r\n\tif ( this.tHead )\r\n\t\tthis.uninitHeader();\r\n\tthis.element = oTable;\r\n\tthis.setTHead( oTable.tHead );\r\n\tthis.setTBody( oTable.tBodies[0] );\r\n};\r\n\r\nSortableTable.prototype.setTHead = function (oTHead) {\r\n\tif (this.tHead && this.tHead != oTHead )\r\n\t\tthis.uninitHeader();\r\n\tthis.tHead = oTHead;\r\n\tthis.initHeader( this.sortTypes );\r\n};\r\n\r\nSortableTable.prototype.setTBody = function (oTBody) {\r\n\tthis.tBody = oTBody;\r\n};\r\n\r\nSortableTable.prototype.setSortTypes = function ( oSortTypes ) {\r\n\tif ( this.tHead )\r\n\t\tthis.uninitHeader();\r\n\tthis.sortTypes = oSortTypes || [];\r\n\tif ( this.tHead )\r\n\t\tthis.initHeader( this.sortTypes );\r\n};\r\n\r\n// adds arrow containers and events\r\n// also binds sort type to the header cells so that reordering columns does\r\n// not break the sort types\r\nSortableTable.prototype.initHeader = function (oSortTypes) {\r\n\tif (!this.tHead) return;\r\n\tvar cells = this.tHead.rows[0].cells;\r\n\tvar doc = this.tHead.ownerDocument || this.tHead.document;\r\n\tthis.sortTypes = oSortTypes || [];\r\n\tvar l = cells.length;\r\n\tvar img, c;\r\n\tfor (var i = 0; i < l; i++) {\r\n\t\tc = cells[i];\r\n\t\tif (this.sortTypes[i] != null && this.sortTypes[i] != "None") {\r\n\t\t\timg = doc.createElement("IMG");\r\n\t\t\timg.src = "images/blank.png";\r\n\t\t\tc.appendChild(img);\r\n\t\t\tif (this.sortTypes[i] != null)\r\n\t\t\t\tc._sortType = this.sortTypes[i];\r\n\t\t\tif (typeof c.addEventListener != "undefined")\r\n\t\t\t\tc.addEventListener("click", this._headerOnclick, false);\r\n\t\t\telse if (typeof c.attachEvent != "undefined")\r\n\t\t\t\tc.attachEvent("onclick", this._headerOnclick);\r\n\t\t\telse\r\n\t\t\t\tc.onclick = this._headerOnclick;\r\n\t\t}\r\n\t\telse\r\n\t\t{\r\n\t\t\tc.setAttribute( "_sortType", oSortTypes[i] );\r\n\t\t\tc._sortType = "None";\r\n\t\t}\r\n\t}\r\n\tthis.updateHeaderArrows();\r\n};\r\n\r\n// remove arrows and events\r\nSortableTable.prototype.uninitHeader = function () {\r\n\tif (!this.tHead) return;\r\n\tvar cells = this.tHead.rows[0].cells;\r\n\tvar l = cells.length;\r\n\tvar c;\r\n\tfor (var i = 0; i < l; i++) {\r\n\t\tc = cells[i];\r\n\t\tif (c._sortType != null && c._sortType != "None") {\r\n\t\t\tc.removeChild(c.lastChild);\r\n\t\t\tif (typeof c.removeEventListener != "undefined")\r\n\t\t\t\tc.removeEventListener("click", this._headerOnclick, false);\r\n\t\t\telse if (typeof c.detachEvent != "undefined")\r\n\t\t\t\tc.detachEvent("onclick", this._headerOnclick);\r\n\t\t\tc._sortType = null;\r\n\t\t\tc.removeAttribute( "_sortType" );\r\n\t\t}\r\n\t}\r\n};\r\n\r\nSortableTable.prototype.updateHeaderArrows = function () {\r\n\tif (!this.tHead) return;\r\n\tvar cells = this.tHead.rows[0].cells;\r\n\tvar l = cells.length;\r\n\tvar img;\r\n\tfor (var i = 0; i < l; i++) {\r\n\t\tif (cells[i]._sortType != null && cells[i]._sortType != "None") {\r\n\t\t\timg = cells[i].lastChild;\r\n\t\t\tif (i == this.sortColumn)\r\n\t\t\t\timg.className = "sort-arrow " + (this.descending ? "descending" : "ascending");\r\n\t\t\telse\r\n\t\t\t\timg.className = "sort-arrow";\r\n\t\t}\r\n\t}\r\n};\r\n\r\nSortableTable.prototype.headerOnclick = function (e) {\r\n\t// find TD element\r\n\tvar el = e.target || e.srcElement;\r\n\twhile (el.tagName != "TD")\r\n\t\tel = el.parentNode;\r\n\r\n\tthis.sort(SortableTable.msie ? SortableTable.getCellIndex(el) : el.cellIndex);\r\n};\r\n\r\n// IE returns wrong cellIndex when columns are hidden\r\nSortableTable.getCellIndex = function (oTd) {\r\n\tvar cells = oTd.parentNode.childNodes\r\n\tvar l = cells.length;\r\n\tvar i;\r\n\tfor (i = 0; cells[i] != oTd && i < l; i++)\r\n\t\t;\r\n\treturn i;\r\n};\r\n\r\nSortableTable.prototype.getSortType = function (nColumn) {\r\n\treturn this.sortTypes[nColumn] || "String";\r\n};\r\n\r\n// only nColumn is required\r\n// if bDescending is left out the old value is taken into account\r\n// if sSortType is left out the sort type is found from the sortTypes array\r\n\r\nSortableTable.prototype.sort = function (nColumn, bDescending, sSortType) {\r\n\tif (!this.tBody) return;\r\n\tif (sSortType == null)\r\n\t\tsSortType = this.getSortType(nColumn);\r\n\r\n\t// exit if None\r\n\tif (sSortType == "None")\r\n\t\treturn;\r\n\r\n\tif (bDescending == null) {\r\n\t\tif (this.sortColumn != nColumn)\r\n\t\t\tthis.descending = this.defaultDescending;\r\n\t\telse\r\n\t\t\tthis.descending = !this.descending;\r\n\t}\r\n\telse\r\n\t\tthis.descending = bDescending;\r\n\r\n\tthis.sortColumn = nColumn;\r\n\r\n\tif (typeof this.onbeforesort == "function")\r\n\t\tthis.onbeforesort();\r\n\r\n\tvar f = this.getSortFunction(sSortType, nColumn);\r\n\tvar a = this.getCache(sSortType, nColumn);\r\n\tvar tBody = this.tBody;\r\n\r\n\ta.sort(f);\r\n\r\n\tif (this.descending)\r\n\t\ta.reverse();\r\n\r\n\tif (SortableTable.removeBeforeSort) {\r\n\t\t// remove from doc\r\n\t\tvar nextSibling = tBody.nextSibling;\r\n\t\tvar p = tBody.parentNode;\r\n\t\tp.removeChild(tBody);\r\n\t}\r\n\r\n\t// insert in the new order\r\n\tvar l = a.length;\r\n\tfor (var i = 0; i < l; i++)\r\n\t\ttBody.appendChild(a[i].element);\r\n\r\n\tif (SortableTable.removeBeforeSort) {\r\n\t\t// insert into doc\r\n\t\tp.insertBefore(tBody, nextSibling);\r\n\t}\r\n\r\n\tthis.updateHeaderArrows();\r\n\r\n\tthis.destroyCache(a);\r\n\r\n\tif (typeof this.onsort == "function")\r\n\t\tthis.onsort();\r\n};\r\n\r\nSortableTable.prototype.asyncSort = function (nColumn, bDescending, sSortType) {\r\n\tvar oThis = this;\r\n\tthis._asyncsort = function () {\r\n\t\toThis.sort(nColumn, bDescending, sSortType);\r\n\t};\r\n\twindow.setTimeout(this._asyncsort, 1);\r\n};\r\n\r\nSortableTable.prototype.getCache = function (sType, nColumn) {\r\n\tif (!this.tBody) return [];\r\n\tvar rows = this.tBody.rows;\r\n\tvar l = rows.length;\r\n\tvar a = new Array(l);\r\n\tvar r;\r\n\tfor (var i = 0; i < l; i++) {\r\n\t\tr = rows[i];\r\n\t\ta[i] = {\r\n\t\t\tvalue:\t\tthis.getRowValue(r, sType, nColumn),\r\n\t\t\telement:\tr\r\n\t\t};\r\n\t};\r\n\treturn a;\r\n};\r\n\r\nSortableTable.prototype.destroyCache = function (oArray) {\r\n\tvar l = oArray.length;\r\n\tfor (var i = 0; i < l; i++) {\r\n\t\toArray[i].value = null;\r\n\t\toArray[i].element = null;\r\n\t\toArray[i] = null;\r\n\t}\r\n};\r\n\r\nSortableTable.prototype.getRowValue = function (oRow, sType, nColumn) {\r\n\t// if we have defined a custom getRowValue use that\r\n\tif (this._sortTypeInfo[sType] && this._sortTypeInfo[sType].getRowValue)\r\n\t\treturn this._sortTypeInfo[sType].getRowValue(oRow, nColumn);\r\n\r\n\tvar s;\r\n\tvar c = oRow.cells[nColumn];\r\n\tif (typeof c.innerText != "undefined")\r\n\t\ts = c.innerText;\r\n\telse\r\n\t\ts = SortableTable.getInnerText(c);\r\n\treturn this.getValueFromString(s, sType);\r\n};\r\n\r\nSortableTable.getInnerText = function (oNode) {\r\n\tvar s = "";\r\n\tvar cs = oNode.childNodes;\r\n\tvar l = cs.length;\r\n\tfor (var i = 0; i < l; i++) {\r\n\t\tswitch (cs[i].nodeType) {\r\n\t\t\tcase 1: //ELEMENT_NODE\r\n\t\t\t\ts += SortableTable.getInnerText(cs[i]);\r\n\t\t\t\tbreak;\r\n\t\t\tcase 3:\t//TEXT_NODE\r\n\t\t\t\ts += cs[i].nodeValue;\r\n\t\t\t\tbreak;\r\n\t\t}\r\n\t}\r\n\treturn s;\r\n};\r\n\r\nSortableTable.prototype.getValueFromString = function (sText, sType) {\r\n\tif (this._sortTypeInfo[sType])\r\n\t\treturn this._sortTypeInfo[sType].getValueFromString( sText );\r\n\treturn sText;\r\n\t/*\r\n\tswitch (sType) {\r\n\t\tcase "Number":\r\n\t\t\treturn Number(sText);\r\n\t\tcase "CaseInsensitiveString":\r\n\t\t\treturn sText.toUpperCase();\r\n\t\tcase "Date":\r\n\t\t\tvar parts = sText.split("-");\r\n\t\t\tvar d = new Date(0);\r\n\t\t\td.setFullYear(parts[0]);\r\n\t\t\td.setDate(parts[2]);\r\n\t\t\td.setMonth(parts[1] - 1);\r\n\t\t\treturn d.valueOf();\r\n\t}\r\n\treturn sText;\r\n\t*/\r\n\t};\r\n\r\nSortableTable.prototype.getSortFunction = function (sType, nColumn) {\r\n\tif (this._sortTypeInfo[sType])\r\n\t\treturn this._sortTypeInfo[sType].compare;\r\n\treturn SortableTable.basicCompare;\r\n};\r\n\r\nSortableTable.prototype.destroy = function () {\r\n\tthis.uninitHeader();\r\n\tvar win = this.document.parentWindow;\r\n\tif (win && typeof win.detachEvent != "undefined") {\t// only IE needs this\r\n\t\twin.detachEvent("onunload", this._onunload);\r\n\t}\r\n\tthis._onunload = null;\r\n\tthis.element = null;\r\n\tthis.tHead = null;\r\n\tthis.tBody = null;\r\n\tthis.document = null;\r\n\tthis._headerOnclick = null;\r\n\tthis.sortTypes = null;\r\n\tthis._asyncsort = null;\r\n\tthis.onsort = null;\r\n};\r\n\r\n// Adds a sort type to all instance of SortableTable\r\n// sType : String - the identifier of the sort type\r\n// fGetValueFromString : function ( s : string ) : T - A function that takes a\r\n// string and casts it to a desired format. If left out the string is just\r\n// returned\r\n// fCompareFunction : function ( n1 : T, n2 : T ) : Number - A normal JS sort\r\n// compare function. Takes two values and compares them. If left out less than,\r\n// <, compare is used\r\n// fGetRowValue : function( oRow : HTMLTRElement, nColumn : int ) : T - A function\r\n// that takes the row and the column index and returns the value used to compare.\r\n// If left out then the innerText is first taken for the cell and then the\r\n// fGetValueFromString is used to convert that string the desired value and type\r\n\r\nSortableTable.prototype.addSortType = function (sType, fGetValueFromString, fCompareFunction, fGetRowValue) {\r\n\tthis._sortTypeInfo[sType] = {\r\n\t\ttype:\t\t\t\tsType,\r\n\t\tgetValueFromString:\tfGetValueFromString || SortableTable.idFunction,\r\n\t\tcompare:\t\t\tfCompareFunction || SortableTable.basicCompare,\r\n\t\tgetRowValue:\t\tfGetRowValue\r\n\t};\r\n};\r\n\r\n// this removes the sort type from all instances of SortableTable\r\nSortableTable.prototype.removeSortType = function (sType) {\r\n\tdelete this._sortTypeInfo[sType];\r\n};\r\n\r\nSortableTable.basicCompare = function compare(n1, n2) {\r\n\tif (n1.value < n2.value)\r\n\t\treturn -1;\r\n\tif (n2.value < n1.value)\r\n\t\treturn 1;\r\n\treturn 0;\r\n};\r\n\r\nSortableTable.idFunction = function (x) {\r\n\treturn x;\r\n};\r\n\r\nSortableTable.toUpperCase = function (s) {\r\n\treturn s.toUpperCase();\r\n};\r\n\r\nSortableTable.toDate = function (s) {\r\n\tvar parts = s.split("-");\r\n\tvar d = new Date(0);\r\n\td.setFullYear(parts[0]);\r\n\td.setDate(parts[2]);\r\n\td.setMonth(parts[1] - 1);\r\n\treturn d.valueOf();\r\n};\r\n\r\n\r\n// add sort types\r\nSortableTable.prototype.addSortType("Number", Number);\r\nSortableTable.prototype.addSortType("CaseInsensitiveString", SortableTable.toUpperCase);\r\nSortableTable.prototype.addSortType("Date", SortableTable.toDate);\r\nSortableTable.prototype.addSortType("String");\r\n// None is a special case\r\n'}}]); \ No newline at end of file From a08a59a7e1fe30a9ab68d7547e287cd0a216340e Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Fri, 11 Feb 2022 18:12:24 +0100 Subject: [PATCH 18/19] final version of html/json --- data/smallhyperbolicgrp.jl | 13 +- data/triangle_groups.json | 9073 ++++++++++++++---------------------- docs/create_table.js | 125 + docs/data.js | 171 - docs/details.css | 26 + docs/filter_table.js | 34 + docs/index.html | 24 +- docs/main.js | 15 + docs/math_render.js | 55 + 9 files changed, 3876 insertions(+), 5660 deletions(-) create mode 100644 docs/create_table.js delete mode 100644 docs/data.js create mode 100644 docs/details.css create mode 100644 docs/filter_table.js create mode 100644 docs/main.js create mode 100644 docs/math_render.js diff --git a/data/smallhyperbolicgrp.jl b/data/smallhyperbolicgrp.jl index 76ce4f3..c0d6539 100644 --- a/data/smallhyperbolicgrp.jl +++ b/data/smallhyperbolicgrp.jl @@ -55,6 +55,15 @@ function _sanitize_group_name(s::AbstractString) return s end +function _delatexify(dict) + map(dict) do (key, val) + key = _sanitize_group_name(key) + key = replace(key, r"_{(\d+)}"=>s"\1") + key = replace(key, "{}^"=>"") + key => val + end |> Dict +end + function TriangleGrp(half_girth_type::NTuple{3,Int}, generators, relations, nt::NamedTuple) # @assert fieldnames(SmallHyperbolicGrp) == propertynames(nt) hyperbolic, witness = _ishyperbolic(half_girth_type, nt) @@ -134,6 +143,8 @@ function show_json(io::StructuralContext, ::TriangleGrpSerialization, G::Triangl D[fname] = getfield(G, fname) end D[:L2_quotients_utf8] = _to_utf8.(D[:L2_quotients]) - D[:quotients_utf8] = [Pair(_to_utf8(k), v) for (k,v) in D[:quotients]] + D[:quotients_utf8] = Dict(_to_utf8(k) => v for (k,v) in D[:quotients]) + D[:quotients_plain] = _delatexify(D[:quotients]) + D[:quotients] = Dict(D[:quotients]) return show_json(io, StandardSerialization(), D) end diff --git a/data/triangle_groups.json b/data/triangle_groups.json index 69a57c1..acd4d89 100644 --- a/data/triangle_groups.json +++ b/data/triangle_groups.json @@ -36,28 +36,24 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [ - { - "Alt(7)": 2 - }, - { - "B_{2}(3)": 1 - } - ], + "quotients": { + "B_{2}(3)": 1, + "Alt(7)": 2 + }, "alternating_quotients": [ 5, 7 ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(7)": 2 - }, - { - "B₂(3)": 1 - } - ] + "quotients_utf8": { + "Alt(7)": 2, + "B₂(3)": 1 + }, + "quotients_plain": { + "B2(3)": 1, + "Alt(7)": 2 + } }, { "name": "G^{6,40,48}_0", @@ -97,14 +93,10 @@ "L2_quotients": [ "L_2(3^2)" ], - "quotients": [ - { - "B_{2}(3)": 3 - }, - { - "A_{3}(3)": 1 - } - ], + "quotients": { + "A_{3}(3)": 1, + "B_{2}(3)": 3 + }, "alternating_quotients": [ 3, 5, @@ -114,14 +106,14 @@ "L2_quotients_utf8": [ "L₂(3²)" ], - "quotients_utf8": [ - { - "B₂(3)": 3 - }, - { - "A₃(3)": 1 - } - ] + "quotients_utf8": { + "A₃(3)": 1, + "B₂(3)": 3 + }, + "quotients_plain": { + "B2(3)": 3, + "A3(3)": 1 + } }, { "name": "G^{6,40,54}_0", @@ -160,17 +152,11 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 2 - }, - { - "Alt(10)": 4 - }, - { - "{}^2A_{4}(4)": 1 - } - ], + "quotients": { + "B_{2}(3)": 2, + "Alt(10)": 4, + "{}^2A_{4}(4)": 1 + }, "alternating_quotients": [ 3, 5, @@ -181,17 +167,16 @@ ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 2 - }, - { - "Alt(10)": 4 - }, - { - "²A₄(4)": 1 - } - ] + "quotients_utf8": { + "²A₄(4)": 1, + "Alt(10)": 4, + "B₂(3)": 2 + }, + "quotients_plain": { + "B2(3)": 2, + "Alt(10)": 4, + "2A4(4)": 1 + } }, { "name": "G^{6,40,54}_2", @@ -230,17 +215,11 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "Alt(9)": 2 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "A_{3}(3)": 1 - } - ], + "quotients": { + "Alt(9)": 2, + "A_{3}(3)": 1, + "{}^2A_{3}(9)": 1 + }, "alternating_quotients": [ 3, 5, @@ -248,17 +227,16 @@ ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(9)": 2 - }, - { - "²A₃(9)": 1 - }, - { - "A₃(3)": 1 - } - ] + "quotients_utf8": { + "Alt(9)": 2, + "²A₃(9)": 1, + "A₃(3)": 1 + }, + "quotients_plain": { + "Alt(9)": 2, + "A3(3)": 1, + "2A3(9)": 1 + } }, { "name": "G^{6,48,48}_0", @@ -295,34 +273,27 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 1 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "A_{3}(3)": 1 - } - ], + "quotients": { + "A_{3}(3)": 1, + "B_{2}(3)": 1, + "{}^2A_{3}(9)": 1 + }, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 1 - }, - { - "²A₃(9)": 1 - }, - { - "A₃(3)": 1 - } - ] + "quotients_utf8": { + "²A₃(9)": 1, + "A₃(3)": 1, + "B₂(3)": 1 + }, + "quotients_plain": { + "B2(3)": 1, + "A3(3)": 1, + "2A3(9)": 1 + } }, { "name": "G^{6,48,54}_0", @@ -360,17 +331,11 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 2 - }, - { - "Alt(10)": 1 - }, - { - "Alt(11)": 2 - } - ], + "quotients": { + "B_{2}(3)": 2, + "Alt(10)": 1, + "Alt(11)": 2 + }, "alternating_quotients": [ 3, 4, @@ -391,17 +356,16 @@ ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 2 - }, - { - "Alt(10)": 1 - }, - { - "Alt(11)": 2 - } - ] + "quotients_utf8": { + "Alt(10)": 1, + "Alt(11)": 2, + "B₂(3)": 2 + }, + "quotients_plain": { + "B2(3)": 2, + "Alt(10)": 1, + "Alt(11)": 2 + } }, { "name": "G^{6,48,54}_2", @@ -439,34 +403,27 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "{}^2A_{3}(9)": 1 - }, - { - "A_{3}(3)": 1 - }, - { - "{}^2A_{4}(4)": 1 - } - ], + "quotients": { + "A_{3}(3)": 1, + "{}^2A_{3}(9)": 1, + "{}^2A_{4}(4)": 1 + }, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "²A₃(9)": 1 - }, - { - "A₃(3)": 1 - }, - { - "²A₄(4)": 1 - } - ] + "quotients_utf8": { + "²A₄(4)": 1, + "²A₃(9)": 1, + "A₃(3)": 1 + }, + "quotients_plain": { + "A3(3)": 1, + "2A3(9)": 1, + "2A4(4)": 1 + } }, { "name": "G^{6,54,54}_0", @@ -505,14 +462,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "Alt(9)": 2 - }, - { - "{}^2A_{4}(4)": 2 - } - ], + "quotients": { + "Alt(9)": 2, + "{}^2A_{4}(4)": 2 + }, "alternating_quotients": [ 3, 9, @@ -520,14 +473,14 @@ ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(9)": 2 - }, - { - "²A₄(4)": 2 - } - ] + "quotients_utf8": { + "²A₄(4)": 2, + "Alt(9)": 2 + }, + "quotients_plain": { + "Alt(9)": 2, + "2A4(4)": 2 + } }, { "name": "G^{6,54,54}_2", @@ -566,20 +519,12 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "Alt(9)": 2 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "A_{3}(3)": 1 - }, - { - "{}^2A_{4}(4)": 1 - } - ], + "quotients": { + "Alt(9)": 2, + "A_{3}(3)": 1, + "{}^2A_{3}(9)": 1, + "{}^2A_{4}(4)": 1 + }, "alternating_quotients": [ 3, 9, @@ -592,20 +537,18 @@ ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(9)": 2 - }, - { - "²A₃(9)": 1 - }, - { - "A₃(3)": 1 - }, - { - "²A₄(4)": 1 - } - ] + "quotients_utf8": { + "²A₄(4)": 1, + "Alt(9)": 2, + "²A₃(9)": 1, + "A₃(3)": 1 + }, + "quotients_plain": { + "Alt(9)": 2, + "A3(3)": 1, + "2A3(9)": 1, + "2A4(4)": 1 + } }, { "name": "G^{6,54,54}_8", @@ -644,14 +587,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 2 - }, - { - "Alt(9)": 4 - } - ], + "quotients": { + "Alt(9)": 4, + "B_{2}(3)": 2 + }, "alternating_quotients": [ 3, 9, @@ -663,14 +602,14 @@ ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 2 - }, - { - "Alt(9)": 4 - } - ] + "quotients_utf8": { + "Alt(9)": 4, + "B₂(3)": 2 + }, + "quotients_plain": { + "Alt(9)": 4, + "B2(3)": 2 + } }, { "name": "G^{8,40,40}_0", @@ -711,23 +650,13 @@ "L2_quotients": [ "L_2(inf^4)" ], - "quotients": [ - { - "B_{2}(3)": 1 - }, - { - "C_{2}(4)": 2 - }, - { - "Alt(10)": 2 - }, - { - "B_{2}(5)": 5 - }, - { - "Alt(11)": 2 - } - ], + "quotients": { + "B_{2}(3)": 1, + "Alt(10)": 2, + "C_{2}(4)": 2, + "B_{2}(5)": 5, + "Alt(11)": 2 + }, "alternating_quotients": [ 5, 6, @@ -743,23 +672,20 @@ "L2_quotients_utf8": [ "L₂(inf⁴)" ], - "quotients_utf8": [ - { - "B₂(3)": 1 - }, - { - "C₂(4)": 2 - }, - { - "Alt(10)": 2 - }, - { - "B₂(5)": 5 - }, - { - "Alt(11)": 2 - } - ] + "quotients_utf8": { + "C₂(4)": 2, + "Alt(10)": 2, + "B₂(5)": 5, + "Alt(11)": 2, + "B₂(3)": 1 + }, + "quotients_plain": { + "B2(3)": 1, + "B2(5)": 5, + "C2(4)": 2, + "Alt(10)": 2, + "Alt(11)": 2 + } }, { "name": "G^{8,40,48}_0", @@ -796,11 +722,9 @@ "L2_quotients": [ "L_2(3^2)" ], - "quotients": [ - { - "B_{2}(5)": 4 - } - ], + "quotients": { + "B_{2}(5)": 4 + }, "alternating_quotients": [ 5, 6 @@ -809,11 +733,12 @@ "L2_quotients_utf8": [ "L₂(3²)" ], - "quotients_utf8": [ - { - "B₂(5)": 4 - } - ] + "quotients_utf8": { + "B₂(5)": 4 + }, + "quotients_plain": { + "B2(5)": 4 + } }, { "name": "G^{8,40,54}_0", @@ -851,14 +776,10 @@ "L2_quotients": [ "L_2(3^2)" ], - "quotients": [ - { - "B_{2}(3)": 2 - }, - { - "M_{12}": 4 - } - ], + "quotients": { + "B_{2}(3)": 2, + "M_{12}": 4 + }, "alternating_quotients": [ 6 ], @@ -866,14 +787,14 @@ "L2_quotients_utf8": [ "L₂(3²)" ], - "quotients_utf8": [ - { - "B₂(3)": 2 - }, - { - "M₁₂": 4 - } - ] + "quotients_utf8": { + "M₁₂": 4, + "B₂(3)": 2 + }, + "quotients_plain": { + "M12": 4, + "B2(3)": 2 + } }, { "name": "G^{8,40,54}_2", @@ -914,23 +835,13 @@ "L2_quotients": [ "L_2(3^2)" ], - "quotients": [ - { - "B_{2}(3)": 2 - }, - { - "M_{12}": 4 - }, - { - "Alt(10)": 3 - }, - { - "A_{3}(3)": 2 - }, - { - "{}^2A_{4}(4)": 1 - } - ], + "quotients": { + "A_{3}(3)": 2, + "B_{2}(3)": 2, + "M_{12}": 4, + "Alt(10)": 3, + "{}^2A_{4}(4)": 1 + }, "alternating_quotients": [ 6, 10, @@ -946,23 +857,20 @@ "L2_quotients_utf8": [ "L₂(3²)" ], - "quotients_utf8": [ - { - "B₂(3)": 2 - }, - { - "M₁₂": 4 - }, - { - "Alt(10)": 3 - }, - { - "A₃(3)": 2 - }, - { - "²A₄(4)": 1 - } - ] + "quotients_utf8": { + "²A₄(4)": 1, + "M₁₂": 4, + "Alt(10)": 3, + "A₃(3)": 2, + "B₂(3)": 2 + }, + "quotients_plain": { + "M12": 4, + "B2(3)": 2, + "A3(3)": 2, + "Alt(10)": 3, + "2A4(4)": 1 + } }, { "name": "G^{8,48,48}_0", @@ -996,17 +904,11 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 3 - }, - { - "C_{3}(2)": 4 - }, - { - "Alt(11)": 1 - } - ], + "quotients": { + "B_{2}(3)": 3, + "C_{3}(2)": 4, + "Alt(11)": 1 + }, "alternating_quotients": [ 3, 4, @@ -1018,17 +920,16 @@ ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 3 - }, - { - "C₃(2)": 4 - }, - { - "Alt(11)": 1 - } - ] + "quotients_utf8": { + "C₃(2)": 4, + "Alt(11)": 1, + "B₂(3)": 3 + }, + "quotients_plain": { + "B2(3)": 3, + "Alt(11)": 1, + "C3(2)": 4 + } }, { "name": "G^{8,48,48}_1", @@ -1065,23 +966,13 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "Alt(7)": 1 - }, - { - "B_{2}(3)": 2 - }, - { - "C_{3}(2)": 1 - }, - { - "B_{2}(5)": 3 - }, - { - "Alt(11)": 1 - } - ], + "quotients": { + "B_{2}(3)": 2, + "C_{3}(2)": 1, + "B_{2}(5)": 3, + "Alt(11)": 1, + "Alt(7)": 1 + }, "alternating_quotients": [ 3, 4, @@ -1099,23 +990,20 @@ ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(7)": 1 - }, - { - "B₂(3)": 2 - }, - { - "C₃(2)": 1 - }, - { - "B₂(5)": 3 - }, - { - "Alt(11)": 1 - } - ] + "quotients_utf8": { + "C₃(2)": 1, + "B₂(5)": 3, + "Alt(11)": 1, + "Alt(7)": 1, + "B₂(3)": 2 + }, + "quotients_plain": { + "B2(3)": 2, + "B2(5)": 3, + "Alt(11)": 1, + "C3(2)": 1, + "Alt(7)": 1 + } }, { "name": "G^{8,48,54}_0", @@ -1150,14 +1038,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 2 - }, - { - "Alt(9)": 1 - } - ], + "quotients": { + "Alt(9)": 1, + "B_{2}(3)": 2 + }, "alternating_quotients": [ 3, 4, @@ -1165,14 +1049,14 @@ ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 2 - }, - { - "Alt(9)": 1 - } - ] + "quotients_utf8": { + "Alt(9)": 1, + "B₂(3)": 2 + }, + "quotients_plain": { + "Alt(9)": 1, + "B2(3)": 2 + } }, { "name": "G^{8,48,54}_2", @@ -1207,20 +1091,12 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 2 - }, - { - "C_{3}(2)": 1 - }, - { - "Alt(10)": 2 - }, - { - "{}^2A_{4}(4)": 1 - } - ], + "quotients": { + "B_{2}(3)": 2, + "Alt(10)": 2, + "C_{3}(2)": 1, + "{}^2A_{4}(4)": 1 + }, "alternating_quotients": [ 3, 4, @@ -1232,20 +1108,18 @@ ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 2 - }, - { - "C₃(2)": 1 - }, - { - "Alt(10)": 2 - }, - { - "²A₄(4)": 1 - } - ] + "quotients_utf8": { + "²A₄(4)": 1, + "C₃(2)": 1, + "Alt(10)": 2, + "B₂(3)": 2 + }, + "quotients_plain": { + "B2(3)": 2, + "Alt(10)": 2, + "C3(2)": 1, + "2A4(4)": 1 + } }, { "name": "G^{8,54,54}_0", @@ -1281,14 +1155,15 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{8,54,54}_2", @@ -1327,32 +1202,16 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 2 - }, - { - "Alt(9)": 2 - }, - { - "C_{3}(2)": 4 - }, - { - "Alt(10)": 12 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "A_{3}(3)": 5 - }, - { - "{}^2A_{4}(4)": 1 - }, - { - "Alt(11)": 4 - } - ], + "quotients": { + "Alt(9)": 2, + "A_{3}(3)": 5, + "B_{2}(3)": 2, + "Alt(10)": 12, + "C_{3}(2)": 4, + "{}^2A_{3}(9)": 1, + "Alt(11)": 4, + "{}^2A_{4}(4)": 1 + }, "alternating_quotients": [ 3, 4, @@ -1378,32 +1237,26 @@ ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 2 - }, - { - "Alt(9)": 2 - }, - { - "C₃(2)": 4 - }, - { - "Alt(10)": 12 - }, - { - "²A₃(9)": 1 - }, - { - "A₃(3)": 5 - }, - { - "²A₄(4)": 1 - }, - { - "Alt(11)": 4 - } - ] + "quotients_utf8": { + "²A₄(4)": 1, + "C₃(2)": 4, + "Alt(9)": 2, + "²A₃(9)": 1, + "Alt(10)": 12, + "A₃(3)": 5, + "Alt(11)": 4, + "B₂(3)": 2 + }, + "quotients_plain": { + "Alt(9)": 2, + "B2(3)": 2, + "A3(3)": 5, + "Alt(10)": 12, + "Alt(11)": 4, + "C3(2)": 4, + "2A3(9)": 1, + "2A4(4)": 1 + } }, { "name": "G^{8,54,54}_8", @@ -1442,14 +1295,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 2 - }, - { - "Alt(9)": 2 - } - ], + "quotients": { + "Alt(9)": 2, + "B_{2}(3)": 2 + }, "alternating_quotients": [ 3, 4, @@ -1460,14 +1309,14 @@ ], "maximal_degree_alternating_quotients": 28, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 2 - }, - { - "Alt(9)": 2 - } - ] + "quotients_utf8": { + "Alt(9)": 2, + "B₂(3)": 2 + }, + "quotients_plain": { + "Alt(9)": 2, + "B2(3)": 2 + } }, { "name": "G^{14,14,14}_0", @@ -1503,27 +1352,23 @@ "L2_quotients": [ "L_2(7)" ], - "quotients": [ - { - "{}^2A_{2}(9)": 1 - }, - { - "{}^2A_{2}(25)": 1 - } - ], + "quotients": { + "{}^2A_{2}(9)": 1, + "{}^2A_{2}(25)": 1 + }, "alternating_quotients": [], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [ "L₂(7)" ], - "quotients_utf8": [ - { - "²A₂(9)": 1 - }, - { - "²A₂(25)": 1 - } - ] + "quotients_utf8": { + "²A₂(25)": 1, + "²A₂(9)": 1 + }, + "quotients_plain": { + "2A2(25)": 1, + "2A2(9)": 1 + } }, { "name": "G^{14,14,14}_1", @@ -1560,13 +1405,14 @@ "Kazdhdan_property_T": true, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,14,14}_2", @@ -1603,21 +1449,20 @@ "Kazdhdan_property_T": true, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [ - { - "Alt(7)": 1 - } - ], + "quotients": { + "Alt(7)": 1 + }, "alternating_quotients": [ 7 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(7)": 1 - } - ] + "quotients_utf8": { + "Alt(7)": 1 + }, + "quotients_plain": { + "Alt(7)": 1 + } }, { "name": "G^{14,14,14}_6", @@ -1654,21 +1499,20 @@ "Kazdhdan_property_T": true, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "A_{2}(8)": 2 - } - ], + "quotients": { + "A_{2}(8)": 2 + }, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(8)": 2 - } - ] + "quotients_utf8": { + "A₂(8)": 2 + }, + "quotients_plain": { + "A2(8)": 2 + } }, { "name": "G^{14,14,16}_0", @@ -1707,11 +1551,9 @@ "L2_quotients": [ "L_2(7)" ], - "quotients": [ - { - "Alt(8) or A_{2}(4)": 1 - } - ], + "quotients": { + "Alt(8) or A_{2}(4)": 1 + }, "alternating_quotients": [ 3, 8 @@ -1720,11 +1562,12 @@ "L2_quotients_utf8": [ "L₂(7)" ], - "quotients_utf8": [ - { - "Alt(8) or A₂(4)": 1 - } - ] + "quotients_utf8": { + "Alt(8) or A₂(4)": 1 + }, + "quotients_plain": { + "Alt(8) or A2(4)": 1 + } }, { "name": "G^{14,14,16}_1", @@ -1763,13 +1606,14 @@ "L2_quotients": [ "L_2(7)" ], - "quotients": [], + "quotients": {}, "alternating_quotients": [], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [ "L₂(7)" ], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,14,16}_4", @@ -1806,11 +1650,12 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,14,16}_5", @@ -1847,13 +1692,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,14,18}_0", @@ -1891,21 +1737,20 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "{}^2A_{2}(9)": 1 - } - ], + "quotients": { + "{}^2A_{2}(9)": 1 + }, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "²A₂(9)": 1 - } - ] + "quotients_utf8": { + "²A₂(9)": 1 + }, + "quotients_plain": { + "2A2(9)": 1 + } }, { "name": "G^{14,14,18}_4", @@ -1943,13 +1788,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,14,24}_0", @@ -1986,7 +1832,7 @@ "L2_quotients": [ "L_2(7)" ], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], @@ -1994,7 +1840,8 @@ "L2_quotients_utf8": [ "L₂(7)" ], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,14,24}_1", @@ -2034,14 +1881,10 @@ "L2_quotients": [ "L_2(7)" ], - "quotients": [ - { - "Alt(7)": 1 - }, - { - "{}^2A_{2}(25)": 1 - } - ], + "quotients": { + "{}^2A_{2}(25)": 1, + "Alt(7)": 1 + }, "alternating_quotients": [ 3, 7 @@ -2050,14 +1893,14 @@ "L2_quotients_utf8": [ "L₂(7)" ], - "quotients_utf8": [ - { - "Alt(7)": 1 - }, - { - "²A₂(25)": 1 - } - ] + "quotients_utf8": { + "²A₂(25)": 1, + "Alt(7)": 1 + }, + "quotients_plain": { + "2A2(25)": 1, + "Alt(7)": 1 + } }, { "name": "G^{14,14,24}_4", @@ -2095,28 +1938,24 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "Alt(8) or A_{2}(4)": 1 - }, - { - "M_{22}": 1 - } - ], + "quotients": { + "Alt(8) or A_{2}(4)": 1, + "M_{22}": 1 + }, "alternating_quotients": [ 3, 8 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(8) or A₂(4)": 1 - }, - { - "M₂₂": 1 - } - ] + "quotients_utf8": { + "Alt(8) or A₂(4)": 1, + "M₂₂": 1 + }, + "quotients_plain": { + "M22": 1, + "Alt(8) or A2(4)": 1 + } }, { "name": "G^{14,14,24}_5", @@ -2154,22 +1993,21 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "Alt(7)": 1 - } - ], + "quotients": { + "Alt(7)": 1 + }, "alternating_quotients": [ 3, 7 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(7)": 1 - } - ] + "quotients_utf8": { + "Alt(7)": 1 + }, + "quotients_plain": { + "Alt(7)": 1 + } }, { "name": "G^{14,14,26}_0", @@ -2204,13 +2042,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,14,26}_1", @@ -2248,21 +2087,20 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [ - { - "A_{2}(9)": 1 - } - ], + "quotients": { + "A_{2}(9)": 1 + }, "alternating_quotients": [ 14 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(9)": 1 - } - ] + "quotients_utf8": { + "A₂(9)": 1 + }, + "quotients_plain": { + "A2(9)": 1 + } }, { "name": "G^{14,14,26}_3", @@ -2300,11 +2138,12 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,14,26}_4", @@ -2342,11 +2181,12 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,14,26}_5", @@ -2384,13 +2224,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,14,26}_7", @@ -2428,13 +2269,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,16,16}_0", @@ -2473,13 +2315,14 @@ "L2_quotients": [ "L_2(7)" ], - "quotients": [], + "quotients": {}, "alternating_quotients": [], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [ "L₂(7)" ], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,16,16}_1", @@ -2516,14 +2359,15 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,16,18}_0", @@ -2561,13 +2405,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,16,24}_0", @@ -2604,7 +2449,7 @@ "L2_quotients": [ "L_2(7)" ], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], @@ -2612,7 +2457,8 @@ "L2_quotients_utf8": [ "L₂(7)" ], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,16,24}_1", @@ -2647,14 +2493,15 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,16,26}_0", @@ -2689,11 +2536,12 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,16,26}_1", @@ -2728,13 +2576,14 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,16,26}_3", @@ -2769,13 +2618,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,16,26}_7", @@ -2810,11 +2660,12 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,18,18}_0", @@ -2853,13 +2704,14 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,18,24}_0", @@ -2898,13 +2750,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,18,26}_0", @@ -2943,13 +2796,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,18,26}_3", @@ -2988,13 +2842,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,24,24}_0", @@ -3035,20 +2890,12 @@ "L2_quotients": [ "L_2(7)" ], - "quotients": [ - { - "Alt(7)": 1 - }, - { - "Alt(8) or A_{2}(4)": 1 - }, - { - "J_{2}": 1 - }, - { - "{}^2A_{3}(9)": 1 - } - ], + "quotients": { + "{}^2A_{3}(9)": 1, + "Alt(8) or A_{2}(4)": 1, + "J_{2}": 1, + "Alt(7)": 1 + }, "alternating_quotients": [ 3, 7, @@ -3064,20 +2911,18 @@ "L2_quotients_utf8": [ "L₂(7)" ], - "quotients_utf8": [ - { - "Alt(7)": 1 - }, - { - "Alt(8) or A₂(4)": 1 - }, - { - "J₂": 1 - }, - { - "²A₃(9)": 1 - } - ] + "quotients_utf8": { + "²A₃(9)": 1, + "Alt(8) or A₂(4)": 1, + "Alt(7)": 1, + "J₂": 1 + }, + "quotients_plain": { + "Alt(7)": 1, + "J2": 1, + "2A3(9)": 1, + "Alt(8) or A2(4)": 1 + } }, { "name": "G^{14,24,24}_1", @@ -3113,14 +2958,15 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,24,26}_0", @@ -3159,13 +3005,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,24,26}_1", @@ -3201,13 +3048,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,24,26}_3", @@ -3243,13 +3091,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,24,26}_7", @@ -3288,13 +3137,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,26,26}_0", @@ -3333,11 +3183,12 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,26,26}_1", @@ -3373,13 +3224,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,26,26}_3", @@ -3415,13 +3267,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,26,26}_4", @@ -3457,13 +3310,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,26,26}_5", @@ -3502,13 +3356,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 14 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,26,26}_15", @@ -3547,13 +3402,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 13 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{16,16,16}_0", @@ -3590,46 +3446,33 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "{}^2A_{2}(9)": 1 - }, - { - "J_{2}": 1 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "A_{2}(9)": 1 - }, - { - "{}^2A_{2}(81)": 2 - } - ], + "quotients": { + "{}^2A_{2}(9)": 1, + "{}^2A_{2}(64)": 2, + "{}^2A_{2}(81)": 2, + "A_{2}(9)": 1, + "J_{2}": 1 + }, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "²A₂(9)": 1 - }, - { - "J₂": 1 - }, - { - "²A₂(64)": 2 - }, - { - "A₂(9)": 1 - }, - { - "²A₂(81)": 2 - } - ] + "quotients_utf8": { + "²A₂(9)": 1, + "²A₂(81)": 2, + "²A₂(64)": 2, + "A₂(9)": 1, + "J₂": 1 + }, + "quotients_plain": { + "A2(9)": 1, + "2A2(64)": 2, + "J2": 1, + "2A2(9)": 1, + "2A2(81)": 2 + } }, { "name": "G^{16,16,16}_1", @@ -3666,34 +3509,27 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 1 - }, - { - "{}^2A_{2}(9)": 2 - }, - { - "{}^2A_{2}(81)": 2 - } - ], + "quotients": { + "{}^2A_{2}(9)": 2, + "{}^2A_{2}(81)": 2, + "A_{2}(3)": 1 + }, "alternating_quotients": [ 5, 29 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 1 - }, - { - "²A₂(9)": 2 - }, - { - "²A₂(81)": 2 - } - ] + "quotients_utf8": { + "²A₂(9)": 2, + "²A₂(81)": 2, + "A₂(3)": 1 + }, + "quotients_plain": { + "A2(3)": 1, + "2A2(81)": 2, + "2A2(9)": 2 + } }, { "name": "G^{16,16,18}_0", @@ -3731,28 +3567,24 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "A_{2}(9)": 3, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 2 + } }, { "name": "G^{16,16,24}_0", @@ -3787,14 +3619,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "Alt(10)": 1 - }, - { - "A_{4}(2)": 1 - } - ], + "quotients": { + "A_{4}(2)": 1, + "Alt(10)": 1 + }, "alternating_quotients": [ 3, 4, @@ -3804,14 +3632,14 @@ ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(10)": 1 - }, - { - "A₄(2)": 1 - } - ] + "quotients_utf8": { + "Alt(10)": 1, + "A₄(2)": 1 + }, + "quotients_plain": { + "Alt(10)": 1, + "A4(2)": 1 + } }, { "name": "G^{16,16,24}_1", @@ -3849,14 +3677,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "Alt(9)": 1 - }, - { - "HS": 1 - } - ], + "quotients": { + "Alt(9)": 1, + "HS": 1 + }, "alternating_quotients": [ 3, 4, @@ -3869,14 +3693,14 @@ ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(9)": 1 - }, - { - "HS": 1 - } - ] + "quotients_utf8": { + "Alt(9)": 1, + "HS": 1 + }, + "quotients_plain": { + "Alt(9)": 1, + "HS": 1 + } }, { "name": "G^{16,16,26}_0", @@ -3911,14 +3735,15 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{16,16,26}_1", @@ -3958,7 +3783,7 @@ "L2_quotients": [ "L_2(13)" ], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 16, 30 @@ -3967,7 +3792,8 @@ "L2_quotients_utf8": [ "L₂(13)" ], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{16,18,18}_0", @@ -4006,34 +3832,27 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "{}^2A_{2}(64)": 2, + "A_{2}(9)": 3, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "²A₂(64)": 2 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₂(64)": 2, + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 2, + "2A2(64)": 2 + } }, { "name": "G^{16,18,24}_0", @@ -4069,11 +3888,9 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "Alt(10)": 1 - } - ], + "quotients": { + "Alt(10)": 1 + }, "alternating_quotients": [ 3, 4, @@ -4083,11 +3900,12 @@ ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(10)": 1 - } - ] + "quotients_utf8": { + "Alt(10)": 1 + }, + "quotients_plain": { + "Alt(10)": 1 + } }, { "name": "G^{16,18,26}_0", @@ -4123,13 +3941,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{16,24,24}_0", @@ -4165,32 +3984,16 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "Alt(7)": 1 - }, - { - "Alt(8) or A_{2}(4)": 2 - }, - { - "{}^2A_{2}(25)": 1 - }, - { - "J_{2}": 1 - }, - { - "C_{3}(2)": 1 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "B_{2}(5)": 1 - }, - { - "HS": 1 - } - ], + "quotients": { + "HS": 1, + "{}^2A_{3}(9)": 1, + "{}^2A_{2}(25)": 1, + "Alt(8) or A_{2}(4)": 2, + "J_{2}": 1, + "C_{3}(2)": 1, + "Alt(7)": 1, + "B_{2}(5)": 1 + }, "alternating_quotients": [ 3, 4, @@ -4216,32 +4019,26 @@ ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(7)": 1 - }, - { - "Alt(8) or A₂(4)": 2 - }, - { - "²A₂(25)": 1 - }, - { - "J₂": 1 - }, - { - "C₃(2)": 1 - }, - { - "²A₃(9)": 1 - }, - { - "B₂(5)": 1 - }, - { - "HS": 1 - } - ] + "quotients_utf8": { + "²A₂(25)": 1, + "C₃(2)": 1, + "²A₃(9)": 1, + "HS": 1, + "B₂(5)": 1, + "Alt(8) or A₂(4)": 2, + "Alt(7)": 1, + "J₂": 1 + }, + "quotients_plain": { + "2A2(25)": 1, + "HS": 1, + "B2(5)": 1, + "C3(2)": 1, + "Alt(7)": 1, + "J2": 1, + "2A3(9)": 1, + "Alt(8) or A2(4)": 2 + } }, { "name": "G^{16,24,24}_1", @@ -4277,11 +4074,9 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "C_{3}(2)": 2 - } - ], + "quotients": { + "C_{3}(2)": 2 + }, "alternating_quotients": [ 3, 4, @@ -4303,11 +4098,12 @@ ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "C₃(2)": 2 - } - ] + "quotients_utf8": { + "C₃(2)": 2 + }, + "quotients_plain": { + "C3(2)": 2 + } }, { "name": "G^{16,24,26}_0", @@ -4343,14 +4139,15 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{16,24,26}_1", @@ -4388,7 +4185,7 @@ "L2_quotients": [ "L_2(13)" ], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], @@ -4396,7 +4193,8 @@ "L2_quotients_utf8": [ "L₂(13)" ], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{16,26,26}_0", @@ -4432,14 +4230,15 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 26 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{16,26,26}_1", @@ -4477,21 +4276,20 @@ "L2_quotients": [ "L_2(13)" ], - "quotients": [ - { - "A_{2}(3)": 1 - } - ], + "quotients": { + "A_{2}(3)": 1 + }, "alternating_quotients": [], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [ "L₂(13)" ], - "quotients_utf8": [ - { - "A₂(3)": 1 - } - ] + "quotients_utf8": { + "A₂(3)": 1 + }, + "quotients_plain": { + "A2(3)": 1 + } }, { "name": "G^{16,26,26}_3", @@ -4527,27 +4325,23 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "G_{2}(3)": 1 - } - ], + "quotients": { + "G_{2}(3)": 1, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 26 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "G₂(3)": 1 - } - ] + "quotients_utf8": { + "A₂(3)": 2, + "G₂(3)": 1 + }, + "quotients_plain": { + "A2(3)": 2, + "G2(3)": 1 + } }, { "name": "G^{16,26,26}_5", @@ -4585,17 +4379,11 @@ "L2_quotients": [ "L_2(13)" ], - "quotients": [ - { - "A_{2}(3)": 1 - }, - { - "G_{2}(3)": 1 - }, - { - "A_{3}(3)": 1 - } - ], + "quotients": { + "A_{3}(3)": 1, + "G_{2}(3)": 1, + "A_{2}(3)": 1 + }, "alternating_quotients": [ 3, 14, @@ -4607,17 +4395,16 @@ "L2_quotients_utf8": [ "L₂(13)" ], - "quotients_utf8": [ - { - "A₂(3)": 1 - }, - { - "G₂(3)": 1 - }, - { - "A₃(3)": 1 - } - ] + "quotients_utf8": { + "A₃(3)": 1, + "A₂(3)": 1, + "G₂(3)": 1 + }, + "quotients_plain": { + "A2(3)": 1, + "A3(3)": 1, + "G2(3)": 1 + } }, { "name": "G^{18,18,18}_0", @@ -4657,14 +4444,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "A_{2}(9)": 3, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 27, @@ -4672,14 +4455,14 @@ ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 2 + } }, { "name": "G^{18,18,24}_0", @@ -4719,14 +4502,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "Alt(10)": 1 - }, - { - "Alt(11)": 1 - } - ], + "quotients": { + "Alt(10)": 1, + "Alt(11)": 1 + }, "alternating_quotients": [ 3, 4, @@ -4754,14 +4533,14 @@ ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(10)": 1 - }, - { - "Alt(11)": 1 - } - ] + "quotients_utf8": { + "Alt(10)": 1, + "Alt(11)": 1 + }, + "quotients_plain": { + "Alt(10)": 1, + "Alt(11)": 1 + } }, { "name": "G^{18,18,26}_0", @@ -4801,28 +4580,24 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "A_{2}(9)": 3, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 2 + } }, { "name": "G^{18,24,24}_0", @@ -4862,17 +4637,11 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "Alt(10)": 1 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "Alt(11)": 1 - } - ], + "quotients": { + "Alt(10)": 1, + "{}^2A_{3}(9)": 1, + "Alt(11)": 1 + }, "alternating_quotients": [ 3, 4, @@ -4899,17 +4668,16 @@ ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(10)": 1 - }, - { - "²A₃(9)": 1 - }, - { - "Alt(11)": 1 - } - ] + "quotients_utf8": { + "²A₃(9)": 1, + "Alt(10)": 1, + "Alt(11)": 1 + }, + "quotients_plain": { + "Alt(10)": 1, + "Alt(11)": 1, + "2A3(9)": 1 + } }, { "name": "G^{18,24,26}_0", @@ -4949,14 +4717,15 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 27 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{18,26,26}_0", @@ -4996,22 +4765,21 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "G_{2}(3)": 2 - } - ], + "quotients": { + "G_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "G₂(3)": 2 - } - ] + "quotients_utf8": { + "G₂(3)": 2 + }, + "quotients_plain": { + "G2(3)": 2 + } }, { "name": "G^{18,26,26}_1", @@ -5051,14 +4819,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "G_{2}(3)": 1 - } - ], + "quotients": { + "G_{2}(3)": 1, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13, @@ -5066,14 +4830,14 @@ ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "G₂(3)": 1 - } - ] + "quotients_utf8": { + "A₂(3)": 2, + "G₂(3)": 1 + }, + "quotients_plain": { + "A2(3)": 2, + "G2(3)": 1 + } }, { "name": "G^{24,24,24}_0", @@ -5110,23 +4874,13 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "Alt(7)": 3 - }, - { - "M_{12}": 1 - }, - { - "A_{2}(7)": 1 - }, - { - "B_{2}(5)": 3 - }, - { - "A_{4}(2)": 1 - } - ], + "quotients": { + "A_{4}(2)": 1, + "M_{12}": 1, + "B_{2}(5)": 3, + "Alt(7)": 3, + "A_{2}(7)": 1 + }, "alternating_quotients": [ 3, 4, @@ -5153,23 +4907,20 @@ ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(7)": 3 - }, - { - "M₁₂": 1 - }, - { - "A₂(7)": 1 - }, - { - "B₂(5)": 3 - }, - { - "A₄(2)": 1 - } - ] + "quotients_utf8": { + "A₂(7)": 1, + "M₁₂": 1, + "B₂(5)": 3, + "A₄(2)": 1, + "Alt(7)": 3 + }, + "quotients_plain": { + "M12": 1, + "B2(5)": 3, + "A2(7)": 1, + "A4(2)": 1, + "Alt(7)": 3 + } }, { "name": "G^{24,24,24}_1", @@ -5209,14 +4960,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "M_{22}": 1 - }, - { - "{}^2A_{3}(9)": 3 - } - ], + "quotients": { + "{}^2A_{3}(9)": 3, + "M_{22}": 1 + }, "alternating_quotients": [ 3, 4, @@ -5248,14 +4995,14 @@ ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "M₂₂": 1 - }, - { - "²A₃(9)": 3 - } - ] + "quotients_utf8": { + "²A₃(9)": 3, + "M₂₂": 1 + }, + "quotients_plain": { + "2A3(9)": 3, + "M22": 1 + } }, { "name": "G^{24,24,26}_0", @@ -5292,14 +5039,15 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{24,24,26}_1", @@ -5341,11 +5089,9 @@ "L2_quotients": [ "L_2(13)" ], - "quotients": [ - { - "A_{3}(3)": 1 - } - ], + "quotients": { + "A_{3}(3)": 1 + }, "alternating_quotients": [ 3, 13, @@ -5360,11 +5106,12 @@ "L2_quotients_utf8": [ "L₂(13)" ], - "quotients_utf8": [ - { - "A₃(3)": 1 - } - ] + "quotients_utf8": { + "A₃(3)": 1 + }, + "quotients_plain": { + "A3(3)": 1 + } }, { "name": "G^{24,26,26}_0", @@ -5401,7 +5148,7 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 26, @@ -5409,7 +5156,8 @@ ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{24,26,26}_1", @@ -5451,14 +5199,10 @@ "L2_quotients": [ "L_2(13)" ], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "A_{3}(3)": 1 - } - ], + "quotients": { + "A_{3}(3)": 1, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13, @@ -5469,14 +5213,14 @@ "L2_quotients_utf8": [ "L₂(13)" ], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "A₃(3)": 1 - } - ] + "quotients_utf8": { + "A₃(3)": 1, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(3)": 2, + "A3(3)": 1 + } }, { "name": "G^{24,26,26}_3", @@ -5516,11 +5260,9 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - } - ], + "quotients": { + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13, @@ -5530,11 +5272,12 @@ ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - } - ] + "quotients_utf8": { + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(3)": 2 + } }, { "name": "G^{24,26,26}_5", @@ -5573,14 +5316,10 @@ "L2_quotients": [ "L_2(13)" ], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "A_{3}(3)": 1 - } - ], + "quotients": { + "A_{3}(3)": 1, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13, @@ -5593,14 +5332,14 @@ "L2_quotients_utf8": [ "L₂(13)" ], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "A₃(3)": 1 - } - ] + "quotients_utf8": { + "A₃(3)": 1, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(3)": 2, + "A3(3)": 1 + } }, { "name": "G^{26,26,26}_0", @@ -5637,28 +5376,24 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 1 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "A_{2}(9)": 3, + "A_{2}(3)": 1 + }, "alternating_quotients": [ 3, 26 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 1 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "A₂(9)": 3, + "A₂(3)": 1 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 1 + } }, { "name": "G^{26,26,26}_1", @@ -5698,34 +5433,27 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "{}^2A_{2}(16)": 2 - }, - { - "G_{2}(3)": 6 - } - ], + "quotients": { + "{}^2A_{2}(16)": 2, + "A_{2}(3)": 2, + "G_{2}(3)": 6 + }, "alternating_quotients": [ 13, 26 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "²A₂(16)": 2 - }, - { - "G₂(3)": 6 - } - ] + "quotients_utf8": { + "²A₂(16)": 2, + "A₂(3)": 2, + "G₂(3)": 6 + }, + "quotients_plain": { + "2A2(16)": 2, + "A2(3)": 2, + "G2(3)": 6 + } }, { "name": "G^{26,26,26}_5", @@ -5762,27 +5490,23 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "{}^2A_{2}(16)": 1 - } - ], + "quotients": { + "{}^2A_{2}(16)": 1, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 36, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "²A₂(16)": 1 - } - ] + "quotients_utf8": { + "²A₂(16)": 1, + "A₂(3)": 2 + }, + "quotients_plain": { + "2A2(16)": 1, + "A2(3)": 2 + } }, { "name": "G^{26,26,26}_21", @@ -5824,20 +5548,12 @@ "L2_quotients": [ "L_2(13)" ], - "quotients": [ - { - "A_{2}(3)": 5 - }, - { - "{}^2A_{2}(16)": 3 - }, - { - "G_{2}(3)": 1 - }, - { - "{}^2F_4(2)'": 1 - } - ], + "quotients": { + "{}^2F_4(2)'": 1, + "{}^2A_{2}(16)": 3, + "A_{2}(3)": 5, + "G_{2}(3)": 1 + }, "alternating_quotients": [ 13, 30 @@ -5846,20 +5562,18 @@ "L2_quotients_utf8": [ "L₂(13)" ], - "quotients_utf8": [ - { - "A₂(3)": 5 - }, - { - "²A₂(16)": 3 - }, - { - "G₂(3)": 1 - }, - { - "²F₄(2)'": 1 - } - ] + "quotients_utf8": { + "²F₄(2)'": 1, + "²A₂(16)": 3, + "A₂(3)": 5, + "G₂(3)": 1 + }, + "quotients_plain": { + "2A2(16)": 3, + "A2(3)": 5, + "2F_4(2)'": 1, + "G2(3)": 1 + } }, { "name": "G^{14,14,40}_0", @@ -5896,17 +5610,11 @@ "L2_quotients": [ "L_2(7^2)" ], - "quotients": [ - { - "Alt(7)": 1 - }, - { - "J_{1}": 2 - }, - { - "{}^2A_{3}(9)": 1 - } - ], + "quotients": { + "J_{1}": 2, + "{}^2A_{3}(9)": 1, + "Alt(7)": 1 + }, "alternating_quotients": [ 7 ], @@ -5914,17 +5622,16 @@ "L2_quotients_utf8": [ "L₂(7²)" ], - "quotients_utf8": [ - { - "Alt(7)": 1 - }, - { - "J₁": 2 - }, - { - "²A₃(9)": 1 - } - ] + "quotients_utf8": { + "J₁": 2, + "²A₃(9)": 1, + "Alt(7)": 1 + }, + "quotients_plain": { + "J1": 2, + "Alt(7)": 1, + "2A3(9)": 1 + } }, { "name": "G^{14,14,40}_4", @@ -5959,28 +5666,24 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [ - { - "Alt(7)": 2 - }, - { - "M_{22}": 1 - } - ], + "quotients": { + "Alt(7)": 2, + "M_{22}": 1 + }, "alternating_quotients": [ 7, 28 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(7)": 2 - }, - { - "M₂₂": 1 - } - ] + "quotients_utf8": { + "M₂₂": 1, + "Alt(7)": 2 + }, + "quotients_plain": { + "Alt(7)": 2, + "M22": 1 + } }, { "name": "G^{14,14,48}_0", @@ -6016,14 +5719,10 @@ "L2_quotients": [ "L_2(7)" ], - "quotients": [ - { - "Alt(7)": 1 - }, - { - "{}^2A_{2}(25)": 1 - } - ], + "quotients": { + "{}^2A_{2}(25)": 1, + "Alt(7)": 1 + }, "alternating_quotients": [ 3, 7 @@ -6032,14 +5731,14 @@ "L2_quotients_utf8": [ "L₂(7)" ], - "quotients_utf8": [ - { - "Alt(7)": 1 - }, - { - "²A₂(25)": 1 - } - ] + "quotients_utf8": { + "²A₂(25)": 1, + "Alt(7)": 1 + }, + "quotients_plain": { + "2A2(25)": 1, + "Alt(7)": 1 + } }, { "name": "G^{14,14,48}_1", @@ -6075,11 +5774,9 @@ "L2_quotients": [ "L_2(7)" ], - "quotients": [ - { - "Alt(8) or A_{2}(4)": 1 - } - ], + "quotients": { + "Alt(8) or A_{2}(4)": 1 + }, "alternating_quotients": [ 3, 8 @@ -6088,11 +5785,12 @@ "L2_quotients_utf8": [ "L₂(7)" ], - "quotients_utf8": [ - { - "Alt(8) or A₂(4)": 1 - } - ] + "quotients_utf8": { + "Alt(8) or A₂(4)": 1 + }, + "quotients_plain": { + "Alt(8) or A2(4)": 1 + } }, { "name": "G^{14,14,48}_4", @@ -6126,22 +5824,21 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "Alt(7)": 1 - } - ], + "quotients": { + "Alt(7)": 1 + }, "alternating_quotients": [ 3, 7 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(7)": 1 - } - ] + "quotients_utf8": { + "Alt(7)": 1 + }, + "quotients_plain": { + "Alt(7)": 1 + } }, { "name": "G^{14,14,48}_5", @@ -6175,14 +5872,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "Alt(8) or A_{2}(4)": 1 - }, - { - "M_{22}": 1 - } - ], + "quotients": { + "Alt(8) or A_{2}(4)": 1, + "M_{22}": 1 + }, "alternating_quotients": [ 3, 8, @@ -6190,14 +5883,14 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(8) or A₂(4)": 1 - }, - { - "M₂₂": 1 - } - ] + "quotients_utf8": { + "Alt(8) or A₂(4)": 1, + "M₂₂": 1 + }, + "quotients_plain": { + "M22": 1, + "Alt(8) or A2(4)": 1 + } }, { "name": "G^{14,14,54}_0", @@ -6232,21 +5925,20 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "{}^2A_{2}(9)": 1 - } - ], + "quotients": { + "{}^2A_{2}(9)": 1 + }, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "²A₂(9)": 1 - } - ] + "quotients_utf8": { + "²A₂(9)": 1 + }, + "quotients_plain": { + "2A2(9)": 1 + } }, { "name": "G^{14,14,54}_4", @@ -6281,13 +5973,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,16,40}_0", @@ -6324,13 +6017,14 @@ "L2_quotients": [ "L_2(7^2)" ], - "quotients": [], + "quotients": {}, "alternating_quotients": [], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [ "L₂(7²)" ], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,16,48}_0", @@ -6364,14 +6058,15 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,16,48}_1", @@ -6407,7 +6102,7 @@ "L2_quotients": [ "L_2(7)" ], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], @@ -6415,7 +6110,8 @@ "L2_quotients_utf8": [ "L₂(7)" ], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,16,54}_0", @@ -6450,13 +6146,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,16,54}_2", @@ -6491,13 +6188,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,18,40}_0", @@ -6533,22 +6231,21 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [ - { - "J_{2}": 1 - } - ], + "quotients": { + "J_{2}": 1 + }, "alternating_quotients": [ 21, 25 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "J₂": 1 - } - ] + "quotients_utf8": { + "J₂": 1 + }, + "quotients_plain": { + "J2": 1 + } }, { "name": "G^{14,18,48}_0", @@ -6583,21 +6280,20 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "G_{2}(3)": 1 - } - ], + "quotients": { + "G_{2}(3)": 1 + }, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "G₂(3)": 1 - } - ] + "quotients_utf8": { + "G₂(3)": 1 + }, + "quotients_plain": { + "G2(3)": 1 + } }, { "name": "G^{14,18,54}_0", @@ -6633,13 +6329,14 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,18,54}_2", @@ -6675,7 +6372,7 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 21, @@ -6684,7 +6381,8 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,24,40}_0", @@ -6722,17 +6420,11 @@ "L2_quotients": [ "L_2(7^2)" ], - "quotients": [ - { - "Alt(7)": 1 - }, - { - "Alt(10)": 1 - }, - { - "A_{4}(2)": 1 - } - ], + "quotients": { + "A_{4}(2)": 1, + "Alt(10)": 1, + "Alt(7)": 1 + }, "alternating_quotients": [ 7, 10 @@ -6741,17 +6433,16 @@ "L2_quotients_utf8": [ "L₂(7²)" ], - "quotients_utf8": [ - { - "Alt(7)": 1 - }, - { - "Alt(10)": 1 - }, - { - "A₄(2)": 1 - } - ] + "quotients_utf8": { + "Alt(10)": 1, + "A₄(2)": 1, + "Alt(7)": 1 + }, + "quotients_plain": { + "Alt(10)": 1, + "A4(2)": 1, + "Alt(7)": 1 + } }, { "name": "G^{14,24,48}_0", @@ -6786,14 +6477,15 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,24,48}_1", @@ -6830,23 +6522,13 @@ "L2_quotients": [ "L_2(7)" ], - "quotients": [ - { - "Alt(7)": 1 - }, - { - "Alt(8) or A_{2}(4)": 1 - }, - { - "J_{2}": 1 - }, - { - "C_{3}(2)": 1 - }, - { - "{}^2A_{3}(9)": 1 - } - ], + "quotients": { + "{}^2A_{3}(9)": 1, + "Alt(8) or A_{2}(4)": 1, + "J_{2}": 1, + "C_{3}(2)": 1, + "Alt(7)": 1 + }, "alternating_quotients": [ 3, 7, @@ -6860,23 +6542,20 @@ "L2_quotients_utf8": [ "L₂(7)" ], - "quotients_utf8": [ - { - "Alt(7)": 1 - }, - { - "Alt(8) or A₂(4)": 1 - }, - { - "J₂": 1 - }, - { - "C₃(2)": 1 - }, - { - "²A₃(9)": 1 - } - ] + "quotients_utf8": { + "C₃(2)": 1, + "²A₃(9)": 1, + "Alt(8) or A₂(4)": 1, + "Alt(7)": 1, + "J₂": 1 + }, + "quotients_plain": { + "C3(2)": 1, + "Alt(7)": 1, + "J2": 1, + "2A3(9)": 1, + "Alt(8) or A2(4)": 1 + } }, { "name": "G^{14,24,54}_0", @@ -6912,14 +6591,15 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 18 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,24,54}_2", @@ -6955,14 +6635,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "C_{3}(2)": 1 - }, - { - "{}^2A_{3}(9)": 1 - } - ], + "quotients": { + "{}^2A_{3}(9)": 1, + "C_{3}(2)": 1 + }, "alternating_quotients": [ 3, 14, @@ -6971,14 +6647,14 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "C₃(2)": 1 - }, - { - "²A₃(9)": 1 - } - ] + "quotients_utf8": { + "C₃(2)": 1, + "²A₃(9)": 1 + }, + "quotients_plain": { + "C3(2)": 1, + "2A3(9)": 1 + } }, { "name": "G^{14,26,40}_0", @@ -7014,11 +6690,12 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,26,40}_4", @@ -7054,11 +6731,12 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,26,48}_0", @@ -7093,13 +6771,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,26,48}_1", @@ -7134,13 +6813,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,26,48}_4", @@ -7175,13 +6855,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,26,48}_5", @@ -7216,13 +6897,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,26,54}_0", @@ -7258,13 +6940,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,26,54}_2", @@ -7300,13 +6983,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,26,54}_4", @@ -7342,13 +7026,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,26,54}_6", @@ -7384,13 +7069,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{16,16,40}_0", @@ -7425,26 +7111,14 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [ - { - "M_{11}": 1 - }, - { - "B_{2}(3)": 1 - }, - { - "J_{2}": 2 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "B_{2}(5)": 1 - }, - { - "A_{3}(3)": 2 - } - ], + "quotients": { + "M_{11}": 1, + "A_{3}(3)": 2, + "B_{2}(3)": 1, + "{}^2A_{3}(9)": 1, + "J_{2}": 2, + "B_{2}(5)": 1 + }, "alternating_quotients": [ 5, 21, @@ -7453,26 +7127,22 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "M₁₁": 1 - }, - { - "B₂(3)": 1 - }, - { - "J₂": 2 - }, - { - "²A₃(9)": 1 - }, - { - "B₂(5)": 1 - }, - { - "A₃(3)": 2 - } - ] + "quotients_utf8": { + "²A₃(9)": 1, + "B₂(5)": 1, + "A₃(3)": 2, + "J₂": 2, + "B₂(3)": 1, + "M₁₁": 1 + }, + "quotients_plain": { + "B2(3)": 1, + "A3(3)": 2, + "B2(5)": 1, + "M11": 1, + "J2": 2, + "2A3(9)": 1 + } }, { "name": "G^{16,16,48}_0", @@ -7506,23 +7176,13 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 1 - }, - { - "{}^2A_{2}(9)": 2 - }, - { - "Alt(9)": 1 - }, - { - "{}^2A_{2}(81)": 2 - }, - { - "HS": 1 - } - ], + "quotients": { + "Alt(9)": 1, + "HS": 1, + "{}^2A_{2}(9)": 2, + "{}^2A_{2}(81)": 2, + "A_{2}(3)": 1 + }, "alternating_quotients": [ 3, 4, @@ -7535,23 +7195,20 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 1 - }, - { - "²A₂(9)": 2 - }, - { - "Alt(9)": 1 - }, - { - "²A₂(81)": 2 - }, - { - "HS": 1 - } - ] + "quotients_utf8": { + "Alt(9)": 1, + "²A₂(9)": 2, + "²A₂(81)": 2, + "HS": 1, + "A₂(3)": 1 + }, + "quotients_plain": { + "Alt(9)": 1, + "HS": 1, + "A2(3)": 1, + "2A2(81)": 2, + "2A2(9)": 2 + } }, { "name": "G^{16,16,48}_1", @@ -7585,32 +7242,16 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "{}^2A_{2}(9)": 1 - }, - { - "J_{2}": 1 - }, - { - "Alt(10)": 1 - }, - { - "B_{2}(5)": 1 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "A_{4}(2)": 1 - }, - { - "A_{2}(9)": 1 - }, - { - "{}^2A_{2}(81)": 2 - } - ], + "quotients": { + "{}^2A_{2}(9)": 1, + "{}^2A_{2}(64)": 2, + "A_{4}(2)": 1, + "Alt(10)": 1, + "A_{2}(9)": 1, + "{}^2A_{2}(81)": 2, + "J_{2}": 1, + "B_{2}(5)": 1 + }, "alternating_quotients": [ 3, 4, @@ -7618,32 +7259,26 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "²A₂(9)": 1 - }, - { - "J₂": 1 - }, - { - "Alt(10)": 1 - }, - { - "B₂(5)": 1 - }, - { - "²A₂(64)": 2 - }, - { - "A₄(2)": 1 - }, - { - "A₂(9)": 1 - }, - { - "²A₂(81)": 2 - } - ] + "quotients_utf8": { + "²A₂(9)": 1, + "²A₂(81)": 2, + "Alt(10)": 1, + "B₂(5)": 1, + "²A₂(64)": 2, + "A₄(2)": 1, + "A₂(9)": 1, + "J₂": 1 + }, + "quotients_plain": { + "A2(9)": 1, + "2A2(64)": 2, + "B2(5)": 1, + "Alt(10)": 1, + "A4(2)": 1, + "J2": 1, + "2A2(9)": 1, + "2A2(81)": 2 + } }, { "name": "G^{16,16,54}_0", @@ -7678,17 +7313,11 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "B_{2}(3)": 1 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "B_{2}(3)": 1, + "A_{2}(9)": 3, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 4, @@ -7700,17 +7329,16 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "B₂(3)": 1 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "A₂(9)": 3, + "A₂(3)": 2, + "B₂(3)": 1 + }, + "quotients_plain": { + "B2(3)": 1, + "A2(3)": 2, + "A2(9)": 3 + } }, { "name": "G^{16,18,40}_0", @@ -7748,14 +7376,10 @@ "L2_quotients": [ "L_2(3^2)" ], - "quotients": [ - { - "B_{2}(3)": 2 - }, - { - "M_{12}": 5 - } - ], + "quotients": { + "B_{2}(3)": 2, + "M_{12}": 5 + }, "alternating_quotients": [ 6, 18, @@ -7767,14 +7391,14 @@ "L2_quotients_utf8": [ "L₂(3²)" ], - "quotients_utf8": [ - { - "B₂(3)": 2 - }, - { - "M₁₂": 5 - } - ] + "quotients_utf8": { + "M₁₂": 5, + "B₂(3)": 2 + }, + "quotients_plain": { + "M12": 5, + "B2(3)": 2 + } }, { "name": "G^{16,18,48}_0", @@ -7809,17 +7433,11 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "Alt(10)": 1 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "Alt(10)": 1, + "A_{2}(9)": 3, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 4, @@ -7830,17 +7448,16 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "Alt(10)": 1 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "Alt(10)": 1, + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 2, + "Alt(10)": 1 + } }, { "name": "G^{16,18,54}_0", @@ -7876,17 +7493,11 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "{}^2A_{2}(64)": 2, + "A_{2}(9)": 3, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 4, @@ -7896,17 +7507,16 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "²A₂(64)": 2 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₂(64)": 2, + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 2, + "2A2(64)": 2 + } }, { "name": "G^{16,18,54}_2", @@ -7942,17 +7552,11 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "{}^2A_{2}(64)": 2, + "A_{2}(9)": 3, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 4, @@ -7968,17 +7572,16 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "²A₂(64)": 2 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₂(64)": 2, + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 2, + "2A2(64)": 2 + } }, { "name": "G^{16,24,40}_0", @@ -8016,17 +7619,11 @@ "L2_quotients": [ "L_2(3^2)" ], - "quotients": [ - { - "B_{2}(5)": 2 - }, - { - "A_{4}(2)": 3 - }, - { - "Alt(11)": 2 - } - ], + "quotients": { + "A_{4}(2)": 3, + "B_{2}(5)": 2, + "Alt(11)": 2 + }, "alternating_quotients": [ 5, 6, @@ -8038,17 +7635,16 @@ "L2_quotients_utf8": [ "L₂(3²)" ], - "quotients_utf8": [ - { - "B₂(5)": 2 - }, - { - "A₄(2)": 3 - }, - { - "Alt(11)": 2 - } - ] + "quotients_utf8": { + "B₂(5)": 2, + "A₄(2)": 3, + "Alt(11)": 2 + }, + "quotients_plain": { + "B2(5)": 2, + "A4(2)": 3, + "Alt(11)": 2 + } }, { "name": "G^{16,24,48}_0", @@ -8083,17 +7679,11 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "Alt(9)": 1 - }, - { - "C_{3}(2)": 5 - }, - { - "HS": 1 - } - ], + "quotients": { + "Alt(9)": 1, + "HS": 1, + "C_{3}(2)": 5 + }, "alternating_quotients": [ 3, 4, @@ -8117,17 +7707,16 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(9)": 1 - }, - { - "C₃(2)": 5 - }, - { - "HS": 1 - } - ] + "quotients_utf8": { + "C₃(2)": 5, + "Alt(9)": 1, + "HS": 1 + }, + "quotients_plain": { + "Alt(9)": 1, + "HS": 1, + "C3(2)": 5 + } }, { "name": "G^{16,24,48}_1", @@ -8162,38 +7751,18 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "Alt(7)": 1 - }, - { - "Alt(8) or A_{2}(4)": 2 - }, - { - "{}^2A_{2}(25)": 1 - }, - { - "J_{2}": 1 - }, - { - "C_{3}(2)": 2 - }, - { - "Alt(10)": 1 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "B_{2}(5)": 1 - }, - { - "A_{4}(2)": 1 - }, - { - "HS": 1 - } - ], + "quotients": { + "HS": 1, + "A_{4}(2)": 1, + "Alt(10)": 1, + "{}^2A_{2}(25)": 1, + "Alt(8) or A_{2}(4)": 2, + "J_{2}": 1, + "C_{3}(2)": 2, + "Alt(7)": 1, + "{}^2A_{3}(9)": 1, + "B_{2}(5)": 1 + }, "alternating_quotients": [ 3, 4, @@ -8218,38 +7787,30 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(7)": 1 - }, - { - "Alt(8) or A₂(4)": 2 - }, - { - "²A₂(25)": 1 - }, - { - "J₂": 1 - }, - { - "C₃(2)": 2 - }, - { - "Alt(10)": 1 - }, - { - "²A₃(9)": 1 - }, - { - "B₂(5)": 1 - }, - { - "A₄(2)": 1 - }, - { - "HS": 1 - } - ] + "quotients_utf8": { + "²A₂(25)": 1, + "C₃(2)": 2, + "²A₃(9)": 1, + "HS": 1, + "Alt(10)": 1, + "Alt(8) or A₂(4)": 2, + "B₂(5)": 1, + "A₄(2)": 1, + "Alt(7)": 1, + "J₂": 1 + }, + "quotients_plain": { + "2A2(25)": 1, + "HS": 1, + "B2(5)": 1, + "Alt(10)": 1, + "A4(2)": 1, + "C3(2)": 2, + "Alt(7)": 1, + "J2": 1, + "2A3(9)": 1, + "Alt(8) or A2(4)": 2 + } }, { "name": "G^{16,24,54}_0", @@ -8285,17 +7846,11 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "Alt(9)": 1 - }, - { - "C_{3}(2)": 1 - }, - { - "Alt(10)": 1 - } - ], + "quotients": { + "Alt(9)": 1, + "Alt(10)": 1, + "C_{3}(2)": 1 + }, "alternating_quotients": [ 3, 4, @@ -8313,17 +7868,16 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(9)": 1 - }, - { - "C₃(2)": 1 - }, - { - "Alt(10)": 1 - } - ] + "quotients_utf8": { + "C₃(2)": 1, + "Alt(9)": 1, + "Alt(10)": 1 + }, + "quotients_plain": { + "Alt(9)": 1, + "Alt(10)": 1, + "C3(2)": 1 + } }, { "name": "G^{16,24,54}_2", @@ -8359,14 +7913,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 1 - }, - { - "Alt(10)": 3 - } - ], + "quotients": { + "B_{2}(3)": 1, + "Alt(10)": 3 + }, "alternating_quotients": [ 3, 4, @@ -8386,14 +7936,14 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 1 - }, - { - "Alt(10)": 3 - } - ] + "quotients_utf8": { + "Alt(10)": 3, + "B₂(3)": 1 + }, + "quotients_plain": { + "B2(3)": 1, + "Alt(10)": 3 + } }, { "name": "G^{16,26,40}_0", @@ -8431,21 +7981,20 @@ "L2_quotients": [ "L_2(13^2)" ], - "quotients": [ - { - "{}^2F_4(2)'": 1 - } - ], + "quotients": { + "{}^2F_4(2)'": 1 + }, "alternating_quotients": [], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [ "L₂(13²)" ], - "quotients_utf8": [ - { - "²F₄(2)'": 1 - } - ] + "quotients_utf8": { + "²F₄(2)'": 1 + }, + "quotients_plain": { + "2F_4(2)'": 1 + } }, { "name": "G^{16,26,48}_0", @@ -8482,7 +8031,7 @@ "L2_quotients": [ "L_2(13)" ], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 16, @@ -8492,7 +8041,8 @@ "L2_quotients_utf8": [ "L₂(13)" ], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{16,26,48}_1", @@ -8527,14 +8077,15 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{16,26,54}_0", @@ -8570,13 +8121,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{16,26,54}_2", @@ -8612,14 +8164,15 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 28 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{18,18,40}_0", @@ -8656,14 +8209,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "M_{12}": 2 - }, - { - "A_{3}(3)": 4 - } - ], + "quotients": { + "A_{3}(3)": 4, + "M_{12}": 2 + }, "alternating_quotients": [ 3, 5, @@ -8682,14 +8231,14 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "M₁₂": 2 - }, - { - "A₃(3)": 4 - } - ] + "quotients_utf8": { + "M₁₂": 2, + "A₃(3)": 4 + }, + "quotients_plain": { + "M12": 2, + "A3(3)": 4 + } }, { "name": "G^{18,18,48}_0", @@ -8725,23 +8274,13 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "Alt(10)": 1 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "Alt(11)": 1 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "{}^2A_{2}(64)": 2, + "Alt(10)": 1, + "A_{2}(9)": 3, + "Alt(11)": 1, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 4, @@ -8763,23 +8302,20 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "Alt(10)": 1 - }, - { - "²A₂(64)": 2 - }, - { - "Alt(11)": 1 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "Alt(10)": 1, + "²A₂(64)": 2, + "Alt(11)": 1, + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 2, + "2A2(64)": 2, + "Alt(10)": 1, + "Alt(11)": 1 + } }, { "name": "G^{18,18,54}_0", @@ -8816,14 +8352,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "A_{2}(9)": 3, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 19, @@ -8838,14 +8370,14 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 2 + } }, { "name": "G^{18,24,40}_0", @@ -8884,23 +8416,13 @@ "L2_quotients": [ "L_2(3^2)" ], - "quotients": [ - { - "M_{12}": 6 - }, - { - "Alt(10)": 2 - }, - { - "{}^2A_{3}(9)": 2 - }, - { - "A_{3}(3)": 3 - }, - { - "Alt(11)": 4 - } - ], + "quotients": { + "A_{3}(3)": 3, + "Alt(10)": 2, + "M_{12}": 6, + "{}^2A_{3}(9)": 2, + "Alt(11)": 4 + }, "alternating_quotients": [ 3, 5, @@ -8926,23 +8448,20 @@ "L2_quotients_utf8": [ "L₂(3²)" ], - "quotients_utf8": [ - { - "M₁₂": 6 - }, - { - "Alt(10)": 2 - }, - { - "²A₃(9)": 2 - }, - { - "A₃(3)": 3 - }, - { - "Alt(11)": 4 - } - ] + "quotients_utf8": { + "²A₃(9)": 2, + "M₁₂": 6, + "Alt(10)": 2, + "A₃(3)": 3, + "Alt(11)": 4 + }, + "quotients_plain": { + "M12": 6, + "A3(3)": 3, + "Alt(10)": 2, + "Alt(11)": 4, + "2A3(9)": 2 + } }, { "name": "G^{18,24,48}_0", @@ -8978,20 +8497,12 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "Alt(10)": 2 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "A_{3}(3)": 2 - }, - { - "Alt(11)": 1 - } - ], + "quotients": { + "A_{3}(3)": 2, + "Alt(10)": 2, + "{}^2A_{3}(9)": 1, + "Alt(11)": 1 + }, "alternating_quotients": [ 3, 4, @@ -9016,20 +8527,18 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(10)": 2 - }, - { - "²A₃(9)": 1 - }, - { - "A₃(3)": 2 - }, - { - "Alt(11)": 1 - } - ] + "quotients_utf8": { + "²A₃(9)": 1, + "Alt(10)": 2, + "A₃(3)": 2, + "Alt(11)": 1 + }, + "quotients_plain": { + "A3(3)": 2, + "Alt(10)": 2, + "Alt(11)": 1, + "2A3(9)": 1 + } }, { "name": "G^{18,24,54}_0", @@ -9066,17 +8575,11 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "Alt(10)": 2 - }, - { - "A_{3}(3)": 4 - }, - { - "Alt(11)": 2 - } - ], + "quotients": { + "A_{3}(3)": 4, + "Alt(10)": 2, + "Alt(11)": 2 + }, "alternating_quotients": [ 3, 4, @@ -9100,17 +8603,16 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(10)": 2 - }, - { - "A₃(3)": 4 - }, - { - "Alt(11)": 2 - } - ] + "quotients_utf8": { + "Alt(10)": 2, + "A₃(3)": 4, + "Alt(11)": 2 + }, + "quotients_plain": { + "A3(3)": 4, + "Alt(10)": 2, + "Alt(11)": 2 + } }, { "name": "G^{18,24,54}_2", @@ -9147,17 +8649,11 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "Alt(9)": 2 - }, - { - "Alt(10)": 1 - }, - { - "Alt(11)": 1 - } - ], + "quotients": { + "Alt(9)": 2, + "Alt(10)": 1, + "Alt(11)": 1 + }, "alternating_quotients": [ 3, 4, @@ -9181,17 +8677,16 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(9)": 2 - }, - { - "Alt(10)": 1 - }, - { - "Alt(11)": 1 - } - ] + "quotients_utf8": { + "Alt(9)": 2, + "Alt(10)": 1, + "Alt(11)": 1 + }, + "quotients_plain": { + "Alt(9)": 2, + "Alt(10)": 1, + "Alt(11)": 1 + } }, { "name": "G^{18,26,40}_0", @@ -9228,11 +8723,12 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{18,26,48}_0", @@ -9268,22 +8764,21 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "G_{2}(3)": 1 - } - ], + "quotients": { + "G_{2}(3)": 1 + }, "alternating_quotients": [ 3, 27 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "G₂(3)": 1 - } - ] + "quotients_utf8": { + "G₂(3)": 1 + }, + "quotients_plain": { + "G2(3)": 1 + } }, { "name": "G^{18,26,54}_0", @@ -9320,14 +8815,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "A_{2}(9)": 3, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13, @@ -9336,14 +8827,14 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 2 + } }, { "name": "G^{18,26,54}_2", @@ -9380,28 +8871,24 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "A_{2}(9)": 3, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 2 + } }, { "name": "G^{24,24,40}_0", @@ -9441,32 +8928,16 @@ "L_2(3^2)", "L_2(3^2)" ], - "quotients": [ - { - "Alt(7)": 2 - }, - { - "M_{22}": 2 - }, - { - "J_{2}": 4 - }, - { - "C_{2}(4)": 4 - }, - { - "C_{3}(2)": 1 - }, - { - "B_{2}(5)": 8 - }, - { - "A_{3}(3)": 1 - }, - { - "A_{4}(2)": 2 - } - ], + "quotients": { + "A_{3}(3)": 1, + "A_{4}(2)": 2, + "C_{3}(2)": 1, + "J_{2}": 4, + "C_{2}(4)": 4, + "Alt(7)": 2, + "M_{22}": 2, + "B_{2}(5)": 8 + }, "alternating_quotients": [ 3, 5, @@ -9493,32 +8964,26 @@ "L₂(3²)", "L₂(3²)" ], - "quotients_utf8": [ - { - "Alt(7)": 2 - }, - { - "M₂₂": 2 - }, - { - "J₂": 4 - }, - { - "C₂(4)": 4 - }, - { - "C₃(2)": 1 - }, - { - "B₂(5)": 8 - }, - { - "A₃(3)": 1 - }, - { - "A₄(2)": 2 - } - ] + "quotients_utf8": { + "C₂(4)": 4, + "C₃(2)": 1, + "B₂(5)": 8, + "M₂₂": 2, + "A₃(3)": 1, + "A₄(2)": 2, + "Alt(7)": 2, + "J₂": 4 + }, + "quotients_plain": { + "A3(3)": 1, + "B2(5)": 8, + "C2(4)": 4, + "A4(2)": 2, + "C3(2)": 1, + "Alt(7)": 2, + "M22": 2, + "J2": 4 + } }, { "name": "G^{24,24,48}_0", @@ -9554,23 +9019,13 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "M_{22}": 1 - }, - { - "C_{3}(2)": 6 - }, - { - "{}^2A_{3}(9)": 5 - }, - { - "B_{2}(5)": 2 - }, - { - "A_{3}(3)": 1 - } - ], + "quotients": { + "A_{3}(3)": 1, + "{}^2A_{3}(9)": 5, + "C_{3}(2)": 6, + "B_{2}(5)": 2, + "M_{22}": 1 + }, "alternating_quotients": [ 3, 4, @@ -9597,23 +9052,20 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "M₂₂": 1 - }, - { - "C₃(2)": 6 - }, - { - "²A₃(9)": 5 - }, - { - "B₂(5)": 2 - }, - { - "A₃(3)": 1 - } - ] + "quotients_utf8": { + "C₃(2)": 6, + "²A₃(9)": 5, + "B₂(5)": 2, + "M₂₂": 1, + "A₃(3)": 1 + }, + "quotients_plain": { + "A3(3)": 1, + "B2(5)": 2, + "C3(2)": 6, + "2A3(9)": 5, + "M22": 1 + } }, { "name": "G^{24,24,48}_1", @@ -9649,44 +9101,20 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "Alt(7)": 3 - }, - { - "Alt(8) or A_{2}(4)": 2 - }, - { - "M_{12}": 1 - }, - { - "{}^2A_{2}(25)": 1 - }, - { - "J_{2}": 1 - }, - { - "C_{3}(2)": 3 - }, - { - "A_{2}(7)": 1 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "B_{2}(5)": 3 - }, - { - "A_{4}(2)": 1 - }, - { - "{}^2A_{4}(4)": 2 - }, - { - "HS": 1 - } - ], + "quotients": { + "HS": 1, + "M_{12}": 1, + "Alt(8) or A_{2}(4)": 2, + "J_{2}": 1, + "C_{3}(2)": 3, + "Alt(7)": 3, + "B_{2}(5)": 3, + "A_{4}(2)": 1, + "{}^2A_{3}(9)": 1, + "{}^2A_{2}(25)": 1, + "A_{2}(7)": 1, + "{}^2A_{4}(4)": 2 + }, "alternating_quotients": [ 3, 4, @@ -9711,44 +9139,34 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(7)": 3 - }, - { - "Alt(8) or A₂(4)": 2 - }, - { - "M₁₂": 1 - }, - { - "²A₂(25)": 1 - }, - { - "J₂": 1 - }, - { - "C₃(2)": 3 - }, - { - "A₂(7)": 1 - }, - { - "²A₃(9)": 1 - }, - { - "B₂(5)": 3 - }, - { - "A₄(2)": 1 - }, - { - "²A₄(4)": 2 - }, - { - "HS": 1 - } - ] + "quotients_utf8": { + "²A₄(4)": 2, + "²A₂(25)": 1, + "²A₃(9)": 1, + "HS": 1, + "M₁₂": 1, + "B₂(5)": 3, + "Alt(7)": 3, + "A₂(7)": 1, + "C₃(2)": 3, + "Alt(8) or A₂(4)": 2, + "A₄(2)": 1, + "J₂": 1 + }, + "quotients_plain": { + "2A2(25)": 1, + "HS": 1, + "B2(5)": 3, + "A4(2)": 1, + "C3(2)": 3, + "Alt(7)": 3, + "J2": 1, + "Alt(8) or A2(4)": 2, + "M12": 1, + "A2(7)": 1, + "2A3(9)": 1, + "2A4(4)": 2 + } }, { "name": "G^{24,24,54}_0", @@ -9785,20 +9203,12 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "Alt(9)": 3 - }, - { - "Alt(10)": 4 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "Alt(11)": 2 - } - ], + "quotients": { + "Alt(9)": 3, + "Alt(10)": 4, + "{}^2A_{3}(9)": 1, + "Alt(11)": 2 + }, "alternating_quotients": [ 3, 4, @@ -9825,20 +9235,18 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(9)": 3 - }, - { - "Alt(10)": 4 - }, - { - "²A₃(9)": 1 - }, - { - "Alt(11)": 2 - } - ] + "quotients_utf8": { + "Alt(9)": 3, + "²A₃(9)": 1, + "Alt(10)": 4, + "Alt(11)": 2 + }, + "quotients_plain": { + "Alt(9)": 3, + "Alt(10)": 4, + "Alt(11)": 2, + "2A3(9)": 1 + } }, { "name": "G^{24,26,40}_0", @@ -9877,13 +9285,14 @@ "L2_quotients": [ "L_2(13^2)" ], - "quotients": [], + "quotients": {}, "alternating_quotients": [], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [ "L₂(13²)" ], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{24,26,48}_0", @@ -9921,11 +9330,9 @@ "L2_quotients": [ "L_2(13)" ], - "quotients": [ - { - "A_{3}(3)": 1 - } - ], + "quotients": { + "A_{3}(3)": 1 + }, "alternating_quotients": [ 3, 13, @@ -9942,11 +9349,12 @@ "L2_quotients_utf8": [ "L₂(13)" ], - "quotients_utf8": [ - { - "A₃(3)": 1 - } - ] + "quotients_utf8": { + "A₃(3)": 1 + }, + "quotients_plain": { + "A3(3)": 1 + } }, { "name": "G^{24,26,48}_1", @@ -9982,7 +9390,7 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 4, @@ -9991,7 +9399,8 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{24,26,54}_0", @@ -10028,11 +9437,9 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{3}(3)": 1 - } - ], + "quotients": { + "A_{3}(3)": 1 + }, "alternating_quotients": [ 3, 13, @@ -10042,11 +9449,12 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₃(3)": 1 - } - ] + "quotients_utf8": { + "A₃(3)": 1 + }, + "quotients_plain": { + "A3(3)": 1 + } }, { "name": "G^{24,26,54}_2", @@ -10083,7 +9491,7 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 13, @@ -10091,7 +9499,8 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{26,26,40}_0", @@ -10128,13 +9537,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 13 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{26,26,40}_4", @@ -10173,14 +9583,10 @@ "L2_quotients": [ "L_2(13^2)" ], - "quotients": [ - { - "{}^2A_{2}(16)": 1 - }, - { - "A_{3}(3)": 1 - } - ], + "quotients": { + "A_{3}(3)": 1, + "{}^2A_{2}(16)": 1 + }, "alternating_quotients": [ 13, 26 @@ -10189,14 +9595,14 @@ "L2_quotients_utf8": [ "L₂(13²)" ], - "quotients_utf8": [ - { - "²A₂(16)": 1 - }, - { - "A₃(3)": 1 - } - ] + "quotients_utf8": { + "A₃(3)": 1, + "²A₂(16)": 1 + }, + "quotients_plain": { + "2A2(16)": 1, + "A3(3)": 1 + } }, { "name": "G^{26,26,48}_0", @@ -10232,14 +9638,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "G_{2}(3)": 1 - } - ], + "quotients": { + "G_{2}(3)": 1, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13, @@ -10249,14 +9651,14 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "G₂(3)": 1 - } - ] + "quotients_utf8": { + "A₂(3)": 2, + "G₂(3)": 1 + }, + "quotients_plain": { + "A2(3)": 2, + "G2(3)": 1 + } }, { "name": "G^{26,26,48}_1", @@ -10292,7 +9694,7 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 26, @@ -10300,7 +9702,8 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{26,26,48}_4", @@ -10338,17 +9741,11 @@ "L2_quotients": [ "L_2(13)" ], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "G_{2}(3)": 1 - }, - { - "A_{3}(3)": 1 - } - ], + "quotients": { + "A_{3}(3)": 1, + "G_{2}(3)": 1, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13, @@ -10362,17 +9759,16 @@ "L2_quotients_utf8": [ "L₂(13)" ], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "G₂(3)": 1 - }, - { - "A₃(3)": 1 - } - ] + "quotients_utf8": { + "A₃(3)": 1, + "A₂(3)": 2, + "G₂(3)": 1 + }, + "quotients_plain": { + "A2(3)": 2, + "A3(3)": 1, + "G2(3)": 1 + } }, { "name": "G^{26,26,48}_5", @@ -10410,14 +9806,10 @@ "L2_quotients": [ "L_2(13)" ], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "A_{3}(3)": 1 - } - ], + "quotients": { + "A_{3}(3)": 1, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13, @@ -10428,14 +9820,14 @@ "L2_quotients_utf8": [ "L₂(13)" ], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "A₃(3)": 1 - } - ] + "quotients_utf8": { + "A₃(3)": 1, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(3)": 2, + "A3(3)": 1 + } }, { "name": "G^{26,26,54}_0", @@ -10472,22 +9864,21 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "G_{2}(3)": 2 - } - ], + "quotients": { + "G_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "G₂(3)": 2 - } - ] + "quotients_utf8": { + "G₂(3)": 2 + }, + "quotients_plain": { + "G2(3)": 2 + } }, { "name": "G^{26,26,54}_4", @@ -10524,14 +9915,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "G_{2}(3)": 1 - } - ], + "quotients": { + "G_{2}(3)": 1, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13, @@ -10539,14 +9926,14 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "G₂(3)": 1 - } - ] + "quotients_utf8": { + "A₂(3)": 2, + "G₂(3)": 1 + }, + "quotients_plain": { + "A2(3)": 2, + "G2(3)": 1 + } }, { "name": "G^{14,40,40}_0", @@ -10584,29 +9971,15 @@ "L2_quotients": [ "L_2(7^2)" ], - "quotients": [ - { - "Alt(8) or A_{2}(4)": 5 - }, - { - "C_{3}(2)": 2 - }, - { - "Alt(10)": 4 - }, - { - "{}^2A_{3}(9)": 2 - }, - { - "A_{4}(2)": 3 - }, - { - "Alt(11)": 3 - }, - { - "A_{2}(9)": 1 - } - ], + "quotients": { + "A_{4}(2)": 3, + "Alt(10)": 4, + "{}^2A_{3}(9)": 2, + "Alt(8) or A_{2}(4)": 5, + "C_{3}(2)": 2, + "Alt(11)": 3, + "A_{2}(9)": 1 + }, "alternating_quotients": [ 5, 10, @@ -10619,29 +9992,24 @@ "L2_quotients_utf8": [ "L₂(7²)" ], - "quotients_utf8": [ - { - "Alt(8) or A₂(4)": 5 - }, - { - "C₃(2)": 2 - }, - { - "Alt(10)": 4 - }, - { - "²A₃(9)": 2 - }, - { - "A₄(2)": 3 - }, - { - "Alt(11)": 3 - }, - { - "A₂(9)": 1 - } - ] + "quotients_utf8": { + "C₃(2)": 2, + "²A₃(9)": 2, + "Alt(10)": 4, + "Alt(8) or A₂(4)": 5, + "A₄(2)": 3, + "Alt(11)": 3, + "A₂(9)": 1 + }, + "quotients_plain": { + "A2(9)": 1, + "Alt(10)": 4, + "A4(2)": 3, + "C3(2)": 2, + "2A3(9)": 2, + "Alt(11)": 3, + "Alt(8) or A2(4)": 5 + } }, { "name": "G^{14,40,48}_0", @@ -10678,17 +10046,11 @@ "L2_quotients": [ "L_2(7^2)" ], - "quotients": [ - { - "Alt(7)": 1 - }, - { - "Alt(10)": 1 - }, - { - "A_{4}(2)": 1 - } - ], + "quotients": { + "A_{4}(2)": 1, + "Alt(10)": 1, + "Alt(7)": 1 + }, "alternating_quotients": [ 7, 10 @@ -10697,17 +10059,16 @@ "L2_quotients_utf8": [ "L₂(7²)" ], - "quotients_utf8": [ - { - "Alt(7)": 1 - }, - { - "Alt(10)": 1 - }, - { - "A₄(2)": 1 - } - ] + "quotients_utf8": { + "Alt(10)": 1, + "A₄(2)": 1, + "Alt(7)": 1 + }, + "quotients_plain": { + "Alt(10)": 1, + "A4(2)": 1, + "Alt(7)": 1 + } }, { "name": "G^{14,40,54}_0", @@ -10743,28 +10104,24 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [ - { - "J_{2}": 1 - }, - { - "C_{3}(2)": 2 - } - ], + "quotients": { + "C_{3}(2)": 2, + "J_{2}": 1 + }, "alternating_quotients": [ 21, 25 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "J₂": 1 - }, - { - "C₃(2)": 2 - } - ] + "quotients_utf8": { + "C₃(2)": 2, + "J₂": 1 + }, + "quotients_plain": { + "C3(2)": 2, + "J2": 1 + } }, { "name": "G^{14,40,54}_2", @@ -10800,14 +10157,10 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [ - { - "J_{2}": 1 - }, - { - "C_{3}(2)": 2 - } - ], + "quotients": { + "C_{3}(2)": 2, + "J_{2}": 1 + }, "alternating_quotients": [ 20, 21, @@ -10818,14 +10171,14 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "J₂": 1 - }, - { - "C₃(2)": 2 - } - ] + "quotients_utf8": { + "C₃(2)": 2, + "J₂": 1 + }, + "quotients_plain": { + "C3(2)": 2, + "J2": 1 + } }, { "name": "G^{14,48,48}_0", @@ -10861,26 +10214,14 @@ "L2_quotients": [ "L_2(7)" ], - "quotients": [ - { - "Alt(7)": 1 - }, - { - "Alt(8) or A_{2}(4)": 1 - }, - { - "J_{2}": 1 - }, - { - "C_{3}(2)": 2 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "G_{2}(3)": 2 - } - ], + "quotients": { + "{}^2A_{3}(9)": 1, + "Alt(8) or A_{2}(4)": 1, + "J_{2}": 1, + "C_{3}(2)": 2, + "Alt(7)": 1, + "G_{2}(3)": 2 + }, "alternating_quotients": [ 3, 7, @@ -10899,26 +10240,22 @@ "L2_quotients_utf8": [ "L₂(7)" ], - "quotients_utf8": [ - { - "Alt(7)": 1 - }, - { - "Alt(8) or A₂(4)": 1 - }, - { - "J₂": 1 - }, - { - "C₃(2)": 2 - }, - { - "²A₃(9)": 1 - }, - { - "G₂(3)": 2 - } - ] + "quotients_utf8": { + "C₃(2)": 2, + "²A₃(9)": 1, + "Alt(8) or A₂(4)": 1, + "Alt(7)": 1, + "J₂": 1, + "G₂(3)": 2 + }, + "quotients_plain": { + "G2(3)": 2, + "C3(2)": 2, + "Alt(7)": 1, + "J2": 1, + "2A3(9)": 1, + "Alt(8) or A2(4)": 1 + } }, { "name": "G^{14,48,48}_1", @@ -10952,14 +10289,15 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 4 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,48,54}_0", @@ -10994,22 +10332,21 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "G_{2}(3)": 1 - } - ], + "quotients": { + "G_{2}(3)": 1 + }, "alternating_quotients": [ 3, 18 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "G₂(3)": 1 - } - ] + "quotients_utf8": { + "G₂(3)": 1 + }, + "quotients_plain": { + "G2(3)": 1 + } }, { "name": "G^{14,48,54}_2", @@ -11044,17 +10381,11 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "C_{3}(2)": 3 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "G_{2}(3)": 1 - } - ], + "quotients": { + "{}^2A_{3}(9)": 1, + "C_{3}(2)": 3, + "G_{2}(3)": 1 + }, "alternating_quotients": [ 3, 14, @@ -11067,17 +10398,16 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "C₃(2)": 3 - }, - { - "²A₃(9)": 1 - }, - { - "G₂(3)": 1 - } - ] + "quotients_utf8": { + "C₃(2)": 3, + "²A₃(9)": 1, + "G₂(3)": 1 + }, + "quotients_plain": { + "C3(2)": 3, + "2A3(9)": 1, + "G2(3)": 1 + } }, { "name": "G^{14,54,54}_0", @@ -11113,7 +10443,7 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 21, @@ -11122,7 +10452,8 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{14,54,54}_2", @@ -11158,14 +10489,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "Alt(10)": 6 - }, - { - "{}^2A_{3}(9)": 2 - } - ], + "quotients": { + "Alt(10)": 6, + "{}^2A_{3}(9)": 2 + }, "alternating_quotients": [ 3, 10, @@ -11184,14 +10511,14 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(10)": 6 - }, - { - "²A₃(9)": 2 - } - ] + "quotients_utf8": { + "²A₃(9)": 2, + "Alt(10)": 6 + }, + "quotients_plain": { + "Alt(10)": 6, + "2A3(9)": 2 + } }, { "name": "G^{14,54,54}_8", @@ -11227,7 +10554,7 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 3, 18, @@ -11237,7 +10564,8 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{16,40,40}_0", @@ -11275,38 +10603,18 @@ "L2_quotients": [ "L_2(inf^4)" ], - "quotients": [ - { - "M_{11}": 4 - }, - { - "B_{2}(3)": 7 - }, - { - "{}^2A_{2}(25)": 1 - }, - { - "J_{2}": 2 - }, - { - "C_{2}(4)": 2 - }, - { - "Alt(10)": 4 - }, - { - "{}^2A_{3}(9)": 4 - }, - { - "B_{2}(5)": 11 - }, - { - "A_{3}(3)": 2 - }, - { - "Alt(11)": 6 - } - ], + "quotients": { + "M_{11}": 4, + "A_{3}(3)": 2, + "B_{2}(3)": 7, + "{}^2A_{2}(25)": 1, + "Alt(10)": 4, + "J_{2}": 2, + "C_{2}(4)": 2, + "{}^2A_{3}(9)": 4, + "B_{2}(5)": 11, + "Alt(11)": 6 + }, "alternating_quotients": [ 5, 6, @@ -11330,38 +10638,30 @@ "L2_quotients_utf8": [ "L₂(inf⁴)" ], - "quotients_utf8": [ - { - "M₁₁": 4 - }, - { - "B₂(3)": 7 - }, - { - "²A₂(25)": 1 - }, - { - "J₂": 2 - }, - { - "C₂(4)": 2 - }, - { - "Alt(10)": 4 - }, - { - "²A₃(9)": 4 - }, - { - "B₂(5)": 11 - }, - { - "A₃(3)": 2 - }, - { - "Alt(11)": 6 - } - ] + "quotients_utf8": { + "C₂(4)": 2, + "²A₂(25)": 1, + "²A₃(9)": 4, + "Alt(10)": 4, + "B₂(5)": 11, + "A₃(3)": 2, + "Alt(11)": 6, + "J₂": 2, + "B₂(3)": 7, + "M₁₁": 4 + }, + "quotients_plain": { + "B2(3)": 7, + "2A2(25)": 1, + "A3(3)": 2, + "B2(5)": 11, + "C2(4)": 2, + "M11": 4, + "Alt(10)": 4, + "Alt(11)": 6, + "J2": 2, + "2A3(9)": 4 + } }, { "name": "G^{16,40,48}_0", @@ -11398,32 +10698,16 @@ "L2_quotients": [ "L_2(3^2)" ], - "quotients": [ - { - "M_{11}": 1 - }, - { - "B_{2}(3)": 1 - }, - { - "J_{2}": 2 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "B_{2}(5)": 5 - }, - { - "A_{3}(3)": 2 - }, - { - "A_{4}(2)": 3 - }, - { - "Alt(11)": 2 - } - ], + "quotients": { + "M_{11}": 1, + "A_{3}(3)": 2, + "A_{4}(2)": 3, + "B_{2}(3)": 1, + "{}^2A_{3}(9)": 1, + "J_{2}": 2, + "B_{2}(5)": 5, + "Alt(11)": 2 + }, "alternating_quotients": [ 5, 6, @@ -11444,32 +10728,26 @@ "L2_quotients_utf8": [ "L₂(3²)" ], - "quotients_utf8": [ - { - "M₁₁": 1 - }, - { - "B₂(3)": 1 - }, - { - "J₂": 2 - }, - { - "²A₃(9)": 1 - }, - { - "B₂(5)": 5 - }, - { - "A₃(3)": 2 - }, - { - "A₄(2)": 3 - }, - { - "Alt(11)": 2 - } - ] + "quotients_utf8": { + "²A₃(9)": 1, + "B₂(5)": 5, + "A₃(3)": 2, + "A₄(2)": 3, + "Alt(11)": 2, + "J₂": 2, + "B₂(3)": 1, + "M₁₁": 1 + }, + "quotients_plain": { + "B2(3)": 1, + "A3(3)": 2, + "B2(5)": 5, + "M11": 1, + "A4(2)": 3, + "Alt(11)": 2, + "J2": 2, + "2A3(9)": 1 + } }, { "name": "G^{16,40,54}_0", @@ -11507,26 +10785,14 @@ "L2_quotients": [ "L_2(3^2)" ], - "quotients": [ - { - "B_{2}(3)": 5 - }, - { - "M_{12}": 5 - }, - { - "C_{3}(2)": 1 - }, - { - "{}^2A_{3}(9)": 2 - }, - { - "A_{3}(3)": 3 - }, - { - "{}^2A_{4}(4)": 1 - } - ], + "quotients": { + "A_{3}(3)": 3, + "B_{2}(3)": 5, + "M_{12}": 5, + "C_{3}(2)": 1, + "{}^2A_{3}(9)": 2, + "{}^2A_{4}(4)": 1 + }, "alternating_quotients": [ 6, 12, @@ -11545,26 +10811,22 @@ "L2_quotients_utf8": [ "L₂(3²)" ], - "quotients_utf8": [ - { - "B₂(3)": 5 - }, - { - "M₁₂": 5 - }, - { - "C₃(2)": 1 - }, - { - "²A₃(9)": 2 - }, - { - "A₃(3)": 3 - }, - { - "²A₄(4)": 1 - } - ] + "quotients_utf8": { + "²A₄(4)": 1, + "C₃(2)": 1, + "²A₃(9)": 2, + "M₁₂": 5, + "A₃(3)": 3, + "B₂(3)": 5 + }, + "quotients_plain": { + "M12": 5, + "B2(3)": 5, + "A3(3)": 3, + "C3(2)": 1, + "2A3(9)": 2, + "2A4(4)": 1 + } }, { "name": "G^{16,40,54}_2", @@ -11602,26 +10864,14 @@ "L2_quotients": [ "L_2(3^2)" ], - "quotients": [ - { - "B_{2}(3)": 4 - }, - { - "M_{12}": 5 - }, - { - "Alt(10)": 3 - }, - { - "{}^2A_{3}(9)": 4 - }, - { - "A_{3}(3)": 4 - }, - { - "{}^2A_{4}(4)": 1 - } - ], + "quotients": { + "A_{3}(3)": 4, + "B_{2}(3)": 4, + "M_{12}": 5, + "Alt(10)": 3, + "{}^2A_{3}(9)": 4, + "{}^2A_{4}(4)": 1 + }, "alternating_quotients": [ 6, 10, @@ -11644,26 +10894,22 @@ "L2_quotients_utf8": [ "L₂(3²)" ], - "quotients_utf8": [ - { - "B₂(3)": 4 - }, - { - "M₁₂": 5 - }, - { - "Alt(10)": 3 - }, - { - "²A₃(9)": 4 - }, - { - "A₃(3)": 4 - }, - { - "²A₄(4)": 1 - } - ] + "quotients_utf8": { + "²A₄(4)": 1, + "²A₃(9)": 4, + "M₁₂": 5, + "Alt(10)": 3, + "A₃(3)": 4, + "B₂(3)": 4 + }, + "quotients_plain": { + "M12": 5, + "B2(3)": 4, + "A3(3)": 4, + "Alt(10)": 3, + "2A3(9)": 4, + "2A4(4)": 1 + } }, { "name": "G^{16,48,48}_0", @@ -11697,59 +10943,25 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "Alt(7)": 1 - }, - { - "{}^2A_{2}(9)": 1 - }, - { - "Alt(8) or A_{2}(4)": 2 - }, - { - "B_{2}(3)": 5 - }, - { - "{}^2A_{2}(25)": 1 - }, - { - "J_{2}": 2 - }, - { - "C_{3}(2)": 5 - }, - { - "Alt(10)": 2 - }, - { - "{}^2A_{3}(9)": 4 - }, - { - "B_{2}(5)": 5 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "A_{3}(3)": 5 - }, - { - "A_{4}(2)": 2 - }, - { - "Alt(11)": 1 - }, - { - "A_{2}(9)": 1 - }, - { - "{}^2A_{2}(81)": 2 - }, - { - "HS": 1 - } - ], + "quotients": { + "HS": 1, + "{}^2A_{2}(81)": 2, + "{}^2A_{2}(64)": 2, + "Alt(10)": 2, + "Alt(8) or A_{2}(4)": 2, + "J_{2}": 2, + "C_{3}(2)": 5, + "Alt(7)": 1, + "B_{2}(5)": 5, + "{}^2A_{2}(9)": 1, + "A_{3}(3)": 5, + "A_{4}(2)": 2, + "B_{2}(3)": 5, + "{}^2A_{2}(25)": 1, + "{}^2A_{3}(9)": 4, + "Alt(11)": 1, + "A_{2}(9)": 1 + }, "alternating_quotients": [ 3, 4, @@ -11775,59 +10987,44 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(7)": 1 - }, - { - "²A₂(9)": 1 - }, - { - "Alt(8) or A₂(4)": 2 - }, - { - "B₂(3)": 5 - }, - { - "²A₂(25)": 1 - }, - { - "J₂": 2 - }, - { - "C₃(2)": 5 - }, - { - "Alt(10)": 2 - }, - { - "²A₃(9)": 4 - }, - { - "B₂(5)": 5 - }, - { - "²A₂(64)": 2 - }, - { - "A₃(3)": 5 - }, - { - "A₄(2)": 2 - }, - { - "Alt(11)": 1 - }, - { - "A₂(9)": 1 - }, - { - "²A₂(81)": 2 - }, - { - "HS": 1 - } - ] + "quotients_utf8": { + "²A₂(25)": 1, + "²A₃(9)": 4, + "²A₂(81)": 2, + "HS": 1, + "Alt(10)": 2, + "B₂(5)": 5, + "A₂(9)": 1, + "Alt(7)": 1, + "B₂(3)": 5, + "C₃(2)": 5, + "²A₂(9)": 1, + "Alt(8) or A₂(4)": 2, + "²A₂(64)": 2, + "A₃(3)": 5, + "A₄(2)": 2, + "J₂": 2, + "Alt(11)": 1 + }, + "quotients_plain": { + "2A2(25)": 1, + "A3(3)": 5, + "A2(9)": 1, + "B2(5)": 5, + "Alt(10)": 2, + "HS": 1, + "A4(2)": 2, + "C3(2)": 5, + "Alt(7)": 1, + "2A2(9)": 1, + "J2": 2, + "Alt(8) or A2(4)": 2, + "B2(3)": 5, + "2A2(64)": 2, + "Alt(11)": 1, + "2A3(9)": 4, + "2A2(81)": 2 + } }, { "name": "G^{16,48,48}_1", @@ -11861,38 +11058,18 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 1 - }, - { - "{}^2A_{2}(9)": 2 - }, - { - "B_{2}(3)": 8 - }, - { - "Alt(9)": 2 - }, - { - "C_{3}(2)": 10 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "A_{3}(3)": 6 - }, - { - "Alt(11)": 1 - }, - { - "{}^2A_{2}(81)": 2 - }, - { - "HS": 2 - } - ], + "quotients": { + "Alt(9)": 2, + "HS": 2, + "{}^2A_{2}(9)": 2, + "A_{3}(3)": 6, + "{}^2A_{2}(81)": 2, + "B_{2}(3)": 8, + "{}^2A_{3}(9)": 1, + "C_{3}(2)": 10, + "Alt(11)": 1, + "A_{2}(3)": 1 + }, "alternating_quotients": [ 3, 4, @@ -11918,38 +11095,30 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 1 - }, - { - "²A₂(9)": 2 - }, - { - "B₂(3)": 8 - }, - { - "Alt(9)": 2 - }, - { - "C₃(2)": 10 - }, - { - "²A₃(9)": 1 - }, - { - "A₃(3)": 6 - }, - { - "Alt(11)": 1 - }, - { - "²A₂(81)": 2 - }, - { - "HS": 2 - } - ] + "quotients_utf8": { + "C₃(2)": 10, + "Alt(9)": 2, + "²A₂(9)": 2, + "²A₃(9)": 1, + "²A₂(81)": 2, + "HS": 2, + "A₃(3)": 6, + "Alt(11)": 1, + "A₂(3)": 1, + "B₂(3)": 8 + }, + "quotients_plain": { + "Alt(9)": 2, + "B2(3)": 8, + "A2(3)": 1, + "A3(3)": 6, + "HS": 2, + "Alt(11)": 1, + "C3(2)": 10, + "2A3(9)": 1, + "2A2(9)": 2, + "2A2(81)": 2 + } }, { "name": "G^{16,48,54}_0", @@ -11984,35 +11153,17 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "B_{2}(3)": 4 - }, - { - "Alt(9)": 1 - }, - { - "C_{3}(2)": 1 - }, - { - "Alt(10)": 1 - }, - { - "{}^2A_{3}(9)": 3 - }, - { - "A_{3}(3)": 1 - }, - { - "{}^2A_{4}(4)": 1 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "Alt(9)": 1, + "A_{3}(3)": 1, + "B_{2}(3)": 4, + "Alt(10)": 1, + "C_{3}(2)": 1, + "{}^2A_{3}(9)": 3, + "A_{2}(9)": 3, + "A_{2}(3)": 2, + "{}^2A_{4}(4)": 1 + }, "alternating_quotients": [ 3, 4, @@ -12034,35 +11185,28 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "B₂(3)": 4 - }, - { - "Alt(9)": 1 - }, - { - "C₃(2)": 1 - }, - { - "Alt(10)": 1 - }, - { - "²A₃(9)": 3 - }, - { - "A₃(3)": 1 - }, - { - "²A₄(4)": 1 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 1, + "C₃(2)": 1, + "Alt(9)": 1, + "²A₃(9)": 3, + "Alt(10)": 1, + "A₃(3)": 1, + "A₂(9)": 3, + "A₂(3)": 2, + "B₂(3)": 4 + }, + "quotients_plain": { + "Alt(9)": 1, + "B2(3)": 4, + "A2(3)": 2, + "A3(3)": 1, + "A2(9)": 3, + "Alt(10)": 1, + "C3(2)": 1, + "2A3(9)": 3, + "2A4(4)": 1 + } }, { "name": "G^{16,48,54}_2", @@ -12097,32 +11241,16 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "B_{2}(3)": 4 - }, - { - "C_{3}(2)": 1 - }, - { - "Alt(10)": 3 - }, - { - "{}^2A_{3}(9)": 2 - }, - { - "A_{3}(3)": 3 - }, - { - "{}^2A_{4}(4)": 5 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "A_{3}(3)": 3, + "B_{2}(3)": 4, + "Alt(10)": 3, + "C_{3}(2)": 1, + "{}^2A_{3}(9)": 2, + "A_{2}(9)": 3, + "A_{2}(3)": 2, + "{}^2A_{4}(4)": 5 + }, "alternating_quotients": [ 3, 4, @@ -12149,32 +11277,26 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "B₂(3)": 4 - }, - { - "C₃(2)": 1 - }, - { - "Alt(10)": 3 - }, - { - "²A₃(9)": 2 - }, - { - "A₃(3)": 3 - }, - { - "²A₄(4)": 5 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 5, + "C₃(2)": 1, + "²A₃(9)": 2, + "Alt(10)": 3, + "A₃(3)": 3, + "A₂(9)": 3, + "A₂(3)": 2, + "B₂(3)": 4 + }, + "quotients_plain": { + "B2(3)": 4, + "A2(3)": 2, + "A3(3)": 3, + "A2(9)": 3, + "Alt(10)": 3, + "C3(2)": 1, + "2A3(9)": 2, + "2A4(4)": 5 + } }, { "name": "G^{16,54,54}_0", @@ -12210,20 +11332,12 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "{}^2A_{4}(4)": 2 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "{}^2A_{2}(64)": 2, + "A_{2}(9)": 3, + "A_{2}(3)": 2, + "{}^2A_{4}(4)": 2 + }, "alternating_quotients": [ 3, 4, @@ -12239,20 +11353,18 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "²A₂(64)": 2 - }, - { - "²A₄(4)": 2 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 2, + "²A₂(64)": 2, + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 2, + "2A2(64)": 2, + "2A4(4)": 2 + } }, { "name": "G^{16,54,54}_2", @@ -12288,41 +11400,19 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "B_{2}(3)": 6 - }, - { - "Alt(9)": 2 - }, - { - "C_{3}(2)": 4 - }, - { - "Alt(10)": 12 - }, - { - "{}^2A_{3}(9)": 3 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "A_{3}(3)": 5 - }, - { - "{}^2A_{4}(4)": 5 - }, - { - "Alt(11)": 6 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "Alt(9)": 2, + "{}^2A_{2}(64)": 2, + "Alt(10)": 12, + "C_{3}(2)": 4, + "A_{3}(3)": 5, + "B_{2}(3)": 6, + "{}^2A_{3}(9)": 3, + "A_{2}(9)": 3, + "Alt(11)": 6, + "A_{2}(3)": 2, + "{}^2A_{4}(4)": 5 + }, "alternating_quotients": [ 3, 4, @@ -12351,41 +11441,32 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "B₂(3)": 6 - }, - { - "Alt(9)": 2 - }, - { - "C₃(2)": 4 - }, - { - "Alt(10)": 12 - }, - { - "²A₃(9)": 3 - }, - { - "²A₂(64)": 2 - }, - { - "A₃(3)": 5 - }, - { - "²A₄(4)": 5 - }, - { - "Alt(11)": 6 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 5, + "Alt(9)": 2, + "²A₃(9)": 3, + "Alt(10)": 12, + "A₂(9)": 3, + "B₂(3)": 6, + "C₃(2)": 4, + "A₃(3)": 5, + "²A₂(64)": 2, + "Alt(11)": 6, + "A₂(3)": 2 + }, + "quotients_plain": { + "Alt(9)": 2, + "A2(9)": 3, + "A2(3)": 2, + "A3(3)": 5, + "Alt(10)": 12, + "C3(2)": 4, + "B2(3)": 6, + "2A2(64)": 2, + "Alt(11)": 6, + "2A3(9)": 3, + "2A4(4)": 5 + } }, { "name": "G^{16,54,54}_8", @@ -12421,32 +11502,16 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "B_{2}(3)": 4 - }, - { - "Alt(9)": 2 - }, - { - "{}^2A_{3}(9)": 3 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "A_{3}(3)": 7 - }, - { - "{}^2A_{4}(4)": 3 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "Alt(9)": 2, + "{}^2A_{2}(64)": 2, + "A_{3}(3)": 7, + "B_{2}(3)": 4, + "{}^2A_{3}(9)": 3, + "A_{2}(9)": 3, + "A_{2}(3)": 2, + "{}^2A_{4}(4)": 3 + }, "alternating_quotients": [ 3, 4, @@ -12467,32 +11532,26 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "B₂(3)": 4 - }, - { - "Alt(9)": 2 - }, - { - "²A₃(9)": 3 - }, - { - "²A₂(64)": 2 - }, - { - "A₃(3)": 7 - }, - { - "²A₄(4)": 3 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 3, + "Alt(9)": 2, + "²A₃(9)": 3, + "A₃(3)": 7, + "²A₂(64)": 2, + "A₂(9)": 3, + "A₂(3)": 2, + "B₂(3)": 4 + }, + "quotients_plain": { + "Alt(9)": 2, + "B2(3)": 4, + "A2(3)": 2, + "2A2(64)": 2, + "A3(3)": 7, + "A2(9)": 3, + "2A3(9)": 3, + "2A4(4)": 3 + } }, { "name": "G^{18,40,40}_0", @@ -12529,26 +11588,14 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [ - { - "Alt(7)": 2 - }, - { - "B_{2}(3)": 5 - }, - { - "M_{12}": 2 - }, - { - "Alt(10)": 8 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "{}^2A_{4}(4)": 3 - } - ], + "quotients": { + "B_{2}(3)": 5, + "M_{12}": 2, + "Alt(10)": 8, + "{}^2A_{3}(9)": 1, + "Alt(7)": 2, + "{}^2A_{4}(4)": 3 + }, "alternating_quotients": [ 5, 7, @@ -12566,26 +11613,22 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(7)": 2 - }, - { - "B₂(3)": 5 - }, - { - "M₁₂": 2 - }, - { - "Alt(10)": 8 - }, - { - "²A₃(9)": 1 - }, - { - "²A₄(4)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 3, + "²A₃(9)": 1, + "M₁₂": 2, + "Alt(10)": 8, + "Alt(7)": 2, + "B₂(3)": 5 + }, + "quotients_plain": { + "M12": 2, + "B2(3)": 5, + "Alt(10)": 8, + "Alt(7)": 2, + "2A3(9)": 1, + "2A4(4)": 3 + } }, { "name": "G^{18,40,48}_0", @@ -12623,26 +11666,14 @@ "L2_quotients": [ "L_2(3^2)" ], - "quotients": [ - { - "B_{2}(3)": 5 - }, - { - "M_{12}": 7 - }, - { - "Alt(10)": 2 - }, - { - "{}^2A_{3}(9)": 4 - }, - { - "A_{3}(3)": 10 - }, - { - "Alt(11)": 5 - } - ], + "quotients": { + "A_{3}(3)": 10, + "B_{2}(3)": 5, + "M_{12}": 7, + "Alt(10)": 2, + "{}^2A_{3}(9)": 4, + "Alt(11)": 5 + }, "alternating_quotients": [ 3, 5, @@ -12670,26 +11701,22 @@ "L2_quotients_utf8": [ "L₂(3²)" ], - "quotients_utf8": [ - { - "B₂(3)": 5 - }, - { - "M₁₂": 7 - }, - { - "Alt(10)": 2 - }, - { - "²A₃(9)": 4 - }, - { - "A₃(3)": 10 - }, - { - "Alt(11)": 5 - } - ] + "quotients_utf8": { + "²A₃(9)": 4, + "M₁₂": 7, + "Alt(10)": 2, + "A₃(3)": 10, + "Alt(11)": 5, + "B₂(3)": 5 + }, + "quotients_plain": { + "M12": 7, + "B2(3)": 5, + "A3(3)": 10, + "Alt(10)": 2, + "Alt(11)": 5, + "2A3(9)": 4 + } }, { "name": "G^{18,40,54}_0", @@ -12726,23 +11753,13 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 2 - }, - { - "M_{12}": 2 - }, - { - "Alt(10)": 4 - }, - { - "A_{3}(3)": 14 - }, - { - "{}^2A_{4}(4)": 3 - } - ], + "quotients": { + "A_{3}(3)": 14, + "B_{2}(3)": 2, + "M_{12}": 2, + "Alt(10)": 4, + "{}^2A_{4}(4)": 3 + }, "alternating_quotients": [ 3, 5, @@ -12765,23 +11782,20 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 2 - }, - { - "M₁₂": 2 - }, - { - "Alt(10)": 4 - }, - { - "A₃(3)": 14 - }, - { - "²A₄(4)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 3, + "M₁₂": 2, + "Alt(10)": 4, + "A₃(3)": 14, + "B₂(3)": 2 + }, + "quotients_plain": { + "M12": 2, + "B2(3)": 2, + "A3(3)": 14, + "Alt(10)": 4, + "2A4(4)": 3 + } }, { "name": "G^{18,40,54}_2", @@ -12818,26 +11832,14 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 2 - }, - { - "M_{12}": 2 - }, - { - "Alt(9)": 2 - }, - { - "{}^2A_{3}(9)": 3 - }, - { - "A_{3}(3)": 5 - }, - { - "{}^2A_{4}(4)": 4 - } - ], + "quotients": { + "Alt(9)": 2, + "A_{3}(3)": 5, + "B_{2}(3)": 2, + "M_{12}": 2, + "{}^2A_{3}(9)": 3, + "{}^2A_{4}(4)": 4 + }, "alternating_quotients": [ 3, 5, @@ -12861,26 +11863,22 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 2 - }, - { - "M₁₂": 2 - }, - { - "Alt(9)": 2 - }, - { - "²A₃(9)": 3 - }, - { - "A₃(3)": 5 - }, - { - "²A₄(4)": 4 - } - ] + "quotients_utf8": { + "²A₄(4)": 4, + "Alt(9)": 2, + "²A₃(9)": 3, + "M₁₂": 2, + "A₃(3)": 5, + "B₂(3)": 2 + }, + "quotients_plain": { + "M12": 2, + "B2(3)": 2, + "Alt(9)": 2, + "A3(3)": 5, + "2A3(9)": 3, + "2A4(4)": 4 + } }, { "name": "G^{18,48,48}_0", @@ -12915,29 +11913,15 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "B_{2}(3)": 3 - }, - { - "Alt(10)": 3 - }, - { - "{}^2A_{3}(9)": 4 - }, - { - "A_{3}(3)": 9 - }, - { - "Alt(11)": 2 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "A_{3}(3)": 9, + "B_{2}(3)": 3, + "Alt(10)": 3, + "{}^2A_{3}(9)": 4, + "Alt(11)": 2, + "A_{2}(9)": 3, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 4, @@ -12964,29 +11948,24 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "B₂(3)": 3 - }, - { - "Alt(10)": 3 - }, - { - "²A₃(9)": 4 - }, - { - "A₃(3)": 9 - }, - { - "Alt(11)": 2 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₃(9)": 4, + "Alt(10)": 3, + "A₃(3)": 9, + "Alt(11)": 2, + "A₂(9)": 3, + "A₂(3)": 2, + "B₂(3)": 3 + }, + "quotients_plain": { + "B2(3)": 3, + "A2(3)": 2, + "A3(3)": 9, + "A2(9)": 3, + "Alt(10)": 3, + "Alt(11)": 2, + "2A3(9)": 4 + } }, { "name": "G^{18,48,54}_0", @@ -13022,29 +12001,15 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "B_{2}(3)": 2 - }, - { - "Alt(10)": 2 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "A_{3}(3)": 8 - }, - { - "Alt(11)": 4 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "{}^2A_{2}(64)": 2, + "A_{3}(3)": 8, + "B_{2}(3)": 2, + "Alt(10)": 2, + "A_{2}(9)": 3, + "Alt(11)": 4, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 4, @@ -13069,29 +12034,24 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "B₂(3)": 2 - }, - { - "Alt(10)": 2 - }, - { - "²A₂(64)": 2 - }, - { - "A₃(3)": 8 - }, - { - "Alt(11)": 4 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "Alt(10)": 2, + "A₃(3)": 8, + "²A₂(64)": 2, + "Alt(11)": 4, + "A₂(9)": 3, + "A₂(3)": 2, + "B₂(3)": 2 + }, + "quotients_plain": { + "B2(3)": 2, + "A2(3)": 2, + "2A2(64)": 2, + "A3(3)": 8, + "Alt(10)": 2, + "A2(9)": 3, + "Alt(11)": 4 + } }, { "name": "G^{18,48,54}_2", @@ -13127,38 +12087,18 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "B_{2}(3)": 2 - }, - { - "Alt(9)": 2 - }, - { - "Alt(10)": 1 - }, - { - "{}^2A_{3}(9)": 3 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "A_{3}(3)": 1 - }, - { - "{}^2A_{4}(4)": 3 - }, - { - "Alt(11)": 1 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "Alt(9)": 2, + "{}^2A_{2}(64)": 2, + "A_{3}(3)": 1, + "B_{2}(3)": 2, + "Alt(10)": 1, + "{}^2A_{3}(9)": 3, + "Alt(11)": 1, + "A_{2}(9)": 3, + "A_{2}(3)": 2, + "{}^2A_{4}(4)": 3 + }, "alternating_quotients": [ 3, 4, @@ -13184,38 +12124,30 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "B₂(3)": 2 - }, - { - "Alt(9)": 2 - }, - { - "Alt(10)": 1 - }, - { - "²A₃(9)": 3 - }, - { - "²A₂(64)": 2 - }, - { - "A₃(3)": 1 - }, - { - "²A₄(4)": 3 - }, - { - "Alt(11)": 1 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 3, + "Alt(9)": 2, + "²A₃(9)": 3, + "Alt(10)": 1, + "A₃(3)": 1, + "²A₂(64)": 2, + "Alt(11)": 1, + "A₂(9)": 3, + "A₂(3)": 2, + "B₂(3)": 2 + }, + "quotients_plain": { + "Alt(9)": 2, + "B2(3)": 2, + "A2(3)": 2, + "2A2(64)": 2, + "A3(3)": 1, + "Alt(10)": 1, + "A2(9)": 3, + "Alt(11)": 1, + "2A3(9)": 3, + "2A4(4)": 3 + } }, { "name": "G^{18,54,54}_0", @@ -13252,20 +12184,12 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "Alt(9)": 2 - }, - { - "{}^2A_{4}(4)": 2 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "Alt(9)": 2, + "A_{2}(9)": 3, + "A_{2}(3)": 2, + "{}^2A_{4}(4)": 2 + }, "alternating_quotients": [ 3, 9, @@ -13283,20 +12207,18 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "Alt(9)": 2 - }, - { - "²A₄(4)": 2 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 2, + "Alt(9)": 2, + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "Alt(9)": 2, + "A2(9)": 3, + "A2(3)": 2, + "2A4(4)": 2 + } }, { "name": "G^{18,54,54}_2", @@ -13333,29 +12255,15 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "B_{2}(3)": 2 - }, - { - "Alt(9)": 10 - }, - { - "{}^2A_{3}(9)": 3 - }, - { - "A_{3}(3)": 1 - }, - { - "{}^2A_{4}(4)": 9 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "Alt(9)": 10, + "A_{3}(3)": 1, + "B_{2}(3)": 2, + "{}^2A_{3}(9)": 3, + "A_{2}(9)": 3, + "A_{2}(3)": 2, + "{}^2A_{4}(4)": 9 + }, "alternating_quotients": [ 3, 9, @@ -13375,29 +12283,24 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "B₂(3)": 2 - }, - { - "Alt(9)": 10 - }, - { - "²A₃(9)": 3 - }, - { - "A₃(3)": 1 - }, - { - "²A₄(4)": 9 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 9, + "Alt(9)": 10, + "²A₃(9)": 3, + "A₃(3)": 1, + "A₂(9)": 3, + "A₂(3)": 2, + "B₂(3)": 2 + }, + "quotients_plain": { + "Alt(9)": 10, + "B2(3)": 2, + "A2(3)": 2, + "A3(3)": 1, + "A2(9)": 3, + "2A3(9)": 3, + "2A4(4)": 9 + } }, { "name": "G^{18,54,54}_8", @@ -13434,26 +12337,14 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "B_{2}(3)": 2 - }, - { - "Alt(9)": 8 - }, - { - "A_{3}(3)": 10 - }, - { - "{}^2A_{4}(4)": 4 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "Alt(9)": 8, + "A_{3}(3)": 10, + "B_{2}(3)": 2, + "A_{2}(9)": 3, + "A_{2}(3)": 2, + "{}^2A_{4}(4)": 4 + }, "alternating_quotients": [ 3, 9, @@ -13473,26 +12364,22 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "B₂(3)": 2 - }, - { - "Alt(9)": 8 - }, - { - "A₃(3)": 10 - }, - { - "²A₄(4)": 4 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 4, + "Alt(9)": 8, + "A₃(3)": 10, + "A₂(9)": 3, + "A₂(3)": 2, + "B₂(3)": 2 + }, + "quotients_plain": { + "Alt(9)": 8, + "B2(3)": 2, + "A2(3)": 2, + "A3(3)": 10, + "A2(9)": 3, + "2A4(4)": 4 + } }, { "name": "G^{24,40,40}_0", @@ -13531,41 +12418,19 @@ "L2_quotients": [ "L_2(inf^4)" ], - "quotients": [ - { - "Alt(7)": 2 - }, - { - "B_{2}(3)": 2 - }, - { - "M_{22}": 2 - }, - { - "J_{2}": 2 - }, - { - "C_{2}(4)": 2 - }, - { - "C_{3}(2)": 2 - }, - { - "Alt(10)": 2 - }, - { - "B_{2}(5)": 10 - }, - { - "A_{4}(2)": 4 - }, - { - "{}^2A_{4}(4)": 4 - }, - { - "Alt(11)": 3 - } - ], + "quotients": { + "Alt(10)": 2, + "C_{3}(2)": 2, + "J_{2}": 2, + "B_{2}(5)": 10, + "Alt(7)": 2, + "A_{4}(2)": 4, + "B_{2}(3)": 2, + "C_{2}(4)": 2, + "Alt(11)": 3, + "M_{22}": 2, + "{}^2A_{4}(4)": 4 + }, "alternating_quotients": [ 5, 6, @@ -13592,41 +12457,32 @@ "L2_quotients_utf8": [ "L₂(inf⁴)" ], - "quotients_utf8": [ - { - "Alt(7)": 2 - }, - { - "B₂(3)": 2 - }, - { - "M₂₂": 2 - }, - { - "J₂": 2 - }, - { - "C₂(4)": 2 - }, - { - "C₃(2)": 2 - }, - { - "Alt(10)": 2 - }, - { - "B₂(5)": 10 - }, - { - "A₄(2)": 4 - }, - { - "²A₄(4)": 4 - }, - { - "Alt(11)": 3 - } - ] + "quotients_utf8": { + "C₂(4)": 2, + "²A₄(4)": 4, + "Alt(10)": 2, + "B₂(5)": 10, + "Alt(7)": 2, + "B₂(3)": 2, + "C₃(2)": 2, + "M₂₂": 2, + "A₄(2)": 4, + "Alt(11)": 3, + "J₂": 2 + }, + "quotients_plain": { + "B2(5)": 10, + "C2(4)": 2, + "Alt(10)": 2, + "A4(2)": 4, + "C3(2)": 2, + "Alt(7)": 2, + "J2": 2, + "B2(3)": 2, + "Alt(11)": 3, + "M22": 2, + "2A4(4)": 4 + } }, { "name": "G^{24,40,48}_0", @@ -13665,41 +12521,19 @@ "L_2(3^2)", "L_2(3^2)" ], - "quotients": [ - { - "Alt(7)": 2 - }, - { - "B_{2}(3)": 3 - }, - { - "M_{22}": 2 - }, - { - "J_{2}": 4 - }, - { - "C_{2}(4)": 4 - }, - { - "C_{3}(2)": 3 - }, - { - "B_{2}(5)": 12 - }, - { - "A_{3}(3)": 2 - }, - { - "A_{4}(2)": 5 - }, - { - "{}^2A_{4}(4)": 1 - }, - { - "Alt(11)": 4 - } - ], + "quotients": { + "C_{3}(2)": 3, + "J_{2}": 4, + "B_{2}(5)": 12, + "Alt(7)": 2, + "A_{3}(3)": 2, + "A_{4}(2)": 5, + "B_{2}(3)": 3, + "C_{2}(4)": 4, + "Alt(11)": 4, + "M_{22}": 2, + "{}^2A_{4}(4)": 1 + }, "alternating_quotients": [ 3, 5, @@ -13729,41 +12563,32 @@ "L₂(3²)", "L₂(3²)" ], - "quotients_utf8": [ - { - "Alt(7)": 2 - }, - { - "B₂(3)": 3 - }, - { - "M₂₂": 2 - }, - { - "J₂": 4 - }, - { - "C₂(4)": 4 - }, - { - "C₃(2)": 3 - }, - { - "B₂(5)": 12 - }, - { - "A₃(3)": 2 - }, - { - "A₄(2)": 5 - }, - { - "²A₄(4)": 1 - }, - { - "Alt(11)": 4 - } - ] + "quotients_utf8": { + "C₂(4)": 4, + "²A₄(4)": 1, + "B₂(5)": 12, + "Alt(7)": 2, + "B₂(3)": 3, + "C₃(2)": 3, + "M₂₂": 2, + "A₃(3)": 2, + "A₄(2)": 5, + "Alt(11)": 4, + "J₂": 4 + }, + "quotients_plain": { + "A3(3)": 2, + "B2(5)": 12, + "C2(4)": 4, + "A4(2)": 5, + "C3(2)": 3, + "Alt(7)": 2, + "J2": 4, + "B2(3)": 3, + "Alt(11)": 4, + "M22": 2, + "2A4(4)": 1 + } }, { "name": "G^{24,40,54}_0", @@ -13802,29 +12627,15 @@ "L2_quotients": [ "L_2(3^2)" ], - "quotients": [ - { - "B_{2}(3)": 4 - }, - { - "M_{12}": 6 - }, - { - "Alt(10)": 12 - }, - { - "{}^2A_{3}(9)": 2 - }, - { - "A_{3}(3)": 3 - }, - { - "{}^2A_{4}(4)": 4 - }, - { - "Alt(11)": 12 - } - ], + "quotients": { + "A_{3}(3)": 3, + "B_{2}(3)": 4, + "M_{12}": 6, + "Alt(10)": 12, + "{}^2A_{3}(9)": 2, + "Alt(11)": 12, + "{}^2A_{4}(4)": 4 + }, "alternating_quotients": [ 3, 5, @@ -13852,29 +12663,24 @@ "L2_quotients_utf8": [ "L₂(3²)" ], - "quotients_utf8": [ - { - "B₂(3)": 4 - }, - { - "M₁₂": 6 - }, - { - "Alt(10)": 12 - }, - { - "²A₃(9)": 2 - }, - { - "A₃(3)": 3 - }, - { - "²A₄(4)": 4 - }, - { - "Alt(11)": 12 - } - ] + "quotients_utf8": { + "²A₄(4)": 4, + "²A₃(9)": 2, + "M₁₂": 6, + "Alt(10)": 12, + "A₃(3)": 3, + "Alt(11)": 12, + "B₂(3)": 4 + }, + "quotients_plain": { + "M12": 6, + "B2(3)": 4, + "A3(3)": 3, + "Alt(10)": 12, + "Alt(11)": 12, + "2A3(9)": 2, + "2A4(4)": 4 + } }, { "name": "G^{24,40,54}_2", @@ -13913,35 +12719,17 @@ "L2_quotients": [ "L_2(3^2)" ], - "quotients": [ - { - "B_{2}(3)": 2 - }, - { - "M_{12}": 6 - }, - { - "Alt(9)": 2 - }, - { - "C_{3}(2)": 4 - }, - { - "Alt(10)": 7 - }, - { - "{}^2A_{3}(9)": 6 - }, - { - "A_{3}(3)": 7 - }, - { - "{}^2A_{4}(4)": 1 - }, - { - "Alt(11)": 6 - } - ], + "quotients": { + "Alt(9)": 2, + "A_{3}(3)": 7, + "B_{2}(3)": 2, + "M_{12}": 6, + "C_{3}(2)": 4, + "Alt(10)": 7, + "{}^2A_{3}(9)": 6, + "Alt(11)": 6, + "{}^2A_{4}(4)": 1 + }, "alternating_quotients": [ 3, 5, @@ -13972,35 +12760,28 @@ "L2_quotients_utf8": [ "L₂(3²)" ], - "quotients_utf8": [ - { - "B₂(3)": 2 - }, - { - "M₁₂": 6 - }, - { - "Alt(9)": 2 - }, - { - "C₃(2)": 4 - }, - { - "Alt(10)": 7 - }, - { - "²A₃(9)": 6 - }, - { - "A₃(3)": 7 - }, - { - "²A₄(4)": 1 - }, - { - "Alt(11)": 6 - } - ] + "quotients_utf8": { + "²A₄(4)": 1, + "C₃(2)": 4, + "Alt(9)": 2, + "²A₃(9)": 6, + "M₁₂": 6, + "Alt(10)": 7, + "A₃(3)": 7, + "Alt(11)": 6, + "B₂(3)": 2 + }, + "quotients_plain": { + "M12": 6, + "B2(3)": 2, + "Alt(9)": 2, + "A3(3)": 7, + "Alt(10)": 7, + "Alt(11)": 6, + "C3(2)": 4, + "2A3(9)": 6, + "2A4(4)": 1 + } }, { "name": "G^{24,48,48}_0", @@ -14035,56 +12816,24 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "Alt(7)": 3 - }, - { - "Alt(8) or A_{2}(4)": 4 - }, - { - "B_{2}(3)": 3 - }, - { - "M_{12}": 1 - }, - { - "{}^2A_{2}(25)": 2 - }, - { - "J_{2}": 2 - }, - { - "C_{3}(2)": 11 - }, - { - "Alt(10)": 1 - }, - { - "A_{2}(7)": 1 - }, - { - "{}^2A_{3}(9)": 3 - }, - { - "B_{2}(5)": 7 - }, - { - "A_{3}(3)": 1 - }, - { - "A_{4}(2)": 2 - }, - { - "{}^2A_{4}(4)": 13 - }, - { - "Alt(11)": 1 - }, - { - "HS": 2 - } - ], + "quotients": { + "HS": 2, + "Alt(10)": 1, + "M_{12}": 1, + "Alt(8) or A_{2}(4)": 4, + "J_{2}": 2, + "C_{3}(2)": 11, + "Alt(7)": 3, + "B_{2}(5)": 7, + "A_{3}(3)": 1, + "A_{4}(2)": 2, + "B_{2}(3)": 3, + "{}^2A_{2}(25)": 2, + "{}^2A_{3}(9)": 3, + "Alt(11)": 1, + "A_{2}(7)": 1, + "{}^2A_{4}(4)": 13 + }, "alternating_quotients": [ 3, 4, @@ -14114,56 +12863,42 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(7)": 3 - }, - { - "Alt(8) or A₂(4)": 4 - }, - { - "B₂(3)": 3 - }, - { - "M₁₂": 1 - }, - { - "²A₂(25)": 2 - }, - { - "J₂": 2 - }, - { - "C₃(2)": 11 - }, - { - "Alt(10)": 1 - }, - { - "A₂(7)": 1 - }, - { - "²A₃(9)": 3 - }, - { - "B₂(5)": 7 - }, - { - "A₃(3)": 1 - }, - { - "A₄(2)": 2 - }, - { - "²A₄(4)": 13 - }, - { - "Alt(11)": 1 - }, - { - "HS": 2 - } - ] + "quotients_utf8": { + "²A₄(4)": 13, + "²A₂(25)": 2, + "²A₃(9)": 3, + "HS": 2, + "M₁₂": 1, + "Alt(10)": 1, + "B₂(5)": 7, + "Alt(7)": 3, + "B₂(3)": 3, + "A₂(7)": 1, + "C₃(2)": 11, + "Alt(8) or A₂(4)": 4, + "A₃(3)": 1, + "A₄(2)": 2, + "Alt(11)": 1, + "J₂": 2 + }, + "quotients_plain": { + "2A2(25)": 2, + "A3(3)": 1, + "HS": 2, + "B2(5)": 7, + "Alt(10)": 1, + "A4(2)": 2, + "C3(2)": 11, + "Alt(7)": 3, + "J2": 2, + "Alt(8) or A2(4)": 4, + "M12": 1, + "B2(3)": 3, + "A2(7)": 1, + "Alt(11)": 1, + "2A3(9)": 3, + "2A4(4)": 13 + } }, { "name": "G^{24,48,48}_1", @@ -14198,38 +12933,18 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 4 - }, - { - "Alt(9)": 1 - }, - { - "M_{22}": 1 - }, - { - "C_{3}(2)": 17 - }, - { - "{}^2A_{3}(9)": 8 - }, - { - "B_{2}(5)": 5 - }, - { - "A_{3}(3)": 3 - }, - { - "{}^2A_{4}(4)": 8 - }, - { - "Alt(11)": 1 - }, - { - "HS": 1 - } - ], + "quotients": { + "Alt(9)": 1, + "HS": 1, + "A_{3}(3)": 3, + "B_{2}(3)": 4, + "{}^2A_{3}(9)": 8, + "C_{3}(2)": 17, + "B_{2}(5)": 5, + "Alt(11)": 1, + "M_{22}": 1, + "{}^2A_{4}(4)": 8 + }, "alternating_quotients": [ 3, 4, @@ -14258,38 +12973,30 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 4 - }, - { - "Alt(9)": 1 - }, - { - "M₂₂": 1 - }, - { - "C₃(2)": 17 - }, - { - "²A₃(9)": 8 - }, - { - "B₂(5)": 5 - }, - { - "A₃(3)": 3 - }, - { - "²A₄(4)": 8 - }, - { - "Alt(11)": 1 - }, - { - "HS": 1 - } - ] + "quotients_utf8": { + "²A₄(4)": 8, + "C₃(2)": 17, + "Alt(9)": 1, + "²A₃(9)": 8, + "HS": 1, + "B₂(5)": 5, + "M₂₂": 1, + "A₃(3)": 3, + "Alt(11)": 1, + "B₂(3)": 4 + }, + "quotients_plain": { + "Alt(9)": 1, + "B2(3)": 4, + "A3(3)": 3, + "HS": 1, + "B2(5)": 5, + "Alt(11)": 1, + "C3(2)": 17, + "2A3(9)": 8, + "M22": 1, + "2A4(4)": 8 + } }, { "name": "G^{24,48,54}_0", @@ -14325,29 +13032,15 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 4 - }, - { - "Alt(9)": 3 - }, - { - "Alt(10)": 5 - }, - { - "{}^2A_{3}(9)": 1 - }, - { - "A_{3}(3)": 2 - }, - { - "{}^2A_{4}(4)": 3 - }, - { - "Alt(11)": 4 - } - ], + "quotients": { + "Alt(9)": 3, + "A_{3}(3)": 2, + "B_{2}(3)": 4, + "Alt(10)": 5, + "{}^2A_{3}(9)": 1, + "Alt(11)": 4, + "{}^2A_{4}(4)": 3 + }, "alternating_quotients": [ 3, 4, @@ -14376,29 +13069,24 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 4 - }, - { - "Alt(9)": 3 - }, - { - "Alt(10)": 5 - }, - { - "²A₃(9)": 1 - }, - { - "A₃(3)": 2 - }, - { - "²A₄(4)": 3 - }, - { - "Alt(11)": 4 - } - ] + "quotients_utf8": { + "²A₄(4)": 3, + "Alt(9)": 3, + "²A₃(9)": 1, + "Alt(10)": 5, + "A₃(3)": 2, + "Alt(11)": 4, + "B₂(3)": 4 + }, + "quotients_plain": { + "Alt(9)": 3, + "B2(3)": 4, + "A3(3)": 2, + "Alt(10)": 5, + "Alt(11)": 4, + "2A3(9)": 1, + "2A4(4)": 3 + } }, { "name": "G^{24,48,54}_2", @@ -14434,32 +13122,16 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 2 - }, - { - "Alt(9)": 3 - }, - { - "C_{3}(2)": 3 - }, - { - "Alt(10)": 5 - }, - { - "{}^2A_{3}(9)": 5 - }, - { - "A_{3}(3)": 10 - }, - { - "{}^2A_{4}(4)": 12 - }, - { - "Alt(11)": 2 - } - ], + "quotients": { + "Alt(9)": 3, + "A_{3}(3)": 10, + "B_{2}(3)": 2, + "Alt(10)": 5, + "C_{3}(2)": 3, + "{}^2A_{3}(9)": 5, + "Alt(11)": 2, + "{}^2A_{4}(4)": 12 + }, "alternating_quotients": [ 3, 4, @@ -14487,32 +13159,26 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 2 - }, - { - "Alt(9)": 3 - }, - { - "C₃(2)": 3 - }, - { - "Alt(10)": 5 - }, - { - "²A₃(9)": 5 - }, - { - "A₃(3)": 10 - }, - { - "²A₄(4)": 12 - }, - { - "Alt(11)": 2 - } - ] + "quotients_utf8": { + "²A₄(4)": 12, + "C₃(2)": 3, + "Alt(9)": 3, + "²A₃(9)": 5, + "Alt(10)": 5, + "A₃(3)": 10, + "Alt(11)": 2, + "B₂(3)": 2 + }, + "quotients_plain": { + "Alt(9)": 3, + "B2(3)": 2, + "A3(3)": 10, + "Alt(10)": 5, + "Alt(11)": 2, + "C3(2)": 3, + "2A3(9)": 5, + "2A4(4)": 12 + } }, { "name": "G^{24,54,54}_0", @@ -14549,23 +13215,13 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "Alt(9)": 6 - }, - { - "Alt(10)": 2 - }, - { - "A_{3}(3)": 4 - }, - { - "{}^2A_{4}(4)": 8 - }, - { - "Alt(11)": 2 - } - ], + "quotients": { + "Alt(9)": 6, + "A_{3}(3)": 4, + "Alt(10)": 2, + "Alt(11)": 2, + "{}^2A_{4}(4)": 8 + }, "alternating_quotients": [ 3, 4, @@ -14590,23 +13246,20 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(9)": 6 - }, - { - "Alt(10)": 2 - }, - { - "A₃(3)": 4 - }, - { - "²A₄(4)": 8 - }, - { - "Alt(11)": 2 - } - ] + "quotients_utf8": { + "²A₄(4)": 8, + "Alt(9)": 6, + "Alt(10)": 2, + "A₃(3)": 4, + "Alt(11)": 2 + }, + "quotients_plain": { + "Alt(9)": 6, + "A3(3)": 4, + "Alt(10)": 2, + "Alt(11)": 2, + "2A4(4)": 8 + } }, { "name": "G^{24,54,54}_2", @@ -14643,32 +13296,16 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 2 - }, - { - "Alt(9)": 9 - }, - { - "C_{3}(2)": 6 - }, - { - "Alt(10)": 22 - }, - { - "{}^2A_{3}(9)": 8 - }, - { - "A_{3}(3)": 26 - }, - { - "{}^2A_{4}(4)": 12 - }, - { - "Alt(11)": 12 - } - ], + "quotients": { + "Alt(9)": 9, + "A_{3}(3)": 26, + "B_{2}(3)": 2, + "Alt(10)": 22, + "C_{3}(2)": 6, + "{}^2A_{3}(9)": 8, + "Alt(11)": 12, + "{}^2A_{4}(4)": 12 + }, "alternating_quotients": [ 3, 4, @@ -14697,32 +13334,26 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 2 - }, - { - "Alt(9)": 9 - }, - { - "C₃(2)": 6 - }, - { - "Alt(10)": 22 - }, - { - "²A₃(9)": 8 - }, - { - "A₃(3)": 26 - }, - { - "²A₄(4)": 12 - }, - { - "Alt(11)": 12 - } - ] + "quotients_utf8": { + "²A₄(4)": 12, + "C₃(2)": 6, + "Alt(9)": 9, + "²A₃(9)": 8, + "Alt(10)": 22, + "A₃(3)": 26, + "Alt(11)": 12, + "B₂(3)": 2 + }, + "quotients_plain": { + "Alt(9)": 9, + "B2(3)": 2, + "A3(3)": 26, + "Alt(10)": 22, + "Alt(11)": 12, + "C3(2)": 6, + "2A3(9)": 8, + "2A4(4)": 12 + } }, { "name": "G^{24,54,54}_8", @@ -14759,23 +13390,13 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 4 - }, - { - "Alt(9)": 14 - }, - { - "Alt(10)": 1 - }, - { - "{}^2A_{4}(4)": 9 - }, - { - "Alt(11)": 1 - } - ], + "quotients": { + "Alt(9)": 14, + "B_{2}(3)": 4, + "Alt(10)": 1, + "Alt(11)": 1, + "{}^2A_{4}(4)": 9 + }, "alternating_quotients": [ 3, 4, @@ -14800,23 +13421,20 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 4 - }, - { - "Alt(9)": 14 - }, - { - "Alt(10)": 1 - }, - { - "²A₄(4)": 9 - }, - { - "Alt(11)": 1 - } - ] + "quotients_utf8": { + "²A₄(4)": 9, + "Alt(9)": 14, + "Alt(10)": 1, + "Alt(11)": 1, + "B₂(3)": 4 + }, + "quotients_plain": { + "Alt(9)": 14, + "B2(3)": 4, + "Alt(10)": 1, + "Alt(11)": 1, + "2A4(4)": 9 + } }, { "name": "G^{26,40,40}_0", @@ -14855,11 +13473,9 @@ "L2_quotients": [ "L_2(13^2)" ], - "quotients": [ - { - "A_{3}(3)": 3 - } - ], + "quotients": { + "A_{3}(3)": 3 + }, "alternating_quotients": [ 5, 20, @@ -14871,11 +13487,12 @@ "L2_quotients_utf8": [ "L₂(13²)" ], - "quotients_utf8": [ - { - "A₃(3)": 3 - } - ] + "quotients_utf8": { + "A₃(3)": 3 + }, + "quotients_plain": { + "A3(3)": 3 + } }, { "name": "G^{26,40,48}_0", @@ -14913,21 +13530,20 @@ "L2_quotients": [ "L_2(13^2)" ], - "quotients": [ - { - "{}^2F_4(2)'": 1 - } - ], + "quotients": { + "{}^2F_4(2)'": 1 + }, "alternating_quotients": [], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [ "L₂(13²)" ], - "quotients_utf8": [ - { - "²F₄(2)'": 1 - } - ] + "quotients_utf8": { + "²F₄(2)'": 1 + }, + "quotients_plain": { + "2F_4(2)'": 1 + } }, { "name": "G^{26,40,54}_0", @@ -14964,21 +13580,20 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [ - { - "A_{3}(3)": 3 - } - ], + "quotients": { + "A_{3}(3)": 3 + }, "alternating_quotients": [ 30 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₃(3)": 3 - } - ] + "quotients_utf8": { + "A₃(3)": 3 + }, + "quotients_plain": { + "A3(3)": 3 + } }, { "name": "G^{26,40,54}_2", @@ -15015,13 +13630,14 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [], + "quotients": {}, "alternating_quotients": [ 15 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [] + "quotients_utf8": {}, + "quotients_plain": {} }, { "name": "G^{26,48,48}_0", @@ -15056,11 +13672,9 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "G_{2}(3)": 1 - } - ], + "quotients": { + "G_{2}(3)": 1 + }, "alternating_quotients": [ 3, 4, @@ -15069,11 +13683,12 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "G₂(3)": 1 - } - ] + "quotients_utf8": { + "G₂(3)": 1 + }, + "quotients_plain": { + "G2(3)": 1 + } }, { "name": "G^{26,48,48}_1", @@ -15110,14 +13725,10 @@ "L2_quotients": [ "L_2(13)" ], - "quotients": [ - { - "G_{2}(3)": 4 - }, - { - "A_{3}(3)": 1 - } - ], + "quotients": { + "A_{3}(3)": 1, + "G_{2}(3)": 4 + }, "alternating_quotients": [ 3, 13, @@ -15134,14 +13745,14 @@ "L2_quotients_utf8": [ "L₂(13)" ], - "quotients_utf8": [ - { - "G₂(3)": 4 - }, - { - "A₃(3)": 1 - } - ] + "quotients_utf8": { + "A₃(3)": 1, + "G₂(3)": 4 + }, + "quotients_plain": { + "A3(3)": 1, + "G2(3)": 4 + } }, { "name": "G^{26,48,54}_0", @@ -15177,11 +13788,9 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "G_{2}(3)": 1 - } - ], + "quotients": { + "G_{2}(3)": 1 + }, "alternating_quotients": [ 3, 13, @@ -15191,11 +13800,12 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "G₂(3)": 1 - } - ] + "quotients_utf8": { + "G₂(3)": 1 + }, + "quotients_plain": { + "G2(3)": 1 + } }, { "name": "G^{26,48,54}_2", @@ -15231,14 +13841,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "G_{2}(3)": 1 - }, - { - "A_{3}(3)": 1 - } - ], + "quotients": { + "A_{3}(3)": 1, + "G_{2}(3)": 1 + }, "alternating_quotients": [ 3, 13, @@ -15249,14 +13855,14 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "G₂(3)": 1 - }, - { - "A₃(3)": 1 - } - ] + "quotients_utf8": { + "A₃(3)": 1, + "G₂(3)": 1 + }, + "quotients_plain": { + "A3(3)": 1, + "G2(3)": 1 + } }, { "name": "G^{26,54,54}_0", @@ -15293,14 +13899,10 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "A_{2}(9)": 3, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13, @@ -15310,14 +13912,14 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 2 + } }, { "name": "G^{26,54,54}_2", @@ -15354,17 +13956,11 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "A_{3}(3)": 20 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "A_{3}(3)": 20, + "A_{2}(9)": 3, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13, @@ -15380,17 +13976,16 @@ ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "A₃(3)": 20 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "A₃(3)": 20, + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 2, + "A3(3)": 20 + } }, { "name": "G^{26,54,54}_8", @@ -15427,34 +14022,27 @@ "Kazdhdan_property_T": null, "abelianization_dimension": 2, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "A_{3}(3)": 6 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "A_{3}(3)": 6, + "A_{2}(9)": 3, + "A_{2}(3)": 2 + }, "alternating_quotients": [ 3, 13 ], "maximal_degree_alternating_quotients": 30, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "A₃(3)": 6 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "A₃(3)": 6, + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "A2(9)": 3, + "A2(3)": 2, + "A3(3)": 6 + } }, { "name": "G^{40,40,40}_0", @@ -15496,47 +14084,21 @@ "L_2(inf^4)", "L_2(inf^4)" ], - "quotients": [ - { - "Alt(7)": 1 - }, - { - "B_{2}(3)": 18 - }, - { - "M_{12}": 7 - }, - { - "{}^2A_{2}(25)": 2 - }, - { - "J_{1}": 4 - }, - { - "A_{2}(5)": 2 - }, - { - "J_{2}": 8 - }, - { - "C_{2}(4)": 21 - }, - { - "Alt(10)": 15 - }, - { - "{}^2A_{3}(9)": 12 - }, - { - "B_{2}(5)": 90 - }, - { - "A_{3}(3)": 7 - }, - { - "HS": 12 - } - ], + "quotients": { + "HS": 12, + "J_{1}": 4, + "Alt(10)": 15, + "M_{12}": 7, + "J_{2}": 8, + "B_{2}(5)": 90, + "Alt(7)": 1, + "A_{3}(3)": 7, + "B_{2}(3)": 18, + "{}^2A_{2}(25)": 2, + "{}^2A_{3}(9)": 12, + "C_{2}(4)": 21, + "A_{2}(5)": 2 + }, "alternating_quotients": [ 6, 7, @@ -15575,47 +14137,36 @@ "L₂(inf⁴)", "L₂(inf⁴)" ], - "quotients_utf8": [ - { - "Alt(7)": 1 - }, - { - "B₂(3)": 18 - }, - { - "M₁₂": 7 - }, - { - "²A₂(25)": 2 - }, - { - "J₁": 4 - }, - { - "A₂(5)": 2 - }, - { - "J₂": 8 - }, - { - "C₂(4)": 21 - }, - { - "Alt(10)": 15 - }, - { - "²A₃(9)": 12 - }, - { - "B₂(5)": 90 - }, - { - "A₃(3)": 7 - }, - { - "HS": 12 - } - ] + "quotients_utf8": { + "C₂(4)": 21, + "²A₂(25)": 2, + "J₁": 4, + "²A₃(9)": 12, + "HS": 12, + "M₁₂": 7, + "Alt(10)": 15, + "B₂(5)": 90, + "Alt(7)": 1, + "A₂(5)": 2, + "B₂(3)": 18, + "A₃(3)": 7, + "J₂": 8 + }, + "quotients_plain": { + "2A2(25)": 2, + "A3(3)": 7, + "HS": 12, + "B2(5)": 90, + "C2(4)": 21, + "Alt(10)": 15, + "Alt(7)": 1, + "J2": 8, + "J1": 4, + "M12": 7, + "B2(3)": 18, + "A2(5)": 2, + "2A3(9)": 12 + } }, { "name": "G^{40,40,48}_0", @@ -15653,53 +14204,23 @@ "L2_quotients": [ "L_2(inf^4)" ], - "quotients": [ - { - "Alt(7)": 2 - }, - { - "M_{11}": 4 - }, - { - "B_{2}(3)": 8 - }, - { - "{}^2A_{2}(25)": 1 - }, - { - "M_{22}": 2 - }, - { - "J_{2}": 4 - }, - { - "C_{2}(4)": 2 - }, - { - "C_{3}(2)": 2 - }, - { - "Alt(10)": 4 - }, - { - "{}^2A_{3}(9)": 4 - }, - { - "B_{2}(5)": 16 - }, - { - "A_{3}(3)": 2 - }, - { - "A_{4}(2)": 4 - }, - { - "{}^2A_{4}(4)": 10 - }, - { - "Alt(11)": 7 - } - ], + "quotients": { + "Alt(10)": 4, + "C_{3}(2)": 2, + "J_{2}": 4, + "B_{2}(5)": 16, + "Alt(7)": 2, + "M_{11}": 4, + "A_{3}(3)": 2, + "A_{4}(2)": 4, + "B_{2}(3)": 8, + "{}^2A_{2}(25)": 1, + "{}^2A_{3}(9)": 4, + "C_{2}(4)": 2, + "Alt(11)": 7, + "M_{22}": 2, + "{}^2A_{4}(4)": 10 + }, "alternating_quotients": [ 5, 6, @@ -15737,53 +14258,40 @@ "L2_quotients_utf8": [ "L₂(inf⁴)" ], - "quotients_utf8": [ - { - "Alt(7)": 2 - }, - { - "M₁₁": 4 - }, - { - "B₂(3)": 8 - }, - { - "²A₂(25)": 1 - }, - { - "M₂₂": 2 - }, - { - "J₂": 4 - }, - { - "C₂(4)": 2 - }, - { - "C₃(2)": 2 - }, - { - "Alt(10)": 4 - }, - { - "²A₃(9)": 4 - }, - { - "B₂(5)": 16 - }, - { - "A₃(3)": 2 - }, - { - "A₄(2)": 4 - }, - { - "²A₄(4)": 10 - }, - { - "Alt(11)": 7 - } - ] + "quotients_utf8": { + "C₂(4)": 2, + "²A₂(25)": 1, + "²A₄(4)": 10, + "²A₃(9)": 4, + "Alt(10)": 4, + "B₂(5)": 16, + "Alt(7)": 2, + "B₂(3)": 8, + "C₃(2)": 2, + "M₂₂": 2, + "A₃(3)": 2, + "A₄(2)": 4, + "Alt(11)": 7, + "J₂": 4, + "M₁₁": 4 + }, + "quotients_plain": { + "2A2(25)": 1, + "A3(3)": 2, + "B2(5)": 16, + "C2(4)": 2, + "M11": 4, + "Alt(10)": 4, + "A4(2)": 4, + "C3(2)": 2, + "Alt(7)": 2, + "J2": 4, + "B2(3)": 8, + "Alt(11)": 7, + "2A3(9)": 4, + "M22": 2, + "2A4(4)": 10 + } }, { "name": "G^{40,40,54}_0", @@ -15820,29 +14328,15 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 0, "L2_quotients": [], - "quotients": [ - { - "Alt(7)": 2 - }, - { - "B_{2}(3)": 5 - }, - { - "M_{12}": 2 - }, - { - "Alt(10)": 8 - }, - { - "{}^2A_{3}(9)": 15 - }, - { - "A_{3}(3)": 4 - }, - { - "{}^2A_{4}(4)": 7 - } - ], + "quotients": { + "A_{3}(3)": 4, + "B_{2}(3)": 5, + "M_{12}": 2, + "Alt(10)": 8, + "{}^2A_{3}(9)": 15, + "Alt(7)": 2, + "{}^2A_{4}(4)": 7 + }, "alternating_quotients": [ 5, 7, @@ -15875,29 +14369,24 @@ ], "maximal_degree_alternating_quotients": 40, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(7)": 2 - }, - { - "B₂(3)": 5 - }, - { - "M₁₂": 2 - }, - { - "Alt(10)": 8 - }, - { - "²A₃(9)": 15 - }, - { - "A₃(3)": 4 - }, - { - "²A₄(4)": 7 - } - ] + "quotients_utf8": { + "²A₄(4)": 7, + "²A₃(9)": 15, + "M₁₂": 2, + "Alt(10)": 8, + "A₃(3)": 4, + "Alt(7)": 2, + "B₂(3)": 5 + }, + "quotients_plain": { + "M12": 2, + "B2(3)": 5, + "A3(3)": 4, + "Alt(10)": 8, + "Alt(7)": 2, + "2A3(9)": 15, + "2A4(4)": 7 + } }, { "name": "G^{40,48,48}_0", @@ -15935,47 +14424,21 @@ "L_2(3^2)", "L_2(3^2)" ], - "quotients": [ - { - "Alt(7)": 2 - }, - { - "M_{11}": 1 - }, - { - "B_{2}(3)": 18 - }, - { - "M_{22}": 2 - }, - { - "J_{2}": 6 - }, - { - "C_{2}(4)": 4 - }, - { - "C_{3}(2)": 6 - }, - { - "{}^2A_{3}(9)": 10 - }, - { - "B_{2}(5)": 20 - }, - { - "A_{3}(3)": 15 - }, - { - "A_{4}(2)": 8 - }, - { - "{}^2A_{4}(4)": 15 - }, - { - "Alt(11)": 9 - } - ], + "quotients": { + "C_{3}(2)": 6, + "J_{2}": 6, + "B_{2}(5)": 20, + "Alt(7)": 2, + "M_{11}": 1, + "A_{3}(3)": 15, + "A_{4}(2)": 8, + "B_{2}(3)": 18, + "{}^2A_{3}(9)": 10, + "C_{2}(4)": 4, + "Alt(11)": 9, + "M_{22}": 2, + "{}^2A_{4}(4)": 15 + }, "alternating_quotients": [ 3, 5, @@ -16016,47 +14479,36 @@ "L₂(3²)", "L₂(3²)" ], - "quotients_utf8": [ - { - "Alt(7)": 2 - }, - { - "M₁₁": 1 - }, - { - "B₂(3)": 18 - }, - { - "M₂₂": 2 - }, - { - "J₂": 6 - }, - { - "C₂(4)": 4 - }, - { - "C₃(2)": 6 - }, - { - "²A₃(9)": 10 - }, - { - "B₂(5)": 20 - }, - { - "A₃(3)": 15 - }, - { - "A₄(2)": 8 - }, - { - "²A₄(4)": 15 - }, - { - "Alt(11)": 9 - } - ] + "quotients_utf8": { + "C₂(4)": 4, + "²A₄(4)": 15, + "²A₃(9)": 10, + "B₂(5)": 20, + "Alt(7)": 2, + "B₂(3)": 18, + "C₃(2)": 6, + "M₂₂": 2, + "A₃(3)": 15, + "A₄(2)": 8, + "Alt(11)": 9, + "J₂": 6, + "M₁₁": 1 + }, + "quotients_plain": { + "A3(3)": 15, + "B2(5)": 20, + "C2(4)": 4, + "M11": 1, + "A4(2)": 8, + "C3(2)": 6, + "Alt(7)": 2, + "J2": 6, + "B2(3)": 18, + "Alt(11)": 9, + "2A3(9)": 10, + "M22": 2, + "2A4(4)": 15 + } }, { "name": "G^{40,48,54}_0", @@ -16094,35 +14546,17 @@ "L2_quotients": [ "L_2(3^2)" ], - "quotients": [ - { - "B_{2}(3)": 11 - }, - { - "M_{12}": 7 - }, - { - "Alt(9)": 2 - }, - { - "C_{3}(2)": 4 - }, - { - "Alt(10)": 7 - }, - { - "{}^2A_{3}(9)": 14 - }, - { - "A_{3}(3)": 16 - }, - { - "{}^2A_{4}(4)": 3 - }, - { - "Alt(11)": 7 - } - ], + "quotients": { + "Alt(9)": 2, + "A_{3}(3)": 16, + "B_{2}(3)": 11, + "M_{12}": 7, + "C_{3}(2)": 4, + "Alt(10)": 7, + "{}^2A_{3}(9)": 14, + "Alt(11)": 7, + "{}^2A_{4}(4)": 3 + }, "alternating_quotients": [ 3, 5, @@ -16164,35 +14598,28 @@ "L2_quotients_utf8": [ "L₂(3²)" ], - "quotients_utf8": [ - { - "B₂(3)": 11 - }, - { - "M₁₂": 7 - }, - { - "Alt(9)": 2 - }, - { - "C₃(2)": 4 - }, - { - "Alt(10)": 7 - }, - { - "²A₃(9)": 14 - }, - { - "A₃(3)": 16 - }, - { - "²A₄(4)": 3 - }, - { - "Alt(11)": 7 - } - ] + "quotients_utf8": { + "²A₄(4)": 3, + "C₃(2)": 4, + "Alt(9)": 2, + "²A₃(9)": 14, + "M₁₂": 7, + "Alt(10)": 7, + "A₃(3)": 16, + "Alt(11)": 7, + "B₂(3)": 11 + }, + "quotients_plain": { + "M12": 7, + "B2(3)": 11, + "Alt(9)": 2, + "A3(3)": 16, + "Alt(10)": 7, + "Alt(11)": 7, + "C3(2)": 4, + "2A3(9)": 14, + "2A4(4)": 3 + } }, { "name": "G^{40,48,54}_2", @@ -16230,32 +14657,16 @@ "L2_quotients": [ "L_2(3^2)" ], - "quotients": [ - { - "B_{2}(3)": 17 - }, - { - "M_{12}": 7 - }, - { - "C_{3}(2)": 2 - }, - { - "Alt(10)": 12 - }, - { - "{}^2A_{3}(9)": 20 - }, - { - "A_{3}(3)": 22 - }, - { - "{}^2A_{4}(4)": 24 - }, - { - "Alt(11)": 15 - } - ], + "quotients": { + "A_{3}(3)": 22, + "B_{2}(3)": 17, + "M_{12}": 7, + "C_{3}(2)": 2, + "Alt(10)": 12, + "{}^2A_{3}(9)": 20, + "Alt(11)": 15, + "{}^2A_{4}(4)": 24 + }, "alternating_quotients": [ 3, 5, @@ -16294,32 +14705,26 @@ "L2_quotients_utf8": [ "L₂(3²)" ], - "quotients_utf8": [ - { - "B₂(3)": 17 - }, - { - "M₁₂": 7 - }, - { - "C₃(2)": 2 - }, - { - "Alt(10)": 12 - }, - { - "²A₃(9)": 20 - }, - { - "A₃(3)": 22 - }, - { - "²A₄(4)": 24 - }, - { - "Alt(11)": 15 - } - ] + "quotients_utf8": { + "²A₄(4)": 24, + "C₃(2)": 2, + "²A₃(9)": 20, + "M₁₂": 7, + "Alt(10)": 12, + "A₃(3)": 22, + "Alt(11)": 15, + "B₂(3)": 17 + }, + "quotients_plain": { + "M12": 7, + "B2(3)": 17, + "A3(3)": 22, + "Alt(10)": 12, + "Alt(11)": 15, + "C3(2)": 2, + "2A3(9)": 20, + "2A4(4)": 24 + } }, { "name": "G^{40,54,54}_0", @@ -16356,29 +14761,15 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 8 - }, - { - "M_{12}": 2 - }, - { - "Alt(9)": 2 - }, - { - "Alt(10)": 4 - }, - { - "{}^2A_{3}(9)": 9 - }, - { - "A_{3}(3)": 17 - }, - { - "{}^2A_{4}(4)": 7 - } - ], + "quotients": { + "Alt(9)": 2, + "A_{3}(3)": 17, + "B_{2}(3)": 8, + "M_{12}": 2, + "Alt(10)": 4, + "{}^2A_{3}(9)": 9, + "{}^2A_{4}(4)": 7 + }, "alternating_quotients": [ 3, 5, @@ -16413,29 +14804,24 @@ ], "maximal_degree_alternating_quotients": 40, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 8 - }, - { - "M₁₂": 2 - }, - { - "Alt(9)": 2 - }, - { - "Alt(10)": 4 - }, - { - "²A₃(9)": 9 - }, - { - "A₃(3)": 17 - }, - { - "²A₄(4)": 7 - } - ] + "quotients_utf8": { + "²A₄(4)": 7, + "Alt(9)": 2, + "²A₃(9)": 9, + "M₁₂": 2, + "Alt(10)": 4, + "A₃(3)": 17, + "B₂(3)": 8 + }, + "quotients_plain": { + "M12": 2, + "B2(3)": 8, + "Alt(9)": 2, + "A3(3)": 17, + "Alt(10)": 4, + "2A3(9)": 9, + "2A4(4)": 7 + } }, { "name": "G^{40,54,54}_2", @@ -16472,32 +14858,16 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 12 - }, - { - "M_{12}": 2 - }, - { - "C_{3}(2)": 4 - }, - { - "Alt(10)": 16 - }, - { - "{}^2A_{3}(9)": 14 - }, - { - "A_{3}(3)": 26 - }, - { - "{}^2A_{4}(4)": 40 - }, - { - "Alt(11)": 10 - } - ], + "quotients": { + "A_{3}(3)": 26, + "B_{2}(3)": 12, + "M_{12}": 2, + "C_{3}(2)": 4, + "Alt(10)": 16, + "{}^2A_{3}(9)": 14, + "Alt(11)": 10, + "{}^2A_{4}(4)": 40 + }, "alternating_quotients": [ 3, 5, @@ -16533,32 +14903,26 @@ ], "maximal_degree_alternating_quotients": 40, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 12 - }, - { - "M₁₂": 2 - }, - { - "C₃(2)": 4 - }, - { - "Alt(10)": 16 - }, - { - "²A₃(9)": 14 - }, - { - "A₃(3)": 26 - }, - { - "²A₄(4)": 40 - }, - { - "Alt(11)": 10 - } - ] + "quotients_utf8": { + "²A₄(4)": 40, + "C₃(2)": 4, + "²A₃(9)": 14, + "M₁₂": 2, + "Alt(10)": 16, + "A₃(3)": 26, + "Alt(11)": 10, + "B₂(3)": 12 + }, + "quotients_plain": { + "M12": 2, + "B2(3)": 12, + "A3(3)": 26, + "Alt(10)": 16, + "Alt(11)": 10, + "C3(2)": 4, + "2A3(9)": 14, + "2A4(4)": 40 + } }, { "name": "G^{40,54,54}_8", @@ -16595,26 +14959,14 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 1, "L2_quotients": [], - "quotients": [ - { - "B_{2}(3)": 8 - }, - { - "M_{12}": 2 - }, - { - "Alt(9)": 12 - }, - { - "{}^2A_{3}(9)": 12 - }, - { - "A_{3}(3)": 8 - }, - { - "{}^2A_{4}(4)": 16 - } - ], + "quotients": { + "Alt(9)": 12, + "A_{3}(3)": 8, + "B_{2}(3)": 8, + "M_{12}": 2, + "{}^2A_{3}(9)": 12, + "{}^2A_{4}(4)": 16 + }, "alternating_quotients": [ 3, 5, @@ -16648,26 +15000,22 @@ ], "maximal_degree_alternating_quotients": 40, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "B₂(3)": 8 - }, - { - "M₁₂": 2 - }, - { - "Alt(9)": 12 - }, - { - "²A₃(9)": 12 - }, - { - "A₃(3)": 8 - }, - { - "²A₄(4)": 16 - } - ] + "quotients_utf8": { + "²A₄(4)": 16, + "Alt(9)": 12, + "²A₃(9)": 12, + "M₁₂": 2, + "A₃(3)": 8, + "B₂(3)": 8 + }, + "quotients_plain": { + "M12": 2, + "B2(3)": 8, + "Alt(9)": 12, + "A3(3)": 8, + "2A3(9)": 12, + "2A4(4)": 16 + } }, { "name": "G^{48,48,48}_0", @@ -16701,47 +15049,21 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 1 - }, - { - "{}^2A_{2}(9)": 2 - }, - { - "B_{2}(3)": 27 - }, - { - "Alt(9)": 3 - }, - { - "M_{22}": 1 - }, - { - "C_{3}(2)": 39 - }, - { - "{}^2A_{3}(9)": 21 - }, - { - "B_{2}(5)": 9 - }, - { - "A_{3}(3)": 33 - }, - { - "{}^2A_{4}(4)": 60 - }, - { - "Alt(11)": 3 - }, - { - "{}^2A_{2}(81)": 2 - }, - { - "HS": 3 - } - ], + "quotients": { + "Alt(9)": 3, + "HS": 3, + "{}^2A_{2}(81)": 2, + "C_{3}(2)": 39, + "B_{2}(5)": 9, + "{}^2A_{2}(9)": 2, + "A_{3}(3)": 33, + "B_{2}(3)": 27, + "{}^2A_{3}(9)": 21, + "Alt(11)": 3, + "A_{2}(3)": 1, + "M_{22}": 1, + "{}^2A_{4}(4)": 60 + }, "alternating_quotients": [ 3, 4, @@ -16780,47 +15102,36 @@ ], "maximal_degree_alternating_quotients": 40, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 1 - }, - { - "²A₂(9)": 2 - }, - { - "B₂(3)": 27 - }, - { - "Alt(9)": 3 - }, - { - "M₂₂": 1 - }, - { - "C₃(2)": 39 - }, - { - "²A₃(9)": 21 - }, - { - "B₂(5)": 9 - }, - { - "A₃(3)": 33 - }, - { - "²A₄(4)": 60 - }, - { - "Alt(11)": 3 - }, - { - "²A₂(81)": 2 - }, - { - "HS": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 60, + "Alt(9)": 3, + "²A₃(9)": 21, + "²A₂(81)": 2, + "HS": 3, + "B₂(5)": 9, + "B₂(3)": 27, + "C₃(2)": 39, + "²A₂(9)": 2, + "M₂₂": 1, + "A₃(3)": 33, + "Alt(11)": 3, + "A₂(3)": 1 + }, + "quotients_plain": { + "Alt(9)": 3, + "HS": 3, + "A2(3)": 1, + "A3(3)": 33, + "B2(5)": 9, + "C3(2)": 39, + "2A2(9)": 2, + "B2(3)": 27, + "Alt(11)": 3, + "2A3(9)": 21, + "M22": 1, + "2A2(81)": 2, + "2A4(4)": 60 + } }, { "name": "G^{48,48,48}_1", @@ -16854,68 +15165,28 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "Alt(7)": 3 - }, - { - "{}^2A_{2}(9)": 1 - }, - { - "Alt(8) or A_{2}(4)": 6 - }, - { - "B_{2}(3)": 24 - }, - { - "M_{12}": 1 - }, - { - "{}^2A_{2}(25)": 3 - }, - { - "J_{2}": 4 - }, - { - "C_{3}(2)": 27 - }, - { - "Alt(10)": 3 - }, - { - "A_{2}(7)": 1 - }, - { - "{}^2A_{3}(9)": 15 - }, - { - "B_{2}(5)": 19 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "A_{3}(3)": 30 - }, - { - "A_{4}(2)": 4 - }, - { - "{}^2A_{4}(4)": 63 - }, - { - "Alt(11)": 3 - }, - { - "A_{2}(9)": 1 - }, - { - "{}^2A_{2}(81)": 2 - }, - { - "HS": 3 - } - ], + "quotients": { + "HS": 3, + "{}^2A_{2}(81)": 2, + "{}^2A_{2}(64)": 2, + "Alt(10)": 3, + "M_{12}": 1, + "Alt(8) or A_{2}(4)": 6, + "J_{2}": 4, + "C_{3}(2)": 27, + "Alt(7)": 3, + "B_{2}(5)": 19, + "{}^2A_{2}(9)": 1, + "A_{3}(3)": 30, + "A_{4}(2)": 4, + "B_{2}(3)": 24, + "{}^2A_{2}(25)": 3, + "{}^2A_{3}(9)": 15, + "Alt(11)": 3, + "A_{2}(9)": 1, + "A_{2}(7)": 1, + "{}^2A_{4}(4)": 63 + }, "alternating_quotients": [ 3, 4, @@ -16955,68 +15226,50 @@ ], "maximal_degree_alternating_quotients": 40, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "Alt(7)": 3 - }, - { - "²A₂(9)": 1 - }, - { - "Alt(8) or A₂(4)": 6 - }, - { - "B₂(3)": 24 - }, - { - "M₁₂": 1 - }, - { - "²A₂(25)": 3 - }, - { - "J₂": 4 - }, - { - "C₃(2)": 27 - }, - { - "Alt(10)": 3 - }, - { - "A₂(7)": 1 - }, - { - "²A₃(9)": 15 - }, - { - "B₂(5)": 19 - }, - { - "²A₂(64)": 2 - }, - { - "A₃(3)": 30 - }, - { - "A₄(2)": 4 - }, - { - "²A₄(4)": 63 - }, - { - "Alt(11)": 3 - }, - { - "A₂(9)": 1 - }, - { - "²A₂(81)": 2 - }, - { - "HS": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 63, + "²A₂(25)": 3, + "²A₃(9)": 15, + "²A₂(81)": 2, + "M₁₂": 1, + "HS": 3, + "Alt(10)": 3, + "B₂(5)": 19, + "A₂(9)": 1, + "Alt(7)": 3, + "B₂(3)": 24, + "A₂(7)": 1, + "C₃(2)": 27, + "²A₂(9)": 1, + "Alt(8) or A₂(4)": 6, + "²A₂(64)": 2, + "A₃(3)": 30, + "A₄(2)": 4, + "J₂": 4, + "Alt(11)": 3 + }, + "quotients_plain": { + "2A2(25)": 3, + "A3(3)": 30, + "A2(9)": 1, + "B2(5)": 19, + "Alt(10)": 3, + "HS": 3, + "A4(2)": 4, + "C3(2)": 27, + "Alt(7)": 3, + "2A2(9)": 1, + "J2": 4, + "Alt(8) or A2(4)": 6, + "M12": 1, + "B2(3)": 24, + "2A2(64)": 2, + "A2(7)": 1, + "Alt(11)": 3, + "2A3(9)": 15, + "2A2(81)": 2, + "2A4(4)": 63 + } }, { "name": "G^{48,48,54}_0", @@ -17051,38 +15304,18 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "B_{2}(3)": 19 - }, - { - "Alt(9)": 3 - }, - { - "C_{3}(2)": 3 - }, - { - "Alt(10)": 6 - }, - { - "{}^2A_{3}(9)": 17 - }, - { - "A_{3}(3)": 28 - }, - { - "{}^2A_{4}(4)": 40 - }, - { - "Alt(11)": 6 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "Alt(9)": 3, + "A_{3}(3)": 28, + "B_{2}(3)": 19, + "Alt(10)": 6, + "C_{3}(2)": 3, + "{}^2A_{3}(9)": 17, + "Alt(11)": 6, + "A_{2}(3)": 2, + "A_{2}(9)": 3, + "{}^2A_{4}(4)": 40 + }, "alternating_quotients": [ 3, 4, @@ -17121,38 +15354,30 @@ ], "maximal_degree_alternating_quotients": 40, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "B₂(3)": 19 - }, - { - "Alt(9)": 3 - }, - { - "C₃(2)": 3 - }, - { - "Alt(10)": 6 - }, - { - "²A₃(9)": 17 - }, - { - "A₃(3)": 28 - }, - { - "²A₄(4)": 40 - }, - { - "Alt(11)": 6 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 40, + "C₃(2)": 3, + "Alt(9)": 3, + "²A₃(9)": 17, + "Alt(10)": 6, + "A₃(3)": 28, + "Alt(11)": 6, + "A₂(9)": 3, + "A₂(3)": 2, + "B₂(3)": 19 + }, + "quotients_plain": { + "Alt(9)": 3, + "B2(3)": 19, + "A2(3)": 2, + "A3(3)": 28, + "A2(9)": 3, + "Alt(10)": 6, + "Alt(11)": 6, + "C3(2)": 3, + "2A3(9)": 17, + "2A4(4)": 40 + } }, { "name": "G^{48,54,54}_0", @@ -17188,38 +15413,18 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "B_{2}(3)": 8 - }, - { - "Alt(9)": 6 - }, - { - "Alt(10)": 2 - }, - { - "{}^2A_{3}(9)": 9 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "A_{3}(3)": 11 - }, - { - "{}^2A_{4}(4)": 25 - }, - { - "Alt(11)": 4 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "Alt(9)": 6, + "{}^2A_{2}(64)": 2, + "A_{3}(3)": 11, + "B_{2}(3)": 8, + "Alt(10)": 2, + "{}^2A_{3}(9)": 9, + "Alt(11)": 4, + "A_{2}(9)": 3, + "A_{2}(3)": 2, + "{}^2A_{4}(4)": 25 + }, "alternating_quotients": [ 3, 4, @@ -17256,38 +15461,30 @@ ], "maximal_degree_alternating_quotients": 40, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "B₂(3)": 8 - }, - { - "Alt(9)": 6 - }, - { - "Alt(10)": 2 - }, - { - "²A₃(9)": 9 - }, - { - "²A₂(64)": 2 - }, - { - "A₃(3)": 11 - }, - { - "²A₄(4)": 25 - }, - { - "Alt(11)": 4 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 25, + "Alt(9)": 6, + "²A₃(9)": 9, + "Alt(10)": 2, + "A₃(3)": 11, + "²A₂(64)": 2, + "Alt(11)": 4, + "A₂(9)": 3, + "A₂(3)": 2, + "B₂(3)": 8 + }, + "quotients_plain": { + "Alt(9)": 6, + "B2(3)": 8, + "A2(3)": 2, + "2A2(64)": 2, + "A3(3)": 11, + "Alt(10)": 2, + "A2(9)": 3, + "Alt(11)": 4, + "2A3(9)": 9, + "2A4(4)": 25 + } }, { "name": "G^{48,54,54}_2", @@ -17323,41 +15520,19 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "B_{2}(3)": 10 - }, - { - "Alt(9)": 9 - }, - { - "C_{3}(2)": 6 - }, - { - "Alt(10)": 22 - }, - { - "{}^2A_{3}(9)": 14 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "A_{3}(3)": 36 - }, - { - "{}^2A_{4}(4)": 28 - }, - { - "Alt(11)": 20 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "Alt(9)": 9, + "{}^2A_{2}(64)": 2, + "Alt(10)": 22, + "C_{3}(2)": 6, + "A_{3}(3)": 36, + "B_{2}(3)": 10, + "{}^2A_{3}(9)": 14, + "A_{2}(9)": 3, + "Alt(11)": 20, + "A_{2}(3)": 2, + "{}^2A_{4}(4)": 28 + }, "alternating_quotients": [ 3, 4, @@ -17396,41 +15571,32 @@ ], "maximal_degree_alternating_quotients": 40, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "B₂(3)": 10 - }, - { - "Alt(9)": 9 - }, - { - "C₃(2)": 6 - }, - { - "Alt(10)": 22 - }, - { - "²A₃(9)": 14 - }, - { - "²A₂(64)": 2 - }, - { - "A₃(3)": 36 - }, - { - "²A₄(4)": 28 - }, - { - "Alt(11)": 20 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 28, + "Alt(9)": 9, + "²A₃(9)": 14, + "Alt(10)": 22, + "A₂(9)": 3, + "B₂(3)": 10, + "C₃(2)": 6, + "A₃(3)": 36, + "²A₂(64)": 2, + "Alt(11)": 20, + "A₂(3)": 2 + }, + "quotients_plain": { + "Alt(9)": 9, + "A2(9)": 3, + "A2(3)": 2, + "A3(3)": 36, + "Alt(10)": 22, + "C3(2)": 6, + "B2(3)": 10, + "2A2(64)": 2, + "Alt(11)": 20, + "2A3(9)": 14, + "2A4(4)": 28 + } }, { "name": "G^{48,54,54}_8", @@ -17466,38 +15632,18 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "B_{2}(3)": 18 - }, - { - "Alt(9)": 14 - }, - { - "Alt(10)": 1 - }, - { - "{}^2A_{3}(9)": 15 - }, - { - "{}^2A_{2}(64)": 2 - }, - { - "A_{3}(3)": 19 - }, - { - "{}^2A_{4}(4)": 52 - }, - { - "Alt(11)": 1 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "Alt(9)": 14, + "{}^2A_{2}(64)": 2, + "A_{3}(3)": 19, + "B_{2}(3)": 18, + "Alt(10)": 1, + "{}^2A_{3}(9)": 15, + "Alt(11)": 1, + "A_{2}(9)": 3, + "A_{2}(3)": 2, + "{}^2A_{4}(4)": 52 + }, "alternating_quotients": [ 3, 4, @@ -17533,38 +15679,30 @@ ], "maximal_degree_alternating_quotients": 40, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "B₂(3)": 18 - }, - { - "Alt(9)": 14 - }, - { - "Alt(10)": 1 - }, - { - "²A₃(9)": 15 - }, - { - "²A₂(64)": 2 - }, - { - "A₃(3)": 19 - }, - { - "²A₄(4)": 52 - }, - { - "Alt(11)": 1 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 52, + "Alt(9)": 14, + "²A₃(9)": 15, + "Alt(10)": 1, + "A₃(3)": 19, + "²A₂(64)": 2, + "Alt(11)": 1, + "A₂(9)": 3, + "A₂(3)": 2, + "B₂(3)": 18 + }, + "quotients_plain": { + "Alt(9)": 14, + "B2(3)": 18, + "A2(3)": 2, + "2A2(64)": 2, + "A3(3)": 19, + "Alt(10)": 1, + "A2(9)": 3, + "Alt(11)": 1, + "2A3(9)": 15, + "2A4(4)": 52 + } }, { "name": "G^{54,54,54}_0", @@ -17601,20 +15739,12 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "Alt(9)": 6 - }, - { - "{}^2A_{4}(4)": 10 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "Alt(9)": 6, + "A_{2}(9)": 3, + "A_{2}(3)": 2, + "{}^2A_{4}(4)": 10 + }, "alternating_quotients": [ 3, 9, @@ -17642,20 +15772,18 @@ ], "maximal_degree_alternating_quotients": 40, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "Alt(9)": 6 - }, - { - "²A₄(4)": 10 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 10, + "Alt(9)": 6, + "A₂(9)": 3, + "A₂(3)": 2 + }, + "quotients_plain": { + "Alt(9)": 6, + "A2(9)": 3, + "A2(3)": 2, + "2A4(4)": 10 + } }, { "name": "G^{54,54,54}_2", @@ -17692,29 +15820,15 @@ "Kazdhdan_property_T": false, "abelianization_dimension": 3, "L2_quotients": [], - "quotients": [ - { - "A_{2}(3)": 2 - }, - { - "B_{2}(3)": 8 - }, - { - "Alt(9)": 24 - }, - { - "{}^2A_{3}(9)": 9 - }, - { - "A_{3}(3)": 13 - }, - { - "{}^2A_{4}(4)": 41 - }, - { - "A_{2}(9)": 3 - } - ], + "quotients": { + "Alt(9)": 24, + "A_{3}(3)": 13, + "B_{2}(3)": 8, + "{}^2A_{3}(9)": 9, + "A_{2}(9)": 3, + "A_{2}(3)": 2, + "{}^2A_{4}(4)": 41 + }, "alternating_quotients": [ 3, 9, @@ -17745,28 +15859,23 @@ ], "maximal_degree_alternating_quotients": 40, "L2_quotients_utf8": [], - "quotients_utf8": [ - { - "A₂(3)": 2 - }, - { - "B₂(3)": 8 - }, - { - "Alt(9)": 24 - }, - { - "²A₃(9)": 9 - }, - { - "A₃(3)": 13 - }, - { - "²A₄(4)": 41 - }, - { - "A₂(9)": 3 - } - ] + "quotients_utf8": { + "²A₄(4)": 41, + "Alt(9)": 24, + "²A₃(9)": 9, + "A₃(3)": 13, + "A₂(9)": 3, + "A₂(3)": 2, + "B₂(3)": 8 + }, + "quotients_plain": { + "Alt(9)": 24, + "B2(3)": 8, + "A2(3)": 2, + "A3(3)": 13, + "A2(9)": 3, + "2A3(9)": 9, + "2A4(4)": 41 + } } ] diff --git a/docs/create_table.js b/docs/create_table.js new file mode 100644 index 0000000..125aa5e --- /dev/null +++ b/docs/create_table.js @@ -0,0 +1,125 @@ +function columnName(key) { + let words = key.split("_"); + for (let i = 0; i < words.length; i++) { + words[i][0] = words[i][0].toUpperCase(); + } + return words.join(" "); +} + +function generateTableHead(table, keys) { + let thead = table.createTHead(); + let row = thead.insertRow(); + for (let key of keys) { + let th = document.createElement("th"); + let text = document.createTextNode(columnName(key)); + th.appendChild(text); + row.appendChild(th); + } +} + +function createDetails(object, summary_text = "show…", open = false) { + let details = document.createElement("details"); + + let summary = document.createElement("summary"); + summary.textContent = summary_text; + + details.appendChild(summary); + details.appendChild(object); + return details; +} + +function createListFromJson(json, ismath = false) { + let list = document.createElement("ul"); + for (let [k, v] of Object.entries(json)) { + let item = document.createElement("li"); + if (ismath) { + let math = createMathSpan(k + " : " + v); + item.appendChild(math); + } else { + item.innerText = k + " : " + v; + } + list.appendChild(item); + } + return list +} + +function createSpansFromArray(arr, ismath = false) { + let list = document.createElement("span"); + if (arr == null) { + return list; + } + for (let i = 0; i < arr.length; i++) { + let item; + if (ismath) { + item = createMathSpan(arr[i]); + } else { + item = document.createElement("span"); + item.innerText = String(arr[i]); + } + + list.appendChild(item); + if (i != arr.length - 1) { + let comma = document.createElement("span"); + comma.innerText = ", "; + list.appendChild(comma); + } + } + return list; +} + +function fillRow(row, group_json) { + for (let key of Object.keys(group_json)) { + let cell = row.insertCell(); + let cell_content; + let val = group_json[key]; + switch (key) { + case "name": + cell_content = createMathSpan(val); + break; + case "quotients": + cell_content = createDetails(createListFromJson(val, ismath = true)); + break; + case "quotients_utf8": + cell_content = createDetails(createListFromJson(val)); + break; + case "quotients_plain": + cell_content = createListFromJson(val); + break; + case "generators": + cell_content = createSpansFromArray(val,); + break; + case "relations": + cell_content = createDetails(createSpansFromArray(val, ismath = true)); + break; + case "witnesses_non_hyperbolictity": + cell_content = createSpansFromArray(val, ismath = true); + break; + case "L2_quotients": + cell_content = createSpansFromArray(val, ismath = true); + break; + case "alternating_quotients": + cell_content = createDetails(createSpansFromArray(val)); + break; + default: + cell_content = document.createTextNode(val); + } + cell.appendChild(cell_content); + } + return row +} + +function fillTableFromJson(table, json) { + let keys = Object.keys(json[0]); + for (let group of json) { + let row = table.insertRow(); + fillRow(row, group); + } + generateTableHead(table, keys); +} + +async function setup_table(data) { + let table = document.querySelector("table"); + fillTableFromJson(table, data); + console.log("created table of length " + table.rows.length); + return table; +} diff --git a/docs/data.js b/docs/data.js deleted file mode 100644 index 8deb010..0000000 --- a/docs/data.js +++ /dev/null @@ -1,171 +0,0 @@ -const groups_url = new URL("https://raw.githubusercontent.com/kalmarek/SmallHyperbolic/mk/json/data/triangle_groups.json") - -async function fetch_json(url) { - try { - let response = await fetch(url); - let json = await response.json(); - return json; - } catch(err) { - console.log("Error while fetching json:" + err); - } -} - -function filter_group_json(obj) { - for (let key of Object.keys(obj)) { - if (key.match(/utf8/) != null) { - delete obj[key]; - } - } - return obj -} - -function columnName(key) { - let words = key.split("_"); - for (let i = 0; i < words.length; i++) { - words[i][0].toUpperCase(); - } - return words.join(" "); -} - -function generateTableHead(table, keys) { - let thead = table.createTHead(); - let row = thead.insertRow(); - for (let key of keys) { -// if (key.match("utf8") != null) { continue; } - let th = document.createElement("th"); - let text = document.createTextNode(columnName(key)); - th.appendChild(text); - row.appendChild(th); - } -} - -function fillRow(row, group_json) { - for (let key of Object.keys(group_json)) { - let cell = row.insertCell(); - let cell_content; - // swtich(key){ - let value = group_json[key] - if (key == "quotients" || key == "quotients_utf8") { - cell_content = JSON.stringify(value); - } else if (key == "name") { - cell_content = value - } else if ( key == "generators" || key == "relations") { - cell_content = value.join(","); - } else { - cell_content = group_json[key]; - } - let text = document.createTextNode(cell_content); - cell.appendChild(text); - } -} - -function fillTableFromJson(table, json) { - for (let i=0; i= 0) { - column_indices.push(col_idx); - columns.splice(found, 1); - } - } - - if (columns.length != 0) { - console.log("In Katexify: some columns were not found! " + columns); - } - - for (let col_idx of column_indices) { - // we're skipping the header row - for (let row of table.rows) { - if ( row == header ) { continue; } - rerender_with_katex(row.cells[col_idx]); - } - } - - return table -} - -const filtersConfig = { - base_path: 'tablefilter/', - auto_filter: { - delay: 400 - }, - filters_row_index: 1, - highlight_keywords: true, - responsive: true, - state: true, - sticky_headers: true, - // popup_filters: true, - no_results_message: true, - alternate_rows: true, - mark_active_columns: true, - rows_counter: true, - btn_reset: true, - status_bar: true, - msg_filter: 'Filtering...', - extensions: [{ - name: 'colsVisibility', - at_start: [2,4,5,6,7,15], - text: 'Hidden Columns: ', - enable_tick_all: true - }, { - name: 'sort' - }] -}; - -async function setup_table(data) { - fillTableFromJson(table, data); - console.log("created table of length " + table.rows.length); - return table; -} -async function setup_filter(table) { - console.log("filtered table of length " + table.rows.length); - const filter = new TableFilter(table, filtersConfig); - filter.init(); - return filter; -} - -let table = document.querySelector("table"); - -let filtered_table = fetch_json(groups_url) - .then(setup_table) - .then(setup_filter) -; - -let button = document.getElementById("katexify"); -button.addEventListener("click", ()=>{ - rerender_columns_katex(table); - button.disabled = true; -}); diff --git a/docs/details.css b/docs/details.css new file mode 100644 index 0000000..43cdbf0 --- /dev/null +++ b/docs/details.css @@ -0,0 +1,26 @@ +details { + border: 1px solid #aaa; + border-radius: 4px; + padding: .4em .4em 0; + align-content: center; +} + +summary { + font-weight: bold; + margin: -0.4em -.2em 0; + padding: .0em; + display: revert; +} + +details[open] { + padding: .5em; +} + +details[open] summary { + border-bottom: 1px solid #aaa; + margin-bottom: .5em; +} + +.math-tex { + display: none; +} diff --git a/docs/filter_table.js b/docs/filter_table.js new file mode 100644 index 0000000..9d63a8f --- /dev/null +++ b/docs/filter_table.js @@ -0,0 +1,34 @@ +const filtersConfig = { + base_path: 'tablefilter/', + auto_filter: { + delay: 400 + }, + filters_row_index: 1, + highlight_keywords: true, + responsive: true, + state: true, + sticky_headers: true, + // popup_filters: true, + no_results_message: true, + alternate_rows: true, + mark_active_columns: true, + rows_counter: true, + btn_reset: true, + status_bar: true, + msg_filter: 'Filtering...', + extensions: [{ + name: 'colsVisibility', + at_start: [1,3,5,6,7,8,18,19,20,21], + text: 'Hidden Columns: ', + enable_tick_all: true + }, { + name: 'sort' + }] +}; + +async function setup_filter(table) { + console.log("filtered table of length " + table.rows.length); + const filter = new TableFilter(table, filtersConfig); + filter.init(); + return filter; +} diff --git a/docs/index.html b/docs/index.html index 4024c94..100d721 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,7 +6,7 @@ Generalized Triangle Groups - + @@ -26,13 +26,25 @@ Generalized Triangle Groups of 2011.09276 by Pierre-Emmanuel Caprace, Marston Conder, Marek Kaluba and Stefan Witzel. -
- -
+ +
+ + +
+ +
+
+
- - + + + + + + diff --git a/docs/main.js b/docs/main.js new file mode 100644 index 0000000..2823db7 --- /dev/null +++ b/docs/main.js @@ -0,0 +1,15 @@ +const groups_url = new URL("https://raw.githubusercontent.com/kalmarek/SmallHyperbolic/mk/json/data/triangle_groups.json") + +async function fetch_json(url) { + try { + let response = await fetch(url); + let json = await response.json(); + return json; + } catch (err) { + console.log("Error while fetching json:" + err); + } +} +let table = fetch_json(groups_url) + .then(setup_table) + .then(setup_filter) + ; diff --git a/docs/math_render.js b/docs/math_render.js new file mode 100644 index 0000000..04c9788 --- /dev/null +++ b/docs/math_render.js @@ -0,0 +1,55 @@ +function prepareTextForKatex(string) { + return string.replace(/ /g, "") + .replace(/\*/g, "") + .replace(/\^-1/g, "^{-1}") + .replace(/inf/g, "\\infty"); +} + +function createMathSpan(content) { + let item = document.createElement("span"); + item.className = "math"; + + let math_text = document.createElement("span"); + let math_tex = document.createElement("span"); + + math_text.className = "math-text"; + math_text.innerText = content.toString().replace(/\*/g, "").replace(/ /g, "") + + math_tex.className = "math-tex"; + katex.render(prepareTextForKatex(math_text.innerText), math_tex); + + item.appendChild(math_text); + item.appendChild(math_tex); + + return item; +} + +function toggleKaTeX(elt, toggle) { + let display_text = toggle ? "none" : "revert"; + let display_tex = toggle ? "revert" : "none"; + for (let child of elt.childNodes) { + switch (child.className) { + case "math-text": + child.style.display = display_text; + break; + case "math-tex": + child.style.display = display_tex; + break; + default: + // nothing + } + } +} + +let math_objects = document.getElementsByClassName("math"); +let katex_switch = document.getElementById("renderWithKatex"); +katex_switch.checked = false; +katex_switch.addEventListener( + "change", + function () { + let toggle = this.checked; + for (let element of math_objects) { + toggleKaTeX(element, toggle); + } + } +); From ac89ae47766f68ec32dce6e093d1feeacf58823a Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Fri, 11 Feb 2022 18:17:06 +0100 Subject: [PATCH 19/19] enable KaTeX rendering by default --- docs/details.css | 2 +- docs/math_render.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/details.css b/docs/details.css index 43cdbf0..d6abbff 100644 --- a/docs/details.css +++ b/docs/details.css @@ -21,6 +21,6 @@ details[open] summary { margin-bottom: .5em; } -.math-tex { +.math-text { display: none; } diff --git a/docs/math_render.js b/docs/math_render.js index 04c9788..5eb0b07 100644 --- a/docs/math_render.js +++ b/docs/math_render.js @@ -43,7 +43,7 @@ function toggleKaTeX(elt, toggle) { let math_objects = document.getElementsByClassName("math"); let katex_switch = document.getElementById("renderWithKatex"); -katex_switch.checked = false; +katex_switch.checked = true; katex_switch.addEventListener( "change", function () {