-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EC/ECNF consistency in local data display #6287
Conversation
I do not know why in the ECNF local data table the headings of the columns for the prime and Reduction type are not centred. A fix for that would be welcome. |
All of the headings are left aligned (which is the standard for table.ntdata.centered th, table.ntdata.centered td {
text-align: center;
} so if you add Otherwise it looks good, so feel free to merge after you decide what to do about the centering! Thanks for fixing these. |
Thanks, I will try that. CSS remains a dark art to me! |
If you change line 366 of ecnf-curve.html to I also noticed that |
Thanks for this! I haven't yet mmade any changes to this as I have been working on displaying th BSD formula for CNF and have just got it working (including the adjustment to the global period at complex places as explained in #5409). I will finish this one off and make sure the other one is good and make another PR for that tomorrow (Friday). |
Phew. I have probably missed something, so another pairs of eyes would be welcome! I do think it instructive to see and compare the ideal factorisations when the model is not a global minimal one, so you can see the extra 12th power. PR update in a moment... |
http://localhost:37777/EllipticCurve/4.4.19796.1/40.1/h/2 are good samples to look at |
Looks good. |
This fixes some points raised at #6275, making the display of local data consistent between ECQ and ECNF: table headings use the same notation, and ECNF now also has te text above the table saying whether or not the curve is semistable, and how many bad primes are. (Note that, as before, the table has a row for any primes where the curve has good reduction but the model does not. Such primes exist when there is no global minimal model; the model we then use has exactly one such prime.)
I also renamed "Period" --> "Global period" for ECNF a that is what the knowl defines, but ECQ still calls it "Real period" as that is what it is always called over Q (and there is a specific knowl too).