Differences between revisions 15 and 16
Revision 15 as of 2010-11-19 07:27:26
Size: 1545
Editor: Minh Nguyen
Comment: modify general template for citing Sage the software
Revision 16 as of 2011-01-03 03:27:49
Size: 1672
Editor: Valod Malod
Comment:
Deletions are marked like this. Additions are marked like this.
Line 38: Line 38:
 * [[http://paydayloansinmaryland.com|Payday Loans in Maryland]]
 * [[http://carrentalbirmingham.org|car rental birmingham]]

Technical/Scholarly Publications Citing Sage

If you use Sage in a book, paper, website, etc., please contact us and reference Sage as follows:

William A. Stein et al. Sage Mathematics Software (Version x.y.z),
   The Sage Development Team, YYYY, http://www.sagemath.org.

where you should change x.y.z to the exact version number you used for your publication. Also change YYYY to the year that reflects the version of Sage you used for the publication. To reference Sage using BibTeX, use:

@manual{sage,
  Key          = {Sage},
  Author       = {W.\thinspace{}A. Stein and others},
  Organization = {The Sage Development Team},
  Title        = {{S}age {M}athematics {S}oftware ({V}ersion x.y.z)},
  note         = {{\tt http://www.sagemath.org}},
  Year         = {YYYY},
}

To reference Sage using TeX, use:

\newcommand{\etalchar}[1]{$^{#1}$}
\bibitem[S{\etalchar{+}}09]{sage}
W.\thinspace{}A. Stein et~al., \emph{{S}age {M}athematics {S}oftware ({V}ersion
  x.y.z)}, The Sage Development Team, YYYY, {\tt http://www.sagemath.org}.

Also, be sure to find out what components of Sage, e.g., NumPy, PARI, GAP, that your calculation uses, and properly attribute those systems (for example, ask on sage-devel). Similarly, consider finding out who wrote the Sage code you're using and acknowledge them explicitly as well.

Books and Articles mentioning Sage

Please see http://www.sagemath.org/library-publications.html

Publications_using_SageMath (last edited 2020-10-07 11:21:00 by dimpase)