Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ“š Add news section to docs #1689

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
42 changes: 42 additions & 0 deletions docs/source/markdown/announcements/engagement.md
Original file line number Diff line number Diff line change
@@ -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)
:::

---
40 changes: 40 additions & 0 deletions docs/source/markdown/announcements/recognition.md
Original file line number Diff line number Diff line change
@@ -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_
Loading