generated from neuroinformatics-unit/quarto-presentation-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
119 lines (97 loc) · 3.26 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
117
118
119
---
title: BrainGlobe
subtitle: community-driven tools for (atlas-based) computational neuroanatomy
author: "Alessandro Felder"
execute:
enabled: true
format:
revealjs:
theme: [default, niu-light.scss]
logo: img/logo_niu_light.png
footer: "BrainGlobe AI2 | 2025-01-27"
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: [default, niu-light.scss]
logo: img/logo_niu_light.png
date: "2025-01-27"
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
my-custom-stuff:
my-reuseable-variable: "I can use this wherever I want in the markdown, and change it in only once place :)"
---
## Contents {.smaller}
::: {.columns}
::: {.column width="55%"}
:::{.incremental}
* Introduction
* What is an atlas?
* What is BrainGlobe?
* BrainGlobe Atlas API
* Established BrainGlobe tools
* Experimental BrainGlobe tools
:::
:::
::: {.column width="45%"}

:::
:::
## Introduction

## Introduction {.smaller}

:::{.columns}
:::{.column width=50%}
* [Neuroinformatics Unit](https://neuroinformatics.dev/people){preview-link="true" style="text-align: center"}
* [Sainsbury Wellcome Centre](https://www.sainsburywellcome.org/web/about-swc){preview-link="false" style="text-align: center"}
:::
:::{.column width=50%}
* [UCL Centre for Advanced Research Computing](https://www.ucl.ac.uk/advanced-research-computing/){preview-link="false" style="text-align: center"}
* [UCL Bioimage Interest Group](https://www.ucl.ac.uk/science-technology-platforms/imaging/ucl-bioimage-interest-group){preview-link="false" style="text-align: center"}
:::
:::
## What is an atlas? {.smaller}
:::: {.columns}
::: {.column width="45%"}
{fig-align=center}
:::
::: {.column width="45%"}
{fig-align=center}
:::
::::
(Neuro-anatomical) atlases consist of a template image, an annotations image and metadata (E.g. [The Allen Mouse Brain Common Coordinate Framework](https://doi.org/10.1016/j.cell.2020.04.007))
## Why is it useful?
* A standardised annotation and a standardised coordinate system
* Allows registering experimental data can be registered
This facilitates data comparability and (re-)combination,
and therefore collaboration and data sharing.
Have accelerated neuroscientific discovery, for species where there is an atlas!
{{< include slides/brainglobe.qmd >}}
## Acknowledgements
* Adam Tyson, Niko Sirmpilatze, Igor Tatarnikov
* past and present BrainGlobe contributors
 {width=50%}

# [BrainGlobe website](https://brainglobe.info/){preview-link="true" style="text-align: center"}