[Doc] Add recommended citation for Cantera

Cherry-pick of trunk r3033.
This commit is contained in:
Ray Speth 2014-09-10 22:32:59 +00:00
parent f8fa122a0d
commit 88e60d7670

View file

@ -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
-------------------------