Skip to content

Commit 07fdc97

Browse files
Link new blog and documentation. Update sidebar. Add 'Recent Updates' and OME image.
1 parent b61ea5f commit 07fdc97

File tree

6 files changed

+44
-15
lines changed

6 files changed

+44
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
_site
22
.sass-cache
33
.jekyll-metadata
4+
.DS_Store
45
*~

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2828
# Performance-booster for watching directories on Windows
2929
gem "wdm", "~> 0.1.0" if Gem.win_platform?
3030

31+
32+
gem "webrick", "~> 1.7"

Gemfile.lock

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GEM
1717
commonmarker (0.17.13)
1818
ruby-enum (~> 0.5)
1919
concurrent-ruby (1.1.9)
20-
dnsruby (1.61.7)
20+
dnsruby (1.61.9)
2121
simpleidn (~> 0.1)
2222
em-websocket (0.5.3)
2323
eventmachine (>= 0.12.9)
@@ -26,29 +26,33 @@ GEM
2626
ffi (>= 1.15.0)
2727
eventmachine (1.2.7)
2828
execjs (2.8.1)
29-
faraday (1.8.0)
29+
faraday (1.9.3)
3030
faraday-em_http (~> 1.0)
3131
faraday-em_synchrony (~> 1.0)
3232
faraday-excon (~> 1.1)
33-
faraday-httpclient (~> 1.0.1)
33+
faraday-httpclient (~> 1.0)
34+
faraday-multipart (~> 1.0)
3435
faraday-net_http (~> 1.0)
35-
faraday-net_http_persistent (~> 1.1)
36+
faraday-net_http_persistent (~> 1.0)
3637
faraday-patron (~> 1.0)
3738
faraday-rack (~> 1.0)
38-
multipart-post (>= 1.2, < 3)
39+
faraday-retry (~> 1.0)
3940
ruby2_keywords (>= 0.0.4)
4041
faraday-em_http (1.0.0)
4142
faraday-em_synchrony (1.0.0)
4243
faraday-excon (1.1.0)
4344
faraday-httpclient (1.0.1)
45+
faraday-multipart (1.0.3)
46+
multipart-post (>= 1.2, < 3)
4447
faraday-net_http (1.0.1)
4548
faraday-net_http_persistent (1.2.0)
4649
faraday-patron (1.0.0)
4750
faraday-rack (1.0.0)
48-
ffi (1.15.4)
51+
faraday-retry (1.0.3)
52+
ffi (1.15.5)
4953
forwardable-extended (2.6.0)
5054
gemoji (3.0.1)
51-
github-pages (222)
55+
github-pages (223)
5256
github-pages-health-check (= 1.17.9)
5357
jekyll (= 3.9.0)
5458
jekyll-avatar (= 0.7.0)
@@ -58,6 +62,7 @@ GEM
5862
jekyll-feed (= 0.15.1)
5963
jekyll-gist (= 1.5.0)
6064
jekyll-github-metadata (= 2.13.0)
65+
jekyll-include-cache (= 0.2.1)
6166
jekyll-mentions (= 1.6.0)
6267
jekyll-optional-front-matter (= 0.3.2)
6368
jekyll-paginate (= 1.1.0)
@@ -217,28 +222,28 @@ GEM
217222
kramdown-parser-gfm (1.1.0)
218223
kramdown (~> 2.0)
219224
liquid (4.0.3)
220-
listen (3.7.0)
225+
listen (3.7.1)
221226
rb-fsevent (~> 0.10, >= 0.10.3)
222227
rb-inotify (~> 0.9, >= 0.9.10)
223228
mercenary (0.3.6)
224-
mini_portile2 (2.6.1)
229+
mini_portile2 (2.7.1)
225230
minima (2.5.1)
226231
jekyll (>= 3.5, < 5.0)
227232
jekyll-feed (~> 0.9)
228233
jekyll-seo-tag (~> 2.1)
229234
minitest (5.15.0)
230235
multipart-post (2.1.1)
231-
nokogiri (1.12.5)
232-
mini_portile2 (~> 2.6.1)
236+
nokogiri (1.13.1)
237+
mini_portile2 (~> 2.7.0)
233238
racc (~> 1.4)
234-
octokit (4.21.0)
239+
octokit (4.22.0)
235240
faraday (>= 0.9)
236241
sawyer (~> 0.8.0, >= 0.5.3)
237242
pathutil (0.16.2)
238243
forwardable-extended (~> 2.6)
239244
public_suffix (4.0.6)
240245
racc (1.6.0)
241-
rb-fsevent (0.11.0)
246+
rb-fsevent (0.11.1)
242247
rb-inotify (0.10.1)
243248
ffi (~> 1.0)
244249
rexml (3.2.5)
@@ -269,7 +274,8 @@ GEM
269274
unf_ext
270275
unf_ext (0.0.8)
271276
unicode-display_width (1.8.0)
272-
zeitwerk (2.5.1)
277+
webrick (1.7.0)
278+
zeitwerk (2.5.4)
273279

274280
PLATFORMS
275281
ruby
@@ -281,6 +287,7 @@ DEPENDENCIES
281287
jekyll-sitemap
282288
kramdown-parser-gfm
283289
tzinfo-data
290+
webrick (~> 1.7)
284291

285292
BUNDLED WITH
286-
2.1.4
293+
2.3.6

_data/navigation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ sidebar:
1919
url: "#videos"
2020
- title: "Community Meetings"
2121
url: '#community-meetings'
22+
- title: "Blog"
23+
url: '#blog'
2224
- title: Other sites
2325
children:
26+
- title: "Documenation"
27+
url: https://zarr.readthedocs.io/en/stable/
2428
- title: "Specification"
2529
url: https://zarr-specs.readthedocs.io/en/core-protocol-v3.0-dev/
2630
- title: "Implementations"

images/arabidopsis.png

545 KB
Loading

index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ tensors. A particular focus of Zarr is to provide support for storage
1515
using distributed systems like cloud object stores, and to enable
1616
efficient I/O for parallel computing applications.
1717

18+
![arabidopsis](/images/arabidopsis.png "arabidopsis")
19+
<center>Image by <a href="https://www.openmicroscopy.org/2020/11/04/zarr-data.html">OME</a></center>
20+
21+
22+
Have beautiful data in Zarr? Show us on Twitter and mention [@zarr_dev](https://twitter.com/zarr_dev) to get featured!
23+
24+
>Recent Updates
25+
26+
- [Sanket Verma](https://twitter.com/msankeys963/) has officially joined Zarr as the new Community Manager! 🎉 Read the blog post [here](https://zarr.dev/blog/welcoming-community-manager/).
27+
- [Zarr 2.11](https://github.com/zarr-developers/zarr-python/pull/853#event-6008418550) is set to release soon! 🥂
28+
1829
## Description
1930

2031
Zarr is motivated by the need for a simple, transparent, open, and
@@ -65,3 +76,7 @@ A [Google calendar](https://calendar.google.com/calendar/embed?src=c_ba2k79i3u0l
6576
src="https://calendar.google.com/calendar/embed?ctz=local&amp;src=c_ba2k79i3u0lkf49vo0jre27j14%40group.calendar.google.com&ctz=Europe%2FBerlin" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
6677

6778
<script>document.getElementById("calendariframe").src = document.getElementById("calendariframe").src.replace("ctz=local", "ctz=" + Intl.DateTimeFormat().resolvedOptions().timeZone)</script>
79+
80+
## Blog
81+
82+
Check out the newly launched Zarr blog [here](https://zarr.dev/blog).

0 commit comments

Comments
 (0)