From 7bc27b86737fae77245c911a9512b8edede4926d Mon Sep 17 00:00:00 2001 From: Claudia Solis-Lemus Date: Wed, 3 Jan 2024 17:24:19 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4f280c..d2b7bbc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Overview -`PhyloClustering.jl` is a [Julia](http://julialang.org/) package forperforming unsupervised learning on phylogenetic trees. The algorithms currently included are K-means, Hierarchical Clustering, Gaussian Mixture Model, and DBSCAN. +`PhyloClustering.jl` is a [Julia](http://julialang.org/) package to perform unsupervised learning on phylogenetic trees. The algorithms currently included are K-means, Hierarchical Clustering, Gaussian Mixture Model, and DBSCAN. ## Usage From b59654daaf9a04b39adb58697f1453881f01660c Mon Sep 17 00:00:00 2001 From: Yibo Kong <94937314+YiboK@users.noreply.github.com> Date: Fri, 12 Jan 2024 11:54:26 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2b7bbc..7026289 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To check or get all the original data from tests, check the GitHub repository [h If you use `PhyloClustering.jl` in your work, we kindly ask that you cite the following paper: ``` @article{kong_Tiley_solis-lemus_2023, -author = {Kong, Y. , Tiley, G. P., and Sol'{i}s-Lemus, C.}, +author = {Kong, Y., Tiley, G. P., and Sol'{i}s-Lemus, C.}, year = {2023}, title = {{Unsupervised learning of phylogenetic trees via split-weight embedding}}, url={https://arxiv.org/abs/2312.16074}