Spaces:
Running
Running
admin
commited on
Commit
·
95980f9
1
Parent(s):
e00b75a
upd cite
Browse files
app.py
CHANGED
@@ -158,14 +158,11 @@ if __name__ == "__main__":
|
|
158 |
"""
|
159 |
# Cite
|
160 |
```bibtex
|
161 |
-
@
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
year
|
166 |
-
publisher = {HuggingFace},
|
167 |
-
version = {1.2},
|
168 |
-
url = {https://huggingface.co/ccmusic-database}
|
169 |
}
|
170 |
```"""
|
171 |
)
|
|
|
158 |
"""
|
159 |
# Cite
|
160 |
```bibtex
|
161 |
+
@article{Zhou-2025,
|
162 |
+
title = {CCMusic: an Open and Diverse Database for Chinese Music Information Retrieval Research},
|
163 |
+
author = {Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
|
164 |
+
journal = {Transactions of the International Society for Music Information Retrieval},
|
165 |
+
year = {2025}
|
|
|
|
|
|
|
166 |
}
|
167 |
```"""
|
168 |
)
|