diff --git a/CITATION.cff b/CITATION.cff index 66109e82d1..ccd84dab2f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,8 +24,8 @@ authors: orcid: 'https://orcid.org/0000-0003-4217-1580' identifiers: - type: doi - value: 10.5281/zenodo.14733890 - description: Zenodo entry containing 0.5.19 binaries + value: 10.5281/zenodo.14755649 + description: Zenodo entry containing 0.5.20 binaries - type: url value: 'https://www.opensimcreator.com' description: Project URL @@ -43,6 +43,6 @@ keywords: - Mechanical Modelling - Simulation Software license: Apache-2.0 -commit: 4bda6a67a6fee62bc4b71813bfabc81596cedb78 -version: 0.5.19 -date-released: '2025-01-24' +commit: 23475ce2d72f09c3fec7640b465ebf6fe7325f82 +version: 0.5.20 +date-released: '2025-01-28' diff --git a/README.md b/README.md index 52f38bdb3f..d282a14ad5 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ fairly easy to build, integrate, and package. OpenSim Creator doesn't have a central _written_ software publication that you can cite (yet 😉). However, if you _need_ to directly cite OpenSim Creator (e.g. because you think it's relevant that you built a model with it), the closest thing you can use is our DOI-ed Zenodo releases (metadata available in this repo: `CITATION.cff`/`codemeta.json`): -> Kewley, A., Beesel, J., & Seth, A. (2025). OpenSim Creator (0.5.19). Zenodo. https://doi.org/10.5281/zenodo.14733890 +> Kewley, A., Beesel, J., & Seth, A. (2025). OpenSim Creator (0.5.20). Zenodo. https://doi.org/10.5281/zenodo.14755649 If you need a general citation for the simulation/modelling technique, you can directly cite OpenSim via this paper: diff --git a/codemeta.json b/codemeta.json index 679aaf6e68..081f9be69d 100644 --- a/codemeta.json +++ b/codemeta.json @@ -20,10 +20,10 @@ "name": "Seth, Ajay" } ], - "url": "https://doi.org/10.5281/zenodo.14733890", + "url": "https://doi.org/10.5281/zenodo.14755649", "codeRepository": "https://github.com/ComputationalBiomechanicsLab/opensim-creator", - "datePublished": "2025-01-24", - "version": "0.5.19", + "datePublished": "2025-01-28", + "version": "0.5.20", "keywords": [ "OpenSim", "Biomechanics", @@ -33,8 +33,8 @@ "Simulation Software" ], "@context": "https://schema.org/", - "identifier": "https://doi.org/10.5281/zenodo.14733890", - "@id": "https://doi.org/10.5281/zenodo.14733890", + "identifier": "https://doi.org/10.5281/zenodo.14755649", + "@id": "https://doi.org/10.5281/zenodo.14755649", "@type": "SoftwareSourceCode", "name": "OpenSim Creator" }