DBDBD 2024 - Template for Abstract Submission
Forfatter
Ilaria Battiston
Sidst opdateret
2 måneder siden
Licens
Creative Commons CC BY 4.0
Resumé
Blank template for DBDBD 2024
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Guidelines and template for abstracts
% submitted to DBDBD 2024
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Please, use it as a template for your own input, and, please,
% follow carefully the instructions in this document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,amsfonts,latexsym,graphicx}
\usepackage[left=2.5cm,right=2.5cm,top=1.5cm,bottom=2.5cm,footnotesep=0.5cm]{geometry}
\setlength{\oddsidemargin}{0.5cm}
\setlength{\textwidth}{15.5cm}
\setlength{\topmargin}{-1.5cm}
\setlength{\textheight}{22cm}
\pagestyle{empty}
\begin{document}
\begin{center}
\Large{\textbf{Title}}
\vspace{0.5cm}
% List of authors and numbers are used as exponent to distinguish the affiliations
% Feel free to adapt the number of author to your requirements
\large{First Author$\,^1$, Second Author$\,^1$, and Third Author$\,^2$}
\vspace{0.5cm}
\normalsize
% List of the affiliations depending on the numbers used in the list of authors
$^1$ Department 1, CWI, Amsterdam, The Netherlands\\
\texttt{\{first.author,second.author\}@cwi.nl}
$^2$ Department 2, CWI, Amsterdam, The Netherlands\\
\texttt{third.author@cwi.nl}
\vspace{0.6cm}
\end{center}
% Text of the abstract
Text of the abstract (one page maximum, including references).
% The bibliography. BibTeX can also be used.
\begin{thebibliography}{60}
\bibitem{codd} Codd, E. F. (1983). A relational model of data for large shared data banks. \textit{Communications of the ACM}, 26(1), 64--69.
\end{thebibliography}
\end{document}