Skip to content

Commit ad470b6

Browse files
Merge pull request #52 from kabilar/calcium
Update to merge `workflow-calcium-imaging` into `element-calcium-imaging`
2 parents 2a14b10 + c732fb9 commit ad470b6

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

src/community/partnership-suite2p.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

src/elements/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
9595
receives 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/)
9898
for an example of how the linking module is passed into the Element's module.

src/elements/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/elements/management/dissemination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/elements/user-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

src/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Welcome to the DataJoint Documentation
22

3+
![pipeline](https://raw.githubusercontent.com/datajoint/datajoint-python/master/images/pipeline.png){: style="height:300px;"}
4+
35
<h2> DataJoint Ecosystem </h2>
46

57
<div class="grid cards" markdown>

0 commit comments

Comments
 (0)