diff --git a/CITATION.bib b/CITATION.bib index 578fbcb5..39733ab9 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -1,14 +1,12 @@ -@software{AdditiveFOAM_1.0.0, - author = {John Coleman and - Kellis Kincaid and - Gerald L. Knapp and - Benjamin Stump and - Alexander J. Plotkowski}, - title = {AdditiveFOAM: Release 1.0}, - month = jun, - year = 2023, - publisher = {Zenodo}, - version = {1.0.0}, - doi = {10.5281/zenodo.8034098}, - url = {https://doi.org/10.5281/zenodo.8034098} -} +@article{Coleman2025, + doi = {10.21105/joss.07770}, + url = {https://doi.org/10.21105/joss.07770}, + year = {2025}, + publisher = {The Open Journal}, + volume = {10}, + number = {109}, + pages = {7770}, + author = {John Coleman and Kellis Kincaid and Gerry L. Knapp and Benjamin Stump and Samuel Temple Reeve and Matt Rolchigo and Alex Plotkowski}, + title = {AdditiveFOAM: A Continuum Multiphysics Code for Additive Manufacturing}, + journal = {Journal of Open Source Software} +} \ No newline at end of file diff --git a/README.md b/README.md index 2f80bcb1..72c7e138 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,11 @@ spack install additivefoam See the [installation instructions](https://ornl.github.io/AdditiveFOAM/docs/installation/#installation) in the [documentation](https://ornl.github.io/AdditiveFOAM/) for other options for building `AdditiveFOAM`. ## Citing -If you use AdditiveFOAM in your work, please cite the Zenodo DOI [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8034097.svg)](https://doi.org/10.5281/zenodo.8034097). +[![DOI](https://joss.theoj.org/papers/10.21105/joss.07770/status.svg)](https://doi.org/10.21105/joss.07770) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8034097.svg)](https://doi.org/10.5281/zenodo.8034097) + +If you use AdditiveFOAM in your work, please cite the JOSS article and +consider citing the Zenodo DOI for the version used. ## License [![GPL](https://img.shields.io/badge/GPL-3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html) diff --git a/applications/solvers/additiveFoam/additiveFoamInfo.H b/applications/solvers/additiveFoam/additiveFoamInfo.H index 0c1b5ff8..88cea642 100644 --- a/applications/solvers/additiveFoam/additiveFoamInfo.H +++ b/applications/solvers/additiveFoam/additiveFoamInfo.H @@ -21,7 +21,7 @@ Description #endif // Static version -#define ADDITIVEFOAM_VERSION "1.1.0" +#define ADDITIVEFOAM_VERSION "1.2.0-dev" namespace Foam {