Skip to content

Commit

Permalink
updated citation with JOSS publication
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodelucchi committed Oct 1, 2024
1 parent 856c6d5 commit 3678933
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 27 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Makefile
^doc$
^revdep$
^LICENSE\.md$
^CITATION.cff$
^data-raw$
^CODE_OF_CONDUCT\.md$
^\.github$
Expand Down
48 changes: 48 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
cff-version: "1.2.0"
authors:
- family-names: Delucchi
given-names: Matteo
orcid: "https://orcid.org/0000-0002-9327-1496"
- family-names: Liechti
given-names: Jonas I.
orcid: "https://orcid.org/0000-0003-3447-3060"
- family-names: Spinner
given-names: Georg R.
orcid: "https://orcid.org/0000-0001-9640-8155"
- family-names: Furrer
given-names: Reinhard
orcid: "https://orcid.org/0000-0002-6319-2332"
contact:
- family-names: Furrer
given-names: Reinhard
orcid: "https://orcid.org/0000-0002-6319-2332"
doi: 10.5281/zenodo.13788885
message: If you use this software, please cite our article in the
Journal of Open Source Software.
preferred-citation:
authors:
- family-names: Delucchi
given-names: Matteo
orcid: "https://orcid.org/0000-0002-9327-1496"
- family-names: Liechti
given-names: Jonas I.
orcid: "https://orcid.org/0000-0003-3447-3060"
- family-names: Spinner
given-names: Georg R.
orcid: "https://orcid.org/0000-0001-9640-8155"
- family-names: Furrer
given-names: Reinhard
orcid: "https://orcid.org/0000-0002-6319-2332"
date-published: 2024-09-30
doi: 10.21105/joss.06822
issn: 2475-9066
issue: 101
journal: Journal of Open Source Software
publisher:
name: Open Journals
start: 6822
title: Additive Bayesian Networks
type: article
url: "https://joss.theoj.org/papers/10.21105/joss.06822"
volume: 9
title: Additive Bayesian Networks
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -690,20 +690,22 @@ If you use `abn` in your research, please cite it as follows:
``` r
> citation("abn")
To cite the software implementation of the R package 'abn' use:
Delucchi M, Furrer R, Kratzer G, Lewis F, Liechti J, Pittavino M, Cherneva K (2024). _abn: Modelling Multivariate Data with Additive Bayesian Networks_. R package version 3.1.3, <https://CRAN.R-project.org/package=abn>.
To cite the methodology of the R package 'abn' use:
Kratzer G, Lewis F, Comin A, Pittavino M, Furrer R (2023). “Additive Bayesian Network Modeling with the R Package abn.” _Journal of Statistical Software_,
*105*(8), 1-41. doi:10.18637/jss.v105.i08 <https://doi.org/10.18637/jss.v105.i08>.
Kratzer G, Lewis F, Comin A, Pittavino M, Furrer R (2023). “Additive Bayesian Network Modeling with the R Package abn.” _Journal of Statistical Software_, *105*(8), 1-41. doi:10.18637/jss.v105.i08 <https://doi.org/10.18637/jss.v105.i08>.
To cite an example of a typical ABN analysis use:
To cite the application of mixed-effects ABN use:
Kratzer, G., Lewis, F.I., Willi, B., Meli, M.L., Boretti, F.S., Hofmann-Lehmann, R., Torgerson, P., Furrer, R. and Hartnack, S. (2020). Bayesian Network
Modeling Applied to Feline Calicivirus Infection Among Cats in Switzerland. Frontiers in Veterinary Science, 7, 73
Delucchi M, Liechti J, Spinner G, Furrer R (2024). “abn: Additive Bayesian Networks.” _Journal of Open Source Software_, *9*(101), 6822. R package version 3.1.3, <https://doi.org/10.21105/joss.06822>.
To cite the software implementation of the R package 'abn' use:
To cite an example of a typical ABN analysis use:
Furrer, R., Kratzer, G. and Lewis, F.I. (2023). abn: Modelling Multivariate Data with Additive Bayesian Networks. R package version 2.7-2.
https://CRAN.R-project.org/package=abn
Kratzer, G., Lewis, F.I., Willi, B., Meli, M.L., Boretti, F.S., Hofmann-Lehmann, R., Torgerson, P., Furrer, R. and Hartnack, S. (2020). Bayesian Network Modeling Applied to Feline Calicivirus Infection Among Cats in Switzerland. Frontiers
in Veterinary Science, 7, 73
```
# License
Expand All @@ -720,6 +722,8 @@ The [abn website](https://r-bayesian-networks.org/) provides a comprehensive set
## Technical articles
- Delucchi et al. (2024): [Additive Bayesian Networks. Journal of Open Source Software, 9(101), 6822](https://doi.org/10.21105/joss.06822)
- Kratzer et al. (2023): [Additive Bayesian Network Modeling with the R Package abn](https://doi.org/10.18637/jss.v105.i08)
- Kratzer et al. (2020) [Bayesian Networks modeling applied to Feline Calicivirus infection among cats in Switzerland](https://doi.org/10.3389/fvets.2020.00073)
Expand Down
7 changes: 5 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ bibentry(bibtype = "Article",
person(given = "Reinhard", family = "Furrer", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-6319-2332"))),
year = "2024",
journal = "Journal of Open Source Software",
volume = "Accepted for publication",
publisher = "The Open Journal",
volume = "9",
number = "101",
pages = "6822",
note = "R package version 3.1.3",
url = "https://joss.theoj.org/papers/1bbc43a2be86f5d3f831cedb5cf81812",
url = "https://doi.org/10.21105/joss.06822",
header = "To cite the application of mixed-effects ABN use:"
)

Expand Down
34 changes: 17 additions & 17 deletions renv.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.4.0",
"Version": "4.4.1",
"Repositories": [
{
"Name": "BioCsoft",
Expand Down Expand Up @@ -106,14 +106,14 @@
},
"KernSmooth": {
"Package": "KernSmooth",
"Version": "2.23-22",
"Version": "2.23-24",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"stats"
],
"Hash": "2fecebc3047322fa5930f74fae5de70f"
"Hash": "9f33a1ee37bbe8919eb2ec4b9f2473a5"
},
"MASS": {
"Package": "MASS",
Expand Down Expand Up @@ -169,18 +169,18 @@
},
"Rcpp": {
"Package": "Rcpp",
"Version": "1.0.12",
"Version": "1.0.13",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"methods",
"utils"
],
"Hash": "5ea2700d21e038ace58269ecdbeb9ec0"
"Hash": "f27411eb6d9c3dada5edd444b8416675"
},
"RcppArmadillo": {
"Package": "RcppArmadillo",
"Version": "0.12.8.2.1",
"Version": "14.0.0-1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -190,7 +190,7 @@
"stats",
"utils"
],
"Hash": "d5448fb24fb114c4da1275a37a571f37"
"Hash": "a711769be34214addf7805278b72d56b"
},
"RcppEigen": {
"Package": "RcppEigen",
Expand Down Expand Up @@ -956,14 +956,14 @@
},
"highr": {
"Package": "highr",
"Version": "0.10",
"Version": "0.11",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"xfun"
],
"Hash": "06230136b2d2b9ba5805e1963fa6e890"
"Hash": "d65ba49117ca223614f71b60d85b8ab7"
},
"htmltools": {
"Package": "htmltools",
Expand Down Expand Up @@ -1093,7 +1093,7 @@
},
"knitr": {
"Package": "knitr",
"Version": "1.46",
"Version": "1.47",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -1105,7 +1105,7 @@
"xfun",
"yaml"
],
"Hash": "6e008ab1d696a5283c79765fa7b56b47"
"Hash": "7c99b2d55584b982717fcc0950378612"
},
"labeling": {
"Package": "labeling",
Expand Down Expand Up @@ -1148,7 +1148,7 @@
},
"lme4": {
"Package": "lme4",
"Version": "1.1-35.3",
"Version": "1.1-35.5",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -1170,7 +1170,7 @@
"stats",
"utils"
],
"Hash": "862f9d995f528f3051f524791955b20c"
"Hash": "16a08fc75007da0d08e0c0388c7c33e6"
},
"magick": {
"Package": "magick",
Expand Down Expand Up @@ -1578,14 +1578,14 @@
},
"rjags": {
"Package": "rjags",
"Version": "4-15",
"Version": "4-16",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"coda"
],
"Hash": "dedea2fb969477a705de3b1a04e1aa25"
"Hash": "a36ff5b8df160527e29037be8e1cdf7d"
},
"rlang": {
"Package": "rlang",
Expand Down Expand Up @@ -2039,15 +2039,15 @@
},
"xfun": {
"Package": "xfun",
"Version": "0.43",
"Version": "0.45",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"grDevices",
"stats",
"tools"
],
"Hash": "ab6371d8653ce5f2f9290f4ec7b42a8e"
"Hash": "ca59c87fe305b16a9141a5874c3a7889"
},
"xml2": {
"Package": "xml2",
Expand Down

0 comments on commit 3678933

Please sign in to comment.