I would like a Table of Contents that lists page numbers on the left, without dotted lines or the like. The items to be included are \section* items, which I gather can only end up on the ToC through using \addcontentsline. See the image for how it should look (I have a strong suspicion that the image was produced through abuse of enumerate, which I'd rather not do for obvious reasons).

EDIT: Now that I'm on a computer with a physical keyboard, and can type up a little faster:
The document is a journal, with papers formatted as sections. Currently papers have the rough form:
\section*{Title}
\textbf{Author}\\
\textit{Institution}\\
Lorem ipsum...
\subsection{Introduction}
\subsubsection{Definitions}
...
\subsection*{References}
Note the paper title is unnumbered, while subsections within the paper are numbered. I'd like to be able to automatically produce a ToC containing paper titles and authors in the format and arrangement pictured. I'm fully amenable to producing a macro for the start of papers (ie something like \newpaper{Title}{Author}{Institution} that expands to the above). I've tried reading the documentation for titletoc and tocloft but am finding it all somewhat opaque to say the least.
The preamble currently uses a hefty pile of packages including fancyhdr, so I'd prefer a solution with minimal colateral damage if that's possible.
titletoceither... – dbmag9 Jul 23 '13 at 15:41