diff --git a/Gemfile b/Gemfile index a558020..525305e 100644 --- a/Gemfile +++ b/Gemfile @@ -8,10 +8,12 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 3.7.4" +gem "jekyll", "~> 3.8" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.0" +gem "minima", "~> 2.5" + +gem "kramdown-parser-gfm" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. @@ -19,7 +21,7 @@ gem "minima", "~> 2.0" # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-feed", "~> 0.6" + gem "jekyll-feed", "~> 0.13" end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 38ef48c..5a7ba0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,59 +1,61 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) - concurrent-ruby (1.1.5) - em-websocket (0.5.1) + concurrent-ruby (1.1.9) + em-websocket (0.5.3) eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) + http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.11.1) + ffi (1.15.4) forwardable-extended (2.6.0) - http_parser.rb (0.6.0) + http_parser.rb (0.8.0) i18n (0.9.5) concurrent-ruby (~> 1.0) - jekyll (3.7.4) + jekyll (3.9.1) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) i18n (~> 0.7) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 2.0) - kramdown (~> 1.14) + kramdown (>= 1.17, < 3) liquid (~> 4.0) mercenary (~> 0.3.3) pathutil (~> 0.9) rouge (>= 1.7, < 4) safe_yaml (~> 1.0) - jekyll-feed (0.12.1) + jekyll-feed (0.15.1) jekyll (>= 3.7, < 5.0) jekyll-sass-converter (1.5.2) sass (~> 3.4) - jekyll-seo-tag (2.6.1) - jekyll (>= 3.3, < 5.0) + jekyll-seo-tag (2.7.1) + jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - kramdown (1.17.0) + kramdown (2.3.1) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) liquid (4.0.3) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) + listen (3.7.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - minima (2.5.0) - jekyll (~> 3.5) + minima (2.5.1) + jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (3.0.3) - rb-fsevent (0.10.3) - rb-inotify (0.10.0) + public_suffix (4.0.6) + rb-fsevent (0.11.0) + rb-inotify (0.10.1) ffi (~> 1.0) - rouge (3.3.0) - ruby_dep (1.5.0) + rexml (3.2.5) + rouge (3.26.1) safe_yaml (1.0.5) sass (3.7.4) sass-listen (~> 4.0.0) @@ -65,10 +67,11 @@ PLATFORMS ruby DEPENDENCIES - jekyll (~> 3.7.4) - jekyll-feed (~> 0.6) - minima (~> 2.0) + jekyll (~> 3.8) + jekyll-feed (~> 0.13) + kramdown-parser-gfm + minima (~> 2.5) tzinfo-data BUNDLED WITH - 2.0.1 + 2.1.4 diff --git a/README.md b/README.md index 6222f6d..6c8e0c7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # zarr-developers.github.io -Zarr blog + +Main Zarr website hosted at https://zarr.dev + +## Building + +``` +conda create -n zarr.dev -c conda-forge rb-bundler c-compiler compilers cxx-compiler +conda activate zarr.dev +bundle install +bundle exec jekyll serve +``` + +Note: using conda-forge packages directly failed on eventmachine (Dec 2021): +``` +conda create -n zarr.dev -c conda-forge rb-jekyll rb-bundler rb-public_suffix rb-minima rb-jekyll-feed +conda activate zarr.dev +bundle exec jekyll serve +``` diff --git a/_config.yml b/_config.yml index 90a21e3..ae18a00 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Zarr blog +title: Zarr Project # email: your-email@example.com diff --git a/index.md b/index.md index 1eb5d67..ffcbed7 100644 --- a/index.md +++ b/index.md @@ -4,3 +4,26 @@ # See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults layout: home --- + +Zarr is a container for dense ND-dimensional array data, motivated by the need for a simple, transparent, open, and community-driven format that supports high-throughput distributed I/O on different storage systems. + +Zarr data can be stored in any storage system that can be represented as a key-value store, including most commonly POSIX file systems and cloud object storage but also zip files as well as relational and document databases. + +## Applications + +* Simple and fast serialization of NumPy-like arrays, accessible from languages including Python, C, C++, Rust, Javascript and Java +* Multi-scale n-dimensional image storage, e.g. in light and electron microscopy +* Geospatial rasters, e.g. following the NetCDF / CF metadata conventions + +## Features + +* Chunk multi-dimensional arrays along any dimension. +* Store arrays in memory, on disk, inside a Zip file, on S3, etc. +* Read and write arrays concurrently from multiple threads or processes. +* Organize arrays into hierarchies via annotatable groups. + +Zarr is a Sponsored Project of NumFOCUS, a US 501(c)(3) public charity. + +NumFOCUS Sponsored Projects rely on the generous support of corporate sponsors, institutional partners, and individual donors. + +