diff --git a/README.adoc b/README.adoc index 1f5350cb..9deb70a6 100644 --- a/README.adoc +++ b/README.adoc @@ -195,6 +195,12 @@ Learn more at: https://github.com/tphakala/go-birdnet[github.com/tphakala/go-bir Working on a cool project that uses BirdNET? Let us know and we can feature your project here. +== Projects map + +We have created a map of projects that use BirdNET. If you are working on a project that uses BirdNET, please let us know [here](https://github.com/kahst/BirdNET-Analyzer/issues/221) and we can add it to the map. + +You can access the map here: [Open projects map](https://kahst.github.io/BirdNET-Analyzer/projects.html) + == Setup === Setup (Raven Pro) diff --git a/docs/assets/js/projects_data.js b/docs/assets/js/projects_data.js index 8966c569..22cf77f6 100644 --- a/docs/assets/js/projects_data.js +++ b/docs/assets/js/projects_data.js @@ -1,3 +1,20 @@ +// Project data entries consist of the following fields: +// - Project name +// - Organization/Project lead +// - Target species +// - Country +// - Region/Location +// - Latitude +// - Longitude +// - Contact +// - Website +// - Paper +// - Species Image +// - Species Image Credit + +// If a field is not applicable, enter null +// If latitude and longitude are missing, no marker will be placed on the map + var projects_data = [ { "Project name": null, diff --git a/docs/projects.html b/docs/projects.html index 4f951948..2eb455c3 100644 --- a/docs/projects.html +++ b/docs/projects.html @@ -19,7 +19,7 @@