citHeader("To cite the R package RNetLogo in publications please use:")

citEntry(entry	="article",
	title 	= "RNetLogo: an R package for running and exploring individual-based models implemented in NetLogo",
	author 	= personList(
			person(given="Jan C.", 	family="Thiele",	email="jthiele@gwdg.de"),
			person(given="Winfried",family="Kurth",	email="wk@informatik.uni-goettingen.de"),
			person(given="Volker", 	family="Grimm",	email="volker.grimm@ufz.de")
		),
	year 	= "2012",
	journal = "Methods in Ecology and Evolution",
	volume 	= "3",
	number 	= "3",
	pages 	= "480-483",
	url   	= "http://onlinelibrary.wiley.com/doi/10.1111/j.2041-210X.2011.00180.x/abstract",
	
	textVersion = 
	paste("Thiele, J.C., Kurth, W., and Grimm, V. (2012): ",
	      "RNetLogo: an R package for running and exploring individual-based models implemented in NetLogo, ",
	      "Methods in Ecology and Evolution 3 (3): 480-483.", sep="")
	)

citEntry(entry	="article",
	title 	= "R Marries NetLogo: Introduction to the RNetLogo Package",
	author 	= personList(
			person(given="Jan C.", 	family="Thiele",	email="jthiele@gwdg.de")
		),
	year 	= "accepted",
	journal = "Journal of Statistical Software",
	volume 	= "??",
	number 	= "??",
	pages 	= "??",
	url   	= "??",
	
	textVersion = 
	paste("Thiele, J.C. (accepted): ",
	      "R Marries NetLogo: Introduction to the RNetLogo Package, ",
	      "Journal of Statistical Software.", sep="")
	)