{% extends 'base.html' %} {% use 'ajax-modal.html' %} {# geht prinzipiell, ist aber noch unbequem: {% do PublicCode.add("hi", 1) %} #} {% block title %}Talks list (traditional) - Sven Köppel am Institut für theoretische Physik ITP/FIAS, Uni Frankfurt{% endblock %} {% 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.

This is an alternative view to the talks, cf the regular view

Sources

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

Managament

Feel free to force an update of the data (takes 2-10 seconds to load)

These data are also used on different websites, for example POKAL Videos und Präsentationen.

{% endblock %} {% block main_column %}

Talks

{% for db in TalkFactory.getDatabases %}

{{ db.conf.human_title }}

{% endfor %}
{% endblock %}