From 079aa37e9d2617190e3b8f0ea55a1b8727274558 Mon Sep 17 00:00:00 2001 From: Jen Paulhus Date: Tue, 23 Jul 2024 15:37:08 -0400 Subject: [PATCH 1/2] update affiliation --- CONTRIBUTORS.yaml | 4 ++-- lmfdb/groups/abstract/templates/abstract-show-group.html | 5 +++-- lmfdb/templates/management.html | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS.yaml b/CONTRIBUTORS.yaml index 6777d5dd61..0babaf39fe 100644 --- a/CONTRIBUTORS.yaml +++ b/CONTRIBUTORS.yaml @@ -280,8 +280,8 @@ email: aurel.page@normalesup.org affil: University of Bordeaux --- name: Jennifer Paulhus -affil: Grinnell College -url: https://www.math.grinnell.edu/~paulhusj/ +affil: Mount Holyoke College +url: https://www.jenpaulhus.com --- name: David Platt affil: University of Bristol diff --git a/lmfdb/groups/abstract/templates/abstract-show-group.html b/lmfdb/groups/abstract/templates/abstract-show-group.html index 326925028d..62c613c651 100644 --- a/lmfdb/groups/abstract/templates/abstract-show-group.html +++ b/lmfdb/groups/abstract/templates/abstract-show-group.html @@ -44,9 +44,10 @@

Group information

{{info.boolean_characteristics_string | safe}}

+{% if gp.order_stats != None %}

Group statistics

-

{% if gp.order_stats != None %} +

@@ -164,7 +165,7 @@

Group statistics

{% if not gp.live() %} -

Minimal Presentations

+

Minimal presentations

diff --git a/lmfdb/templates/management.html b/lmfdb/templates/management.html index 419b198b7c..e89a8a0c0d 100644 --- a/lmfdb/templates/management.html +++ b/lmfdb/templates/management.html @@ -4,7 +4,7 @@

Managing Editors

From 5aea0794922a701a0f0acfa52455c7b4ffdddca7 Mon Sep 17 00:00:00 2001 From: Jen Paulhus Date: Tue, 23 Jul 2024 16:08:32 -0400 Subject: [PATCH 2/2] change to show message that not computed --- lmfdb/groups/abstract/templates/abstract-show-group.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lmfdb/groups/abstract/templates/abstract-show-group.html b/lmfdb/groups/abstract/templates/abstract-show-group.html index 62c613c651..5ca04f4bc6 100644 --- a/lmfdb/groups/abstract/templates/abstract-show-group.html +++ b/lmfdb/groups/abstract/templates/abstract-show-group.html @@ -44,10 +44,8 @@

Group information

{{info.boolean_characteristics_string | safe}}

-{% if gp.order_stats != None %}

Group statistics

- -

+

{% if gp.order_stats != None %}

{{KNOWL('group.permutation_degree', 'Permutation degree')}}:{{gp.perm_degree()|safe}}
@@ -117,10 +115,13 @@

Group statistics

+ {% endif %}
data not computed
-
+ +{% else %} +Statistics about orders of elements in this group have not been computed. {% endif %}