IEEE-conference-template-062824.tex 1.3 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. \title{Intermittent Systems in Small Scale: Execution Model and Design Guidelines \\
  15. \thanks{This work was supported by IITP grant funded by the Korea government (MSIT) (No.2021-0-00360, Development of Core Technology for Autonomous Energy-driven Computing System SW in Power-instable Environment).}
  16. }
  17. \author{\IEEEauthorblockN{Youngbin Kim and Yoojin Lim}
  18. \IEEEauthorblockA{yb.kim@etri.re.kr, yoojin.lim@etri.re.kr \\
  19. Electronics and Telecommunications Research Institute (ETRI), Daejeon, Republic of Korea
  20. }
  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}