Skip to content

Commit

Permalink
Merge pull request #19 from bips-hb/bibentry
Browse files Browse the repository at this point in the history
New citation style
  • Loading branch information
mnwright authored Nov 25, 2024
2 parents 7fd99a1 + a2fc5f1 commit 898f325
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
citHeader("To cite cpi in publications use:")

citEntry(entry = "Article",
title = "Testing conditional independence in supervised learning algorithms",
author = personList(as.person("David S. Watson"),
bibentry(
bibtype = "Article",
title = "Testing conditional independence in supervised learning algorithms",
author = personList(as.person("David S. Watson"),
as.person("Marvin N. Wright")),
journal = "Machine Learning",
year = "2011",
volume = "110",
number = "8",
pages = "2107--2129",
url = "https://doi.org/10.1007/s10994-021-06030-6",

textVersion =
paste("Watson, D.S. & Wright, M.N. (2021).",
"Testing conditional independence in supervised learning algorithms.",
"Machine Learning 110(8):2107-2129.",
"doi:10.1007/s10994-021-06030-6")
journal = "Machine Learning",
year = "2011",
volume = "110",
number = "8",
pages = "2107--2129",
doi = "10.1007/s10994-021-06030-6"
)

0 comments on commit 898f325

Please sign in to comment.