Skip to content

Commit

Permalink
Added citation to JOSS paper
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrlw committed Nov 7, 2018
1 parent 7032442 commit c07632c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
citHeader("To cite helixvis in publications use:")

citEntry(entry = "Article",
title = "Visualizing alpha-helical peptides in R with helixvis",
author = "Raoul R. Wadhwa and Vigneshwar Subramanian and Regina Stevens-Truss",
journal = "Journal of Open Source Software",
year = "2018",
volume = "3",
number = "31",
pages = "1008",
url = "https://doi.org/10.21105/joss.01008",
doi = "10.21105/joss.01008",
textVersion = paste("Wadhwa RR, Subramanian V, Stevens-Truss R (2018).",
"Visualizing alpha-helical peptides in R with helixvis.",
"Journal of Open Source Software, 3(31): 1008.",
"doi:10.21105/joss.01008")
)

0 comments on commit c07632c

Please sign in to comment.