citHeader("To cite package 'pathmapping' in publications use:") 	
year <- 2017
vers <- paste("R package version", meta$Version)
title <- "Software for Determining the Divergence and Mapping Between Two Paths."

citEntry(entry="Manual",
         title = title,
         author = personList(as.person("Shane T. Mueller"),
                             as.person("Brandon Perelman")),
         sprintf("(%s).", year),
         note = vers,
	 url = "https://sites.google.com/a/mtu.edu/mapping/",
         textVersion =  paste("Shane T. Mueller and Brandon Perelman",
	       sprintf("(%s).", year),
                title,
               vers)
)

citEntry(entry="Article",
	title="An optimization approach for measuring the divergence and correspondence between paths",
	author = personList(as.person("Shane T. Mueller"),
	       	 	    as.person("Brandon Perelman"),
			    as.person("Elizabeth S. Veinott")),
	journal="Behavior Research Methods",
	year = "2016",
        doi = "10.3758/s13428-015-0562-7",
        pages = "53-71.",
         volume = 48,
	textVersion = "Mueller, S. T., Perelman, B. S., & Veinott, E. S. (2016). An optimization approach for mapping and measuring the divergence and correspondence between paths. Behavior research methods, 48(1), 53-71."
)
