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 5badddb7..78fea83e 100644 --- a/contributing/index.md +++ b/contributing/index.md @@ -16,3 +16,31 @@ 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, +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 +- 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