From bac83345a6f049948240ced6e2339ba79f0bccc6 Mon Sep 17 00:00:00 2001 From: Johannes Soltwedel <38459088+jo-mueller@users.noreply.github.com> Date: Thu, 28 May 2026 09:24:59 +0200 Subject: [PATCH 1/2] explain authorship rules --- contributing/index.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/contributing/index.md b/contributing/index.md index 5badddb7..37b8f99d 100644 --- a/contributing/index.md +++ b/contributing/index.md @@ -16,3 +16,30 @@ Below you find links and guidelines on how to contribute to specific parts of th Detailed guidance for contributing developers is available at [https://docs.openmicroscopy.org/contributing/](https://docs.openmicroscopy.org/contributing/) + + +## Authorship + +NGFF is a collective and community-driven effort, and we welcome contributions from anyone. +Acknowledgement of contributions is important to us, +and we provide ways to to credit contributors for their work in different places of the NGFF ecosystem. + +For auhorship of the specification itself, +a list of authors is maintained in the `authors.yml` file in the [ngff-spec](https://github.com/ome/ngff-spec) repository. +The list of authors in this file is organized in two tiers: +- First category: Those who have contributed to the development of the spec through the RFC process + in the form of RFC authorship, reviewing, commenting or editorial work. +- Second category: Those who have contributed in any form to the development of the specification under the [ngff-spec repository](https://github.com/ome/ngff-spec). + This includes, but not limited to all contributions to the specification text, schemas, examples or other content in the ngff-spec repository. +Upon release of a new version, the list of authors in the `authors.yml` file will be synced to a citeable DOI via Zenodo, +which can be used for citation of the specification in publications and other works. + +To ensure the visibility of all contributions to the broader ecosystem that are not directly related to specification development, +a list of contributors is maintained in the [ome-zarr-acknowledgements](https://github.com/german-BioImaging/ome-zarr-acknowledgments/) repository. +Any contribution to the NGFF ecosystem can be acknowledged in this repository, including but not limited to +- contribution to spec development +- Maintenance of software implementations of ome-zarr +- Development of tools and utilities for working with ome-zarr +- Development of documentation and educational materials for ome-zarr +- Organization of or participation in events and workshops related to ome-zarr +- Any other contribution that has an impact on the development and adoption of ome-zarr \ No newline at end of file From 93c625dcfa3b35f737252f172d75fef64c0119f2 Mon Sep 17 00:00:00 2001 From: Johannes Soltwedel <38459088+jo-mueller@users.noreply.github.com> Date: Thu, 28 May 2026 09:30:46 +0200 Subject: [PATCH 2/2] add crosslink to community page --- community/index.md | 1 + contributing/index.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/community/index.md b/community/index.md index a78a1506..3f22c352 100644 --- a/community/index.md +++ b/community/index.md @@ -49,6 +49,7 @@ Hackathons have been hosted yearly by the BioVision Center in Zurich: Download the .ics file and add it to your calendar so won't miss any of our meetings! ## Contributors +(community:contributors)= Thank you to all the amazing contributors who make OME-NGFF possible: \ No newline at end of file diff --git a/contributing/index.md b/contributing/index.md index 37b8f99d..78fea83e 100644 --- a/contributing/index.md +++ b/contributing/index.md @@ -30,12 +30,13 @@ The list of authors in this file is organized in two tiers: - First category: Those who have contributed to the development of the spec through the RFC process in the form of RFC authorship, reviewing, commenting or editorial work. - Second category: Those who have contributed in any form to the development of the specification under the [ngff-spec repository](https://github.com/ome/ngff-spec). - This includes, but not limited to all contributions to the specification text, schemas, examples or other content in the ngff-spec repository. + This includes, but not limited to, all contributions to the specification text, schemas, examples or other content in the ngff-spec repository. Upon release of a new version, the list of authors in the `authors.yml` file will be synced to a citeable DOI via Zenodo, which can be used for citation of the specification in publications and other works. To ensure the visibility of all contributions to the broader ecosystem that are not directly related to specification development, -a list of contributors is maintained in the [ome-zarr-acknowledgements](https://github.com/german-BioImaging/ome-zarr-acknowledgments/) repository. +a list of contributors is maintained in the [ome-zarr-acknowledgements](https://github.com/german-BioImaging/ome-zarr-acknowledgments/) repository, +which is displayed [here](community:contributors). Any contribution to the NGFF ecosystem can be acknowledged in this repository, including but not limited to - contribution to spec development - Maintenance of software implementations of ome-zarr