Differences between revisions 3 and 42 (spanning 39 versions)
Revision 3 as of 2007-12-20 12:04:41
Size: 3075
Comment:
Revision 42 as of 2020-10-07 11:21:00
Size: 2709
Editor: dimpase
Comment: DOI forwarder for the current version
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:
## page was renamed from Publications_using_SAGE
== Citing SageMath in Technical/Scholarly Publications ==
Line 4: Line 4:
{{{William Stein, Sage Mathematics Software (Version 2.7), The Sage Group, 2007, http://www.sagemath.org/.}}} 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 ]].
Line 6: Line 6:
 . 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: Please reference !SageMath as follows:
Line 8: Line 9:
@manual{sage,
       Key = {SAGE},
       Author = {William Stein},
       Organization = {The Sage~Group},
       Title = {{S}age {M}athematics {S}oftware ({V}ersion 2.7)},
       note= {{\tt http://www.sagemath.org}},
       Year = 2007}
SageMath, the Sage Mathematics Software System (Version x.y.z),
   The Sage Developers, YYYY, https://www.sagemath.org.
Line 17: Line 13:
To reference Sage using TeX, 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.

=== BibTex ===
Line 19: Line 18:
\bibitem[SAGE]{sage}
Stein, William, \emph{Sage {M}athematics {S}oftware ({V}ersion 2.7)},
The Sage~Group, 2007, {\tt http://www.sagemath.org}.
@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 23: Line 26:
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 25: Line 27:
== Articles mentioning Sage ==
 * N. M. Dunfield and D. Ramakrishnan, "Increasing the number of fibered faces of arithmetic hyperbolic 3-manifolds." http://arxiv.org/abs/0712.3243
 * David Joyner and William Stein, "Open source mathematical software," Opinion Column, AMS Notices, November 2007, http://www.ams.org/notices/200710/
 * Jaap Spies, "Dancing School problems, Permanent solutions of Problem 29," NAW 5/7, nr. 4, December 2006, pp. 283-285. http://www.jaapspies.nl/mathfiles/dancingschool.pdf
=== AMSref ===
Line 30: Line 29:
 * B. Bektemirov, B. Mazur, W. Stein and M. Watkins, "Verification of the Birch and Swinnerton-Dyer Conjecture for Specific Elliptic Curves," Bulletin of the AMS, 44 (2007), 233-254. http://www.ams.org/journals/bull/2007-44-02/home.html
 * D. Joyner and A. Ksir, "Automorphism groups of some AG codes," IEEE Trans. Info. Theory, vol 52, July 2006, pp 3325-3329.
{{{
\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}},
}
}}}
Line 33: Line 39:
== Theses mentioning Sage ==
 * Gregory Bard, "Algorithms for Solving Linear and Polynomial Systems of Equations over Finite Fields with Applications to Cryptanalysis," Ph.D. thesis (CS, Univ. Maryland, 2007), http://www.sagemath.org/pub/bard-thesis.pdf, http://www.cs.umd.edu/~jkatz/THESES/bard_thesis.pdf
 * M. Albrecht, "Algebraic Attacks on the Courtois Toy Cipher", Diplomarbeit - Universitat, Bremen, Jan 2007. http://www.sagemath.org/pub/albrecht-thesis.pdf, http://www.informatik.uni-bremen.de/~malb/binary/thesis-1.0.pdf http://www.informatik.uni-bremen.de/~malb/binary/thesis-1.0.pdf http://www.informatik.uni-bremen.de/%7Emalb/binary/thesis-1.0.pdf
== Books mentioning Sage ==
 * W. Stein, "Modular Forms, a Computational Approach," Graduate Studies in Mathematics, AMS, Feb. 2007. http://www.ams.org/bookstore-getitem/item=gsm-79
'''DOIs'''
Line 39: Line 41:
 * D.Joyner, "Adventures with group theory: Rubik's cube, Merlin's machine, and other mathematical toys, 2nd edition", The Johns Hopkins Univer. Press, 2008. Include them as doi = {doi.org/...}

 * current: https://doi.org/10.5281/zenodo.593563
 * Particular versions:
 * 6.6: https://doi.org/10.5281/zenodo.17093
 * 6.7: https://doi.org/10.5281/zenodo.28513
 * 6.8: https://doi.org/10.5281/zenodo.28514
 * 7.6: https://doi.org/10.5281/zenodo.820864
 * 9.1: https://doi.org/10.5281/zenodo.4066866

=== 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 [[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.


=== EndNote (RIS file) ===

[[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 = {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)