From fb65effbdf704b549f13324cd3ac4d57d4804b73 Mon Sep 17 00:00:00 2001 From: Sam Reeve <6740307+streeve@users.noreply.github.com> Date: Wed, 14 May 2025 13:47:22 -0400 Subject: [PATCH 1/3] Update version for 1.2.0-dev --- applications/solvers/additiveFoam/additiveFoamInfo.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { From 0af46661b84d5d6b55d5a96578cd2f6c43fc1942 Mon Sep 17 00:00:00 2001 From: Sam Reeve <6740307+streeve@users.noreply.github.com> Date: Fri, 23 May 2025 11:26:01 -0400 Subject: [PATCH 2/3] Update citation info with joss paper --- CITATION.bib | 26 ++++++++++++-------------- README.md | 6 +++++- 2 files changed, 17 insertions(+), 15 deletions(-) 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..e1bf7cf4 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 DOIfor the version used. ## License [![GPL](https://img.shields.io/badge/GPL-3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html) From c838eacace990ae3c4b139089620815f3a9a419b Mon Sep 17 00:00:00 2001 From: John Coleman <103219962+colemanjs@users.noreply.github.com> Date: Tue, 27 May 2025 10:41:26 -0400 Subject: [PATCH 3/3] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1bf7cf4..72c7e138 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ See the [installation instructions](https://ornl.github.io/AdditiveFOAM/docs/ins [![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 DOIfor the version used. +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)