--- layout: page title: Video showcase icon: video visible: false permalink: /video/ --- {% assign allTopics = "" | split:"|" %} {% for post in site.posts %} {% for talk in post.talks %} {% if talk.talk_video_url %} {% for topic in talk.topics %} {% assign talkTopics = topic | split:"," %} {% for talkTopic in talkTopics %} {% assign tt = talkTopic | strip | downcase %} {% unless allTopics contains tt %} {% assign allTopics = allTopics | push: tt %} {% endunless %} {% endfor %} {% endfor %} {% endif %} {% endfor %} {% endfor %} {% assign allTopicsABC = allTopics | sort %}
{% for thisTopic in allTopicsABC %} {% endfor %}
{% for post in site.posts %} {% for talk in post.talks %} {% if talk.talk_video_url %} {% assign vimeo_id = talk.talk_video_url %} {% if talk.topics %} {% assign tags = (talk.topics | split:",") %} {% endif %}
{{talk.artist}}

{{talk.title}}

#{{ post.number }}: {{talk.artist}} / {{talk.artist_website}} – {{talk.description}}

{% endif %} {% endfor %} {% endfor %}