-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
62 lines (40 loc) · 2.96 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
<p align="center">
<img src="https://tuc.cloud/index.php/s/N8Zs584pFJnak5C/download/amic_logo.png" width="200" />
<!-- badges: start -->
<!-- badges: end -->
# AMIC - Acoustic Monitoring in Chemnitz
**Acoustic monitoring in Chemnitz: From the city to the forest** - BirdNET x Botanical Garden
As part of a project to investigate the influence of road noise on the singing behavior of native birds, acoustic monitorung units are deployed in the [Botanical Garden Chemnitz](https://www.chemnitz.de/chemnitz/de/leben-in-chemnitz/freizeit/botanischer-garten/index.html). Four [audio recorders from OekoFor](https://oekofor.netlify.app/de/portfolio/ecopi-bird/) are set up at different distances from the road.
The bird calls captured by these audio recorders are analyzed using BirdNET, a collaborative initiative between Chemnitz University of Technology and the K. Lisa Yang Center for Conservation Bioacoustics. BirdNET identifies bird species while filtering out human-made sounds. The results are available to the public on a [project website](birdnet.tu-chemnitz.de/link/botanischergarten), where the sounds of some of the recognized species can be heard. This repository contains the code for the Shiny App, which powers the project website.
This project is a collaboration between the Chemnitz Botanical Garden, Chemnitz University of Technology, and OekoFor.
## Website
The project website (designed for mobile devices) can be accessed via the following link: [AMIC project website](birdnet.tu-chemnitz.de/link/botanischergarten)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## Installation
You can install the development version of amic from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("BirdNETPlus/amic")
```
## Funding
This project is supported by Jake Holshuh (Cornell class of '69) and The Arthur Vining Davis Foundations. Our work in the K. Lisa Yang Center for Conservation Bioacoustics is made possible by the generosity of K. Lisa Yang to advance innovative conservation technologies to inspire and inform the conservation of wildlife and habitats.
The German Federal Ministry of Education and Research is funding the development of BirdNET through the project "BirdNET+" (FKZ 01|S22072).
Additionally, the German Federal Ministry of Environment, Nature Conservation and Nuclear Safety is funding the development of BirdNET through the project "DeepBirdDetect" (FKZ 67KI31040E).
## Partners
BirdNET is a joint effort of partners from academia and industry.
Without these partnerships, this project would not have been possible.
Thank you!
![Our partners](https://tuc.cloud/index.php/s/KSdWfX5CnSRpRgQ/download/box_logos.png)