From c7e2f5fcbcdf2f8920e8ba8b4e5a2bd4a7642376 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 10 Jul 2014 22:33:25 +0000 Subject: [PATCH] [Doc] Add recommended citation for Cantera --- doc/sphinx/faq.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/doc/sphinx/faq.rst b/doc/sphinx/faq.rst index 6484c243b..98302e98b 100644 --- a/doc/sphinx/faq.rst +++ b/doc/sphinx/faq.rst @@ -81,6 +81,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.2.0. + + 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.2.0", + 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 -------------------------