Skip to content

Commit b8b56a4

Browse files
authored
Merge pull request #35 from MSanKeys963/master
Updated Zarr Homepage
2 parents b61ea5f + 8d28361 commit b8b56a4

File tree

6 files changed

+49
-15
lines changed

6 files changed

+49
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
main:
2+
- title: "Documentation"
3+
url: "https://zarr.readthedocs.io/en/stable/"
4+
- title: "Contribute"
5+
url: "https://zarr.readthedocs.io/en/stable/contributing.html"
26
- title: "Python Tutorial"
37
url: https://zarr.readthedocs.io/en/stable/tutorial.html
48

@@ -19,6 +23,8 @@ sidebar:
1923
url: "#videos"
2024
- title: "Community Meetings"
2125
url: '#community-meetings'
26+
- title: "Blog"
27+
url: '#blog'
2228
- title: Other sites
2329
children:
2430
- title: "Specification"

images/arabidopsis.png

545 KB
Loading

index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ author_profile: false
77
sidebar:
88
title: "Content"
99
nav: sidebar
10+
excerpt: "Have beautiful data in Zarr? Show us on Twitter!"
11+
header:
12+
overlay_image: /images/arabidopsis.png
13+
overlay_filter: 0.5 # same as adding an opacity of 0.5 to a black background
14+
caption: "Credit: Image courtesy of [OME](https://www.openmicroscopy.org/2020/11/04/zarr-data.html) by Valuchova et al. CC-BY 4.0, [eLife 2020](https://doi.org/10.7554/eLife.52546) [(idr0077)](https://doi.org/10.17867/10000144)"
15+
actions:
16+
- label: "Tweet here!"
17+
url: "https://twitter.com/intent/tweet?via=zarr_dev&hashtags=beautifuldata"
1018
---
1119

1220
Zarr is a community project to develop specifications and software for
@@ -15,6 +23,12 @@ tensors. A particular focus of Zarr is to provide support for storage
1523
using distributed systems like cloud object stores, and to enable
1624
efficient I/O for parallel computing applications.
1725

26+
>Recent Updates
27+
28+
- [Zarr 2.11](https://zarr.readthedocs.io/en/stable/release.html#release-2-11-0) is released! Check out the [blog](https://zarr.dev/blog/release-2-11). 🥂
29+
- [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/).
30+
31+
1832
## Description
1933

2034
Zarr is motivated by the need for a simple, transparent, open, and
@@ -65,3 +79,7 @@ A [Google calendar](https://calendar.google.com/calendar/embed?src=c_ba2k79i3u0l
6579
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>
6680

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

0 commit comments

Comments
 (0)