Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riparias/gbif-alert
GBIF Alert is a GBIF occurrence based alert system.
https://github.com/riparias/gbif-alert
biodiversity biodiversity-data biodiversity-informatics django gbif invasive-species webapp
Last synced: 2 months ago
JSON representation
GBIF Alert is a GBIF occurrence based alert system.
- Host: GitHub
- URL: https://github.com/riparias/gbif-alert
- Owner: riparias
- License: mit
- Created: 2021-08-25T09:58:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T10:59:15.000Z (3 months ago)
- Last Synced: 2024-11-21T03:17:51.368Z (2 months ago)
- Topics: biodiversity, biodiversity-data, biodiversity-informatics, django, gbif, invasive-species, webapp
- Language: Python
- Homepage: https://gbif-alert-demo.thebinaryforest.net/
- Size: 20.9 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - GBIF Alert - A GBIF-based early alert system for invasive species. (Biosphere / Terrestrial Wildlife)
README
# GBIF Alert
[![Django CI](https://github.com/riparias/gbif-alert/actions/workflows/django_tests.yml/badge.svg)](https://github.com/riparias/gbif-alert/actions/workflows/django_tests.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Automatic deployment - demo server](https://github.com/riparias/gbif-alert/actions/workflows/deploy_demo.yml/badge.svg?branch=devel)](https://github.com/riparias/gbif-alert/actions/workflows/deploy_demo.yml)GBIF Alert is a [GBIF](https://www.gbif.org)-based early alert system for invasive species.
🎉 **GBIF Alert has been awarded the first prize of the [GBIF Ebbe Nielsen Challenge 2023](https://www.gbif.org/fr/news/EQgUzZ4YA75BSeLs1naI9/)!** 🎉
It is a reusable website engine powered by [Django](https://www.djangoproject.com/) available under the [MIT license](LICENSE).
Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.## Getting started
GBIF Alert allows you to monitor a list of species, and be notified of new occurrences on GBIF via email.
Multiple websites using GBIF alert (called *instances*) exists, in order to target different communities:
- **You are an end-user that just want to be informed of new occurrence in the GBIF network?** Join [an existing instance](#user-content-gbif-alert-instances-in-the-wild) that covers your area and species of interest, register and start configuring your alerts! Here is a demonstration video: https://www.youtube.com/watch?v=bixaTGRIZ4A
- **You have more technical knowledge and want to install your own instance of GBIF Alert?** No problem: GBIF Alert is fully configurable, and we provide facilities to make it easy to install and deploy.
See [INSTALL.md](INSTALL.md) for more information.## GBIF Alert instances in the wild
- LIFE RIPARIAS Early Alert: [production](https://alert.riparias.be) / [development](https://dev-alert.riparias.be) (Targets riparian invasive species in Belgium)
- [GBIF Alert demo instance](https://gbif-alert-demo.thebinaryforest.net/) (Always in sync with the `devel` branch of this repository)
- The Belgian Biodiversity Platform uses GBIF alert under the hood as an API for the ManaIAS project.