I am using beamer and I need to have IEEE Trans. style for citing the papers in \footfullcite. The result my compile is this:
As you see, this is not in IEEE standard format (no need for ISSN and etc.). Moreover, I would like to have the author's name for citing instead of "numerical/alphabetical order". Would you help me to do that? Thanks.
\documentclass[10pt,xcolor={dvipsnames}]{beamer}
\usefonttheme{professionalfonts}
\usepackage{mathtools}
\setbeamersize{text margin left=8mm,text margin right=8mm}
\usepackage{textpos}
\usepackage[utf8]{inputenc}
\usepackage{array}
\graphicspath{{Figs/}}
\usepackage[outdir=./]{epstopdf}
\usepackage{changepage}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[style=authortitle,backend=bibtex]{biblatex}
\addbibresource{refs.bib}
\mode<presentation> {
\usecolortheme{whale}
\setbeamercolor{section in head/foot}{bg=black!80!blue,fg=white}
\setbeamertemplate{navigation symbols}{}
}
\usepackage{graphicx}
\usepackage{booktabs}
\setbeamertemplate{caption}[numbered]
\usepackage{caption}
\usepackage{subcaption}
\usepackage{sidecap}
\begin{document}
\begin{frame}
%@article{gardner2006cyclostationarity,
% title = "Cyclostationarity: Half a century of research",
% journal = "Signal Processing",
% volume = "86",
% number = "4",
% pages = "639 - 697",
% year = "2006",
% author = "William A. Gardner and Antonio Napolitano and Luigi Paura",
% keywords = "Cyclostationarity, Almost-cyclostationary time series, Almost-cyclostationary processes, Bibliography"
%}
\frametitle{\textbf{What is Cyclostationarity?} - 1}
\vspace*{-0.5cm}
\setbeamertemplate{itemize items}[square]
\begin{itemize}
\item There is a special type of non-stationary stochastic processes when their statistical properties vary periodically with time called {\color{Blue}cyclostationary} processes~{\color{red} [Gardner'06]}.
\end{itemize}
\vspace*{5cm}
\rule{0.45\linewidth}{0.2pt}\\
\tiny {\color{red} [Gardner'06]} {W. A. Gardner et al., ``Cyclostationarity: Half a century of research," Signal Processing, vol. 86, no. 4, pp. 639 – 697, 2006.}
\end{frame}
\end{document}

![The citation label is [SR98] the footnote (without number) reads: [SR98] E. Sigfridsson and U. Ryde, “Comparison of methods for deriving atomic charges from the electrostatic potential and moments,” Journal of Computational Chemistry, vol. 19, no. 4, pp. 377–395, 1998. doi:10.1002/(SICI)1096-987X(199803)19:4<377::AID-JCC1>3.0.CO;2-P.](../../images/38685f960859469c13aa261fffc90455.webp)