\documentclass[a4paper,12 pt,twoside]{article}

% DO NOT MODIFY THE PREAMBLE, PLEASE!

\usepackage{amsmath,amssymb,amsthm}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}

\newtheorem{theorem}{Theorem}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{conjecture}[theorem]{Conjecture}

\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\theoremstyle{definition}
\newtheorem{remark}[theorem]{Remark}
\theoremstyle{definition}
\newtheorem{example}[theorem]{Example}

\hoffset -1in
\voffset -1in
\oddsidemargin 30mm
\evensidemargin 30mm
\textwidth 155mm
\topmargin 10mm
\headheight 10mm
\headsep 5mm
\textheight 247mm
\marginparsep 0pt
\footskip 15mm
\marginparwidth 0pt

\makeatletter
\renewenvironment{thebibliography}[1]
      {\list{\@biblabel{\@arabic\c@enumiv}}%
           {\settowidth\labelwidth{\@biblabel{#1}}%
            \leftmargin\labelwidth
            \advance\leftmargin\labelsep
            \@openbib@code
            \usecounter{enumiv}%
            \let\p@enumiv\@empty
            \renewcommand\theenumiv{\@arabic\c@enumiv}}%
      \sloppy
      \clubpenalty4000
      \@clubpenalty \clubpenalty
      \widowpenalty4000%
      \sfcode`\.\@m}
     {\def\@noitemerr
       {\@latex@warning{Empty `thebibliography' environment}}%
      \endlist}

\makeatother


\newcommand{\CSMtitle}[1]{\begin{center}\vbox{\Large \textsc{#1}}\end{center}}
\newcommand{\CSMauthor}[2]{
\begin{center}

{\large \textbf{#1}\\}

{\normalsize #2}

\end{center}}
\newcommand{\CSMabstract}[1]{\setcounter{equation}{0} \setcounter{theorem}{0}\normalsize #1\vspace{1.5truecm}}

\newcommand{\jointwork}[1]{	
	
	\vspace{10pt} 
	
	#1
}

\newcommand{\grant}[1]{
	
	\vspace{10pt} 
	
	\emph{#1}
}

\newcommand{\authors}[1]{\textsc{#1},}
\newcommand{\papertitle}[1]{#1,}
\newcommand{\chaptertitle}[1]{#1,}
\newcommand{\booktitle}[1]{\textit{#1},}
\newcommand{\journal}[1]{\textit{#1}}
\newcommand{\vol}[1]{\textbf{#1}}
\newcommand{\journalyear}[1]{(#1),}
\newcommand{\pages}[1]{#1}
\newcommand{\editors}[1]{In: #1,}
\newcommand{\bookdata}[1]{#1}


% DO NOT MODIFY THE PREAMBLE, PLEASE!


\begin{document}
\pagestyle{empty} % Do not delete, please

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Here is the place for your abstract %%%
%%%           ONLY ONE PAGE!            %%%
%%% ----------------------------------- %%%


%%% ------------------------------------------------------- %%%
%%% PLEASE READ THE INSTRUCTIONS IN THE COMMENTS CAREFULLY! %%%
%%% ------------------------------------------------------- %%%


% Please use the format below! Please do not use any formatting other than what is specified.

\CSMtitle{This is the Title of the Talk}  
% Please use English title capitalization (MLA), e.g. This is the Title of the Talk
% see e.g. https://proofreading.org/learning-center/what-is-title-case/

\CSMauthor{Firstname Familyname}{Name of Institution, Country} 
% Only the speaker's name. The names of co-workers can be listed below.
% Please provide only the institution's name, e.g. only university, not department, etc.

\CSMabstract{
Please write your abstract here. The abstract must contain own result(s), and it must be clear what is your own result and what is not. It should be at least half page but at most one page (including possible references). Please do not define your own macros. Please make sure that all label names contain your full name so that they will not be confused with the labels given by other participants. If necessary, you are allowed to provide the most important references in this abstract. Each one must be cited as follows:  \cite{Author_BH} \cite{Author_Hale} and \cite{Author_Leporati}, or \cite{Author_BH,Author_Hale, Author_Leporati}. Please do not include any references not cited in the abstract, otherwise they will be deleted.

% OPTIONAL (delete if not needed): 
\jointwork{This talk is based on joint work \cite{Author_BH} with co-workers' names. or: This is a joint work with co-workers' names.}

% OPTIONAL (delete if not needed): 
\grant{This research was supported by the Author's Grant.}
	
% OPTIONAL: Most important references. Please list only the references cited in the abstract and use the format below. Please note that any references not cited will be removed.
\begin{thebibliography}{9}

% Example of cited paper.
\bibitem{Author_BH}
\authors{T. A. Burton, L. Hatvani}
\papertitle{Asymptotic stability of second order ordinary, functional, and partial differential equations}
\journal{J. Math. Anal. Appl.} % name of the journal
\vol{176}  % volume(issue); e.g. \vol{39(2)} in case of volume 39 issue 2
\journalyear{1993} % year of publication
\pages{261--281} % firstpage--lastpage, or, if missing, article ID

% Example of cited book.
\bibitem{Author_Hale}
\authors{J. K. Hale}
\booktitle{Theory of functional differential equations} % in case of English title please use title case
\bookdata{Applied Mathematical Sciences, Vol. 3, Springer-Verlag, New York, 1977} % title of series (if exists), volume (if exists), publisher, city, year

% Example of cited chapter
\bibitem{Author_Leporati}
\authors{A. Leporati, L. Manzoni, G. Mauri, A. E. Porreca, C. Zandron}
\chaptertitle{Simulating elementary active membranes, with an application to the P conjecture} 
\editors{M. Gheorghe, G. Rozenberg, A. Salomaa, P. Sosík, C. Zandron (Eds.)} 
\booktitle{Membrane Computing}
\bookdata{CMC15, LNCS, vol. 8961, 284--299, 2014}

\end{thebibliography}

}

%%% ----------------------------------- %%%
%%% Here is the place for your abstract %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\end{document}


