Spaces:
Running
Running
admin
commited on
Commit
·
0d13f94
1
Parent(s):
2def64b
upd cite
Browse files
app.py
CHANGED
@@ -124,13 +124,13 @@ if __name__ == "__main__":
|
|
124 |
"""
|
125 |
# Cite
|
126 |
```bibtex
|
127 |
-
@
|
128 |
-
|
129 |
-
|
130 |
-
booktitle
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
}
|
135 |
```"""
|
136 |
)
|
|
|
124 |
"""
|
125 |
# Cite
|
126 |
```bibtex
|
127 |
+
@inproceedings{zhou2023holistic,
|
128 |
+
title = {A holistic evaluation of piano sound quality},
|
129 |
+
author = {Zhou, Monan and Wu, Shangda and Ji, Shaohua and Li, Zijin and Li, Wei},
|
130 |
+
booktitle = {National Conference on Sound and Music Technology},
|
131 |
+
pages = {3--17},
|
132 |
+
year = {2023},
|
133 |
+
organization = {Springer}
|
134 |
}
|
135 |
```"""
|
136 |
)
|