citHeader("To cite the 'SOMbrero' package in publications, use:")

year = sub('.*(2[[:digit:]]{3})-.*', '\\1', meta$Date, perl = TRUE)
vers = paste('R package version', meta$Version)

citEntry(
  entry = 'manual',
  title = paste('SOMbrero:', meta$Title),
  author = personList(as.person("Nathalie Vialaneix"), as.person("Jerome Mariette"),
                      as.person("Madalina Olteanu"), as.person("Fabrice Rossi"),
                      as.person("Laura Bendhaiba"), as.person("Julie Bolaert")),
  year = year,
  note = vers,
  textVersion = paste('Vialaneix N., Mariette J., Olteanu M., Rossi F., Bendhaiba L., Bolaert J. (', year, ') SOMbrero: ', meta$Title, '. ', vers, '.', sep = '')
)

citEntry(
  entry = 'article',
  title = 'On-line relational and multiple relational SOM',
  author = personList(as.person("Madalina Olteanu"), as.person("Nathalie Villa-Vialaneix")),
  journal = 'Neurocomputing',
  year = '2015',
  volume = '147',
  pages = '15--30',

  textVersion = paste('Olteanu M., Villa-Vialaneix N. (2015)',
                'On-line relational and multiple relational SOM.',
                'Neurocomputing, 147, 15-30')
)

citEntry(
  entry = 'inProceedings',
  title = 'On-line relational SOM for dissimilarity data',
  author = personList(as.person("Madalina Olteanu"), as.person("Nathalie Villa-Vialaneix"), as.person("Marie Cottrell")),
  booktitle = 'Advances in Self-Organizing Maps (Proceedings of WSOM 2012, Santiago, Chili, 12-14 decembre 2012)',
  address = 'Berlin/Heidelberg',
  publisher = 'Springer Verlag',
  year = 2012,
  volume= 198,
  pages = '13--22',
  editor = 'Estevez, P. and Principe, J. and Zegers, P. and Barreto G.',
  series = 'Advances in Intelligent Systems and Computing series',

  textVersion = paste('Olteanu M., Villa-Vialaneix N., Cottrell M. (2012)',
                      'On-line relational SOM for dissimilarity data.',
                      'Advances in Self-Organizing Maps (Proceedings of WSOM 2012, Santiago, Chili, 12-14 decembre 2012), Estevez P., Principe J., Zegers P., Barreto G. (eds.), Advances in Intelligent Systems and Computing series, Berlin/Heidelberg: Springer Verlag, 198, 13-22')
)

citEntry(
  entry = 'inProceedings',
  title = 'Accelerating stochastic kernel SOM',
  author = personList(as.person("Jerome Mariette"), as.person("Fabrice Rossi"), as.person("Madalina Olteanu"), as.person("Nathalie Villa-Vialaneix")),
  year = '2017',
  booktitle = 'Proceedings of XXVth European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning (ESANN 2017)',
  publisher = 'i6doc',
  pages = '269--274',
  editor = 'Verleysen M.',

  textVersion = paste('Mariette J., Rossi F., Olteanu M., Villa-Vialaneix N. (2016)',
                'Accelerating stochastic kernel SOM.',
                'XXVth European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning (ESANN 2017), Verleysen M. (ed), i6doc, Bruges, Belgium, 269-274')
)