-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated citation with JOSS publication
- Loading branch information
1 parent
856c6d5
commit 3678933
Showing
5 changed files
with
83 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ Makefile | |
^doc$ | ||
^revdep$ | ||
^LICENSE\.md$ | ||
^CITATION.cff$ | ||
^data-raw$ | ||
^CODE_OF_CONDUCT\.md$ | ||
^\.github$ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:" | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters