Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

Β© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

African-Brain-Data-Network/ABDN_2026_FELLOWSHIP_COHORT

Domain:

healthcare

Record type:

project
Creator:
Afr
Host:
# 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 …

Visit

github.com