La plantilla svmult de Springers no puede generar bibliografía

La plantilla svmult de Springers no puede generar bibliografía

No se genera ninguna referencia bibliográfica. Intenté compilar tanto con bibtex como con biber, sin resultado en ninguno de ellos. El paquete se puede descargar desdePlantilla svmult de Springers. He utilizado el contenido de la carpeta Autor.

\documentclass[graybox]{svmult}
\usepackage{type1cm}        
%\usepackage{makeidx}         % allows index generation
\usepackage{graphicx}        % standard LaTeX graphics tool
                             % when including figure files
\usepackage{multicol}        % used for the two-column index
\usepackage[bottom]{footmisc}% places footnotes at page bottom
\usepackage{newtxtext}       %
\usepackage[varvw]{newtxmath}       % selects Times Roman as basic font
%\makeindex             % used for the subject index
                       % please use the style svind.ist with
                       % your makeindex program
%\usepackage{amssymb}
\usepackage{csquotes}
\graphicspath{{./images/}}
\usepackage{amsmath, mathtools}
\usepackage[title]{appendix}
\usepackage[center]{caption}
\usepackage{subcaption}
\usepackage{manyfoot}%
%\usepackage[colorlinks=true,linkcolor=black, citecolor=blue, urlcolor=blue]{hyperref}%
\usepackage{changes}
\usepackage{appendix}
\usepackage{filecontents}
\usepackage{multirow}
\usepackage{booktabs}
%Table packages
%Packages for Rotatebox
\usepackage[graphicx]{realboxes}
\usepackage{adjustbox}
\usepackage{booktabs, makecell, multirow, tabularx}
\newcolumntype{L}{>{\raggedright\arraybackslash}X}
\usepackage[figuresright]{rotating}
\setlength{\rotFPtop}{0pt plus 1fil}
\renewcommand{\theadfont}{\bfseries}
\renewcommand{\theadfont}{\footnotesize\bfseries}
\renewcommand\theadgape{}
\setcellgapes{3pt}  % <--- new
\usepackage{siunitx}
%%%%%%%%%%%%%%%%%%
\usepackage{amsmath,amsfonts}
\usepackage{array}
\setlength {\marginparwidth }{2cm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

\title*{My title}
\author{The authors}
\maketitle
\abstract{Some abstract.
}
\keywords{Internet of Things(IoT), Machine Learning, AI, Electronic Health Record}

\section{Introduction}
\label{sec:1}
Some text \cite{moses2021application}.

\bibliography{references}
\end{document}

Tengo las siguientes dos referencias en el archivo references.bib que aparecen como lista durante \cite{} en relieve, pero la referencia no se produce después del documento. El contenido de referencias.bib.

@article{khan2022iot,
  title={IoT-based health monitoring system development and analysis},
  author={Khan, Mohammad Monirujjaman and Alanazi, Turki M and Albraikan, Amani Abdulrahman and Almalki, Faris A and others},
  journal={Security and Communication Networks},
  volume={2022},
  year={2022},
  publisher={Hindawi}
}

@inproceedings{moses2021application,
  title={Application of smartphone technologies in disease monitoring: a systematic review},
  author={Moses, Jeban Chandir and Adibi, Sasan and Shariful Islam, Sheikh Mohammed and Wickramasinghe, Nilmini and Nguyen, Lemai},
  booktitle={Healthcare},
  volume={9},
  number={7},
  pages={889},
  year={2021},
  organization={MDPI}
} 

Todos los archivos de estilo están bajo la raíz. Incluirlos (uno a la vez) usando \bibliographystyle{stylename} tampoco ayudó.

información relacionada