1432
Comment: fix typo
|
2170
|
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 [email protected] and reference Sage as follows: |
== Technical/Scholarly Publications Citing Sage == 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 5: | Line 8: |
William Stein et al., Sage Mathematics Software (Version 3.4), The Sage Development Team, 2009, http://www.sagemath.org/. |
W. A. Stein et al. Sage Mathematics Software (Version x.y.z), The Sage Development Team, YYYY, http://www.sagemath.org. |
Line 9: | Line 12: |
. 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 Sage you used for the publication. === BibTex === |
Line 12: | Line 18: |
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 x.y.z)}, note = {{\tt http://www.sagemath.org}}, Year = {YYYY}, } |
Line 20: | Line 27: |
To reference Sage using TeX, use: | '''DOIs''' Include them as doi = {dx.doi.org/...} * 6.6: http://dx.doi.org/10.5281/zenodo.17093 * 6.7: http://dx.doi.org/10.5281/zenodo.28513 * 6.8: http://dx.doi.org/10.5281/zenodo.28514 === TeX === |
Line 25: | Line 41: |
3.3)}, The Sage~Development Team, 2009, {\tt http://www.sagemath.org}. | x.y.z)}, The Sage Development Team, YYYY, {\tt http://www.sagemath.org}. |
Line 27: | 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). 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. |
Line 30: | Line 55: |
=== EndNote (RIS file) === [[http://sagemath.org/files/sage.ris|sage.ris]] |
|
Line 33: | Line 61: |
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 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}, }
DOIs
Include them as doi = {dx.doi.org/...}
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)
Books and Articles mentioning Sage
Please see http://www.sagemath.org/library-publications.html