In a two-column paper, I need to write something before the authors' affiliations at the bottom of the page. What should I do to the following code to realize this:
Code: Select all
\documentclass[twoside,twocolumn]{IEEEtran}
\begin{document}
\thispagestyle{empty}
\title{Title}
\author{Author I\thanks{Details of author I} and
Author II\thanks{Details of author II}}
\maketitle
\end{document}