From 4459c2b9e90321ccdd8a7820f15b8e367e884a9e Mon Sep 17 00:00:00 2001 From: Samet Akcay Date: Thu, 1 Feb 2024 10:46:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Add=20news=20section=20to=20docs?= =?UTF-8?q?=20(#1689)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add best-practices-items --- docs/source/index.md | 8 ++++ .../markdown/announcements/engagement.md | 42 +++++++++++++++++++ .../markdown/announcements/recognition.md | 40 ++++++++++++++++++ 3 files changed, 90 insertions(+) create mode 100644 docs/source/markdown/announcements/engagement.md create mode 100644 docs/source/markdown/announcements/recognition.md diff --git a/docs/source/index.md b/docs/source/index.md index 027bd3cdf1..6803379e4b 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -100,3 +100,11 @@ markdown/guides/how_to/index markdown/guides/topic/index markdown/guides/developer/index ``` + +```{toctree} +:caption: Announcements +:hidden: + +markdown/announcements/recognition +markdown/announcements/engagement +``` diff --git a/docs/source/markdown/announcements/engagement.md b/docs/source/markdown/announcements/engagement.md new file mode 100644 index 0000000000..8c8a225209 --- /dev/null +++ b/docs/source/markdown/announcements/engagement.md @@ -0,0 +1,42 @@ +# Community Engagement + +Anomalib has recently been gaining traction in the developer community. It has recently been the subject of several hackathons, events, and challenges, showcasing its adaptability and impact in real-world scenarios. + +## {octicon}`megaphone` Events + +:::{dropdown} Keynote - Visual Anomaly Detection Workshop, CVPR24 +:animate: fade-in-slide-down + +- **Date:** June 2024 +- **Location:** Seattle, Washington, USA +- **Details:** A keynote showcasing anomalib at the Anomaly Detection workshop at CVPR. Link to the [event](https://sites.google.com/view/vand-2-0-cvpr-2024/home). + ::: + +:::{dropdown} Keynote - Anomaly Detection Workshop, NVPHBV +:animate: fade-in-slide-down + +- **Date:** November 2023 +- **Location:** Amsterdam, Netherlands +- **Details:** A keynote showcasing anomalib at the Anomaly Detection workshop at NVPHBV. The workshop was organized by the Dutch Society for Pattern Recognition (NVPHBV). Link to the [event](https://nvphbv.nl/event/fall-meeting-2023-anomaly-detection-229/). + ::: + +:::{dropdown} Talk - AI Grunn Tech Event +:animate: fade-in-slide-down + +- **Date:** November 2023 +- **Location:** Groningen, Netherlands +- **Details:** A talk showcasing anomalib at the tech event. Link to the [event](https://aigrunn.org/sessions/anomalib-an-open-source-deep-learning-library-for-anomaly-detection/). + ::: + +## {octicon}`graph` Challenges + +:::{dropdown} Chips Challenge on Hackster.io +:animate: fade-in-slide-down + +- **Date:** December 2023 +- **Overview:** A coding marathon where participants created innovative solutions using Anomalib and OpenVINO. +- **Outcome:** Help Chip find all the bad produce at his farm-to-table business using anomaly detection by sharing your knowledge, running a Jupyter notebook or creating an app with OpenVINO. +- **Details:** [Chips Challenge](https://events.hackster.io/chips-challenge) + ::: + +--- diff --git a/docs/source/markdown/announcements/recognition.md b/docs/source/markdown/announcements/recognition.md new file mode 100644 index 0000000000..c9547d9234 --- /dev/null +++ b/docs/source/markdown/announcements/recognition.md @@ -0,0 +1,40 @@ +# Awards and Recognition + +Anomalib is committed to excellence and innovation in open-source software development. Over the years, our efforts have been recognized by various prestigious organizations and communities. This page highlights the awards and recognitions we have received, reflecting our dedication to our goals and mission. + +--- + +## 2024 + +:::{dropdown} {octicon}`star-fill;1em`  Passing Badge - OpenSSF Best Practices +:animate: fade-in-slide-down +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8330/badge)](https://www.bestpractices.dev/projects/8330) + +- **Date:** January 25, 2024 +- **Details:** Anomalib recived the passing grade for the [Open Source Initiative Best Practices Badge](https://opensource.org/best-practices-badge). This badge recognizes our commitment to high-quality coding standards and community engagement. + +[Learn more about this award](https://opensource.org/best-practices-badge) +::: + +--- + +## 2023 + +:::{dropdown} {octicon}`star-fill;1em`  Anomalib as a Pytorch EcoSystem Project +:animate: fade-in-slide-down +[![Pytorch Ecosystem](https://img.shields.io/badge/Pytorch-Ecosystem-blue)](https://pytorch.org/ecosystem/) + +- **Date:** December 15, 2023 +- **Details:** Anomalib has been accepted as a [Pytorch Ecosystem Project](https://pytorch.org/ecosystem/). This recognition highlights our commitment to the Pytorch community and our efforts to make anomaly detection accessible to everyone. + +::: + +--- + +## Acknowledgements + +We extend our heartfelt thanks to our contributors, users, and the community who have supported us throughout our journey. These recognitions belong not only to the core team but to everyone who has been a part of this project. + +--- + +_Last Updated: 29-Jan-24_