| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- \documentclass[conference]{IEEEtran}
- \IEEEoverridecommandlockouts
- % The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
- %Template version as of 6/27/2024
- \usepackage{cite}
- \usepackage{amsmath,amssymb,amsfonts}
- \usepackage{algorithmic}
- \usepackage{graphicx}
- \usepackage{textcomp}
- \usepackage{xcolor}
- \begin{document}
- \title{Conference Paper Title\\
- % \thanks{Identify applicable funding agency here. If none, delete this.}
- }
- \author{\IEEEauthorblockN{1\textsuperscript{st} Given Name Surname}
- \IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
- \textit{name of organization (of Aff.)}\\
- City, Country \\
- email address or ORCID}
- }
- \maketitle
- \begin{abstract}
- Abstract.
- \end{abstract}
- \begin{IEEEkeywords}
- keywords.
- \end{IEEEkeywords}
- \input{sections/Introduction.tex}
- \cite{ahmedInternet2024}.
- \bibliographystyle{ieeetr}
- \bibliography{../refs}
- \end{document}
|