Skip to content

Commit

Permalink
projects map update
Browse files Browse the repository at this point in the history
  • Loading branch information
kahst committed Jan 17, 2024
1 parent 530caf5 commit 2a4ffcd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion docs/assets/js/projects_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ var projects_data = [
},
{
"Project name": "High elevation bird monitoring",
"Organization/Project lead": "Vogelwarte Sempach",
"Organization/Project lead": "Swiss ornithological institute",
"Target species": "Rock Ptarmigan",
"Country": "Switzerland",
"Region/Location": "Swiss Alpes",
Expand Down Expand Up @@ -665,5 +665,20 @@ var projects_data = [
"Species Image": "https://upload.wikimedia.org/wikipedia/commons/8/8c/Eurasian_Pygmy_Owl_%28Glaucidium_passerinum%29_in_the_drizzle%2C_21.06.2015_%2818403237513%29.jpg",
"Species Image Credit": "Frank Vassen from Brussels, Belgium, via Wikimedia Commons",
"Species Icon": "feather"
},
{
"Project name": "Pan-European Common Bird Monitoring in Ukraine",
"Organization/Project lead": "Frankfurt Zoological Society",
"Target species": "Common bird species",
"Country": "Ukraine",
"Region/Location": "Carpathians and Polesia",
"Latitude": 49.760,
"Longitude": 23.967,
"Contact": null,
"Website": null,
"Paper": null,
"Species Image": "assets/img/dummy_birds_image.png",
"Species Image Credit": "ChatGPT",
"Species Icon": "feather"
}
];
2 changes: 1 addition & 1 deletion docs/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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="https://github.com/kahst/BirdNET-Analyzer/issues/221">here</a> and we'll add it to the map. | Last update: 2024-01-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-01-17</p>
</div>

<!-- Leaflet JS -->
Expand Down

0 comments on commit 2a4ffcd

Please sign in to comment.