Skip to content

Commit 5479dee

Browse files
Optophysiology project and goals (#108)
* Add draft description * Add derotation (should we?) | sphinx-build breaks 🐛 * Change name * Fix icon name * Fix broken links * Update docs/source/projects.md Co-authored-by: Adam Tyson <[email protected]> * Update docs/source/projects.md Co-authored-by: Adam Tyson <[email protected]> * Update docs/source/projects.md Co-authored-by: Adam Tyson <[email protected]> * Update docs/source/projects.md Co-authored-by: Adam Tyson <[email protected]> * Update docs/source/projects.md --------- Co-authored-by: Adam Tyson <[email protected]>
1 parent 57e8320 commit 5479dee

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

docs/source/blog/neuroblueprint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ levels. The naming of these folders should adhere to a certain style, as exempli
153153
<br>
154154

155155
While the full specification is available to read
156-
[here](https://neuroblueprint.neuroinformatics.dev/specification.html),
156+
[here](https://neuroblueprint.neuroinformatics.dev/latest/specification.html),
157157
we provide a brief summary of its main features:
158158

159159
- A top-level distinction splitting raw data ("rawdata") and data derived from processing the raw data ("derivatives")
@@ -173,7 +173,7 @@ but recommendations for these are in development.
173173
### Getting Started
174174

175175
Getting started with **NeuroBlueprint** is as easy as reading the
176-
[specification](https://neuroblueprint.neuroinformatics.dev/specification.html), and organising your experimental
176+
[specification](https://neuroblueprint.neuroinformatics.dev/latest/specification.html), and organising your experimental
177177
folders according to the standard. It's recommended to get started by using **NeuroBlueprint** with your
178178
next experiment, rather than trying to re-organise existing folders and analysis code, which is always tricky.
179179

docs/source/projects.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,27 @@ test different pipeline configurations.
5151
:::
5252
::::
5353

54+
55+
(projects-optophysiology)=
56+
## Optophysiology
57+
::::{grid} 1 1 1 1
58+
:::{grid-item-card} {fas}`sun;sd-text-primary` photon-mosaic
59+
:link: https://github.com/neuroinformatics-unit/photon-mosaic
60+
photon-mosaic simplifies the analysis of multi-photon calcium imaging data by integrating algorithms from tools like Suite2p and CaImAn into a modular pipeline. Researchers can evaluate, compare, and combine methods for each processing step, such as registration or source extraction, and explore metrics to identify the best fit for their datasets.
61+
62+
With support for local or cluster-based parallelization, photon-mosaic provides visualization tools, reports, and guides to streamline decision-making and enhance reproducibility.
63+
:::
64+
::::
65+
66+
::::{grid} 1 1 1 1
67+
:::{grid-item-card} {fas}`stroopwafel;sd-text-primary` derotation
68+
:link: https://github.com/neuroinformatics-unit/derotation
69+
A python library to solve sample-rotation artifacts in multiphoton imaging data acquired with a line scanning microscope.
70+
:::
71+
::::
72+
73+
74+
5475
(projects-data-management)=
5576
## Data Management
5677
::::{grid} 1 1 1 1

docs/source/roadmaps/june-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ longer-term goal of multimodal integration. The detailed roadmap is split into t
1919
We have developed [NeuroBlueprint](https://neuroblueprint.neuroinformatics.dev/), a simple, standard data folder
2020
specification for (systems) neuroscience and [datashuttle](https://datashuttle.neuroinformatics.dev/), to automate the
2121
creation, validation and transfer of NeuroBlueprint projects. For more details on these specific projects, see the
22-
[NeuroBlueprint](https://neuroblueprint.neuroinformatics.dev/roadmap.html) and
22+
[NeuroBlueprint](https://neuroblueprint.neuroinformatics.dev/latest/roadmap.html) and
2323
[datashuttle](https://datashuttle.neuroinformatics.dev/pages/community/roadmap.html) roadmaps.
2424

2525
**Q4 2024**

0 commit comments

Comments
 (0)