Skip to content

Commit be5bc8d

Browse files
committed
fix about
1 parent 52df8c9 commit be5bc8d

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

about.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@ title: About
44
permalink: /about/
55
---
66

7-
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
7+
Zarr is a community project to develop specifications and software for
8+
storage of large N-dimensional typed arrays, also commonly known as
9+
tensors. A particular focus of Zarr is to provide support for storage
10+
using distributed systems like cloud object stores, and to enable
11+
efficient I/O for parallel computing applications.
812

9-
You can find the source code for Minima at GitHub:
10-
[jekyll][jekyll-organization] /
11-
[minima](https://github.com/jekyll/minima)
13+
See the following GitHub repositories for more information:
1214

13-
You can find the source code for Jekyll at GitHub:
14-
[jekyll][jekyll-organization] /
15-
[jekyll](https://github.com/jekyll/jekyll)
15+
* [Zarr Python](https://github.com/zarr-developers/zarr)
16+
* [Zarr Specs](https://github.com/zarr-developers/zarr-specs)
17+
* [Numcodecs](https://github.com/zarr-developers/numcodecs)
18+
* [Z5](https://github.com/constantinpape/z5)
19+
* [N5](https://github.com/zarr-developers/numcodecs)
20+
* [Zarr.jl](https://github.com/meggart/Zarr.jl)
21+
* [ndarray.scala](https://github.com/lasersonlab/ndarray.scala)
1622

17-
18-
[jekyll-organization]: https://github.com/jekyll

0 commit comments

Comments
 (0)