Datasets:
Moar readme
#2
by
jimregan
- opened
README.md
CHANGED
|
@@ -1,7 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
```bibtex
|
| 6 |
@data{aw6b-tg17-19,
|
| 7 |
doi = {10.21227/aw6b-tg17},
|
|
@@ -11,4 +17,30 @@ license: cc-by-4.0
|
|
| 11 |
title = {Italian Parkinson's Voice and Speech},
|
| 12 |
year = {2019}
|
| 13 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
```
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- it
|
| 5 |
---
|
| 6 |
|
| 7 |
+
The original dataset is located [here](https://ieee-dataport.org/open-access/italian-parkinsons-voice-and-speech)
|
| 8 |
+
|
| 9 |
+
The citation for this dataset:
|
| 10 |
+
|
| 11 |
```bibtex
|
| 12 |
@data{aw6b-tg17-19,
|
| 13 |
doi = {10.21227/aw6b-tg17},
|
|
|
|
| 17 |
title = {Italian Parkinson's Voice and Speech},
|
| 18 |
year = {2019}
|
| 19 |
}
|
| 20 |
+
```
|
| 21 |
+
|
| 22 |
+
The author of the dataset requests that academic users of the dataset cite the following articles, the latter of which describes how the dataset was created:
|
| 23 |
+
|
| 24 |
+
```bibtex
|
| 25 |
+
@INPROCEEDINGS{7533761,
|
| 26 |
+
author={Dimauro, Giovanni and Caivano, Danilo and Bevilacqua, Vitoantonio and Girardi, Francesco and Napoletano, Vito},
|
| 27 |
+
booktitle={2016 IEEE International Symposium on Medical Measurements and Applications (MeMeA)},
|
| 28 |
+
title={VoxTester, software for digital evaluation of speech changes in Parkinson disease},
|
| 29 |
+
year={2016},
|
| 30 |
+
volume={},
|
| 31 |
+
number={},
|
| 32 |
+
pages={1-6},
|
| 33 |
+
doi={10.1109/MeMeA.2016.7533761}
|
| 34 |
+
}
|
| 35 |
+
|
| 36 |
+
@ARTICLE{8070308,
|
| 37 |
+
author={Dimauro, Giovanni and Di Nicola, Vincenzo and Bevilacqua, Vitoantonio and Caivano, Danilo and Girardi, Francesco},
|
| 38 |
+
journal={IEEE Access},
|
| 39 |
+
title={Assessment of Speech Intelligibility in Parkinson’s Disease Using a Speech-To-Text System},
|
| 40 |
+
year={2017},
|
| 41 |
+
volume={5},
|
| 42 |
+
number={},
|
| 43 |
+
pages={22199-22208},
|
| 44 |
+
doi={10.1109/ACCESS.2017.2762475}
|
| 45 |
+
}
|
| 46 |
```
|