--- layout: default --- {% include site-header.html %} {% capture nowunix %}{{'now' | date: '%s'}}{% endcapture %} {% assign whitespace = " " %} {% capture persons -%} {% for person in page.persons %}{{person}}{% unless forloop.last %}, {% endunless %} {% endfor -%} {% endcapture -%} {% capture persons2 -%}{% for person in page.persons %}{{person}}{% unless forloop.last %} und {% endunless %}{% endfor -%}{% endcapture -%} {% capture persons3 -%}{{whitespace}} von {{persons2}}{% endcapture -%} {% assign name_before_title = false -%} {% for conf in page.conferences -%} {% for c in site.conferences -%} {% if conf == c.acronym and c.name_before_title -%} {% assign name_before_title = true -%} {% endif -%} {% endfor -%} {% endfor -%} {% assign name_after_title = false -%} {% for conf in page.conferences -%} {% for c in site.conferences -%} {% if conf == c.acronym and c.name_after_title -%} {% assign name_after_title = true -%} {% endif -%} {% endfor -%} {% endfor -%} {% capture videotitle -%} {{page.title| xml_escape }}{% for conf in page.conferences -%}{% for c in site.conferences -%}{% if conf == c.acronym -%}{% if c.ecki -%}{{whitespace}}[{{c.title| xml_escape}}]{% endif -%}{% endif -%}{% endfor -%}{% endfor -%} {% endcapture -%} {% if page.event and page.event != '' -%} {% assign events = site.events | where: "uid", page.event -%} {% for e in events -%} {% if e.uid == page.event -%} {% assign event = e -%} {% endif -%} {% endfor -%} {% endif -%} {% if page.recording_date and recording_date.event != ''-%} {% assign recording_date = page.recording_date -%} {% elsif event -%} {% assign recording_date = event.eventdate -%} {% endif -%}
{%- assign realslug = page.url | split:'/' | last -%}
Thumbnail zum Video

{{ videotitle }}

{% assign logo = "/assets/chaotikumlogo400.png" -%} {% for conf in page.conferences -%} {% for c in site.conferences -%} {% if conf == c.acronym and c.logo -%} {% assign logo = c.logo -%} {% endif -%} {% endfor -%} {% endfor -%}
von {{persons}}
{% if page.file and page.file != ''-%}
Download
{% endif %}
{% capture release_date %}{{page.release_date | date: '%s'}}{% endcapture -%} {% if release_date < nowunix and page.optout != true %} {% if page.file and page.file != ''-%}

Schaue das Video auf

{% if page.yt and page.yt != ''-%}
YouTube
{% endif %} {% if page.mccc and page.mccc != ''-%}
media.ccc.de
{% endif %} {% if page.archive and page.archive != ''-%}
archive.org
{% endif %}
{% else -%} {% comment -%} This should not happen. This means a release date was set but no file provided. Idealy, delete the release date. {% endcomment -%}

Zu diesem Talk wurde kein Video veröffentlicht.

{% endif %} {% else -%}

Zu diesem Talk wurde noch kein Video veröffentlicht.

{% endif -%}

{{ recording_date | date: "%-d.%m.%Y" }}
{{ page.release_date | date: "%-d.%m.%Y" }}
{{content | replace: "

", "" | replace: "

", "
" }} {% if page.slides and page.slides != '' -%}
Download Slides
{% endif -%} {% if page.closedcaption and page.closedcaption != '' -%}
Download Untertitel {% if page.cccomputergen and page.cccomputergen != '' -%} (automatisch erstellt) {% endif -%}

{% endif -%}
{% include site-footer.html %}