IEEE-conference-template-062824.tex 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. \usepackage{subcaption}
  12. \begin{document}
  13. \title{Intermittent Systems with Small Scale: Model and Design Guidelines \\
  14. % \thanks{Identify applicable funding agency here. If none, delete this.}
  15. }
  16. \author{\IEEEauthorblockN{1\textsuperscript{st} Given Name Surname}
  17. \IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
  18. \textit{name of organization (of Aff.)}\\
  19. City, Country \\
  20. email address or ORCID}
  21. }
  22. \maketitle
  23. \begin{abstract}
  24. Abstract.
  25. \end{abstract}
  26. \begin{IEEEkeywords}
  27. keywords.
  28. \end{IEEEkeywords}
  29. \input{sections/Introduction.tex}
  30. \input{sections/OurModel.tex}
  31. \input{sections/OurApproach.tex}
  32. \input{sections/RelatedWork.tex}
  33. \input{sections/Conclusion.tex}
  34. \input{sections/Notes.tex}
  35. \bibliographystyle{ieeetr}
  36. \bibliography{../refs}
  37. \end{document}