citHeader("'degreenet' is part of the Statnet suite of packages.\n If you are using 'degreenet' for research that will be published, we request that you acknowledge this with the following citation:")

bibentry(bibtype="Manual",
         title = paste(meta$Package,": ", meta$Title, sep=""),
         author = personList(as.person("Mark S. Handcock")),
         year         = substr(meta$Date,1,4),
         note         = paste("R package version ", meta$Version, ". Project home page at http://statnet.org",sep=""),
         address      = "Los Angeles, CA",
         url          = "http://CRAN.R-project.org/package=degreenet",
         
         textVersion = 
         paste("Mark S. Handcock (2003) ", 
               paste(meta$Package,": ", meta$Title, sep=""),
               ", Version ", meta$Version, ". Project home page at http://statnet.org",
               ",", " URL http://CRAN.R-project.org/package=degreenet.",
               sep="")
         )

citFooter("We have invested a lot of time and effort in creating the",
          "Statnet suite of packages for use by other researchers.",
          "Please cite it in all papers where it is used.")
