Commit | Line | Data |
---|---|---|
1 | dnl -*- html -*- | |
2 | define(__title, `Publications')dnl | |
3 | define(__slug, `publications')dnl | |
4 | include(header.html)dnl | |
5 | ||
6 | <article id="publications"> | |
7 | <h1>Publications</h1> | |
8 | ||
9 | include(static/publications-partial.html) | |
10 | ||
11 | <p class="muted bibtex2html"><em>bibliography generated using | |
12 | <a href="//www.lri.fr/~filliatr/bibtex2html/">bibtex2html</a></em></p> | |
13 | </article> | |
14 | ||
15 | include(footer.html)dnl |