Publications
--
- {% for key, year, text, bibtex, pdf, slides, poster in publications %}
-
- {{ text }}
- [ Bibtex ]
- {% for label, target in [('PDF', pdf), ('Slides', slides), ('Poster', poster)] %}
- {{ "[ %s ]" % (target, label) if target }}
+
+ + {% endblock %}+ {% import 'partial/translations.html' as translations with context %} + {{ translations.translations_for(publications) }} + ++ {% block before_content %}{% endblock %} + - + + {% block after_content %}{% endblock %} ++