On 12 September 2017 at 11:27, David Farmer <
far...@aimath.org> wrote:
>
> The only concern I see is that URLs need to be maintained
> once they appear in print.
True. I'm already "translating" since the paper is joint with a
(graduated) student whose these has Bianchi labels (though not URLs)
from before the relabelling we did earlier this year (which is of
course the last ever relabelling).
3 years ago I tried to unify the ImaginaryQuadratic and TotallyReal
lines but no-one was interested enough.
If we can get flask to behave I can see that we could make it so that
http://beta.lmfdb.org/ModularForm/GL2/I<field_label>
(where field_label could either be a label such as 2.0.4.1 or a
nickname such as Qsqrt5 or Q)
would map to the same with ImagainaryQuadratic/ inserted if the label
was 2.0.*.1, or with TotallyReal/ inserted if the label was d.d.*.*,
or with Q/ inserted if Q (which does not currently work, it should
perhaps redirect to /Q/holomorphic).
>
> It may be technically difficult to remove those from the URL,
> because that would make it more difficult to figure out what
> code handles the request. But I guess if we figure that out,
> we would still maintain the old URLs.
Yes, we would still allow the long versions.
>
> So, looks good to me!
Thanks -- I'll wait for some more feedback before making a pull request.