Processing Math: Done
No jsMath TeX fonts found -- using unicode fonts instead.
This may be slow and might not print well.
Use the jsMath control panel to get additional information.
jsMath Control PanelHide this Message


jsMath
Differences between revisions 13 and 14
Revision 13 as of 2009-10-22 23:26:26
Size: 1432
Editor: Minh Nguyen
Comment: fix typo
Revision 14 as of 2009-12-10 03:57:55
Size: 1464
Editor: Minh Nguyen
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Technical/Scholarly Publications mentioning Sage ==
If you use Sage in a book, paper, website, etc., please email me at wstein@gmail.com and reference Sage as follows:
== Technical/Scholarly Publications Citing Sage ==

If you use Sage in a book, paper, website, etc., please email William Stein at wstein@gmail.com and reference Sage as follows:
Line 5: Line 6:
William Stein et al., Sage Mathematics Software (Version 3.4), 
   The Sage Development Team, 2009, http://www.sagemath.org/.
William A. Stein et al. Sage Mathematics Software (Version 4.2.1),
   The Sage Development Team, 2009, http://www.sagemath.org.
Line 9: Line 10:
 . where you should change the version number and the year to reflect the version of Sage that you used for the publication. To reference Sage using Bibtex, use: where you should change the version number and the year to reflect the version of Sage that you used for the publication. To reference Sage using BibTeX, use:
Line 12: Line 13:
      Key = {Sage},
     
Author = {W.\thinspace{}A. Stein and others},
       Organization = {The Sage~Development Team},
       Title = {{S}age {M}athematics {S}oftware ({V}ersion 3.3)},
       note= {{\tt http://www.sagemath.org}},
       Year = 2009}
  Key          = {Sage},
Author       = {W.\thinspace{}A. Stein and others},
  Organization = {The Sage Development Team},
  Title        = {{S}age {M}athematics {S}oftware ({V}ersion 4.2.1)},
  note = {{\tt http://www.sagemath.org}},
  Year         = {2009},
}
Line 21: Line 23:
Line 25: Line 28:
  3.3)}, The Sage~Development Team, 2009, {\tt http://www.sagemath.org}.   4.2.1)}, The Sage Development Team, 2009, {\tt http://www.sagemath.org}.
Line 27: Line 30:
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.
Line 29: Line 31:
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.
Line 33: Line 36:
Please see http://sagemath.org/library/publications.html Please see http://www.sagemath.org/library-publications.html

Technical/Scholarly Publications Citing Sage

If you use Sage in a book, paper, website, etc., please email William Stein at wstein@gmail.com and reference Sage as follows:

William A. Stein et al. Sage Mathematics Software (Version 4.2.1),
   The Sage Development Team, 2009, http://www.sagemath.org.

where you should change the version number and the year to reflect the version of Sage that 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 4.2.1)},
  note         = {{\tt http://www.sagemath.org}},
  Year         = {2009},
}

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
  4.2.1)}, The Sage Development Team, 2009, {\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)