DBDBD 2023 abstract template
作者:
DDCM
最近上传:
1 年前
许可:
Creative Commons CC BY 4.0
摘要:
Simple abstract template for the DBDBD 2023 workshop.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Guidelines and template for abstracts
% submitted to DBDBD 2023
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 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, Ghent University, Belgium\\
\texttt{\{first.author,second.author\}@ugent.be}
$^2$ Department 2, Ghent University, Belgium\\
\texttt{third.author@ugent.be}
\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}