Seminar
The seminar is joint between AlCo, Cosynus and Partout teams of LIX. To keep informed you can
Unless otherwise stated, all times below are in Paris local time.
{% for talk in site.data.seminar %}
{% if talk.picture != nil %}

{% 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.slides != nil %}(
slides available){% endif %}
{% if talk.team %}Invited by the
{{talk.team}} team.
{% endif %}
{% if talk.abstract != nil %}{{ talk.abstract | markdownify }}{% endif %}
{% if talk.bio != nil %}{{ talk.bio | markdownify }}{% endif %}
{% endfor %}