Datasets:
admin
commited on
Commit
·
636b5fb
1
Parent(s):
7dae1b8
upd md cite
Browse files- .gitignore +1 -1
- README.md +5 -14
.gitignore
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
rename.sh
|
| 2 |
-
test
|
| 3 |
*__pycache__*
|
|
|
|
| 1 |
rename.sh
|
| 2 |
+
test.*
|
| 3 |
*__pycache__*
|
README.md
CHANGED
|
@@ -172,20 +172,11 @@ Dichucheng Li
|
|
| 172 |
### Citation Information
|
| 173 |
```bibtex
|
| 174 |
@inproceedings{LiWLZ0X022,
|
| 175 |
-
author
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
Fan Xia and
|
| 181 |
-
Wei Li},
|
| 182 |
-
title = {Playing Technique Detection by Fusing Note Onset Information in Guzheng
|
| 183 |
-
Performance},
|
| 184 |
-
booktitle = {Proceedings of the 23rd International Society for Music Information
|
| 185 |
-
Retrieval Conference, {ISMIR} 2022, Bengaluru, India, December 4-8,
|
| 186 |
-
2022},
|
| 187 |
-
pages = {314--320},
|
| 188 |
-
year = {2022},
|
| 189 |
}
|
| 190 |
```
|
| 191 |
|
|
|
|
| 172 |
### Citation Information
|
| 173 |
```bibtex
|
| 174 |
@inproceedings{LiWLZ0X022,
|
| 175 |
+
author = {Dichucheng Li and Yulun Wu and Qinyu Li and Jiahao Zhao and Yi Yu and Fan Xia and Wei Li},
|
| 176 |
+
title = {Playing Technique Detection by Fusing Note Onset Information in Guzheng Performance},
|
| 177 |
+
booktitle = {Proceedings of the 23rd International Society for Music Information Retrieval Conference, {ISMIR} 2022, Bengaluru, India, December 4-8, 2022},
|
| 178 |
+
pages = {314--320},
|
| 179 |
+
year = {2022}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 180 |
}
|
| 181 |
```
|
| 182 |
|