Datalog 2.0 2024 Template
Autor
Mario Alviano
Letzte Aktualisierung
vor 6 Monaten
Lizenz
Creative Commons CC BY 4.0
Abstrakt
CEURART template adapted to the 5th International Workshop on the Resurgence of Datalog in Academia and Industry.
\documentclass{ceurart}
\sloppy
\usepackage{listings}
\lstset{breaklines=true}
% Your macros can go here.
%%
%% end of the preamble, start of the body of the document source.
\begin{document}
%%
%% Rights management information.
%% CC-BY is default license.
\copyrightyear{2022}
\copyrightclause{Copyright for this paper by its authors.
Use permitted under Creative Commons License Attribution 4.0
International (CC BY 4.0).}
%%
%% This command is for the conference information
\conference{Datalog 2.0 2024: 5th International Workshop on the Resurgence of Datalog in Academia and Industry,
October 11-14, 2024, Dallas, Texas, USA}
%%
%% The "title" command
\title{Titles of Manuscripts, Sections and Subsections Must be Appropriately Capitalized}
%\tnotemark[1]
%\tnotetext[1]{You can use this document as the template for preparing your
% publication. We recommend using the latest version of the ceurart style.}
%%
%% The "author" command and its associated commands are used to define
%% the authors and their affiliations.
\author[1,2]{Dmitry S. Kulyabov}[%
orcid=0000-0002-0877-7063,
email=kulyabov-ds@rudn.ru,
url=https://yamadharma.github.io/,
]
\cormark[1]
\fnmark[1]
\address[1]{Peoples' Friendship University of Russia (RUDN University),
6 Miklukho-Maklaya St, Moscow, 117198, Russian Federation}
\address[2]{Joint Institute for Nuclear Research,
6 Joliot-Curie, Dubna, Moscow region, 141980, Russian Federation}
\author[3]{Ilaria Tiddi}[%
orcid=0000-0001-7116-9338,
email=i.tiddi@vu.nl,
url=https://kmitd.github.io/ilaria/,
]
\fnmark[1]
\address[3]{Vrije Universiteit Amsterdam, De Boelelaan 1105, 1081 HV Amsterdam, The Netherlands}
\author[4]{Manfred Jeusfeld}[%
orcid=0000-0002-9421-8566,
email=Manfred.Jeusfeld@acm.org,
url=http://conceptbase.sourceforge.net/mjf/,
]
\fnmark[1]
\address[4]{University of Skövde, Högskolevägen 1, 541 28 Skövde, Sweden}
%% Footnotes
\cortext[1]{Corresponding author.}
\fntext[1]{These authors contributed equally.}
%%
%% The abstract is a short summary of the work to be presented in the
%% article.
\begin{abstract}
Your abstract here.
\end{abstract}
%%
%% Keywords. The author(s) should pick words that accurately describe
%% the work being presented. Separate the keywords with commas.
\begin{keywords}
LaTeX class \sep
paper template \sep
paper formatting \sep
CEUR-WS
\end{keywords}
%%
%% This command processes the author and affiliation and title
%% information and builds the first part of the formatted document.
\maketitle
\section{A Section Here}
TODO \cite{DBLP:conf/datalog/Pichler22}
\subsection{A Subsection There}
TODO
%%
%% The acknowledgments section is defined using the "acknowledgments" environment
%% (and NOT an unnumbered section). This ensures the proper
%% identification of the section in the article metadata, and the
%% consistent spelling of the heading.
\begin{acknowledgments}
Thanks to the developers of ACM consolidated LaTeX styles
\url{https://github.com/borisveytsman/acmart} and to the developers
of Elsevier updated \LaTeX{} templates
\url{https://www.ctan.org/tex-archive/macros/latex/contrib/els-cas-templates}.
\end{acknowledgments}
%%
%% Define the bibliography file to be used
\bibliography{bibtex}
%%
%% If your work has an appendix, this is the place to put it.
%% Otherwise, just remove these lines.
\clearpage
\appendix
\section{An Appendix Here}
Long papers may include additional details in an appendix.
Such appendices will be read at the discretion of the program committee, and not included in the proceedings.
\end{document}
%%
%% End of file