# Encoding: UTF-8
citHeader("To cite package 'eHOF' in publications use:")

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
vers <- paste("R package version", meta$Version)

bibentry(
	bibtype = "article",
	title = "How to model species responses along ecological gradients - Huisman-Olff-Fresco models revisited",
	DOI = "10.1111/jvs.12050",
	journal = "Journal of Vegetation Science",
	author = "Florian Jansen and Jari Oksanen",
	year = "2013",
	volume = {24},
	pages="1108--1117",

	textVersion =
	paste("Jansen F, Oksanen J (2013) How to model species responses along ecological gradients - Huisman-Olff-Fresco models revisited.
	    Journal of Vegetation Science 24, 1108-1117.")
)

citFooter("Thank you for using 'eHOF'")



