Skip to content

Latest commit

 

History

History
122 lines (111 loc) · 3.42 KB

File metadata and controls

122 lines (111 loc) · 3.42 KB
layout default

Archived Neurohackademy Lectures

This page contains an archive of all the Neurohackademy lectures and presentations throughout the years. When available, embedded videos of lectures can be expanded by clicking on the arrows below.

The videos displayed can be filtered using the selection options at the top of the page. To search for archived lectures by Neurohackademy instructor, visit that instructor's page in the people section.

We try to make all Neurohackademy lectures available to the public. Unvortunately, technical issues over the years have resulted in a number of videos improperly recorded, so videos are not available for all sessions.

Filters


Year:

None {% for y in site.data.calendar reversed %} {{y[0]}} {% endfor %} All

Has Video?

Yes No Either

{% for y in site.data.calendar %}

{{y[0]}}

{% for w in y[1].events %} {% assign weekno=w[0] | slice: 4 %}

Week {{weekno}}

{% for d in w[1] %} {% for ev in d[1] %} {% assign year=y[0] %} {% assign week=w[0] %} {% assign day=d[0] %} {% assign speakers=ev.speakers | join: ", " %} {% include ccrow.html year=year week=week day=day time=ev.time title=ev.title speakers=speakers youtube_url=ev.youtube_url %} {% endfor %} {% endfor %}
{% endfor %}
{% endfor %}
<script> {% include ccexpand.js %} </script> <script> {% include ccfilter.js %} </script>