%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Latex template for COML26 abstract submissions
%% Conference date: 27-30 April 2026
%% Final submission deadline: 6 March 2026
%% see https://coml26.utia.cas.cz/
%% for more information
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{coml26-style.tex} %% >>>PLEASE, DO NOT MODIFY THE 'STYLE' FILE!!!<<<
\begin{document}
\thispagestyle{fancy}
%% TITLE:
\title{Here comes the title, here comes the title, here comes the title, here comes the title, here comes the title}
%% AUTHORS:
\authors{
John Doe\aff{1,2},
Jane Poe\aff{2}
}
%% AFFILIATIONS OF AUTHORS (numbers correspond to the authors section):
\affiliations{
\affil{1}{University of Somewhere}
\affil{2}{Laboratory of Something}
}
%% EMAIL: WRITE DOWN YOUR EMAIL ADDRESS (add \email{} command if you need)
\email{john.doe@uni.edu, jane.poe@lab.com}
%% KEYWORDS: WRITE DOWN AT LEAST 3 KEYWORDS (SEPARATED BY COMMA)
\keywords{keyword1, keyword2, keyword3, keyword4, keyword5}
%% THE MAIN TEXT:
\section{Introduction}
This is the LaTeX template for the CA24136 Conference ``NextGen Synergy: Control Theory \& Machine Learning''. \\
The main text should consist of 1-2 A4 pages, excluding the list of references and acknowledgments. Abstracts must be written in English and should include a clear title, as well as the names of all authors and their affiliations. All submissions must be in PDF format. \\
The submission deadline is March 6, 2026 (AoE), via the INDICO submission portal. All accepted contributions will be included in the Book of Abstracts.
\section{Main contribution}
The main contribution (in one or several sections) goes here. Here is a preview of the citation \cite{articleID}.
\section{Conclusions}
Your conclusions go here.
%% REFERENCES: ADD YOUR OWN BIBTEX FILE
\bibliography{references} %% OR YOU CAN PASTE YOUR BIBLIOGRAPHY ENTRIES IN 'references.bib' FILE
%% ACKNOLEDGEMENT (if needed)
\acknowledgement{Here comes your acknowledgement.}
\end{document}