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

titl <- meta$Title
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)

citEntry(entry="Manual",
         title = titl,
         author = personList(as.person("F. Bertrand"), 
                             as.person("M. Maumy-Bertrand")), 
	 publisher = "manual",
         year         = year,
         note         = vers,
         url          = "https://fbertran.github.io/homepage/",
         textVersion = 
         paste("Frederic Bertrand and Myriam Maumy-Bertrand (",year ,"). ", 
               titl, ", ", vers, ".", sep=""
               )
)

citEntry(entry="article",
         title = "Network Reverse Engineering with Approximate Bayesian Computation",
         author = personList(as.person("M. Maumy"), as.person("F. Bertrand")),
	       journal = "user! 2021",
         year         = 2021,
         note         = "Zurich",
         url          = "https://user2021.r-project.org/participation/technical_notes/t164/technote/",
         textVersion = 
         paste("Myriam Maumy, Frederic Bertrand (2021). Partial Least Squares Regression for Beta Regression Models. useR! 2021, Zurich. https://user2021.r-project.org/participation/technical_notes/t164/technote/.")
)
