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: about.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,19 @@ title: About
4
4
permalink: /about/
5
5
---
6
6
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.
8
12
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:
12
14
13
-
You can find the source code for Jekyll at GitHub:
0 commit comments