\documentclass[12pt]{article}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{geometry}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{array}
\usepackage{caption}
\usepackage{graphicx}
\usepackage{float}
\usepackage{amsmath}
\usepackage{hyperref}

\geometry{
  a4paper,
  margin=2.5cm
}

\captionsetup{
  font=small,
  labelfont=bf
}


\renewcommand{\thetable}{S\arabic{table}}
\renewcommand{\thefigure}{S\arabic{figure}}
\renewcommand{\thesection}{S\arabic{section}}

\begin{document}

\begin{center}
{\Large \textbf{Supplementary Information}}\\[1em]

{\large \textbf{An unsupervised anomaly-based severity proxy for voice pathology assessment}}\\[1em]

Johannes Keller, Christoph Engel, Daniel Schneider, Mika Katalinic, Michael Fuchs, Maximilian Gaenzle
\end{center}

\vspace{1em}

\section{Common public voice databases}

\begin{table}[H]
\centering
\scriptsize
\setlength{\tabcolsep}{2pt}
\renewcommand{\arraystretch}{1.25}

\begin{tabularx}{\textwidth}{%
    >{\raggedright\arraybackslash}p{2.3cm}
    >{\raggedright\arraybackslash}p{1.1cm}
    >{\raggedright\arraybackslash}X
    >{\centering\arraybackslash}p{1.15cm}
    >{\centering\arraybackslash}p{1.25cm}
    >{\centering\arraybackslash}p{1.25cm}
    >{\raggedright\arraybackslash}p{1.55cm}
    >{\raggedright\arraybackslash}p{1.35cm}
}
\toprule
\textbf{Database} &
\textbf{Language} &
\textbf{No. of voices} &
\textbf{Detailed pathologies} &
\textbf{Sentence / number word} &
\textbf{Sustained vowel} &
\textbf{Sampling rates} &
\textbf{Recording environment} \\
\midrule

LIFE-Adult-Study~\cite{life_adult_study} &
German &
2676 all normal &
No &
Yes &
Yes &
22.05 kHz &
Unified \\

Saarbrucken Voice Database (SVD)~\cite{svd} &
German &
2225: 869 normal, 1356 pathological &
Yes &
Yes &
Yes &
50 kHz &
Unified \\

Massachusetts Eye and Ear Infirmary (MEEI)~\cite{meei,meei2} &
English &
1416: 53 normal, 1363 pathological &
Yes &
Yes &
Yes &
10, 25, and 50 kHz &
Varied \\

Arabic Voice Pathology Database (AVPD)~\cite{avpd} &
Arabic &
366: 187 normal, 179 pathological &
Yes &
Yes &
Yes &
44 kHz &
Unified \\

Samsung Medical Center, Seoul, Korea~\cite{samsung_korea} &
Korean &
890: 223 normal, 667 pathological &
Yes &
Yes &
Yes &
16 kHz &
Unified \\

\bottomrule
\end{tabularx}

\caption{Common public voice databases.}
\label{tab:common_voice_databases}
\end{table}
\section{Clinical descriptions of included pathologies}

\begin{table}[H]
\centering
\small
\setlength{\tabcolsep}{4pt}
\renewcommand{\arraystretch}{1.25}

\begin{tabularx}{\textwidth}{%
    >{\raggedright\arraybackslash}p{3.5cm}
    >{\raggedright\arraybackslash}X
}
\toprule
\textbf{Condition} & \textbf{Brief description} \\
\midrule

Vocal fold polyp &
Benign lesion of the vocal fold, often associated with phonotrauma and irregular vocal fold vibration. \\

Chronic laryngitis &
Persistent inflammation of the laryngeal mucosa, commonly associated with hoarseness and altered voice quality. \\

Laryngeal carcinoma &
Malignant disease of the larynx that may impair vocal fold structure and function. \\

Unilateral vocal fold paralysis &
Impaired mobility of one vocal fold, often resulting in incomplete glottal closure and breathy voice quality. \\

Laryngeal papillomatosis &
Benign epithelial lesions caused by human papillomavirus infection, potentially affecting vocal fold vibration. \\

Reinke's oedema &
Fluid accumulation in the superficial lamina propria of the vocal folds, commonly associated with lowered pitch and rough voice quality. \\

Functional dysphonia &
Voice disorder without a primary structural lesion, often related to inefficient or maladaptive voice use. \\

Vocal fold cyst &
Encapsulated lesion within the vocal fold that may disrupt mucosal wave propagation. \\

Sulcus vocalis &
Groove-like structural alteration of the vocal fold, often associated with glottal insufficiency and dysphonia. \\

\bottomrule
\end{tabularx}

\caption{Brief clinical descriptions of the included pathological conditions.}
\label{tab:supp_pathology_descriptions}
\end{table}


\bibliographystyle{unsrt}
\bibliography{references}


\end{document}
```
