-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #391 from kahst/Projects-update
Projects update
- Loading branch information
Showing
3 changed files
with
113 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -935,6 +935,111 @@ var projects_data = [ | |
"Species Image": "assets/img/dummy_project_image.png", | ||
"Species Image Credit": "ChatGPT", | ||
"Species Icon": "feather" | ||
}, | ||
{ | ||
"Project name": "Australian Acoustic Observatory Biodiversity Studies", | ||
"Organization/Project lead": "Lin Schwarzkopf", | ||
"Target species": "Birds, mammals, amphibians, reptiles, insects", | ||
"Country": "Australia", | ||
"Region/Location": "Townsville", | ||
"Latitude": -19.25, | ||
"Longitude": 146.81, | ||
"Contact": "[email protected]", | ||
"Website": "Vertecolab.weebly.com", | ||
"Paper": null, | ||
"Species Image": "assets/img/dummy_project_image.png", | ||
"Species Image Credit": "ChatGPT", | ||
"Species Icon": "feather" | ||
}, | ||
{ | ||
"Project name": "NWE-Monitoring", | ||
"Organization/Project lead": "Northwest German Forest Research Institute- David Singer, Jonas Hagge", | ||
"Target species": "Birds", | ||
"Country": "Germany", | ||
"Region/Location": "Lower-Saxony", | ||
"Latitude": 52.4, | ||
"Longitude": 9.8, | ||
"Contact": "[email protected]", | ||
"Website": "https://www.nw-fva.de/forschen/projekte/nwe-monitoring-ni", | ||
"Paper": null, | ||
"Species Image": "assets/img/dummy_birds_image.png", | ||
"Species Image Credit": "ChatGPT", | ||
"Species Icon": "feather" | ||
}, | ||
{ | ||
"Project name": "Hainich", | ||
"Organization/Project lead": "Northwest German Forest Research Institute - David Singer, Jonas Hagge", | ||
"Target species": "Birds", | ||
"Country": "Germany", | ||
"Region/Location": "Thuringia, Hainich national park", | ||
"Latitude": 51.08, | ||
"Longitude": 10.43, | ||
"Contact": "[email protected]", | ||
"Website": null, | ||
"Paper": "https://zslpublications.onlinelibrary.wiley.com/doi/10.1002/rse2.385", | ||
"Species Image": "https://upload.wikimedia.org/wikipedia/commons/d/d3/Wryneck_by_Pepe_Reigada.jpg", | ||
"Species Image Credit": "Pepe Reigada, via Wikimedia Commons", | ||
"Species Icon": "feather" | ||
}, | ||
{ | ||
"Project name": "Agro4esterie – Biodiversity Monitoring in Agroforestry Systems in Switzerland", | ||
"Organization/Project lead": "AGROSCOPE", | ||
"Target species": "Birds", | ||
"Country": "Switzerland", | ||
"Region/Location": "Western Switzerland", | ||
"Latitude": 46.3978, | ||
"Longitude": 6.2314, | ||
"Contact": "[email protected], [email protected]", | ||
"Website": null, | ||
"Paper": "https://link.ira.agroscope.ch/de-CH/publication/52503", | ||
"Species Image": "assets/img/dummy_birds_image.png", | ||
"Species Image Credit": "ChatGPT", | ||
"Species Icon": "feather" | ||
}, | ||
{ | ||
"Project name": "Bird and bat vocal activity around hedgerows", | ||
"Organization/Project lead": "University of Leeds, School of Geography, Sofia Biffi", | ||
"Target species": "Birds and bats", | ||
"Country": "UK, England", | ||
"Region/Location": "Eden Valley", | ||
"Latitude": 54.6, | ||
"Longitude": -2.7, | ||
"Contact": "[email protected]", | ||
"Website": null, | ||
"Paper": "https://www.sciencedirect.com/science/article/pii/S0006320724002842", | ||
"Species Image": "https://upload.wikimedia.org/wikipedia/commons/9/93/Juveniler_Fitis_%28Phylloscopus_trochilus%29_-_Spiekeroog%2C_Nationalpark_Nieders%C3%A4chsisches_Wattenmeer.jpg", | ||
"Species Image Credit": "Stephan Sprinz, via Wikimedia Commons", | ||
"Species Icon": "feather" | ||
}, | ||
{ | ||
"Project name": "Decline of Eastern Whip-poor-will and Chuck-will’s-widow", | ||
"Organization/Project lead": "Elaine M. Metz, Brent S. Pease", | ||
"Target species": "Eastern Whip-poor-will, Chuck-will’s-widow", | ||
"Country": "USA", | ||
"Region/Location": "Southern Illinois", | ||
"Latitude": 37.5, | ||
"Longitude": -89.5, | ||
"Contact": " [email protected]", | ||
"Website": null, | ||
"Paper": "https://ace-eco.org/vol19/iss1/art24/", | ||
"Species Image": "https://upload.wikimedia.org/wikipedia/commons/8/86/Caprimulgus_vociferus_Sam_Smith_Park_toronto.jpg", | ||
"Species Image Credit": "Mykola Swarnyk, via Wikimedia Commons", | ||
"Species Icon": "feather" | ||
}, | ||
{ | ||
"Project name": "Barred Owl Monitoring", | ||
"Organization/Project lead": "University of Northern British Columbia", | ||
"Target species": "Barred Owl", | ||
"Country": "Canada", | ||
"Region/Location": "John Prince Research Forest", | ||
"Latitude": 54.66, | ||
"Longitude": -124.41, | ||
"Contact": "Sunny Tseng, [email protected]", | ||
"Website": null, | ||
"Paper": "https://ace-eco.org/vol19/iss1/art23/", | ||
"Species Image": "https://upload.wikimedia.org/wikipedia/commons/4/46/Barred_Owl_%28Strix_varia%29_RWD.jpg", | ||
"Species Image Credit": "Dick Daniels, via Wikimedia Commons", | ||
"Species Icon": "feather" | ||
} | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters