Datasets:

Formats:
arrow
ArXiv:
Libraries:
Datasets
License:
admin commited on
Commit
40cd195
·
1 Parent(s): db4f32c
Files changed (2) hide show
  1. .gitignore +1 -1
  2. README.md +8 -15
.gitignore CHANGED
@@ -1,3 +1,3 @@
1
  rename.sh
2
- test.py
3
  *__pycache__*
 
1
  rename.sh
2
+ test.*
3
  *__pycache__*
README.md CHANGED
@@ -232,21 +232,14 @@ Zijin Li
232
  ### Citation Information
233
  ```bibtex
234
  @article{abs-1910-09021,
235
- author = {Zehao Wang and
236
- Jingru Li and
237
- Xiaoou Chen and
238
- Zijin Li and
239
- Shicheng Zhang and
240
- Baoqiang Han and
241
- Deshun Yang},
242
- title = {Musical Instrument Playing Technique Detection Based on {FCN:} Using
243
- Chinese Bowed-Stringed Instrument as an Example},
244
- journal = {CoRR},
245
- volume = {abs/1910.09021},
246
- year = {2019},
247
- url = {http://arxiv.org/abs/1910.09021},
248
- eprinttype = {arXiv},
249
- eprint = {1910.09021},
250
  }
251
  ```
252
 
 
232
  ### Citation Information
233
  ```bibtex
234
  @article{abs-1910-09021,
235
+ author = {Zehao Wang and Jingru Li and Xiaoou Chen and Zijin Li and Shicheng Zhang and Baoqiang Han and Deshun Yang},
236
+ title = {Musical Instrument Playing Technique Detection Based on {FCN:} Using Chinese Bowed-Stringed Instrument as an Example},
237
+ journal = {CoRR},
238
+ volume = {abs/1910.09021},
239
+ year = {2019},
240
+ url = {http://arxiv.org/abs/1910.09021},
241
+ eprinttype = {arXiv},
242
+ eprint = {1910.09021}
 
 
 
 
 
 
 
243
  }
244
  ```
245