bibentry("Manual",
         title = "modiscloud: An R Package for processing MODIS Level 2 Cloud Mask products",
         author = person("Nicholas J. Matzke"),
         organization = "University of California, Berkeley",
         address      = "Berkeley, CA",
         year         = 2013,
         note         = "This code was developed for the following paper: Goldsmith, Gregory; Matzke, Nicholas J.; Dawson, Todd (2012). The incidence and implications of clouds for cloud forest plant water relations. Ecology Letters, accepted. DOI: http://dx.doi.org/10.1111/ele.12039",
         url          = "http://dx.doi.org/10.1111/ele.12039",
         
         textVersion = 
         paste("Matzke, Nicholas J. (2013). ", 
               'modiscloud: An R Package for processing MODIS Level 2 Cloud Mask product. ',
               "University of California, Berkeley. ",
               "NOTE: This code was developed for the following paper: Goldsmith, Gregory; Matzke, Nicholas J.; Dawson, Todd (2012). The incidence and implications of clouds for cloud forest plant water relations. Ecology Letters, accepted. DOI: http://dx.doi.org/10.1111/ele.12039 .",
               sep=""),
	       
         mheader = "To cite R in publications use:",
	 
	 mfooter = 
         paste("I invested a lot of time and effort in creating modiscloud,",
          "please cite it and Goldsmith et al. (2012) when using it for data analysis.",
	  "See also", sQuote("citation(\"pkgname\")"),
	  "for citing R packages.", sep = " ")
	)

