Differences between revisions 14 and 41 (spanning 27 versions)
Revision 14 as of 2009-12-10 03:57:55
Size: 1464
Editor: Minh Nguyen
Comment:
Revision 41 as of 2020-10-07 10:36:00
Size: 2648
Editor: dimpase
Comment: doi for 9.1
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Technical/Scholarly Publications Citing Sage == ## page was renamed from Publications_using_SAGE
== Citing SageMath in Technical/Scholarly Publications ==
Line 3: Line 4:
If you use Sage in a book, paper, website, etc., please email William Stein at [email protected] and reference Sage as follows: If you use !SageMath in a book, paper, website, etc., please [[https://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 !SageMath as follows:
Line 6: Line 9:
William A. Stein et al. Sage Mathematics Software (Version 4.2.1),
   The Sage Development Team, 2009, http://www.sagemath.org.
SageMath, the Sage Mathematics Software System (Version x.y.z),
   The Sage Developers, YYYY, https://www.sagemath.org.
Line 10: Line 13:
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 `x.y.z` to the exact version number you used for your publication. Also change `YYYY` to the year that reflects the version of !SageMath you used for the publication.

=== Bib
Tex ===
Line 12: Line 18:
@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},
@manual{sagemath,
  Key = {SageMath},
  Author = {{The Sage Developers}},
  Title = {{S}ageMath, the {S}age {M}athematics {S}oftware {S}ystem ({V}ersion x.y.z)},
  note = {{\tt https://www.sagemath.org}},
  Year = {YYYY},
Line 22: Line 27:
To reference Sage using TeX, use: === AMSref ===

{{{
\bib{sagemath}{manual}{
      author={Developers, The~Sage},
       title={{S}agemath, the {S}age {M}athematics {S}oftware {S}ystem
  ({V}ersion x.y.z)},
        date={YYYY},
        note={{\tt https://www.sagemath.org}},
}
}}}

'''DOIs'''

Include them as doi = {dx.doi.org/...}

 * 6.6: https://dx.doi.org/10.5281/zenodo.17093
 * 6.7: https://dx.doi.org/10.5281/zenodo.28513
 * 6.8: https://dx.doi.org/10.5281/zenodo.28514
 * 7.6: https://dx.doi.org/10.5281/zenodo.820864
 * 9.1: https://doi.org/10.5281/zenodo.4066866

=== TeX ===
Line 27: Line 54:
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}.
\emph{{S}ageMath, the {S}age {M}athematics {S}oftware {S}ystem ({V}ersion
  x.y.z)}, The Sage Developers, YYYY, {\tt https://www.sagemath.org}.
Line 31: Line 58:
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 SageMath, e.g., !NumPy, PARI, GAP, that your calculation uses, and properly attribute those systems (for example, ask on [[https://groups.google.com/forum/#!forum/sage-support | sage-support]]). 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 !SageMath code that you are using and acknowledge them explicitly as well.
Line 34: Line 69:
== Books and Articles mentioning Sage == === EndNote (RIS file) ===
Line 36: Line 71:
Please see http://www.sagemath.org/library-publications.html [[https://sagemath.org/files/sage.ris|sage.ris]]

== Books and Articles mentioning SageMath ==

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

Citing SageMath in Technical/Scholarly Publications

If you use SageMath 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 SageMath as follows:

SageMath, the Sage Mathematics Software System (Version x.y.z),
   The Sage Developers, YYYY, https://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 SageMath you used for the publication.

BibTex

@manual{sagemath,
  Key          = {SageMath},
  Author       = {{The Sage Developers}},
  Title        = {{S}ageMath, the {S}age {M}athematics {S}oftware {S}ystem ({V}ersion x.y.z)},
  note         = {{\tt https://www.sagemath.org}},
  Year         = {YYYY},
}

AMSref

\bib{sagemath}{manual}{
      author={Developers, The~Sage},
       title={{S}agemath, the {S}age {M}athematics {S}oftware {S}ystem
  ({V}ersion x.y.z)},
        date={YYYY},
        note={{\tt https://www.sagemath.org}},
}

DOIs

Include them as doi = {dx.doi.org/...}

TeX

\newcommand{\etalchar}[1]{$^{#1}$}
\bibitem[S{\etalchar{+}}09]{sage}
\emph{{S}ageMath, the {S}age {M}athematics {S}oftware {S}ystem ({V}ersion
  x.y.z)}, The Sage Developers, YYYY, {\tt https://www.sagemath.org}.

Also, be sure to find out what components of SageMath, e.g., NumPy, PARI, GAP, that your calculation uses, and properly attribute those systems (for example, ask on sage-support). 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 SageMath code that you are using and acknowledge them explicitly as well.

EndNote (RIS file)

sage.ris

Books and Articles mentioning SageMath

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

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