-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcitations.bib
53 lines (43 loc) · 2.04 KB
/
citations.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
This file is incomplete at the time of SATKIT 0.8.1.
SATKIT
@inproceedings{PaloEtAl-AnalysingSpeechData-2023,
title = {Analysing Speech Data with Satkit},
booktitle = {International Conference of Phonetic Sciences ({{ICPhS}} 2023)},
author = {Palo, P. and Moisik, S. R. and Faytak, M.},
year = {2023},
address = {{Prague}}
}
@inproceedings{FaytakEtAl-SpeechArticulationToolkit-2020,
title = {The Speech Articulation Toolkit ({{SATKit}}): {{Ultrasound}} Image Analysis in Python},
booktitle = {Proceedings of the 12th International Seminar on Speech Production ({{ISSP}} 2020)},
author = {Faytak, M. and Moisik, S. R. and Palo, P.},
year = {2020},
pages = {234--237},
address = {{Online / New Haven, CT}}
}
AAA
@book{-ArticulateAssistantAdvanced-2012,
title = {Articulate {{Assistant Advanced User Guide}}: {{Version}} 2.14},
year = {2012},
address = {{Edinburgh, UK: Articulate Instruments Ltd}}
}
DTW
When using in academic works please cite:
Giorgino. Computing and Visualizing Dynamic Time Warping Alignments in R: The dtw Package. J. Stat. Soft., 31 (2009) doi:10.18637/jss.v031.i07.
When using partial matching (unconstrained endpoints via the open.begin/open.end options) and/or normalization strategies, please also cite:
Tormene, T. Giorgino, S. Quaglini, M. Stefanelli (2008). Matching Incomplete Time Series with Dynamic Time Warping: An Algorithm and an Application to Post-Stroke Rehabilitation. Artificial Intelligence in Medicine, 45(1), 11-34. doi:10.1016/j.artmed.2008.11.007
Matplotlib
@Article{Hunter:2007,
Author = {Hunter, J. D.},
Title = {Matplotlib: A 2D graphics environment},
Journal = {Computing in Science \& Engineering},
Volume = {9},
Number = {3},
Pages = {90--95},
abstract = {Matplotlib is a 2D graphics package used for Python for
application development, interactive scripting, and publication-quality
image generation across user interfaces and operating systems.},
publisher = {IEEE COMPUTER SOC},
doi = {10.1109/MCSE.2007.55},
year = 2007
}