You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lmfdb/abvar/fq/templates/abvarfq-index.html
+15-3
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,23 @@ <h2> Browse </h2>
14
14
<td>{% for g in info.stats.gs %} <ahref="?g={{g}}">{{g}}</a> {% endfor %}</td>
15
15
</tr><tr>
16
16
<td>By {{ KNOWL('ag.base_field', 'base field cardinality') }}:</td>
17
-
<td>{% for q in info.q_ranges %} <ahref="?q={{q}}">{{q}}</a> {% endfor %}</td>
17
+
<tdcolspan="3">{% for q in info.q_ranges %} <ahref="?q={{q}}">{{q}}</a> {% endfor %}</td>
18
18
</tr><tr>
19
-
<tdcolspan="2">Some <ahref="{{url_for('.interesting')}}">interesting isogeny classes</a> or a <ahref="{{url_for('.random_class')}}">random isogeny class</a></td>
<tdcolspan="4">Some <ahref="{{url_for('.interesting')}}">interesting isogeny classes</a> or a <ahref="{{url_for('.random_class')}}">random isogeny class</a></td>
32
+
</tr><tr>
33
+
<tdcolspan="4">A <ahref="?search_type=Counts">table</a> by dimension and base field.</td>
Copy file name to clipboardexpand all lines: lmfdb/abvar/fq/templates/show-abvarfq.html
+14-7
Original file line number
Diff line number
Diff line change
@@ -149,20 +149,27 @@ <h2>Jacobians and polarizations</h2>
149
149
<p>
150
150
{% if cl.has_principal_polarization == 1 %}
151
151
{% if cl.has_jacobian == -1 %}
152
-
This isogeny class is {{ KNOWL('av.princ_polarizable', title = 'principally polarizable')}}, but does not contain a {{KNOWL('ag.jacobian',title='Jacobian')}}.
152
+
This isogeny class is {{ KNOWL('av.princ_polarizable', title = 'principally polarizable')}}, but does not contain a {{KNOWL('ag.jacobian',title='Jacobian')}}.
153
153
{% elif cl.jacobian_count is not none %}
154
-
This isogeny class contains the {{KNOWL('ag.jacobian',title='Jacobians' if cl.jacobian_count != 1 else 'Jacobian')}} of {{ cl.jacobian_count }} curve{% if cl.jacobian_count != 1 %}s{% endif %} ({% if cl.jacobian_count == 1 %}which is {% if cl.hyp_count == 0 %}not {% endif %}hyperelliptic{% else %}of which {% if cl.hyp_count == 1 %}1 is{% elif cl.hyp_count == cl.jacobian_count %}all are{% else %}{{ cl.hyp_count }} are{% endif %} hyperelliptic{% endif %}), and hence is {{ KNOWL('av.princ_polarizable', title = 'principally polarizable')}}:{{ cl.curve_display() | safe }}
154
+
This isogeny class is {{ KNOWL('av.princ_polarizable', title = 'principally polarizable')}} and contains the {{KNOWL('ag.jacobian',title='Jacobians' if cl.jacobian_count != 1 else 'Jacobian')}} of {{ cl.jacobian_count }} curve{% if cl.jacobian_count != 1 %}s{% endif %} ({% if cl.jacobian_count == 1 %}which is {% if cl.hyp_count == 0 %}not {% endif %}hyperelliptic{% else %}of which {% if cl.hyp_count == 1 %}1 is{% elif cl.hyp_count == cl.jacobian_count %}all are{% else %}{{ cl.hyp_count }} are{% endif %} hyperelliptic{% endif %}):{{ cl.curve_display() | safe }}
155
+
{% elif cl.hyp_count == 0 and cl.has_jacobian == 1 %}
156
+
{# This case currently does not happen #}
157
+
This isogeny class contains a {{KNOWL('ag.jacobian',title='Jacobian')}} and hence is {{ KNOWL('av.princ_polarizable', title = 'principally polarizable')}}, but does not contain the Jacobian of a hyperelliptic curve.
158
+
{% elif cl.hyp_count == 0 and cl.has_jacobian == 0 %}
159
+
This isogeny class is {{KNOWL('av.princ_polarizable', title = 'principally polarizable')}} and contains no Jacobian of a hyperelliptic curve, but it is unknown whether it contains a {{KNOWL('ag.jacobian',title='Jacobian')}} of a non-hyperelliptic curve.
160
+
{% elif cl.hyp_count is not none and cl.hyp_count >= 1 %}
161
+
This isogeny class is {{ KNOWL('av.princ_polarizable', title = 'principally polarizable')}} and contains the {{KNOWL('ag.jacobian',title='Jacobians' if cl.hyp_count != 1 else 'Jacobian')}} of {{ cl.hyp_count }} hyperelliptic curve{% if cl.hyp_count != 1 %}s{% endif %}, but it is unknown how many Jacobians of non-hyperelliptic curves it contains:{{ cl.curve_display() | safe }}
155
162
{% elif cl.has_jacobian == 1 %}
156
-
This isogeny class contains a {{KNOWL('ag.jacobian',title='Jacobian')}}, and hence is {{ KNOWL('av.princ_polarizable', title = 'principally polarizable')}}.
163
+
This isogeny class contains a {{KNOWL('ag.jacobian',title='Jacobian')}} and hence is {{ KNOWL('av.princ_polarizable', title = 'principally polarizable')}}.
157
164
{% else %}
158
-
This isogeny class is {{KNOWL('av.princ_polarizable', title = 'principally polarizable')}}, but it is unknown whether it contains a {{KNOWL('ag.jacobian',title='Jacobian')}}.
165
+
This isogeny class is {{KNOWL('av.princ_polarizable', title = 'principally polarizable')}}, but it is unknown whether it contains a {{KNOWL('ag.jacobian',title='Jacobian')}}.
159
166
{% endif %}
160
167
{% elif cl.has_principal_polarization == -1 %}
161
-
This isogeny class is not {{KNOWL('av.princ_polarizable', title = 'principally polarizable')}}, and therefore does not contain a {{KNOWL('ag.jacobian',title='Jacobian')}}.
168
+
This isogeny class is not {{KNOWL('av.princ_polarizable', title = 'principally polarizable')}}, and therefore does not contain a {{KNOWL('ag.jacobian',title='Jacobian')}}.
162
169
{% elif cl.has_jacobian == -1 %}
163
-
This isogeny class does not contain a {{KNOWL('ag.jacobian',title='Jacobian')}}, and it is unknown whether it is {{KNOWL('av.princ_polarizable', title = 'principally polarizable')}}.
170
+
This isogeny class does not contain a {{KNOWL('ag.jacobian',title='Jacobian')}}, and it is unknown whether it is {{KNOWL('av.princ_polarizable', title = 'principally polarizable')}}.
164
171
{% else %}
165
-
It is unknown whether this isogeny class contains a {{KNOWL('ag.jacobian',title='Jacobian')}} or whether it is {{KNOWL('av.princ_polarizable', title = 'principally polarizable')}}.
172
+
It is unknown whether this isogeny class contains a {{KNOWL('ag.jacobian',title='Jacobian')}} or whether it is {{KNOWL('av.princ_polarizable', title = 'principally polarizable')}}.
0 commit comments