citHeader("To cite package 'eaf' in publications use:")
     
## R >= 2.8.0 passes package metadata to citation().
if(!exists("meta") || is.null(meta)) meta <- packageDescription("eaf")
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)
     
citEntry(entry="incollection",
         title = "Exploratory Analysis of Stochastic Local Search Algorithms in Biobjective Optimization",
         author = personList(as.person("Manuel López-Ibáñez"),
           as.person("Luis Paquete"),
           as.person("Thomas Stützle")),
         year = 2010,
         doi = "10.1007/978-3-642-02538-9_9",
         booktitle =    "Experimental Methods for the Analysis of Optimization Algorithms",
         publisher = "Springer, Berlin, Germany",
         editor = "Thomas Bartz-Beielstein  and  Marco Chiarandini  and  Luís Paquete  and  Mike Preuss",
         pages = "209--222",
         textVersion=
         paste("Manuel López-Ibáñez, Luís Paquete, and Thomas Stützle. ",
               "Exploratory Analysis of Stochastic Local Search Algorithms in Biobjective Optimization. ",
               "In T. Bartz-Beielstein, M. Chiarandini, L. Paquete, and M. Preuss, editors, ",
               "Experimental Methods for the Analysis of Optimization Algorithms, pages 209–222. Springer, Berlin, Germany, 2010.",
               "\ndoi: 10.1007/978-3-642-02538-9_9", sep=""))
