% IEEE Conference Paper Template % Generated by ARIS paper-write skill % Class file: IEEEtran.cls (LPPL v1.3 licensed) % For IEEE conferences (e.g., ICC, GLOBECOM, INFOCOM, ICASSP, CVPR-workshop, etc.) \documentclass[conference]{IEEEtran} % Math \usepackage{amsmath,amssymb,amsfonts,amsthm,mathtools} % Typography \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{hyperref} \usepackage{url} \usepackage{booktabs} \usepackage{nicefrac} \usepackage{microtype} \usepackage{xcolor} \usepackage{graphicx} \usepackage{subcaption} \usepackage{multirow} \usepackage{algorithm} \usepackage{algorithmic} \usepackage{cite} % cleveref must be loaded AFTER hyperref \usepackage[capitalize,noabbrev]{cleveref} % Theorems \theoremstyle{plain} \newtheorem{theorem}{Theorem} \newtheorem{proposition}[theorem]{Proposition} \newtheorem{lemma}[theorem]{Lemma} \newtheorem{corollary}[theorem]{Corollary} \theoremstyle{definition} \newtheorem{definition}[theorem]{Definition} \newtheorem{assumption}[theorem]{Assumption} \theoremstyle{remark} \newtheorem{remark}[theorem]{Remark} % cleveref names for custom theorem types \crefname{assumption}{Assumption}{Assumptions} \Crefname{assumption}{Assumption}{Assumptions} % Shared math commands \input{math_commands} \title{Paper Title Here} % IEEE conference author block % Uncomment and fill for submission % \author{ % \IEEEauthorblockN{First Author} % \IEEEauthorblockA{Department of XXX\\ % University of XXX\\ % City, Country\\ % Email: first@example.com} % \and % \IEEEauthorblockN{Second Author} % \IEEEauthorblockA{Department of YYY\\ % University of YYY\\ % City, Country\\ % Email: second@example.com} % } \begin{document} \maketitle \begin{abstract} \input{sections/0_abstract} \end{abstract} \begin{IEEEkeywords} keyword1, keyword2, keyword3 \end{IEEEkeywords} \input{sections/1_introduction} \input{sections/2_related_work} \input{sections/3_method} \input{sections/4_experiments} \input{sections/5_conclusion} % IEEE conference: references count toward page limit \bibliographystyle{IEEEtran} \bibliography{references} \end{document}