Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions 001772/IBL-Fiberphotometry/public_demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# IBL - Fiber Photometry Data

This example notebook demonstrates how to access the dataset published at [DANDI:001772](https://dandiarchive.org/dandiset/001772/draft).

This experiment investigates the distinct roles of key neuromodulators—dopamine, serotonin, norepinephrine, and acetylcholine—in shaping decision-making and adaptive behavior. Using the International Brain Laboratory's standardized decision-making task, which has been validated for reproducibility across behavior and neural recordings, we systematically examine neuromodulatory activity across multiple brain regions and task events. This approach allows us to link neuromodulatory dynamics to learning, behavioral strategy shifts, and theoretical models of decision making. To support this scientific effort, the project includes the development of integrated hardware for high-throughput fiber photometry acquisition, fully compatible with the IBL behavioral platform.

## Installing the dependencies

```bash
git clone https://github.com/dandi/example-notebooks
cd example-notebooks/001772/IBL-Fiberphotometry
conda env create --file environment.yml
conda activate 001772_demo
```
16 changes: 16 additions & 0 deletions 001772/IBL-Fiberphotometry/public_demo/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 001772_demo
channels:
- conda-forge
dependencies:
- python==3.13
- ipywidgets
- pip
- pip:
- dandi
- jupyter
- matplotlib
- pynwb
- remfile
- plotly
- ndx_anatomical_localization
- ndx-fiber-photometry
Loading
Loading