#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="Publications">
    <subframe title="Theses">
      <bibfile::summary file="these.bib" />
    </subframe>
    <subframe title="Journal Papers">
      <bibfile::summary file="revues.bib" />
    </subframe>
    <subframe title="Oral communications in conferences">
      <bibfile::summary file="comm_orales.bib" />
    </subframe>
    <subframe title="Posters">
      <bibfile::summary file="posters.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="Oral communications in conferences" name="conferences" 
         note="(<a href="publications.html">top</a>)">
    <bibfile::details file="comm_orales.bib" />
  </frame>
  
  <frame title="Posters" name="workshops" 
         note="(<a href="publications.html">top</a>)">
    <bibfile::details file="posters.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>