Spaces:
Running
Running
admin
commited on
Commit
·
e628636
1
Parent(s):
b58cfb4
upd cite
Browse files
app.py
CHANGED
@@ -188,14 +188,11 @@ if __name__ == "__main__":
|
|
188 |
"""
|
189 |
# Cite
|
190 |
```bibtex
|
191 |
-
@
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
year
|
196 |
-
publisher = {HuggingFace},
|
197 |
-
version = {1.2},
|
198 |
-
url = {https://huggingface.co/ccmusic-database}
|
199 |
}
|
200 |
```"""
|
201 |
)
|
|
|
188 |
"""
|
189 |
# Cite
|
190 |
```bibtex
|
191 |
+
@article{Zhou-2025,
|
192 |
+
title = {CCMusic: an Open and Diverse Database for Chinese Music Information Retrieval Research},
|
193 |
+
author = {Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
|
194 |
+
journal = {Transactions of the International Society for Music Information Retrieval},
|
195 |
+
year = {2025}
|
|
|
|
|
|
|
196 |
}
|
197 |
```"""
|
198 |
)
|