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