| layout | default |
|---|
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.
Year:
None
{% for y in site.data.calendar reversed %}
{{y[0]}}
{% endfor %}
All
Has Video?
Yes No Either
{% for y in site.data.calendar %}
<script>
{% include ccexpand.js %}
</script>
<script>
{% include ccfilter.js %}
</script>
{% for w in y[1].events %}
{% assign weekno=w[0] | slice: 4 %}
{% endfor %}
{% 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 %}