Skip to main content
Below you will find the latest courses. Please search or select the courses based on the below filters.
Search courses
Course level

General Perspectives on FAIR

INCF

Since their introduction in 2016, the FAIR data principles have gained increasing recognition and adoption in global neuroscience. FAIR defines a set of high level principles and practices for making digital objects, including data, software and workflows, Findable, Accessible, Interoperable and Reusable. But FAIR is not a specification; it leaves many of the specifics up to individual scientific disciplines to define.

 
INCF TrainingSpace

Session 2: FAIR Sharing, Integration, & Analysis of Neuroscience Data

INCF

This course corresponds to the second session of INCF's Neuroinformatics Assembly 2023. This series of talks continues a discussion of FAIR principles from the first session, with a greater emphasis on brain data (humans and animals) atlases for data analysis and integation. 

 

INCF/OCNS Working Group on Computational Neuroscience Software

INCF

This working group is a collaboration between OCNS and INCF. The group focuses on evaluating and testing computational neuroscience tools; finding them, testing them, learning how they work, and informing developers of issues to ensure that these tools remain in good shape by having communities looking after them. Since many members of the WG are themselves tool developers, we will also learn from each other and will work towards improving interoperability between related tools.

 

Statistical Software

These courses give introductions and overviews of some of the major statistics software packages currently used in neuroscience research.

 
INCF TrainingSpace

Introduction to EEGLAB

Swartz Center for Computational Neuroscience

EEGLAB is an interactive MATLAB toolbox for processing continuous and event-related EEG, MEG, and other electrophysiological data. In this course, you will learn about features incorporated into EEGLAB, including independent component analysis (ICA), time/frequency analysis, artifact rejection, event-related statistics, and several useful modes of visualization of the averaged and single-trial data. EEGLAB runs under Linux, Unix, Windows, and Mac OS X.

 

Introductory Concepts

Krembil Centre for Neuroinformatics

This couse is the opening module for the University of Toronto's Krembil Centre for Neuroinformatics' virtual learning series Solving Problems in Mental Health Using Multi-Scale Computational Neuroscience. Lessons in this course introduce participants to the study of brain disorders, starting from elemental units like genes and neurons, eventually building up to whole-brain modelling and global activity patterns.

 
INCF TrainingSpace

Session 6: Research Workflows for Collaborative Neuroscience

INCF

This course contains videos, lectures, and hands-on tutorials as part of INCF's Neuroinformatics Assembly 2023 workshop on developing robust and reproducible research workflows to foster greater collaborative efforts in neuroscience.

 

Module 1: Spikes

Mike X. Cohen

The goal of this module is to work with action potential data taken from a publicly available database. You will learn about spike counts, orientation tuning, and spatial maps. The MATLAB code introduces data types, for-loops and vectorizations, indexing, and data visualization.

 

Module 5: Calcium Imaging

Mike X. Cohen

In this course, you will learn about working with calcium-imaging data, including image processing to remove background "blur", identifying cells based on threshold spatial contiguity, time-series filtering, and principal component analysis (PCA). The MATLAB code shows data animations, capabilities of the image processing toolbox, and PCA.

 

Neuroimaging Connectomics

Krembil Centre for Neuroinformatics

This course consists of one lesson and one tutorial, focusing on the neural connectivity measures derived from neuroimaging, specifically from methods like functional magnetic resonance imaging (fMRI) and diffusion-weighted imaging (DWI). Additional tools such as tractography and parcellation are discussed in the context of brain connectivity and mental health. The tutorial leads participants through the computation of brain connectomes from fMRI data. 

 

The Virtual Brain Node #10 Workshop: Personalized Multi-Scale Brain Simulation

The Virtual Brain

This workshop provides basic knowledge on personalized brain network modeling using the open-source simulation platform The Virtual Brain (TVB). Participants will gain theoretical knowledge and apply this knowledge to construct brain models, process multimodal neuroimaging data for reconstructing individual brains, run simulations, and use supporting neuroinformatics tools such as collaboratories, pipelines, workflows, and data repositories.

 
INCF TrainingSpace

Introduction to EEGLAB

Swartz Center for Computational Neuroscience

EEGLAB is an interactive MATLAB toolbox for processing continuous and event-related EEG, MEG, and other electrophysiological data. In this course, you will learn about features incorporated into EEGLAB, including independent component analysis (ICA), time/frequency analysis, artifact rejection, event-related statistics, and several useful modes of visualization of the averaged and single-trial data. EEGLAB runs under Linux, Unix, Windows, and Mac OS X.

 

The Future of Medical Data Sharing in Clinical Neurosciences

EBRAINS

This workshop hosted by HBP, EBRAINS, and the European Academy of Neurology (EAN) aimed to identify and openly discuss all issues and challenges associated with data sharing in Europe: from ethics to data safety and privacy including those specific to data federation such as the development and validation of federated algorithms. 

 

 

BIDS for PET Researchers: Data Curation, Sharing and Analysis

Centre for Imaging Research (CIR) and OpenNeuroPET

This course introduces researchers to the Brain Imaging Data Structure (BIDS), the official community standard for organizing and sharing PET data. BIDS simplifies collaboration, streamlines analysis, and ensures your research remains future-proof by enabling compatibility with an ever-growing ecosystem of open datasets and community-developed tools.

 

Data Science and Neuroinformatics

INCF

Much like neuroinformatics, data science uses techniques from computational science to derive meaningful results from large complex datasets. In this session, we will explore the relationship between neuroinformatics and data science, by emphasizing a range of data science approaches and activities, ranging from the development and application of statistical methods, through the establishment of communities and platforms, and through the implementation of open-source software tools.

 
INCF TrainingSpace

Session 6: Research Workflows for Collaborative Neuroscience

INCF

This course contains videos, lectures, and hands-on tutorials as part of INCF's Neuroinformatics Assembly 2023 workshop on developing robust and reproducible research workflows to foster greater collaborative efforts in neuroscience.

 

Data Management, Repositories, & Search Engines

The importance of Research Data Management in the conduct of open and reproducible science is better understood and technically supported than ever, and many of the underlying principles apply as much to everyday activities of a single researcher as to large-scale, multi-center open data sharing.

 

Reproducible Science (Including Git, Docker, and Binder)

Krembil Centre for Neuroinformatics

This course consists of two workshops which focus on the need for reproducibility in science, particularly under the umbrella roadmap of FAIR scienctific principles. The tutorials also provide an introduction to some of the most commonly used open-source scientific tools, including Git, GitHub, Google Colab, Binder, Docker, and the programming languages Python and R. 

 

Applied Ethics in Machine Learning and Mental Health

Krembil Centre for Neuroinformatics

This course tackles the issue of maintaining ethical research and healthcare practices in the age of increasingly powerful technological tools like machine learning and artificial intelligence. While there is great potential for innovation and improvement in the clinical space thanks to AI development, lecturers in this course advocate for a greater emphasis on human-centric care, calling for algorithm design which takes the full intersectionality of individuals into account.

 

Module 2: EEG

Mike X. Cohen

In this module, you will work with human EEG data recorded during a steady-state visual evoked potential study (SSVEP, aka flicker). You will learn about spectral analysis, alpha activity, and topographical mapping. The MATLAB code introduces functions, sorting, and correlation analysis.