Thanks. I was able to find websites for most of them, so I suppose I'll just note them in the acknowledgements and list the websites in the references. MPFR's website wasn't loading yesterday, but I have some time before I submit the final copy of my thesis, so hopefully I can find a proper reference for them in that time.
Zach On Jun 28, 7:52 pm, kcrisman <kcris...@gmail.com> wrote: > Here is an example. > > sage: from sage.misc.citation import get_systems > sage: get_systems('E = EllipticCurve([-2,5])') > ['Singular', 'ginac'] > sage: E = EllipticCurve([-2,5]) > sage: get_systems('E.gens()') > ['PARI', 'mwrank', 'Singular', 'FLINT', 'MPFR', 'ginac'] > > Note that I have to actually do the command before I can do the second > one, because the first one didn't actually define E. I don't know if > that's a feature or a bug. > > On Jun 28, 7:06 pm, zsharon <zacherysha...@gmail.com> wrote: > > > > > > > > > > > Hi all, > > > I'm trying to properly attribute sage in my master's thesis, and I > > need to know what components (pari, etc) or which authors I need to > > cite given that I used the following: > > > 1. I used > > > E=EllipticCurve([-2,5]) > > E.gens() > > > for one explicit calculation. > > > 2. I used (where f is a polynomial) > > > L.<c> = NumberField(f) > > C = L.class_group() > > U=L.unit_group() > > O=L.maximal_order() > > O.basis() > > > extensively. > > > I found how to cite sage on the sagemath website, but if, for example, > > I really used Pari a lot, then I'd like to cite it as well. If anyone > > Yes, you definitely should. Good luck! Once you have it done, please > also send an email to the webmaster and we can add it > tohttp://www.sagemath.org/library-publications.htmlin the thesis > section. > > - kcrisman -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org