File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -86,13 +86,13 @@ and Suite2p.
8686[ Element Calcium Imaging] ( https://github.com/datajoint/element-calcium-imaging/blob/00df4434fcfd6c1497d7950601248f046170139e/element_calcium_imaging/imaging.py#L267-L299 )
8787
8888- [x] Tutorials on running DataJoint Element with Suite2p -
89- [ Workflow Calcium Imaging Jupyter notebooks] ( https://github.com/datajoint/workflow -calcium-imaging/tree/main/notebooks )
89+ [ Element Calcium Imaging Jupyter notebooks] ( https://github.com/datajoint/element -calcium-imaging/tree/main/notebooks )
9090
9191- [x] Tests to verify loading Suite2p data -
92- [ Pytests] ( https://github.com/datajoint/workflow -calcium-imaging/blob/main/tests/test_populate.py )
92+ [ Pytests] ( https://github.com/datajoint/element -calcium-imaging/blob/main/tests/test_populate.py )
9393
9494- [x] Tests to verify running Suite2p -
95- [ Pytests] ( https://github.com/datajoint/workflow -calcium-imaging/blob/main/tests/test_populate.py )
95+ [ Pytests] ( https://github.com/datajoint/element -calcium-imaging/blob/main/tests/test_populate.py )
9696
9797## Citation
9898
Original file line number Diff line number Diff line change @@ -94,5 +94,5 @@ For instance, the
9494[ Scan module] ( https://github.com/datajoint/element-calcium-imaging/blob/main/element_calcium_imaging/scan.py )
9595receives its required functions from the linking module passed into the module's
9696` activate ` function. See the
97- [ corresponding workflow ] ( https://github.com/datajoint/workflow -calcium-imaging/ )
97+ [ example notebooks ] ( https://github.com/datajoint/element -calcium-imaging/ )
9898for an example of how the linking module is passed into the Element's module.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Below are the projects that make up the family of open-source DataJoint Elements
2424 A data pipeline for calcium imaging microscopy.
2525
2626 [ :octicons-arrow-right-24: Interactive tutorial on GitHub
27- Codespaces] ( https://github.com/datajoint/workflow -calcium-imaging#interactive-tutorial ) {: target ="_ blank"}
27+ Codespaces] ( https://github.com/datajoint/element -calcium-imaging#interactive-tutorial ) {: target ="_ blank"}
2828
2929 [ :octicons-arrow-right-24: Docs] ( ./element-calcium-imaging/ )
3030
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ neuroscience labs. These activities include
1515 - [ DataJoint Tutorials] ( https://github.com/datajoint/datajoint-tutorials )
1616 - [ DataJoint Workflow Array
1717 Ephys] ( https://github.com/datajoint/workflow-array-ephys#interactive-tutorial )
18- - [ DataJoint Workflow Calcium Imaging] ( https://github.com/datajoint/workflow -calcium-imaging#interactive-tutorial )
18+ - [ DataJoint Element Calcium Imaging] ( https://github.com/datajoint/element -calcium-imaging#interactive-tutorial )
1919
2020## 2. Community Survey
2121
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ needs.
259259
260260 An example workflow for calcium imaging microscopy.
261261
262- [:octicons-repo-forked-24: Clone from GitHub](https://github.com/datajoint/workflow -calcium-imaging/)
262+ [:octicons-repo-forked-24: Clone from GitHub](https://github.com/datajoint/element -calcium-imaging/)
263263
264264- :fontawesome-brands-python:{ .lg .middle } **Workflow Miniscope**
265265
@@ -481,12 +481,12 @@ organized, and how some files are named.
481481
482482 - The `subject` directory names must match the subject IDs in your subjects table.
483483 The `ingest.py` script (
484- [demo ingestion notebook](https://github.com/datajoint/workflow -calcium-imaging/blob/main/notebooks/04-automate-optional .ipynb)
484+ [tutorial notebook](https://github.com/datajoint/element -calcium-imaging/blob/main/notebooks/tutorial .ipynb)
485485 ) can help load these values from `./user_data/subjects.csv`.
486486
487487 - The `session` directories can have any naming convention, but must be specified
488488 in the session table (see also
489- [demo ingestion notebook])(https://github.com/datajoint/workflow -calcium-imaging/blob/main/notebooks/04-automate-optional .ipynb)
489+ [tutorial notebook])(https://github.com/datajoint/element -calcium-imaging/blob/main/notebooks/tutorial .ipynb)
490490 .
491491
492492 - Each `session` directory should contain:
You can’t perform that action at this time.
0 commit comments