Skip to content

Commit 5871a28

Browse files
committed
update references
1 parent fc54aae commit 5871a28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ parallelization.
6565

6666
As a result, a number of formats have been developed more recently which provide
6767
the basic data structure of an HDF5 file, but do so in a more cloud-friendly way.
68-
In the [PyData](https://pydata.org/) community, the Zarr [[zarr]] format was developed
68+
In the [PyData](https://pydata.org/) community, the Zarr (@zarr) format was developed
6969
for easily storing collections of [NumPy](https://numpy.org/) arrays. In the
70-
[ImageJ](https://imagej.net/) community, N5 [[n5]] was developed to work around
70+
[ImageJ](https://imagej.net/) community, N5 (@n5) was developed to work around
7171
the limitations of HDF5 ("N5" was originally short for "Not-HDF5").
7272
Both of these formats permit storing individual chunks of data either locally in
7373
separate files or in cloud-based object stores as separate keys.
@@ -88,7 +88,7 @@ binary containers. Eventually, we hope, the moniker "next-generation" will no lo
8888
applicable, and this will simply be the most efficient, common, and useful representation
8989
of bioimaging data, whether during acquisition or sharing in the cloud.
9090

91-
Note: The following text makes use of OME-Zarr [[ome-zarr-py]], the current prototype implementation,
91+
Note: The following text makes use of OME-Zarr (@ome-zarr-py), the current prototype implementation,
9292
for all examples.
9393

9494
### On-disk (or in-cloud) layout

0 commit comments

Comments
 (0)