Skip to content

Commit

Permalink
Map info and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kahst committed Jan 3, 2024
1 parent 1207e47 commit d7033da
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
17 changes: 17 additions & 0 deletions docs/assets/js/projects_data.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion docs/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h4>BirdNET Projects Map</h4>

<!-- Footer -->
<div id="footer" class="container-fluid bg-dark text-white text-center p-1">
<p>Working on another cool project using BirdNET? Let us know <a href="">here</a> and we'll add it to the map.</p>
<p>Working on another cool project using BirdNET? Let us know <a href="https://github.com/kahst/BirdNET-Analyzer/issues/221">here</a> and we'll add it to the map.</p>
</div>

<!-- Leaflet JS -->
Expand Down

0 comments on commit d7033da

Please sign in to comment.