From ceac7db5645ca9466313456a20a44efea01302a0 Mon Sep 17 00:00:00 2001 From: seabbs <20317649+seabbs@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:55:09 +0000 Subject: [PATCH] Update codemeta.json --- codemeta.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codemeta.json b/codemeta.json index 9dab9ff..15a45d3 100644 --- a/codemeta.json +++ b/codemeta.json @@ -2,11 +2,11 @@ "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "primarycensored", - "description": "Provides functions for working with primary event censored distributions and 'Stan' implementations for use in Bayesian modeling. Primary event censored distributions are useful for modeling delayed reporting scenarios in epidemiology and other fields. It also provides support for arbitrary delay distributions, a range of common primary distributions, and allows for truncation and secondary event censoring to be accounted for. A subset of common distributions also include analytical solutions, allowing for faster computation. In addition, it provides multiple methods for fitting primary event censored distributions to data via optional dependencies.", + "description": "Provides functions for working with primary event censored distributions and 'Stan' implementations for use in Bayesian modeling. Primary event censored distributions are useful for modeling delayed reporting scenarios in epidemiology and other fields (Charniga et al. (2024) ). It also provides support for arbitrary delay distributions, a range of common primary distributions, and allows for truncation and secondary event censoring to be accounted for (Park et al. (2024) ). A subset of common distributions also have analytical solutions implemented, allowing for faster computation. In addition, it provides multiple methods for fitting primary event censored distributions to data via optional dependencies.", "name": "primarycensored: Primary Event Censored Distributions", "relatedLink": "https://primarycensored.epinowcast.org", "codeRepository": "https://github.com/epinowcast/primarycensored/", - "issueTracker": "https://github.com/epinowcast/primarycensored/issues/", + "issueTracker": "https://github.com/epinowcast/primarycensored/issues", "license": "https://spdx.org/licenses/MIT", "version": "1.0.0", "programmingLanguage": { @@ -214,7 +214,7 @@ }, "SystemRequirements": null }, - "fileSize": "430.269KB", + "fileSize": "430.359KB", "citation": [ { "@type": "SoftwareSourceCode",