generated from neuroinformatics-unit/quarto-presentation-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
116 lines (95 loc) · 3.21 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
---
title: brainglobe-registration
subtitle: A registration napari plugin for BrainGlobe
author: Igor Tatarnikov
execute:
enabled: true
format:
revealjs:
theme: [dark, niu-dark.scss]
logo: img/logo_niu_dark.png
footer: "2023-11-08"
incremental: true
transition: slide
transition-speed: fast
background-transition: slide
slide-number: c
menu:
numbers: true
chalkboard: true
scrollable: true
preview-links: false
view-distance: 10
mobile-view-distance: 10
auto-animate: true
auto-play-media: true
code-overflow: wrap
highlight-style: atom-one
mermaid:
theme: neutral
fontFamily: arial
curve: linear
html:
theme: [dark, niu-dark.scss]
logo: img/logo_niu_dark.png
date: "2023-11-08"
toc: true
code-overflow: scroll
highlight-style: atom-one
mermaid:
theme: neutral
fontFamily: arial
curve: linear
margin-left: 0
embed-resources: true
page-layout: full
---
## Contents
::: {style="margin-top: 80px"}
* Motivation for brainglobe-registration
* Current state of the project
* Future plans
:::
## Motivation
![](img/Accurate_determination_of_marker_location_Fig1.png){fig-align="center"}
::: {style="font-size: 0.8rem"}
Tyson, A. L.*, Vélez-Fort, M.*, Rousseau, C. V.*, Cossell, L., Tsitoura, C., Obenhaus, H. A., Claudi, F., Lenzi, S. C., Branco, T., Margrie, T. W. (2022) “Accurate determination of marker location within whole-brain microscopy images” Scientific Reports, 12, 867, [doi.org/10.1038/s41598-021-04676-9](https://doi.org/10.1038/s41598-021-04676-9)
:::
## Motivation
![](img/2D_Example1.png){.absolute left=0 right=0 bottom=0 top=0 style="margin: auto auto;"}
## Motivation
![](img/2D_Example2.png){.absolute width="65%" left=0 right=0 bottom=0 top=0 style="margin: auto auto;"}
## Motivation
![](img/2D_Example3.png){.absolute left=0 right=0 bottom=0 top=0 style="margin: auto auto;"}
## Scientific Requirements
::: {style="margin-top: 80px"}
* Register:
* 2D sections (any orientation, inc some damage)
* Whole brains
* Thick sections (e.g. from tissue clearing, acute recordings)
* Small blocks (e.g. from tissue clearing or expansion microscopy)
:::
## Tech Requirements
::: {style="margin-top: 80px;"}
* Python-based (compatibility with BrainGlobe)
* Includes a napari plugin for pre-processing and compatibility with BrainGlobe ecosystem
* Registration using itk-elastix due to community support and existing parameter sets
* Includes default preprocessing options
* Registers to any BrainGlobe atlas
* Compatible with downstream BrainGlobe tools
* Compatible with other napari plugins
:::
## Mockup
![](img/BrainGlobe_Registration_MockUp.png)
## Current state of the project
::: {style="margin-top: 80px;"}
* Demo Time!
:::
## Future plans
::: {style="margin-top: 80px;"}
* Data preprocessing
* Registering damaged 2D slices
* Optimising registration parameters to provide a good default
* Creating a pipeline to take images from the SlideScanner and register them to an atlas
* Registering arbitrary 3D volumes
:::