Springers svmult テンプレートは参考文献を生成できません

Springers svmult テンプレートは参考文献を生成できません

書誌参照は生成されません。bibtexとbiberの両方でコンパイルしようとしましたが、どちらでも結果は得られませんでした。パッケージはここからダウンロードできます。Springers svmult テンプレート著者フォルダのコンテンツを使用しました。

\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}

references.bib ファイルに次の 2 つの参照があり、overlief の \cite{} 中にリストとして表示されますが、ドキュメントの後に参照が生成されません。references.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}
} 

すべてのスタイル ファイルはルートの下にあります。\bibliographystyle{stylename} を使用してそれらを (一度に 1 つずつ) 含めても役に立ちませんでした。

関連情報