citHeader("To cite package 'Rothermel' in publications use:")
year <- 2014
vers <- paste("R package version", "1.1")
citEntry(entry = "Article",
         title = "An implementation of the Rothermel fire spread model in the R programming language",
         author = personList(as.person("Giorgio Vacchiano"),
                             as.person("Davide Ascoli")),
         year = year,
	journal = "Fire Technology",
        note = "DOI 10.1007/s10694-014-0405-6",
         textVersion =
         paste("Giorgio Vacchiano, Davide Ascoli (",
                year,
                "). An implementation of the Rothermel fire spread model in the R programming language. ",
                "Fire Technology. ", "DOI: 10.1007/s10694-014-0405-6", sep = ""))
