# ABDN Fellowship 2026 Cohort Repository
## đ§ Overview
Welcome to the **ABDN Fellowship 2026 Participant Repository**.
This repository serves as the central workspace for:
* Lecture materials
* Assignments and exercises
* Participant submissions
* Final research outputs
It is designed to support a **structured, hands-on learning experience** across multiple neuroimaging and neuroscience modalities.
---
## đŹ Modalities
Participants will engage in one or more of the following tracks:
* **EEG (Electroencephalography)**
* **MRI / fMRI (Magnetic Resonance Imaging / Functional MRI)**
* **Electrophysiology**
* **fNIRS (Functional Near-Infrared Spectroscopy)**
Each modality follows a consistent progression:
> Foundations â Data Acquisition â Data Analysis â Scientific Writing â Final Project
---
## đ Repository Structure
```
abdn-2026-cohort/
âââ lectures/ # Slides, notes, and resources
â âââ eeg/
â âââ mri_fmri/
â âââ electrophysiology/
â âââ fnirs/
â
âââ assignments/ # Tasks and instructions
â âââ eeg/
â âââ mri_fmri/
â âââ electrophysiology/
â âââ fnirs/
â
âââ participants/ # Individual participant submissions
â âââ /
â âââ eeg/
â âââ mri_fmri/
â âââ electrophysiology/
â âââ fnirs/
â
âââ templates/ # Report + notebook templates
â
âââ datasets/ # Links or small datasets (no large files)
â
âââ showcase/ # Selected outstanding work
âââ best_papers/
âââ posters/
```
---
## đ Getting Started
1. Clone the repository:
```bash
git clone
github.com
cd abdn-2026-cohort
```
2. Create your participant folder:
```bash
mkdir -p participants/your_name/{eeg,mri_fmri,electrophysiology,fnirs}
```
3. Check your assigned modality and begin with:
* `lectures/ /`
* `assignments/ /`
---
## đ„ Submission Guidelines
### đč General Rules
* All work must be submitted via **GitHub (no email submissions)**
* Commit regularly (d âŠ