Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 719 Bytes

File metadata and controls

21 lines (19 loc) · 719 Bytes
layout article
titles
en
Talks
key page-talks
permalink talks

Some of my talks throughtout the years, both academic and otherwise. Among these are some unrecorded, slides-only talks. More talks can be found in my CV and this YouTube playlist.

{%- assign _shared = site.papers | where_exp: "e", "e.type == 'paper-and-talk'" -%} {%- assign entries = site.talks | concat: _shared | sort: "talk_date" | reverse -%} {%- for entry in entries -%} {%- include papers-talks/card-talk.html entry=entry -%} {% endfor -%}