From 88e60d76705928d337bd5936060e62b0aa48b0e3 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 10 Sep 2014 22:32:59 +0000 Subject: [PATCH] [Doc] Add recommended citation for Cantera Cherry-pick of trunk r3033. --- doc/sphinx/faq.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/doc/sphinx/faq.rst b/doc/sphinx/faq.rst index a3c265eaf..24c71f9a1 100644 --- a/doc/sphinx/faq.rst +++ b/doc/sphinx/faq.rst @@ -43,6 +43,29 @@ General the ``interfaces/cython/cantera/examples`` subdirectory of the Cantera source directory. +**How should I cite Cantera?** + + The recommended citation for Cantera is as follows: + + David G. Goodwin, Harry K. Moffat, and Raymond L. Speth. *Cantera: An object- + oriented software toolkit for chemical kinetics, thermodynamics, and + transport processes*. http://www.cantera.org, 2014. Version 2.1.1. + + The following BibTeX entry may also be used:: + + @Misc{Cantera, + author = "David G. Goodwin and Harry K. Moffat and Raymond L. Speth", + title = "Cantera: An Object-oriented Software Toolkit for Chemical + Kinetics, Thermodynamics, and Transport Processes", + year = 2014, + note = "Version 2.1.1", + howpublished = "\url{http://www.cantera.org}" + } + + If you are using a different version of Cantera, update the ``version`` and + ``year`` fields accordingly. + + Support and Bug Reporting -------------------------