--- layout: default title: Seminar ---

The Partout seminar

This is the seminar of the Partout team of LIX. It is part of the proofs and algorithms pole seminar.

{% for talk in site.data.seminar %} {% if talk.team == "Partout" %} {% if talk.picture != nil %}{{ talk.speaker }}{% endif %}

{{ talk.title }}

{{ talk.speaker }} ({{ talk.lab }})
{{ talk.date | date: "%A %-d %B %Y at %H:%M" }}, {% if talk.room contains "https://" %} online seminar {% else %} room {% if talk.room == nil %}TBA{% else %}{{ talk.room }}{% endif %} {% endif %} {% if talk.video != nil %}(recording available){% endif %}
{% if talk.abstract != nil %}{{ talk.abstract | markdownify }}{% endif %}
{% endif %} {% endfor %}