Find here a bibtex file containg all the references to the data in the archive.
Here is some header material for a tex file to create a document out of the bib file.
\documentclass[12pt]{article} %or use your favorite doc class
\renewcommand\refname{References for the Quasielastic Electron Scattering Data Archive} %change as needed
\begin{document}
\nocite{*} %this uses *everything* in the .bib file
\bibliography{data-archive.bib} %or whatever your .bib file is
\bibliographystyle{plain} %list alphabetically
\end{document}
Click here for a pdf file of the sample tex document above.