\documentclass{websci10} % --- BEGIN OF PREAMBLE % LaTeX users should edit this file to format papers for WebSci10. % Please download the 'websci10.cls' file from the conference site % --- PAPER TITLE \title{My WebSci10 paper title} % --- PAPER AUTHORS % Specify the value of \numberofauthors to handle the 'placement % and alignment' of the authors beneath the title. \numberofauthors{4} % Replace the authors below with your own author list. % The command \alignauthor (no curly braces needed) should % precede each author name, affiliation/snail-mail address and % e-mail address. Additionally, tag each line of affiliation/address % with \affaddr, and tag the e-mail address with \email. % % For aesthetic reasons, we recommend 'three authors at a time' % i.e. three 'name/affiliation blocks' be placed beneath the title. % The \and command should be used to start a new row of authors. \author{ \alignauthor Author 1\\ \affaddr{Author 1 affiliation}\\ \affaddr{Author 1 location}\\ \email{author1@emailaddress} % 2nd. author \alignauthor Author 2\\ \affaddr{Author 2 affiliation}\\ \affaddr{Author 2 location}\\ \email{author2@emailaddress} % 3rd. author \alignauthor Author 3\\ \affaddr{Author 3 affiliation}\\ \affaddr{Author 3 location}\\ \email{author3@emailaddress} \and % use '\and' if you need 'another row' of author names % 4th. author \alignauthor Author 4\\ \affaddr{Author 4 affiliation}\\ \affaddr{Author 4 location}\\ \email{author4@emailaddress} } % In case of more than 6 authors, please include these as % additional authors using the following command: % \additionalauthors{Author 7 (Affiliation 7, email: author7@emailaddress)} % Thiscommand will generate a separate "additional authors" section just % before the References section % Please make sure that the TOTAL number of authors % is the number that will appear on the first page PLUS the % number that will appear in the \additionalauthors section. % --- END OF PREAMBLE \begin{document} % Produce the title and the metadata block \maketitle \begin{abstract} Here goes the abstract \end{abstract} % Specify keywords \keywords{Give 3-5 keywords of your own choice} % The body of the paper. \section{Title first section} The body goes here. % References \bibliographystyle{abbrv} \bibliography{mybibfile} % replace with name(s) of your own bibfile(s) \end{document}