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

citEntry(entry  = "Article",
         title  = "A mixture model for random graphs",
         journal= "Statistics and Computing",
         volume= "18",
         number= "2",
         pages= "151-171",
         year= "2008",

        author = personList(
          person(first="Jean-Jacques", last="Daudin"),
          person(first="Franck", last="Picard"),
          person(first="Stephane", last="Robin")
          ),

        textVersion = "Jean-Jacques Daudin, Franck Picard and Stephane Robin June (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 = personList(
          person(first="Hugo", last="Zanghi"),
          person(first="Christophe", last="Ambroise"),
          person(first="Vincent", last="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  = "unpublished",
         title  = "Strategies for Online Inference of Network Mixture",
         year= "2008",
         note   = "Research publication",
         journal= "arXiv.org",
        author = personList(
          person(first="Hugo", last="Zanghi"),
          person(first="Franck", last="Picard"),
          person(first="Vincent", last="Miele"),
          person(first="Christophe", last="Ambroise")
          ),

        textVersion = "Hugo Zanghi, Franck Picard, Vincent Miele, and Christophe Ambroise (2008),
Strategies for Online Inference of Network Mixture}, unpublished, http://arxiv.org/abs/0910.2034v1"
         )

citEntry(entry  = "unpublished",
         title  = "Bayesian methods for graph clustering",
         year= "2008",
         note   = "SSB Research Report",
        author = personList(
          person(first="Pierre", last="Latouche"),
          person(first="Etienne", last="Birmele"),
          person(first="Christophe", last="Ambroise")
          ),

        textVersion = "Pierre Latouche,  Etienne Birmele, and Christophe Ambroise (2008),
Bayesian methods for graph clustering, http://genome.jouy.inra.fr/ssb/preprint/SSB-RR-17.bayesianMixNet.pdf"
          )

