| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- \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}
- \usepackage{subcaption}
- \begin{document}
- \title{Intermittent Systems with Small Scale: Model and Design Guidelines \\
- % \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}
- \input{sections/OurModel.tex}
- \input{sections/OurApproach.tex}
- \input{sections/RelatedWork.tex}
- \input{sections/Conclusion.tex}
- \input{sections/Notes.tex}
- \bibliographystyle{ieeetr}
- \bibliography{../refs}
- \end{document}
|