Skip to content

Commit

Permalink
Update CITATION
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Smith committed Jan 9, 2019
1 parent 2183d99 commit 9d1a68a
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
year <- "2019"
vers <- paste("R package version", meta$Version)

citHeader(paste0("Package citation: Smith (", year,
"). Quartet distance algorithm citation: Sand et al. (2014)."))

#TODO: Create a separate Zenodo citation for the package.
citEntry(entry = "article",
journal = "Biology Letters",
citEntry(entry = "Manual",
title = "Quartet: comparison of phylogenetic trees using quartet and bipartition measures",
author = personList(as.person("Martin R. Smith")),
doi = "Preprint at BioRxiv: 10.1101/227942",
title = "Bayesian and parsimony approaches reconstruct informative trees from simulated morphological datasets",
note = vers,
year = year,
doi = "10.5281/zenodo/XXXXXXX",

textVersion =
paste0("Smith (", year, "). ",
"Bayesian and parsimony approaches reconstruct informative trees from simulated morphological datasets. ",
"Biology Letters. Preprint at BioRxiv",
", doi: 10.1101/227942"))
"Quartet: comparison of phylogenetic trees using quartet and ",
"bipartition measures. doi: 10.5281/zenodo/XXXXXXX"))


citEntry (entry= 'article',
citEntry (entry = 'article',
author = personList(as.person("Sand, Andreas"),
as.person("Holt, Morten K."),
as.person("Johansen, Jens"),
Expand Down

0 comments on commit 9d1a68a

Please sign in to comment.