IEEE-conference-template-062824.tex 955 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. \documentclass[conference]{IEEEtran}
  2. \IEEEoverridecommandlockouts
  3. % The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
  4. %Template version as of 6/27/2024
  5. \usepackage{cite}
  6. \usepackage{amsmath,amssymb,amsfonts}
  7. \usepackage{algorithmic}
  8. \usepackage{graphicx}
  9. \usepackage{textcomp}
  10. \usepackage{xcolor}
  11. \begin{document}
  12. \title{Conference Paper Title\\
  13. % \thanks{Identify applicable funding agency here. If none, delete this.}
  14. }
  15. \author{\IEEEauthorblockN{1\textsuperscript{st} Given Name Surname}
  16. \IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
  17. \textit{name of organization (of Aff.)}\\
  18. City, Country \\
  19. email address or ORCID}
  20. }
  21. \maketitle
  22. \begin{abstract}
  23. Abstract.
  24. \end{abstract}
  25. \begin{IEEEkeywords}
  26. keywords.
  27. \end{IEEEkeywords}
  28. \input{sections/Introduction.tex}
  29. \cite{ahmedInternet2024}.
  30. \bibliographystyle{ieeetr}
  31. \bibliography{../refs}
  32. \end{document}