Skip to content

Latest commit

 

History

History
92 lines (83 loc) · 3.25 KB

File metadata and controls

92 lines (83 loc) · 3.25 KB
layout default

2026 Schedule

This page details the weekly schedule for the 2026 NeuroHackademy.

Jump to Week 2.

Week 1

Week 1 of the course consists primarily of lectures and tutorials. Participants will also be assigned groups for a mini-project ("Week 1 Group Projects") that will be explained on Tuesday.

{% for day in site.data.schedule.events.week1 %}

{{day[0]}}

{% for ev in day[1] %} {% if ev.title %}

{{ev.time}}

{% if ev.youtube_url %}{% endif %} {{ev.title}} {% if ev.youtube_url %}{% endif %}

{% if ev.speakers %}

{{ev.speakers | join: '

'}}

{% endif %} {% if ev.alt %}

—OR—

{% if ev.alt.youtube_url %}{% endif %} {{ev.alt.title}} {% if ev.alt.youtube_url %}{% endif %}

{% if ev.alt.speakers %}

{{ev.alt.speakers | join: '

'}}

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

Week 2

{% for day in site.data.schedule.events.week2 %}

{{day[0]}}

{% for ev in day[1] %} {% if ev.title %}

{{ev.time}}

{% if ev.youtube_url %}{% endif %} {{ev.title}} {% if ev.youtube_url %}{% endif %}

{% if ev.speakers %}

{{ev.speakers | join: '

'}}

{% endif %} {% if ev.alt %}

—OR—

{% if ev.alt.youtube_url %}{% endif %} {{ev.alt.title}} {% if ev.alt.youtube_url %}{% endif %}

{% if ev.alt.speakers %}

{{ev.alt.speakers | join: '

'}}

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