From 87123624b398ed1b933fd3ce5c887fa4c08173d4 Mon Sep 17 00:00:00 2001 From: stevehuang235 Date: Thu, 9 Apr 2026 16:43:06 -0400 Subject: [PATCH] added an explanation for why shimura curves section is in alpha --- lmfdb/shimura_curves/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmfdb/shimura_curves/main.py b/lmfdb/shimura_curves/main.py index bfe65effe1..de911cb96c 100644 --- a/lmfdb/shimura_curves/main.py +++ b/lmfdb/shimura_curves/main.py @@ -1025,7 +1025,7 @@ def __init__(self): def short_summary(self): shimcurve_knowl = display_knowl("shimcurve", title="Shimura curves") return ( - fr'The database currently contains {self.ncurves} {shimcurve_knowl} of level $N\le {self.max_level}$ parameterizing abelian surfaces $A$ over $\Q$ with potential quaternionic multiplication. You can browse further statistics.' + fr'The database currently contains {self.ncurves} {shimcurve_knowl} of level $N\le {self.max_level}$ parameterizing abelian surfaces $A$ over $\Q$ with potential quaternionic multiplication. You can browse further statistics. This data is provisional and incomplete! More will be added.' ) @property