Skip to content

Commit

Permalink
project map update
Browse files Browse the repository at this point in the history
  • Loading branch information
kahst committed Jan 31, 2024
1 parent 8e905cd commit 2c2c5fa
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 2 deletions.
92 changes: 91 additions & 1 deletion docs/assets/js/projects_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -740,5 +740,95 @@ var projects_data = [
"Species Image": "assets/img/dummy_birds_image.png",
"Species Image Credit": "ChatGPT",
"Species Icon": "feather"
}
},
{
"Project name": "Bullforg Monitoring in Europe",
"Organization/Project lead": "Forest Science and Technology Center of Catalonia (CTFC)",
"Target species": "American Bullfrog",
"Country": "Spain",
"Region/Location": "Ebre Delta Natural Park, Catalonia",
"Latitude": 40.72,
"Longitude": 0.79,
"Contact": "cristian.perez@ua.es",
"Website": null,
"Paper": "https://link.springer.com/article/10.1007/s10530-023-03244-8",
"Species Image": "https://upload.wikimedia.org/wikipedia/commons/a/aa/North-American-bullfrog1.jpg",
"Species Image Credit": "Carl D. Howe, via Wikimedia Commons",
"Species Icon": "frog"
},
{
"Project name": "Cryptic Bird Species Monitoring",
"Organization/Project lead": "Forest Science and Technology Center of Catalonia (CTFC)",
"Target species": "Coal Tit and Short-toed Treecreeper",
"Country": "Spain",
"Region/Location": "Comunidad Foral de Navarra",
"Latitude": 42.97,
"Longitude": -1.88,
"Contact": "cristian.perez@ua.es",
"Website": null,
"Paper": "https://www.mdpi.com/1424-8220/23/16/7176",
"Species Image": "https://upload.wikimedia.org/wikipedia/commons/9/92/Coal_tit_UK09.JPG",
"Species Image Credit": "Aviceda, via Wikimedia Commons",
"Species Icon": "feather"
},
{
"Project name": "The Sound of Norway",
"Organization/Project lead": "Carolyn Rosten, Norwegian Institute for Nature Research",
"Target species": "Birds",
"Country": "Norway",
"Region/Location": "Norway",
"Latitude": 60.52,
"Longitude": 10.77,
"Contact": null,
"Website": "https://thesoundofnorway.com",
"Paper": "https://hdl.handle.net/11250/2832294",
"Species Image": "https://www.nina.no/Portals/NINA/WebSitesCreative_MyContentManager/19376/51e905ef-e514-4b8a-8ff7-921cf7b12191_resized.jpg",
"Species Image Credit": "nina.no",
"Species Icon": "feather"
},
{
"Project name": "Bird surveys in California",
"Organization/Project lead": "Matthew Toenies, California Department of Fish and Wildlife",
"Target species": "Birds",
"Country": "USA",
"Region/Location": "Monterey County, California",
"Latitude": 36.12,
"Longitude": -121.46,
"Contact": "matthew.toenies@wildlife.ca.gov",
"Website": null,
"Paper": "https://nrm.dfg.ca.gov/FileHandler.ashx?DocumentID=193712",
"Species Image": "https://upload.wikimedia.org/wikipedia/commons/0/0f/Acorn_woodpecker_holding_a_nut_in_its_beak-0225.jpg",
"Species Image Credit": "© Frank Schulenburg, via Wikimedia Commons",
"Species Icon": "feather"
},
{
"Project name": "American Toad Monitoring",
"Organization/Project lead": "Cristian Pérez-Granados, Ecology Department, Alicante University",
"Target species": "American Toad",
"Country": "Canada",
"Region/Location": "Eeyou Istchee James Bay",
"Latitude": 53.96,
"Longitude": -77.79,
"Contact": "cristian.perez@ua.es",
"Website": null,
"Paper": "https://cdnsciencepub.com/doi/full/10.1139/cjz-2023-0154",
"Species Image": "https://upload.wikimedia.org/wikipedia/commons/0/0f/Bufo_americanus_PJC1.jpg",
"Species Image Credit": "Cephas, via Wikimedia Commons",
"Species Icon": "frog"
},
{
"Project name": "Habitat use of Clark's nutcracker",
"Organization/Project lead": "Jeffrey W. Doser, Michigan State University",
"Target species": "Clark's Nutcracker",
"Country": "USA",
"Region/Location": "Glacier National Park, Montana",
"Latitude": 48.75,
"Longitude": -113.75,
"Contact": "doserjef@msu.edu",
"Website": null,
"Paper": "https://doi.org/10.1002/ece3.10867",
"Species Image": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Nucifraga_columbiana_%28Crater_Lake%2C_2009%29.jpg",
"Species Image Credit": "Yathin S Krishnappa, 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-01-26</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-31</p>
</div>

<!-- Leaflet JS -->
Expand Down

0 comments on commit 2c2c5fa

Please sign in to comment.