Spaces:
Running
Running
admin
commited on
Commit
·
511d588
1
Parent(s):
00ab878
upd cite
Browse files
app.py
CHANGED
@@ -129,14 +129,11 @@ if __name__ == "__main__":
|
|
129 |
"""
|
130 |
# Cite
|
131 |
```bibtex
|
132 |
-
@
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
year
|
137 |
-
publisher = {HuggingFace},
|
138 |
-
version = {1.2},
|
139 |
-
url = {https://huggingface.co/ccmusic-database}
|
140 |
}
|
141 |
```"""
|
142 |
)
|
|
|
129 |
"""
|
130 |
# Cite
|
131 |
```bibtex
|
132 |
+
@article{Zhou-2025,
|
133 |
+
title = {CCMusic: an Open and Diverse Database for Chinese Music Information Retrieval Research},
|
134 |
+
author = {Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
|
135 |
+
journal = {Transactions of the International Society for Music Information Retrieval},
|
136 |
+
year = {2025}
|
|
|
|
|
|
|
137 |
}
|
138 |
```"""
|
139 |
)
|