Spaces:
Running
Running
admin
commited on
Commit
·
12cd075
1
Parent(s):
cf48b24
upd cite
Browse files
app.py
CHANGED
@@ -405,14 +405,11 @@ if __name__ == "__main__":
|
|
405 |
"""
|
406 |
# Cite
|
407 |
```bibtex
|
408 |
-
@
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
year
|
413 |
-
publisher = {HuggingFace},
|
414 |
-
version = {1.2},
|
415 |
-
url = {https://huggingface.co/ccmusic-database}
|
416 |
}
|
417 |
```"""
|
418 |
)
|
|
|
405 |
"""
|
406 |
# Cite
|
407 |
```bibtex
|
408 |
+
@article{Zhou-2025,
|
409 |
+
title = {CCMusic: an Open and Diverse Database for Chinese Music Information Retrieval Research},
|
410 |
+
author = {Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
|
411 |
+
journal = {Transactions of the International Society for Music Information Retrieval},
|
412 |
+
year = {2025}
|
|
|
|
|
|
|
413 |
}
|
414 |
```"""
|
415 |
)
|