Differences between revisions 20 and 23 (spanning 3 versions)
Revision 20 as of 2012-03-23 09:20:16
Size: 1727
Editor: schilly
Comment:
Revision 23 as of 2014-08-30 19:32:05
Size: 1968
Editor: schilly
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
If you use Sage in a book, paper, website, etc., please [[http://www.sagemath.org/contact.html | contact us]] about details of the publication, e.g. where is it published, provide a link to your publication. Please reference Sage as follows: If you use Sage in a book, paper, website, etc., please [[http://www.sagemath.org/contact.html | contact us]] about details of the publication, e.g. where is it published, provide a link to your publication. Alternatively, send us a [[ https://github.com/sagemath/publications/ | pull request ]].

Please reference Sage as follows:
Line 6: Line 8:
William A. Stein et al. Sage Mathematics Software (Version x.y.z), W. A. Stein et al. Sage Mathematics Software (Version x.y.z),
Line 10: Line 12:
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: 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.

=== Bib
Tex ===
Line 23: Line 27:
To reference Sage using TeX, use: === TeX ===
Line 32: Line 36:
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. 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). Also, you may use the {{{get_systems}}} method:

{{{
sage: from sage.misc.citation import get_systems
sage: get_systems("integrate(cos(x^2), x)")
['MPFI', 'ginac', 'GMP', 'Maxima']
}}}

Similarly, consider finding out who wrote the Sage code you're using and acknowledge them explicitly as well.

Technical/Scholarly Publications Citing Sage

If you use Sage in a book, paper, website, etc., please contact us about details of the publication, e.g. where is it published, provide a link to your publication. Alternatively, send us a pull request.

Please reference Sage as follows:

W. 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.

BibTex

@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},
}

TeX

\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). Also, you may use the get_systems method:

sage: from sage.misc.citation import get_systems
sage: get_systems("integrate(cos(x^2), x)")
['MPFI', 'ginac', 'GMP', 'Maxima']

Similarly, consider finding out who wrote the Sage code you're using and acknowledge them explicitly as well.

EndNote (RIS file)

sage.ris

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)