#include "customize.wml"
wml::Utils::template
#use wml::Utils::template
wml::Utils::menu
#use wml::Utils::menu" title="List of publications
wml::Utils::newframe
#use wml::Utils::newframe
wml::Utils::gettext
#use wml::Utils::gettext
wml::Utils::bibstyle
#use wml::Utils::bibstyle

  <frame title="Up-to-date publications">
    This page is unmaintained for a long time. Please, look at
    <a href="https://haltools.inria.fr/Public/afficheRequetePubli.php?auteur_exp=vincent%2C+danjean&CB_ref_biblio=oui&langue=Anglais&tri_exp=annee_publi&tri_exp2=typdoc&tri_exp3=date_publi&ordre_aff=TA&Fen=Aff&css=../css/VisuRubriqueEncadre.css">HAL</a>
    to get recent informations</a>
  </frame>

  <frame title="Publications">
    <subframe title="Theses">
      <bibfile::summary file="these.bib" />
    </subframe>
    <subframe title="Journal Papers">
      <bibfile::summary file="revues.bib" />
    </subframe>
    <subframe title="International Conferences">
      <bibfile::summary file="conf.bib" />
    </subframe>
    <subframe title="Workshops">
      <bibfile::summary file="colloques.bib" />
    </subframe>
    <subframe title="Research Reports">
      <bibfile::summary file="rapports.bib" />
    </subframe>
    <subframe title="Misc">
      <bibfile::summary file="misc.bib" />
    </subframe>
  </frame>

  <frame title="Thesis" name="thesis" 
         note="(<a href="publications.html">top</a>)">
    <bibfile::details file="these.bib" />
  </frame>

  <frame title="Journal Papers" name="journals" 
         note="(<a href="publications.html">top</a>)">
    <bibfile::details file="revues.bib" />
  </frame>

  <frame title="International Conferences" name="conferences" 
         note="(<a href="publications.html">top</a>)">
    <bibfile::details file="conf.bib" />
  </frame>
  
  <frame title="Workshops" name="workshops" 
         note="(<a href="publications.html">top</a>)">
    <bibfile::details file="colloques.bib" />
  </frame>

  <frame title="Research Reports" name="reports" 
         note="(<a href="publications.html">top</a>)">
    <bibfile::details file="rapports.bib" />
  </frame>

  <frame title="Misc" name="misc" 
         note="(<a href="publications.html">top</a>)">
    <bibfile::details file="misc.bib" />
  </frame>