NREL AES Workshop - Abstract
Author
Joshua Comden, Guido Cavraro, Ahmed Zamzam
Last Updated
2 years ago
License
Creative Commons CC BY 4.0
Abstract
A template for abstract submission to the 2023 NREL's Autonomous Energy Systems Workshop.
% Template for 2023 NREL's Autonomous Energy Systems Workshop absrtract; to be used with:
% spconf.sty - Signal Processing Conferences LaTeX style file, and
% IEEEbib.bst - IEEE bibliography style file.
% --------------------------------------------------------------------------
\documentclass{article}
\usepackage{spconf,amsmath,graphicx}
\usepackage{lipsum}
% Example definitions.
% --------------------
\def\x{{\mathbf x}}
\def\L{{\cal L}}
% Title.
% ------
\title{ABSTRACT TEMPLATE FOR 2023 Autonomous Energy Systems Workshop}
%
% Single address.
% ---------------
\name{Author Name\thanks{Author's Email}}
\address{Author Affiliation}
\begin{document}
%\ninept
%
\maketitle
%
% \begin{abstract}
% \lipsum[3-5]
% \end{abstract}
\section{Introduction and Background}
\label{sec:intro}
\lipsum[1]
\section{Contributions}
\label{sec:contributions}
\lipsum[1]
{\bf References:}
List and number all bibliographical references at the end of the
paper. The references can be numbered in alphabetic order or in
order of appearance in the document. When referring to them in
the text, type the corresponding reference number in square
brackets as shown at the end of this sentence \cite{C2}. An
additional page is allowed, but must contain only references to the prior literature and figures.
% References should be produced using the bibtex program from suitable
% BiBTeX files (here: strings, refs, manuals). The IEEEbib.bst bibliography
% style file from IEEE produces unsorted bibliography list.
% -------------------------------------------------------------------------
\bibliographystyle{IEEEbib}
\bibliography{refs}
\end{document}