I would like to schedule the authors with numbers and not symbols. Using the code below the authors are marked with symbols. Is important that the description appears as a footnote.
\documentclass[a4paper, 11pt]{article}
\title{Bla}
\author{Rafael \footnotemark[1]}
\begin{document}
\footnotetext[1]{Note...}
\maketitle
Blablabla
\end{document}

authblkpackage should help you. – Hackbard_C Aug 17 '14 at 17:59