Spaces:
Running
Running
admin
commited on
Commit
·
67907d1
1
Parent(s):
3746792
upd cite
Browse files
app.py
CHANGED
@@ -141,14 +141,11 @@ if __name__ == "__main__":
|
|
141 |
"""
|
142 |
# Cite
|
143 |
```bibtex
|
144 |
-
@
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
year
|
149 |
-
publisher = {HuggingFace},
|
150 |
-
version = {1.2},
|
151 |
-
url = {https://huggingface.co/ccmusic-database}
|
152 |
}
|
153 |
```"""
|
154 |
)
|
|
|
141 |
"""
|
142 |
# Cite
|
143 |
```bibtex
|
144 |
+
@article{Zhou-2025,
|
145 |
+
title = {CCMusic: an Open and Diverse Database for Chinese Music Information Retrieval Research},
|
146 |
+
author = {Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
|
147 |
+
journal = {Transactions of the International Society for Music Information Retrieval},
|
148 |
+
year = {2025}
|
|
|
|
|
|
|
149 |
}
|
150 |
```"""
|
151 |
)
|