Skip to content

Commit

Permalink
Merge pull request #545 from kahst:Projects-update
Browse files Browse the repository at this point in the history
add two more projects
  • Loading branch information
kahst authored Jan 15, 2025
2 parents 96902d8 + 9cf021a commit d8e919d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
32 changes: 31 additions & 1 deletion docs/assets/js/projects_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1160,5 +1160,35 @@ var projects_data = [
"Species Image": "assets/img/dummy_project_image.png",
"Species Image Credit": "ChatGPT",
"Species Icon": "feather"
}
},
{
"Project name": "MoorPV - Biodiversity in Solar Parks on Rewetted Peatlands",
"Organization/Project lead": "University of Greifswald",
"Target species": "Birds, bats and amphibians",
"Country": "Germany",
"Region/Location": "Schleswig-Holstein",
"Latitude": 54.468494,
"Longitude": 9.552929,
"Contact": "[email protected]",
"Website": "https://www.moorwissen.de/moor-pv-2.html",
"Paper": null,
"Species Image": "assets/img/dummy_project_image.png",
"Species Image Credit": "ChatGPT",
"Species Icon": "feather"
},
{
"Project name": "PaludiZentrale",
"Organization/Project lead": "University of Greifswald - Partner in the Greifswald Mire Centre (GMC)",
"Target species": "Birds",
"Country": "Germany",
"Region/Location": "Greifswald",
"Latitude": 54.0911,
"Longitude": 13.3643,
"Contact": "Alexander Drexler",
"Website": null,
"Paper": null,
"Species Image": "https://www.thuenen.de/media/_processed_/a/b/csm_2024-05-22_Paludi_Netz_Zentrale_4_3_bf52f8a12f.jpg",
"Species Image Credit": "Thünen-Institut",
"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-10-24</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: 2025-01-15</p>
</div>

<!-- Leaflet JS -->
Expand Down

0 comments on commit d8e919d

Please sign in to comment.