Differences between revisions 27 and 29 (spanning 2 versions)
Revision 27 as of 2016-04-04 21:22:28
Size: 2097
Editor: slelievre
Comment: edit SageMath BibTeX entry
Revision 29 as of 2016-08-12 18:59:26
Size: 2209
Editor: chapoton
Comment: sagemath, refresh
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Technical/Scholarly Publications Citing Sage == == Technical/Scholarly Publications Citing SageMath ==
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. Alternatively, send us a [[ https://github.com/sagemath/publications/ | pull request ]]. If you use SageMath 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 ]].
Line 5: Line 5:
Please reference Sage as follows: Please reference SageMath as follows:
Line 12: 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. 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.
Line 17: Line 17:
@manual{sage, @manual{sagemath,
Line 39: Line 39:
\emph{{S}age {M}athematics {S}oftware ({V}ersion \emph{{S}ageMath, the {S}age {M}athematics {S}oftware {S}ystem ({V}ersion
Line 43: Line 43:
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: 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-devel sage-devel]). Also, you may use the {{{get_systems}}} method:
Line 51: Line 51:
Similarly, consider finding out who wrote the Sage code you're using and acknowledge them explicitly as well. Similarly, consider finding out who wrote the SageMath code that you are using and acknowledge them explicitly as well.

Technical/Scholarly Publications Citing SageMath

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, 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 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 http://www.sagemath.org}},
  Year         = {YYYY},
}

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 http://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 [https://groups.google.com/forum/#!forum/sage-devel 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 SageMath code that you are 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)