-
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.
159 capitalization in paper references (#160)
* Fixed capitalization in references * Fixed capitalization in bibtex format of abn package citation. * Automated Vignette Compilation --------- Co-authored-by: GitHub Vignette Bot <[email protected]>
- Loading branch information
1 parent
7f3e909
commit 856c6d5
Showing
4 changed files
with
23 additions
and
25 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
bibentry(bibtype = "Manual", | ||
title = "abn: Modelling Multivariate Data with Additive Bayesian Networks", | ||
title = "{abn}: Modelling Multivariate Data with {A}dditive {B}ayesian {N}etworks", | ||
author = c(person(given = "Matteo", family = "Delucchi", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9327-1496")), | ||
person(given = "Reinhard", family = "Furrer", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-6319-2332")), | ||
person(given = "Gilles", family = "Kratzer", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-5929-8935")), | ||
|
@@ -14,7 +14,7 @@ bibentry(bibtype = "Manual", | |
) | ||
|
||
bibentry(bibtype = "Article", | ||
title = "Additive Bayesian Network Modeling with the R Package abn", | ||
title = "{A}dditive {B}ayesian {N}etwork Modeling with the {R} Package {abn}", | ||
author = c(person(given = "Gilles", family = "Kratzer"), | ||
person(given = "Fraser", family = "Lewis"), | ||
person(given = "Arianna", family = "Comin"), | ||
|
@@ -30,7 +30,7 @@ bibentry(bibtype = "Article", | |
) | ||
|
||
bibentry(bibtype = "Article", | ||
title = "abn: Additive Bayesian Networks", | ||
title = "{abn}: {A}dditive {B}ayesian {N}etworks", | ||
author = c(person(given = "Matteo", family = "Delucchi", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9327-1496")), | ||
person(given = "Jonas I.", family = "Liechti", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0003-3447-3060")), | ||
person(given = "Georg G.", family = "Spinner", role = "fnd", comment = c(ORCID = "0000-0001-9640-8155")), | ||
|
@@ -44,7 +44,7 @@ bibentry(bibtype = "Article", | |
) | ||
|
||
bibentry(bibtype = "Article", | ||
title = "Bayesian Network Modeling Applied to Feline Calicivirus Infection Among Cats in Switzerland", | ||
title = "{B}ayesian Network Modeling Applied to Feline Calicivirus Infection Among Cats in {S}witzerland", | ||
author = c(person(given = "Gilles", family = "Kratzer"), | ||
person(given = "Fraser Iain", family = "Lewis"), | ||
person(given = "Barbara", family = "Willi"), | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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