Skip to content

Commit

Permalink
Project map update
Browse files Browse the repository at this point in the history
  • Loading branch information
kahst committed Jul 10, 2024
1 parent 63d53a7 commit 395c49a
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 @@ -890,5 +890,35 @@ var projects_data = [
"Species Image": "assets/img/dummy_birds_image.png",
"Species Image Credit": "ChatGPT",
"Species Icon": "feather"
}
},
{
"Project name": "John Prince Resesrch Forest Avian Monitoring",
"Organization/Project lead": "University of Northern British Columbia",
"Target species": "Birds",
"Country": "Canada",
"Region/Location": "Fort St. James",
"Latitude": 54.6692,
"Longitude": -124.414,
"Contact": "Sunny Tseng, sunnyyctseng@gmail.com",
"Website": null,
"Paper": null,
"Species Image": "assets/img/dummy_birds_image.png",
"Species Image Credit": "ChatGPT",
"Species Icon": "feather"
},
{
"Project name": "Grassland bird communities in Nebraska",
"Organization/Project lead": "Grace E. Schuster, School of Natural Resources, University of Nebraska-Lincoln",
"Target species": "Grassland birds",
"Country": "USA",
"Region/Location": "Hayes and Hitchcock County, Nebraska",
"Latitude": 40.51,
"Longitude": -101.02,
"Contact": "gschuster@huskers.unl.edu",
"Website": null,
"Paper": "https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0306580",
"Species Image": "https://upload.wikimedia.org/wikipedia/commons/c/c2/Grasshopper_Sparrow.jpg",
"Species Image Credit": "dominic sherony, 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-05-05</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-07-10</p>
</div>

<!-- Leaflet JS -->
Expand Down

0 comments on commit 395c49a

Please sign in to comment.