Skip to content

Commit

Permalink
fix bib keys
Browse files Browse the repository at this point in the history
  • Loading branch information
kno10 committed Mar 26, 2024
1 parent 8c2ea89 commit 89a376e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
title = "A statistical method for evaluating systematic relationship", //
booktitle = "University of Kansas science bulletin 28", //
url = "https://archive.org/details/cbarchive_33927_astatisticalmethodforevaluatin1902", //
bibkey = "journals/kansas/SokalM1902")
bibkey = "journals/kansas/SokalM1958")
@Alias({ "upgma", "average", "average-link", "average-linkage", "UPGMA" })
@Priority(Priority.RECOMMENDED + 1)
public class GroupAverageLinkage implements Linkage {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
title = "A statistical method for evaluating systematic relationship", //
booktitle = "University of Kansas science bulletin 28", //
url = "https://archive.org/details/cbarchive_33927_astatisticalmethodforevaluatin1902", //
bibkey = "journals/kansas/SokalM1902")
bibkey = "journals/kansas/SokalM1958")
@Alias({ "wpgma", "WPGMA" })
@Priority(Priority.DEFAULT - 1)
public class WeightedAverageLinkage implements Linkage {
Expand Down

0 comments on commit 89a376e

Please sign in to comment.