% Latex-template for abstract submissions.
% LOG24 -  Italy Meetup - Siena, December 4th-6th, 2024
\documentclass[a4paper,11pt]{article}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{graphicx,color}
\usepackage{fancyhdr}
\usepackage{lipsum}
%---------------------------------------------------------------------------
% Please do not modify the following lines
\setlength{\topmargin}{-1cm}
\setlength{\topskip}{-1cm}
\setlength{\textheight}{9in}
\setlength{\textwidth}{6in}
\setlength{\oddsidemargin}{0.4 cm}
\setlength{\evensidemargin}{0.5 cm}
\parindent=0pt \parskip=0pt
\renewcommand{\title}[1]{\begin{center}{\Large \bf #1}\end{center}}
\renewcommand{\author}[2]{\begin{center}{\large #1\\}
		{\vspace{0.2cm}\small #2}\end{center}}
\newcommand{\session}[1]{\noindent{\footnotesize #1} \medskip}
\newcommand{\email}[1]{\texttt{#1}}
\newcommand{\minisimposium}[1]{\noindent{\footnotesize #1} \medskip}
\newcommand{\NN}{\mathbb{C}}
\newcommand{\CC}{\mathbb{C}}
\newcommand{\RR}{\mathbb{R}}
\newcommand{\ZZ}{\mathbb{Z}}
\date{}
\begin{document}
\pagestyle{fancy}
\fancyhf{}
%--------------------------------------------------------------------------- MODIFY FROM HERE
	% Abstract title
	\title{\Large{\bf{The title of my talk}}}
	%---------------------------------------------------------------------------
	
	%---------------------------------------------------------------------------
	% Authors
	% For each author write: First Name Surname
	\author{{\bf Mario Rossi}$^a$, T. Tizio$^b$, C. Caio$^c$ }
	{
    % Affiliation
    $^a$ Department of Information Engineering and Mathematics, University of Siena  (Italy) \\ % Affiliation 1
    
    $^b$ SISSA, International School for Advanced Studies, Trieste (Italy) \\  % Affiliation 2 (if needed)
    
    $^c$Department of Mathematics, University of Padua \\  % Affiliation 3 (if needed)
    
	%email
	\email{m.rossi@gmail.com}} % e-mail
    
    
    % Indicate whether it's a poster or a open talk contribution
    \fancyhead[L]{Poster}
    %---------------------------------------------------------------------------
    % don't modify this line
    \fancyhead[R]{LOG24 -  Italy Meetup}
	%---------------------------------------------------------------------------
	
	%---------------------------------------------------------------------------
	% Put here your abstract text
\lipsum[1] \cite{Hamilton:2017tp}
\lipsum[2]
	%---------------------------------------------------------------------------
	
	%---------------------------------------------------------------------------
	% References: see references.bib file
\nocite{*}
\bibliographystyle{abbrv}
\bibliography{references}
	%---------------------------------------------------------------------------
	
\end{document}