Spaces:
Running
Running
admin
commited on
Commit
·
2674a10
1
Parent(s):
381c422
upd cite
Browse files
app.py
CHANGED
@@ -125,19 +125,13 @@ if __name__ == "__main__":
|
|
125 |
"""
|
126 |
# 引用 Cite
|
127 |
```bibtex
|
128 |
-
@
|
129 |
-
author = {Monan Zhou and
|
130 |
-
Shangda Wu and
|
131 |
-
Shaohua Ji and
|
132 |
-
Zijin Li and
|
133 |
-
Wei Li},
|
134 |
title = {A Holistic Evaluation of Piano Sound Quality},
|
135 |
booktitle = {Proceedings of the 10th Conference on Sound and Music Technology (CSMT)},
|
136 |
year = {2023},
|
137 |
publisher = {Springer Singapore},
|
138 |
-
address = {Singapore}
|
139 |
-
timestamp = {Fri, 20 Oct 2023 12:04:38 +0200},
|
140 |
-
bibsource = {dblp computer science bibliography, https://dblp.org}
|
141 |
}
|
142 |
```"""
|
143 |
)
|
|
|
125 |
"""
|
126 |
# 引用 Cite
|
127 |
```bibtex
|
128 |
+
@article{Zhou2023AHE,
|
129 |
+
author = {Monan Zhou and Shangda Wu and Shaohua Ji and Zijin Li and Wei Li},
|
|
|
|
|
|
|
|
|
130 |
title = {A Holistic Evaluation of Piano Sound Quality},
|
131 |
booktitle = {Proceedings of the 10th Conference on Sound and Music Technology (CSMT)},
|
132 |
year = {2023},
|
133 |
publisher = {Springer Singapore},
|
134 |
+
address = {Singapore}
|
|
|
|
|
135 |
}
|
136 |
```"""
|
137 |
)
|