== Publications mentioning Sage-Combinat ==

If you used Sage-Combinat non trivially for your research, we would
appreciate acknowledgments in the resulting documents (articles,
books, ...) using the standard citation below. This citation is
anonymous but it is strongly suggested, in the acknowledgement section
of the document, to cite Sage and Sage-Combinat, and to name
explicitly the developers who worked on the specific features used in
the publication, and/or cite the relevant articles (don't hesitate to
ask on [[https://groups.google.com/forum/#!forum/sage-combinat-devel|sage-combinat-devel]]).

For example,
{{{
This research was driven by computer exploration using the open-source
mathematical software \texttt{Sage}~\cite{sage} and its algebraic
combinatorics features developed by the \texttt{Sage-Combinat}
community~\cite{Sage-Combinat}, and in particular {{ names and
further citations}}.
}}}

See the wiki page to [[http://wiki.sagemath.org/Publications_using_SAGE|cite Sage properly]].

In Bibtex:
{{{
@Misc{Sage-Combinat,
      Author = {The {S}age-{C}ombinat community},
      Title = {{S}age-{C}ombinat: enhancing {S}age as a toolbox for computer exploration in algebraic combinatorics},
      note= {{\tt http://combinat.sagemath.org}},
      Year = 2008}
}}}

In LaTeX:
{{{
\bibitem{Sage-Combinat}
The {S}age-{C}ombinat community, {\emph{{S}age-{C}ombinat}: enhancing Sage as a toolbox for computer exploration in algebraic combinatorics}, {{\tt http://combinat.sagemath.org}}, 2008.
}}}

We would also appreciate if you could send us (e.g. nthiery at
users.sf.net) the references for your document, preferably as a BibTeX
entry, for inclusion in our [[http://sagemath.org/library-publications-combinat.html|publication list]]. Alternatively, you can edit directly the [[https://github.com/sagemath/publications/blob/master/Sage-Combinat.bib|Sage-Combinat.bib]] file on [[https://github.com/sagemath/publications/|github]] (fork, clone, edit, commit, push, send a pull request; see the [[https://help.github.com/articles/fork-a-repo|github help pages]] for details).