Ruslan commited on
Commit
e335992
1 Parent(s): 55ece2a

Add Citation

Browse files
Files changed (1) hide show
  1. src/about.py +11 -1
src/about.py CHANGED
@@ -94,4 +94,14 @@ If you want to submit an average over all datasets then choose \"AVG\" as \"Test
94
  """
95
 
96
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
97
- CITATION_BUTTON_TEXT = r""""""
 
 
 
 
 
 
 
 
 
 
 
94
  """
95
 
96
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
97
+ CITATION_BUTTON_TEXT = r"""
98
+ @misc{rauch2024birdset,
99
+ title={BirdSet: A Dataset and Benchmark for Classification in Avian Bioacoustics},
100
+ author={Lukas Rauch and Raphael Schwinger and Moritz Wirth and René Heinrich and Denis Huseljic and Jonas Lange and Stefan Kahl and Bernhard Sick and Sven Tomforde and Christoph Scholz},
101
+ year={2024},
102
+ eprint={2403.10380},
103
+ archivePrefix={arXiv},
104
+ primaryClass={cs.SD},
105
+ url={https://arxiv.org/abs/2403.10380},
106
+ }
107
+ """