IEEE-conference-template-062824.tex 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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{Intermittent Systems with Small Scale: Model and Design Guidelines \\
  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. \input{sections/OurModel.tex}
  30. \input{sections/OurApproach.tex}
  31. \input{sections/RelatedWork.tex}
  32. \input{sections/Conclusion.tex}
  33. \input{sections/Notes.tex}
  34. \bibliographystyle{ieeetr}
  35. \bibliography{../refs}
  36. \end{document}