You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/specification/index.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# What is a FAIR-IO
2
-
A FAIR-IO bundle combines the necessary acquisition and provenance metadata together with multi-resolution, chunked binary data in a single cloud-compatible format for simplified sharing and re-use.
2
+
A FAIR-IO (FAIR Image Object) bundle combines acquisition and provenance metadata together with multi-resolution, chunked binary pixel data in a single cloud-compatible format for simplified sharing and re-use. As such, FAIR-IO implements
3
+
a FAIR Digital Object (FDO, DOI:10.5281/zenodo.7824714) as illustrated below.
FAIR-IO is based on the following recommendations for binary (pixel) data and textual metadata.
6
8
## Recommendations for easily sharable binary data:
7
9
<div>
8
10
<tablestyle="margin-left:5px;">
@@ -13,7 +15,7 @@ A FAIR-IO bundle combines the necessary acquisition and provenance metadata toge
13
15
<li>Use data formats that store binary data with multiple resolutions in a single cloud-compatible, chunkable format. These enable web-optimised data access and high-performance cloud storage</li>
14
16
<li>Store data in a public available space accessible via a data specific URL</li>
0 commit comments