Skip to content

Commit

Permalink
projects map update
Browse files Browse the repository at this point in the history
  • Loading branch information
kahst committed Feb 20, 2024
1 parent 7a85bf2 commit 5cd02b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/assets/js/projects_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -845,5 +845,20 @@ var projects_data = [
"Species Image": "https://upload.wikimedia.org/wikipedia/commons/e/ed/SnowmobilesYellowstone.jpg",
"Species Image Credit": "National Park Service, via Wikimedia Commons",
"Species Icon": "cog"
},
{
"Project name": "Bioacoustic soundscape of a pandemic",
"Organization/Project lead": "Yizhar Lavner, Dept. of Computer Science, Tel-Hai College",
"Target species": "Birds",
"Country": "Israel",
"Region/Location": "Agmon Hula Lake Park",
"Latitude": 33.12,
"Longitude": 35.62,
"Contact": "[email protected]",
"Website": null,
"Paper": "https://www.sciencedirect.com/science/article/pii/S1574954124000700",
"Species Image": "https://upload.wikimedia.org/wikipedia/commons/4/41/Grus_grus_-_Common_Crane_04.jpg",
"Species Image Credit": "Zeynel Cebeci, via Wikimedia Commons",
"Species Icon": "feather"
}
];
2 changes: 1 addition & 1 deletion docs/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h6 class="text-muted"><span id="projects-count"></span> projects worldwide</h6>

<!-- 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="https://github.com/kahst/BirdNET-Analyzer/issues/221">here</a> and we'll add it to the map. | Last update: 2024-02-16</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. | Last update: 2024-02-20</p>
</div>

<!-- Leaflet JS -->
Expand Down

0 comments on commit 5cd02b7

Please sign in to comment.