\documentclass[aspectratio=169]{ctexbeamer}
\usepackage{amsthm}
\usepackage[style=gb7714-2015,backend=biber]{biblatex}
\usepackage{booktabs}
\addbibresource{reference.bib}
\setbeamertemplate{bibliography item}[text]
\usetheme{hfut}
% Customizations for URL and DOI fonts
\def\UrlFont{\ttfamily}
\DeclareFieldFormat{doi}{%
\sffamily{DOI}\addcolon\space
\ifhyperref
{\href{https://doi.org/#1}{\nolinkurl{#1}}}
{\nolinkurl{#1}}}
%Information to be included in the title page:
\title[简短标题]{主标题名称}
\subtitle{副标题名称}
\author[作者简称]{
作者
}
\institute[HFUT]{
School of Automotive and Transportation Engineering, \\
Hefei University of Technology \\
\vspace{1em}
合肥工业大学\ 汽车与交通工程学院\ 运输与物流工程系
}
\date{\today}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\input{contents/introduction}
\input{contents/body}
\input{contents/summary}
\begin{frame}{参考文献}
\printbibliography
\end{frame}
\end{document}