Skip to content

Commit

Permalink
Merge pull request #483 from kahst/Projects-update
Browse files Browse the repository at this point in the history
new projects
  • Loading branch information
kahst authored Oct 24, 2024
2 parents d3b3e23 + bb40046 commit 6b25caa
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions docs/assets/js/projects_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1115,5 +1115,50 @@ var projects_data = [
"Species Image": "https://aarongreenville.com/wp-content/uploads/2014/07/aarongreenvilleafter-the-fire.jpg?w=640",
"Species Image Credit": "Aaron Greenville",
"Species Icon": "feather"
},
{
"Project name": "Avian Projects South India",
"Organization/Project lead": "Sruthin Jose",
"Target species": "Birds",
"Country": "India",
"Region/Location": "Kerala",
"Latitude": 10.1296435044561,
"Longitude": 76.6871054107773,
"Contact": null,
"Website": null,
"Paper": null,
"Species Image": "assets/img/dummy_birds_image.png",
"Species Image Credit": "ChatGPT",
"Species Icon": "feather"
},
{
"Project name": "The birds of Outamba Kilimi National Park",
"Organization/Project lead": "Pan Verus Project / Paul Robinson",
"Target species": "Birds",
"Country": "Sierra Leone",
"Region/Location": "Outamba Kilimi National Park",
"Latitude": 10.131,
"Longitude": -12.053,
"Contact": "[email protected]",
"Website": null,
"Paper": null,
"Species Image": "assets/img/dummy_birds_image.png",
"Species Image Credit": "ChatGPT",
"Species Icon": "feather"
},
{
"Project name": "Ears In the Driftless",
"Organization/Project lead": "Mike O'Connor",
"Target species": "All",
"Country": "USA",
"Region/Location": "Western Wisconsin - Driftless Area",
"Latitude": 44.43,
"Longitude": -91.65,
"Contact": "[email protected]",
"Website": "www.EarsInTheDriftless.com",
"Paper": null,
"Species Image": "assets/img/dummy_project_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 @@ -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-09-17</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-10-24</p>
</div>

<!-- Leaflet JS -->
Expand Down

0 comments on commit 6b25caa

Please sign in to comment.