Skip to content

Commit

Permalink
map update
Browse files Browse the repository at this point in the history
  • Loading branch information
kahst committed Jan 16, 2024
1 parent 529a89a commit 8921419
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 3 deletions.
64 changes: 62 additions & 2 deletions docs/assets/js/projects_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,66 @@ var projects_data = [
"Species Image Credit": "Delta Farmland & Wildlife Trust",
"Species Icon": "feather"
},
{
"Project name": "Scops owl monitoring",
"Organization/Project lead": "Swiss ornithological institute",
"Target species": "Eurasian Scops Owl",
"Country": "Switzerland",
"Region/Location": "Valais",
"Latitude": 46,
"Longitude": 7,
"Contact": "jean-nicolas.pradervand@vogelwarte.ch",
"Website": "https://www.vogelwarte.ch/modx/en/projects/priority-species/recovery-programme-for-the-scops-owl",
"Paper": null,
"Species Image": "https://www.vogelwarte.ch/modx/assets/assets/images/projekte/artenfoerderung/104_Raphael-Arelettaz_Zwergohreule_3_2.jpg",
"Species Image Credit": "R. Arlettaz",
"Species Icon": "feather"
},
{
"Project name": "newTree",
"Organization/Project lead": "Swiss Ornithological Institute",
"Target species": "Birds",
"Country": "Burkina Faso",
"Region/Location": "Ouagadougou",
"Latitude": 12.3658204658984,
"Longitude": -1.51282844580757,
"Contact": "gabriel.marcacci@vogelwarte.ch",
"Website": "https://newtree.org/projekte/burkina-faso/",
"Paper": null,
"Species Image": "https://newtree.org/wp-content/uploads/2015/12/Innenaussen2_web.jpg",
"Species Image Credit": "newTree.org",
"Species Icon": "feather"
},
{
"Project name": "Eurasian nightjar monitoring",
"Organization/Project lead": "Swiss Ornithological Institute",
"Target species": "Eurasian Nightjar",
"Country": "Switzerland",
"Region/Location": "Valais",
"Latitude": 46.3,
"Longitude": 7.6,
"Contact": "jean-nicolas.pradervand@vogelwarte.ch",
"Website": "https://www.vogelwarte.ch/modx/en/projects/priority-species/recovery-programme-for-the-nightjar",
"Paper": null,
"Species Image": "https://upload.wikimedia.org/wikipedia/commons/5/5b/Eurasian_Nightjar_%28Caprimulgus_europaeus%29_%2850275637123%29.jpg",
"Species Image Credit": "Imran Shah via Wikimedia Commons",
"Species Icon": "feather"
},
{
"Project name": "Alpine solar farm monitoring",
"Organization/Project lead": "Swiss ornithological institute",
"Target species": "Birds",
"Country": "Switzerland",
"Region/Location": "Switzerland",
"Latitude": 46.3,
"Longitude": 8.12,
"Contact": "jean-nicolas.pradervand@vogelwarte.ch",
"Website": null,
"Paper": null,
"Species Image": "assets/img/dummy_birds_image.png",
"Species Image Credit": "ChatGPT",
"Species Icon": "feather"
},
{
"Project name": "Black Forest Citril Finch Monitoring",
"Organization/Project lead": "Regional Council Freiburg / OekoFor GbR",
Expand Down Expand Up @@ -587,8 +647,8 @@ var projects_data = [
"Contact": "katzenberger@dda-web.de",
"Website": "https://rieselfelder-muenster.de/",
"Paper": null,
"Species Image": null,
"Species Image Credit": 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-15</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-16</p>
</div>

<!-- Leaflet JS -->
Expand Down

0 comments on commit 8921419

Please sign in to comment.