https://github.com/zarr-developers/community-calls
Zarr Community Calls Website
https://github.com/zarr-developers/community-calls
community-calls discussions meetings open-source
Last synced: 3 months ago
JSON representation
Zarr Community Calls Website
- Host: GitHub
- URL: https://github.com/zarr-developers/community-calls
- Owner: zarr-developers
- License: cc0-1.0
- Created: 2022-03-10T01:21:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T23:52:02.000Z (over 1 year ago)
- Last Synced: 2025-05-06T17:49:16.806Z (5 months ago)
- Topics: community-calls, discussions, meetings, open-source
- Language: Ruby
- Homepage: https://zarr.dev/community-calls
- Size: 464 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zarr Community Meetings
## Important links:
- `Agenda`: https://hackmd.io/tFcffc__QRuo1UdGcGUbsg
- `Zoom Link`: https://zoom.us/j/300670033?pwd=OFhjV0FHQmhHK2FYbGFRVnBPMVNJdz09
- `Google Calendar`: https://calendar.google.com/calendar/embed?src=c_ba2k79i3u0lkf49vo0jre27j14%40group.calendar.google.com&ctz=Europe%2FBerlin## About Community Calls
Zarr community meetings take place every two weeks where maintainers, contributors and the overall general community get together generally for an hour to discuss ongoing issues, features, bugs, processes or anything important for the development and progress of Zarr. The agenda for the meeting is open and anyone can add items to it. The standing agenda for the community meeting is mentioned above.
We’re always looking to discuss new ideas, implementations, research or anything of interest to Zarr. If you think you have something to share with the Zarr community please join us via this [link](https://zoom.us/j/300670033?pwd=OFhjV0FHQmhHK2FYbGFRVnBPMVNJdz09). New contributors looking for tips and guidance are most welcome to join us. We’d be more than happy to reserve a slot for them at the end of the meeting.
Check out the Google Calendar for the meeting [here](https://calendar.google.com/calendar/embed?src=c_ba2k79i3u0lkf49vo0jre27j14%40group.calendar.google.com&ctz=Europe%2FBerlin).
Download the [.ics](https://calendar.google.com/calendar/ical/c_ba2k79i3u0lkf49vo0jre27j14%40group.calendar.google.com/public/basic.ics) file and add it to your calendar so won't miss any of our meetings!
## Contributing to this repo
The meeting notes in this repo are published automatically on the web @
https://zarr.dev/community-calls/. If you wish to contribute to the website, please build
the website locally on your machine. Building this website requires [Jekyll](http://jekyllrb.com/).
Refer to [this](https://jekyllrb.com/docs/) to install Jekyll.Steps to contribute:
```
1. Fork this repo
2. cd into the forked repo
3. Type $ bundle exec jekyll serve --incremental
4. Open a browser and go to localhost:4000/community-calls/ to see the website
5. Make desired changes, save them and refresh localhost:4000/community-calls/ to see the changes
```Once done, push your changes to your fork and open a
[GitHub pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).---