Skip to content

Commit

Permalink
Update citations
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Jan 3, 2022
1 parent 73b0e12 commit 90486be
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ Description: Implements measures of tree similarity, including
the Kendall-Colijn (2016) distance <doi:10.1093/molbev/msw124>, and the
Nearest Neighbour Interchange (NNI) distance, approximated per Li et al.
(1996) <doi:10.1007/3-540-61332-3_168>.
Includes tools for visualizing mappings of tree space (Smith 2022), for
calculating the median of sets of trees, and for computing the information
content of trees and splits.
Includes tools for visualizing mappings of tree space (Smith 2022)
<doi:10.1093/sysbio/syab100>,
for calculating the median of sets of trees,
and for computing the information content of trees and splits.
Copyright: Incorporates Jonker-Volgenant Linear Assignment Problem
implementation by Roy Jonker, modified by Yong Yang after Yi Cao.
URL: https://ms609.github.io/TreeDist/, https://github.com/ms609/TreeDist/
Expand Down
2 changes: 1 addition & 1 deletion R/tree_distance_kendall-colijn.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#' `PathVector` returns the number of edges between each pair of leaves (per
#' Steel & Penny 1993).
#' `SplitVector` returns the size of the smallest split that contains each
#' pair of leaves (per Smith, forthcoming).
#' pair of leaves (per Smith, 2022).
#'
#' @templateVar returns `KendallColijn()` returns
#' @template distReturn
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ devtools::install_github('ms609/TreeDist')
# Tree space analysis

Construct tree spaces and readily visualize projected landscapes, avoiding
common analytical pitfalls (Smith, forthcoming),
common analytical pitfalls (Smith, 2022),
using the inbuilt graphical user interface:

```r
Expand Down Expand Up @@ -168,8 +168,9 @@ metrics for comparing phylogenetic
trees](https://dx.doi.org/10.1093/bioinformatics/btaa614).
_Bioinformatics_, 36, 5007–5013.

- Smith, M.R. (2022)
Robust analysis of phylogenetic tree space. _Systematic Biology_, in press.
- Smith, M.R. (2022) [Robust analysis of phylogenetic tree
space](https://dx.doi.org/10.1093/sysbio/syab100).
_Systematic Biology_, syab100.


Please note that the 'TreeDist' project is released with a
Expand Down
8 changes: 4 additions & 4 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ for comparing phylogenetic trees. ",

citEntry(entry = "article",
key = "Smith2022",
doi = "10.1093/sysbio/syXXXXX",
doi = "10.1093/sysbio/syab100",
title = "Robust analysis of phylogenetic tree space",
author = personList(as.person("Martin R. Smith")),
journal = "Systematic Biology",
volume = "",
number = "",
pages = "in press",
pages = "syab100",
year = "2022",

textVersion =
paste0("Smith, M.R. (2022).",
" Robust analysis of phylogenetic tree space. ",
" Systematic Biology",
" in press.",
" doi: 10.1093/sysbio/syXXXXX"))
" syab100.",
" doi: 10.1093/sysbio/syab100"))

citEntry(entry = "manual",
key = "TreeDist",
Expand Down
6 changes: 4 additions & 2 deletions inst/REFERENCES.bib
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,8 @@ @article{SmithCons
author = {Smith, Martin R.},
title = {Using information theory to detect rogue taxa and improve consensus trees},
journal = {Systematic Biology},
pages = {forthcoming},
pages = {syab099},
doi = {10.1093/sysbio/syab099},
year = {2022}
}

Expand All @@ -418,7 +419,8 @@ @article{SmithSpace
author = {Smith, Martin R.},
title = {Robust analysis of phylogenetic tree space},
journal = {Systematic Biology},
pages = {in production},
pages = {syab100},
doi = {10.1093/sysbio/syab100},
year = {2022}
}

Expand Down

0 comments on commit 90486be

Please sign in to comment.