\documentclass{article}
\usepackage{amsmath,amsfonts,amssymb}
\usepackage[
   top = 3cm,
   bottom = 3cm,
   left = 3cm,
   right = 3cm]
{geometry}
%
% This is the template for an abstract for the Brig Workshop on Dissipativity in Systems and Control.
%
% Please do not change the layout of this file.
%
% Please also do not define own macros as this may lead to conflicts when merging this document with the other abstracts. 
%
% When using labels, please use the initials of your name in the labels. For example, if your name is Matthias Voigt, then please use labels such as \label{MV:eq:equation} or \bibitem{MV:citekey}.
%
% The maximum abstract length should be 1 page (including references).

\usepackage{etoolbox}
\patchcmd{\thebibliography}{\section*{\refname}}{}{}{}

\begin{document}

\begin{center}

%%% Title
\section*{Title}

%%% Author & presenter
\underline{First name, last name (institution, country)}
\bigskip

%%% Co-authors
First name, last name (institution, country) \\
First name, last name (institution, country) \\
First name, last name (institution, country) \\
% Add or remove lines if needed.

\end{center}

%%% Abstract text
Please carefully read the comments within the template. Please note that the maximum abstract length is one page including citations. Citations are created by \cite{MV:GugPBv12} or \cite{MV:MehS05}.

%%% Bibliography. Please write your citations as below or copy the contents of your .bbl in case you wish to use BibTeX.
\bigskip
\bibliographystyle{plain}
\begin{thebibliography}{1}

\bibitem{MV:GugPBv12}
S.~Gugercin, R.~V. Polyuga, C.~Beattie, and A.~van~der Schaft.
\newblock Structure-preserving tangential interpolation for model reduction of port-Hamiltonian systems.
\newblock {\em Automatica J. IFAC}, 48(9):1963--1974, 2012.

\bibitem{MV:MehS05}
V.~Mehrmann and T.~Stykel.
\newblock Balanced truncation model reduction for large-scale systems in descriptor form.
\newblock In P.~Benner, V.~Mehrmann, and D.~Sorensen, editors, {\em Dimension Reduction of Large-Scale Systems}, volume~45 of {\em Lect. Notes Comput. Sci. Eng.}, chapter~3, pages 89--116. Springer, Berlin, 2005.
 
\end{thebibliography}
\end{document}
