{% extends 'base.html' %} {% block title %}Scientific papers of Sven Köppel{% endblock %} {% block department %} Institut für theoretische Physik (ITP)
Frankfurt Institute for Advanced Studies (FIAS) {% endblock %} {% block second_logo %} {% endblock %} {% block sidebar_header %} {% endblock %} {% block main_column %}

Scientific papers

Of Sven Köppel

This page lists scientific papers, i.e. documents which go to ArXiV and/or scientific journals. Due to the German umlaut ö in my name, bibliographic systems may fail to gather the collections. Nevertheless, see also

On a different page, I listed scientific outreach publications such as blogposts and press releases.

{% for paper in papers %}

{{ paper.title|raw }} {% for label in paper.labels %} {{label}} {% endfor %}

{% for author in paper.authors %} {{author}}{% if not loop.last %},{%endif%} {% endfor %}

{% endfor %} {% endblock %}