{% extends 'base.html' %} {% use 'ajax-modal.html' %} {# geht prinzipiell, ist aber noch unbequem: {% do PublicCode.add("hi", 1) %} #} {% block title %}All talks - Sven Köppel am Institut für theoretische Physik ITP/FIAS, Uni Frankfurt{% endblock %} {% block additional_header %} {% endblock %} {% import 'talk-macros.tpl' as talkmacro %} {% set talks = talkdb() %} {% block sidebar %}

Further links

Talks by Sven Köppel

This page lists talks, presentations and posters from me. The list is without any claim to completeness. For those who prefer, there is also a traditional list.

Keywords ((x) talks)

Sources

All entries on this page are put together from different data sources, namely:

They are compiled by this talk and publication system
{% endblock %} {% block main_column %}

Talks

{{ talkmacro.table( TalkFactory.getTalks ) }} {# {{ talkmacro.table(talks) }} #}
{% endblock %}