citHeader("To cite the pomp package in publications use:")

citEntry(
         entry="Manual",
         title="pomp: Statistical inference for partially observed Markov processes (R package)",
         author=personList(
 	   as.person("Aaron A. King"),
	   as.person("Edward L. Ionides"),
	   as.person("Carles Martinez Bret\\'o"),
   	   as.person("Steve Ellner"), 
	   as.person("Bruce Kendall"),
	   as.person("Helen Wearing"),
	   as.person("Matthew J. Ferrari"),
	   as.person("Michael Lavine"),
	   as.person("Daniel C. Reuman")
	   ),	   
	 year=2010,
	 url="http://pomp.r-forge.r-rproject.org",
	 textVersion=paste(
			   "Aaron A. King, E. L. Ionides, C. M. Bret\\'o, S. P. Ellner, B. E. Kendall, Helen Wearing, Matthew J. Ferrari, Michael Lavine, and Daniel C. Reuman",
			   "pomp: Statistical inference for partially observed Markov processes (R package)",
			   "http://pomp.r-forge.r-project.org"
			  )	   
	 )		 

citFooter("As pomp is continually evolving, you may want to cite its version number. Find it with 'help(package=pomp)'.")
