## -*- R -*-
citHeader("To cite the R package 'mixer':")

citEntry(entry  = "Article",
         title  = "A mixture model for random graphs",
         journal= "Statistics and Computing",
         volume= "18",
         number= "2",
         pages= "151-171",
         year= "2008",
        author = c(
          person(given="Jean-Jacques", family="Daudin"),
          person(given="Franck", family="Picard"),
          person(given="Stephane", family="Robin")
          ),

        textVersion = "Jean-Jacques Daudin, Franck Picard and Stephane Robin  (2008),
A mixture model for random graphs. Statistics and Computing, 18, 2, 151-171."
          )

citEntry(entry  ="Article",
         title  = "Fast online graph clustering via Erdos-Renyi mixture.",
         journal= "Pattern Recognition",
         volume= "41",
         pages= "3592-3599",
         year= "2008",
         author = c(
          person(given="Hugo", family="Zanghi"),
          person(given="Christophe", family="Ambroise"),
          person(given="Vincent", family="Miele")
          ),

        textVersion = "Hugo Zanghi, Christophe Ambroise and Vincent Miele (2008),
Fast online graph clustering via Erdös-Rényi mixture.
Pattern Recognition, 41, 3592-3599."
          )


citEntry(entry  =  "Article",
         title  = "Strategies for online inference of model-based clustering in large and growing networks",
         year= "2010",
         journal= "Annals of Applied Statistics",
         volume="4", 
         number="2",
         pages="687-714",

        author = c(
          person(given="Hugo", family="Zanghi"),
          person(given="Franck", family="Picard"),
          person(given="Vincent", family="Miele"),
          person(given="Christophe", family="Ambroise")
          ),

        textVersion = "Hugo Zanghi, Franck Picard, Vincent Miele and Christophe Ambroise (2010), Strategies for online inference of model-based clustering in large and growing networks. Annals of Applied Statistics, 4, 2, 687-714."
         )

citEntry(entry  = "Article",
         title  = "Variational Bayesian inference and complexity control for stochastic block models",
         journal = "Statistical Modelling, SAGE Publications",
         year= "2012",
         volume="12",
         number="1",
         pages="93-115",
        author = personList(
          person(given="Pierre", family="Latouche"),
          person(given="Etienne", family="Birmelé"),
          person(given="Christophe", family="Ambroise")
          ),

        textVersion = "Pierre Latouche,  Etienne Birmelé and Christophe Ambroise (2012), Variational Bayesian inference and complexity control for stochastic block models. Statistical Modelling, SAGE Publications, 12, 1, 93-115."
          )

