%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Template for writing a paper included in ``Genome Informatics 1996'' % % using LaTeX. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \documentstyle[11pt,epsf]{article} \setlength{\topmargin}{-1cm} \setlength{\oddsidemargin}{-.5cm} \setlength{\textwidth}{17cm} \setlength{\textheight}{24cm} \pagestyle{empty} %% %% Title... %% \title{A Sample LaTeX Format for\\ the Eighth Workshop on Genome Informatics} %% We don't use \author to display authors... \author{} \date{} \begin{document} \maketitle \thispagestyle{empty} \vspace{-1.8cm} %% %% Authors... %% \begin{center} \begin{tabular}[t]{c@{\extracolsep{2em}}c@{\extracolsep{2em}}c} Minoru Kanehisa \footnotemark[1] & Hideo Matsuda \footnotemark[2] & Satoru Miyano \footnotemark[3]\\ \small\tt kanehisa@kuicr.kyoto-u.ac.jp& \small\tt matsuda@ics.es.osaka-u.ac.jp& \small\tt miyano@ims.u-tokyo.ac.jp\\ \end{tabular} \smallskip \begin{small} {\footnotemark[1] Institute of Chemical Research, Kyoto University\\ Gokasho, Uji, Kyoto 611, Japan\\ \smallskip \footnotemark[2] Department of Informatics and Mathematical Science,\\ Graduate School of Engineering Science, Osaka University\\ 1-3 Machikaneyama, Toyonaka, Osaka 560, Japan\\ \smallskip \footnotemark[3] Human Genome Center, Institute of Medical Science, University of Tokyo\\ 4-6-1 Shirokanedai, Minato-ku, Tokyo 108, Japan} \end{small} \end{center} %% %% End of Authors. %% \begin{abstract} \em This is the abstract of a sample paper for the 8th Workshop on Genome Informatics. The workshop is intended to provide a forum for researchers working in interdisciplinary areas between biological science and computer science. \end{abstract} \section{Introduction} Here is the introduction text. The Workshop on Genome Informatics is organized by the Genome Science Research Project funded by a Grant-in-Aid for Scientific Research on Priority Areas from the Ministry of Education, Science, Sports and Culture of Japan. \subsection{Previous Work} This is the eighth in a series of workshops. The first workshop was held in 1990 in Tokyo... \section{Data, Method, System, etc} Here is the Material/Data\&Database/Method/System/Implementation... section. Of course you can create other sections if you want. % \begin{figure}[t] % \begin{center} % \epsfile{file=MyFigure.eps} % \end{center} % \caption{This is a sample figure} % \end{figure} Here is an example of a citation \cite{ble91}. \section{Summary and Conclusions} %\section*{Acknowledgements} This work was supported in part by a Grant-in-Aid (9999999) for Scientific Research on Priority Areas from The Ministry of Education, Science, Sports and Culture in Japan. \begin{thebibliography}{99} % % References should be arranged in alphabetical order of authors. % \bibitem{ble91} Bowie, J. U., L\"{u}thy, R. and Eisenberg, D., ``A method to identify protein sequences that fold into a known three-dimensional structure,'' {\em Science}, 253:164-170, 1991. \bibitem{ks83} Kabsch, W. and Sander, C., ``Dictionary of secondary structure: pattern recognition of hydrogen-bonded and geometric features,'' {\em Biopolymers}, 22:2577-2637, 1983. \bibitem{nd70} Needleman, S. B. and Wunsch, C. D., ``A general method applicable to the search for similarities in the amino acid sequences of two proteins,'' {\em J. Mol. Biol.}, 48:443-453, 1970. \bibitem{sw81} Smith, T. F. and Waterman, M. S., ``Identification of common molecular subsequences,'' {\em J. Mol. Biol.}, 147:195-197, 1981. \bibitem{wgwz92} Watson, J. D., Gilman, M., Witkowski, J. and Zoller, M., {\em Recombinant DNA} (Second Edition), W. H. Freeman and Company, New York, 1992. \end{thebibliography} \end{document}