Skip to content

Commit

Permalink
adding CITATION file
Browse files Browse the repository at this point in the history
  • Loading branch information
Venelin Mitov committed Feb 18, 2018
1 parent ff54ec9 commit 8790395
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions inst/CITATION
@@ -0,0 +1,19 @@
citHeader("To cite patherit in publications use:")

citEntry(entry = "Article",
title = "A Practical Guide to Estimating the Heritability of Pathogen Traits",
author = personList(as.person("Venelin Mitov"),
as.person("Tanja Stadler")),
journal = "Molecular Biology and Evolution",
year = "2018",
volume = "",
number = "",
pages = "",
url = "https://doi.org/10.1093/molbev/msx328",

textVersion =
paste("Venelin Mitov, Tanja Stadler (2018).",
"A Practical Guide to Estimating the Heritability of Pathogen Traits",
"MBE",
"URL https://doi.org/10.1093/molbev/msx328")
)

0 comments on commit 8790395

Please sign in to comment.