Skip to content

Commit

Permalink
Update with accepted manuscript details
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Smith committed Jan 9, 2019
1 parent bdba951 commit 973883e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
year <- "2017"
year <- "2019"

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 = "BioRxiv",
journal = "Biology Letters",
author = personList(as.person("Martin R. Smith")),
title = "Quantifying and visualising divergence between pairs of phylogenetic trees",
doi = "Preprint at BioRxiv: 10.1101/227942"
title = "Bayesian and parsimony approaches reconstruct informative trees from simulated morphological datasets",
year = year,

textVersion =
paste0("Smith (", year, "). ",
"Quantifying and visualising divergence between pairs of phylogenetic trees. ",
"BioRxiv",
"Bayesian and parsimony approaches reconstruct informative trees from simulated morphological datasets. ",
"Biology Letters. Preprint at BioRxiv",
", doi: 10.1101/227942"))


Expand Down
2 changes: 1 addition & 1 deletion inst/REFERENCES.bib
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ @article{Smith2019
doi = {10.1101/227942},
journal = {Biology Letters; preprint at BioRxiv},
title = {Bayesian and parsimony approaches reconstruct informative trees from simulated morphological datasets},
year = {in review}
year = {in production}
}

@article{Steel1993,
Expand Down

0 comments on commit 973883e

Please sign in to comment.