From 05fa4df3b9ebe4a8ea644dc23101d7cc62414404 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Thu, 8 Feb 2018 16:40:05 -0500 Subject: [PATCH] [Doc] Move citation information out of FAQ to About page --- doc/sphinx/about.rst | 30 ++++++++++++++++++++++++++++++ doc/sphinx/faq.rst | 25 ------------------------- 2 files changed, 30 insertions(+), 25 deletions(-) diff --git a/doc/sphinx/about.rst b/doc/sphinx/about.rst index a8ef9dd87..26cc0b633 100644 --- a/doc/sphinx/about.rst +++ b/doc/sphinx/about.rst @@ -44,6 +44,36 @@ order) is: * Bryan Weber, University of Connecticut * Richard West, Northeastern University +Citing Cantera +============== + +If you use Cantera in a publication, we would appreciate if you cited the +version of Cantera that you used. This helps to improve the reproducibility of +your work, as well as giving credit to the many `authors +`_ who have contributed +their time to developing 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, 2017. Version 2.3.0. + doi:10.5281/zenodo.170284 + +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 = 2017, + note = "Version 2.3.0", + howpublished = "\url{http://www.cantera.org}", + doi = {10.5281/zenodo.170284} + } + +If you are using a different version of Cantera, update the ``version`` and +``year`` fields accordingly. + Donations ========= diff --git a/doc/sphinx/faq.rst b/doc/sphinx/faq.rst index b0beb4f2d..2a8fcedab 100644 --- a/doc/sphinx/faq.rst +++ b/doc/sphinx/faq.rst @@ -78,31 +78,6 @@ 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, 2017. Version 2.3.0. - doi:10.5281/zenodo.170284 - - 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 = 2017, - note = "Version 2.3.0", - howpublished = "\url{http://www.cantera.org}", - doi = {10.5281/zenodo.170284} - } - - If you are using a different version of Cantera, update the ``version`` and - ``year`` fields accordingly. - - Support and Bug Reporting -------------------------