-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmyst.yml
More file actions
118 lines (117 loc) · 4.09 KB
/
myst.yml
File metadata and controls
118 lines (117 loc) · 4.09 KB
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
version: 1
project:
title: Next-generation file format specification
authors:
- name: NGFF-community
github: ome/ngff-spec
bibliography:
- references.bib
exports:
- format: pdf
template: plain_latex_book
output: exports/book.pdf
- format: cff
type: software
identifiers:
- type: doi
value: 10.1038/s41592-021-01326-w
description: Original Nature Methods article (2021)
- type: doi
value: 10.1101/2023.02.17.528834v2
description: OME-Zarr preprint (2023)
repository-code: 'https://github.com/ome/ngff'
url: 'https://ngff.openmicroscopy.org'
abstract: >-
A growing community is constructing a next-generation file
format (NGFF) for bioimaging to overcome problems of
scalability and heterogeneity. Organized by the Open
Microscopy Environment (OME), individuals and institutes
across diverse modalities facing these problems have
designed a format specification process (OME-NGFF) to
address these needs. Those community members have built
the format itself – OME-Zarr – along with tools and data
resources available today to increase FAIR access and
remove barriers in the scientific process. The current
momentum offers an opportunity to unify a key component of
the bioimaging domain — the file format that underlies so
many personal, institutional, and global data management
and analysis tasks.
keywords:
- FAIR
- community
- bioimaging
- data
- cloud
- format
license: CC-BY-4.0
preferred-citation:
type: article
doi: "10.1038/s41592-021-01326-w"
journal: "Nature Methods"
month: 11
start: 1496
end: 1498
title: "OME-NGFF: a next-generation file format for expanding bioimaging data-access strategies"
issue: 12
volume: 18
year: 2021
authors:
- given-names: "Josh"
family-names: "Moore"
orcid: "https://orcid.org/0000-0003-4028-811X"
- given-names: "Chris"
family-names: "Allan"
- given-names: "Sébastien"
family-names: "Besson"
orcid: "https://orcid.org/0000-0001-8783-1429"
- given-names: "Jean-Marie"
family-names: "Burel"
orcid: "https://orcid.org/0000-0002-1789-1861"
- given-names: "Erin"
family-names: "Diel"
orcid: "https://orcid.org/0000-0003-2526-3512"
- given-names: "David"
family-names: "Gault"
- given-names: "Kevin"
family-names: "Kozlowski"
- given-names: "Dominik"
family-names: "Lindner"
orcid: "https://orcid.org/0000-0001-8038-1250"
- given-names: "Melissa"
family-names: "Linkert"
- given-names: "Trevor"
family-names: "Manz"
orcid: "https://orcid.org/0000-0001-7694-5164"
- given-names: "Will"
family-names: "Moore"
orcid: "https://orcid.org/0000-0002-7264-8338"
- given-names: "Constantin"
family-names: "Pape"
orcid: "https://orcid.org/0000-0001-6562-7187"
- given-names: "Christian"
family-names: "Tischer"
orcid: "https://orcid.org/0000-0003-4105-1990"
- given-names: "Jason R."
family-names: "Swedlow"
orcid: "https://orcid.org/0000-0002-2198-1958"
toc:
- file: index.md
- file: examples/index.md
children:
- pattern: examples/**/*.md
- file: schemas/index.md
children:
- pattern: schemas/*.md
- file: contribute.md
- file: citing.md
- file: version_history.md
site:
options:
logo: https://www.openmicroscopy.org/img/logos/ome-logomark.svg
folders: true
hide_myst_branding: true
parts:
footer: footer.md
# Temporarily hash-pin the theme.
# See: https://github.com/jupytercon/jupytercon2025-developingextensions/issues/6
template: "https://github.com/myst-templates/book-theme/archive/de4c1e9c09c6cd12fc529c1f22e8abf8e7f35381.zip"