Update descriptions.py
Browse files- descriptions.py +20 -0
descriptions.py
CHANGED
@@ -161,4 +161,24 @@ year = "2019",
|
|
161 |
month = "7",
|
162 |
url = "https://figshare.com/articles/dataset/Transcriptions_of_NIPS4B_2013_Bird_Challenge_Training_Dataset/6798548",
|
163 |
doi = "10.6084/m9.figshare.6798548.v7"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
}"""
|
|
|
161 |
month = "7",
|
162 |
url = "https://figshare.com/articles/dataset/Transcriptions_of_NIPS4B_2013_Bird_Challenge_Training_Dataset/6798548",
|
163 |
doi = "10.6084/m9.figshare.6798548.v7"
|
164 |
+
}"""
|
165 |
+
|
166 |
+
_BIRD_DB_DESCRIPTION = """Projects on the acoustic monitoring of animals in natural habitats generally face the
|
167 |
+
problem of managing extensive amounts of data, both needed for – and produced by – observation or experimentation.
|
168 |
+
While there are many publicly accessible databases for recordings themselves, we are aware of none for annotated song
|
169 |
+
sequences. In this paper, we describe our database system of bird vocalizations and introduce our online sample
|
170 |
+
repository for the community of researchers studying the syntax of bird song."""
|
171 |
+
|
172 |
+
_BIRD_DB_CITATION = """@article{ARRIAGA201521,
|
173 |
+
title = {Bird-DB: A database for annotated bird song sequences},
|
174 |
+
journal = {Ecological Informatics},
|
175 |
+
volume = {27},
|
176 |
+
pages = {21-25},
|
177 |
+
year = {2015},
|
178 |
+
issn = {1574-9541},
|
179 |
+
doi = {https://doi.org/10.1016/j.ecoinf.2015.01.007},
|
180 |
+
url = {https://www.sciencedirect.com/science/article/pii/S1574954115000151},
|
181 |
+
author = {Julio G. Arriaga and Martin L. Cody and Edgar E. Vallejo and Charles E. Taylor},
|
182 |
+
keywords = {Bioacoustics, Bird song, Phrase sequence, Birdsong syntax, Database},
|
183 |
+
abstract = {Projects on the acoustic monitoring of animals in natural habitats generally face the problem of managing extensive amounts of data, both needed for – and produced by – observation or experimentation. While there are many publicly accessible databases for recordings themselves, we are aware of none for annotated song sequences. In this paper, we describe our database system of bird vocalizations and introduce our online sample repository for the community of researchers studying the syntax of bird song.}
|
184 |
}"""
|