Skip to content

Commit

Permalink
Merge pull request #6001 from SamSchiavone/hgm
Browse files Browse the repository at this point in the history
Adding knowls to HGM pages
  • Loading branch information
edgarcosta authored Apr 22, 2024
2 parents ca89345 + 2f7b587 commit cf37ed4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lmfdb/hypergm/templates/hgm_family.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
<tr><td>{{KNOWL('hgm.levelt_matrices', title="Levelt matrices")}}:<td>${h_{\infty}={{family.hinf_latex}},\;}$ ${h_0={{family.h0_latex}},\;}$ $ {h_1={{family.h1_latex}}}$
</table>
<p>
<p><h2> $p$-parts of defining parameters</h2>
<p><h2> {{ KNOWL('hgm.defining_parameter_ppart', title='$p$-parts of defining parameters') }} </h2>
<p>
<table>
<tr> <th> $p$ <th> $A_p$ <th> $B_p$ <th> $C_p$
<tr> <th> $p$ <th> {{ KNOWL('hgm.defining_parameter_ppart', title='$A_p$') }} <th> {{ KNOWL('hgm.defining_parameter_ppart', title='$B_p$') }} <th> {{ KNOWL('hgm.defining_parameter_ppart', title='$C_p$') }}
{% for p, Ap, Bp, Cp in family.ppart %}
<tr>
<td> ${{p}}$
Expand All @@ -57,13 +57,13 @@ <h2> {{ KNOWL('hgm.monodromy', title='Monodromy groups') }} modulo $\ell$</h2>
<table>
<tr>
<th> $\ell$ </th>
<th> Index </th>
<th> Subimage</th>
<th> Image </th>
<th> $A^{\perp} _\ell$ </th>
<th> $B^{\perp} _\ell$ </th>
<th> $C^{\perp} _\ell$ </th>
<th> Imprimitivity </th>
<th> {{ KNOWL('hgm.monodromy_index', title='Index') }} </th>
<th> {{ KNOWL('hgm.monodromy_subimage', title='Subimage') }}</th>
<th> {{ KNOWL('hgm.monodromy_image', title='Image') }}</th>
<th> {{ KNOWL('hgm.defining_parameter_primetoppart', title='$A^{\perp} _\ell$') }} </th>
<th> {{ KNOWL('hgm.defining_parameter_primetoppart', title='$B^{\perp} _\ell$') }} </th>
<th> {{ KNOWL('hgm.defining_parameter_primetoppart', title='$C^{\perp} _\ell$') }} </th>
<th> {{ KNOWL('hgm.imprimitivity_index', title='Imprimitivity') }} </th>
{% for m in family.monodromy %}
{% if m[1]!=0 %}
<tr>
Expand All @@ -84,7 +84,7 @@ <h2> {{ KNOWL('hgm.monodromy', title='Monodromy groups') }} modulo $\ell$</h2>
</table>
{% if family.defaultp %}
<p>
<h2>Good Euler factors</h2>
<h2>{{KNOWL('hgm.good_prime', title="Good")}} {{KNOWL('hgm.euler_factor', title="Euler factors")}} </h2>
<form id='euler_factors'>
<table>
<tr>
Expand Down

0 comments on commit cf37ed4

Please sign in to comment.