Skip to content

Fix citation for Cantera 3.1 #266

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Cantera is as follows:
> David G. Goodwin, Harry K. Moffat, Ingmar Schoegl, Raymond L. Speth, and Bryan W.
> Weber. *Cantera: An object-oriented software toolkit for chemical kinetics,
> thermodynamics, and transport processes*. <https://www.cantera.org>,
> 2023. Version 3.0.0. doi:10.5281/zenodo.8137090
> 2024. Version 3.1.0. doi:10.5281/zenodo.14455267

The following BibTeX entry may also be used:

Expand All @@ -140,10 +140,10 @@ The following BibTeX entry may also be used:
Speth and Bryan W. Weber",
title = "Cantera: An Object-oriented Software Toolkit for Chemical
Kinetics, Thermodynamics, and Transport Processes",
year = 2023,
note = "Version 3.0.0",
year = 2024,
note = "Version 3.1.0",
howpublished = "\url{https://www.cantera.org}",
doi = {10.5281/zenodo.8137090}
doi = {10.5281/zenodo.14455267}
}
```

Expand Down