%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%
%%% This LaTeX--file contains the guidelines for full
%%% papers for crater 2023
%%%
%%% You need the following file
%%% * crater.tex
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[10pt, twoside, a4paper]{article}
\usepackage{titlesec}
\titleformat{\section}
{\normalfont}{\textbf\thesection.}{1mm}{\textbf}
\titlespacing*{\section}{0mm}{3mm}{0mm}
\usepackage[numbib]{tocbibind}
\usepackage{epsf,exscale,times}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{fancyhdr}
\usepackage{caption}
\captionsetup[figure]{name={Fig.},labelsep=period,font=footnotesize}
\input{crater.tex}
%%--------------------------------------------------------------------
%% Enter further packages required for your abstract
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\fancypagestyle{firststyle}
{
\fancyhead{}
\fancyhead[L]{{\fontsize{11}{11}\selectfont\color{color_gray} Submitted to CRATER - Conference on Recent Advances in Translational Eye Research 2023}
}
}
\thispagestyle{firststyle}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\renewcommand{\footskip}{50pt}
\pagestyle{fancy}
%%----------------------------------------------------
%%Remove the line below before submission!
%%----------------------------------------------------
{\vspace*{3mm}\color{color_261472}\fontsize{10}{10.5}\selectfont To be submitted online through https://crater.icter.pl/ as pdf file (max length 2pp). -- Remove this line before submission!}
%%----------------------------------------------------
%% Insert the title of your paper between the brackets
%%----------------------------------------------------
\title{Title of the abstract}
%%---------------------------------------------
%% Insert authors name(s) and address(es)
%% mark the presenting author with $^\ast$
%%---------------------------------------------
\author{
Author Name \& Surname$^{a}$, Second-Author Name \& Surname$^{\ast a,b}$, Third$^{b}$ \& So-on$^{a,b,c}$
}
\address{
$^{a}$Institution, address, Country \\
$^{b}$Institution, address, Country \\
$^{c}$Institution, address, Country \\
$^{\#}$corresponding author email: author@author.com \\
$^{\ast}$Presenting author
}
\section{Main Text}
The Conference on Recent Advances in Translational Eye Research 2023 is an opportunity for all researchers, investors, and entrepreneurs whose interests focus on the eye.
The conference will enable discussion between specialists from different fields who are united in their pursuit to understand better the challenges of eye imaging, the process of vision, and formation of eye diseases.
During this international and interdisciplinary event, we will discuss frontiers of research on new methods and tools enabling diagnosis and treatment of eye diseases and also ideas on how to facilitate rapid implementation of new eye therapies.
Conference Themes and Topics: Optogenetics, OCT, two photon imaging, machine learning, structural biology, bioinformatics, deep learning, machine vision, robotics, optoretinography
\section{Methods and results}
\begin{figure}[hbt]
\centering
\includegraphics[width=0.85\textwidth]{images/Figure.png}
\caption{{Insert figure caption}}
\label{fig:sample}
\end{figure}
\section{Funding}
...
\begin{thebibliography}{88}
\vspace{5mm}
\fontsize{8}{9}\selectfont
\bibitem{source1} FamilyName, GivenName Initial., "Title," Source, pg\# (year).
\bibitem{source2} ...
\bibitem{source3} ...
\end{thebibliography}
\end{document}