Skip to content

Latest commit

 

History

History
58 lines (50 loc) · 2.18 KB

File metadata and controls

58 lines (50 loc) · 2.18 KB
layout splash

Welcome to the Neurohackademy

Neurohackademy is a two-week workshop in neuroimaging and data science, held both at the University of Washington campus in Seattle and online each summer.

Participants learn about technologies used to analyze human neuroscience data and how to make analysis and results shareable and reproducible. The first week of the program is devoted to hands-on lectures and open Q&A discussions. The second week of the course is devoted mostly to a hackathon in which participants form teams to implement a project based on what they've learned. Other participant-directed activities sych as breakout and/or collaboration sessions on topics of interest are also included during the second week.

See the 2026 schedule for this year's NeuroHackademy program and the lecture archive for recordings of past years' lectures.

2026 Instructors

{% assign allpeople = site.pages | where_exp: "page", "page.path contains 'people/'" | where_exp: "page", "page.layout == 'person'" | sort: "surname" %} {% assign currentYear = 'now' | date: "%Y" | plus: 0 %}

{% for page in allpeople %} {% if page.lastyear == currentYear %} {% assign fullname = page.forename | append: " " | append: page.surname %} {% endif %} {% endfor %}