% !TeX spellcheck = en_GB
\documentclass{ffds} % import ffds.cls
\usepackage[utf8]{inputenc} % use UTF-8 encoding to support extended characters for foreign names
\usepackage{textcomp} % add support for symbols in text
\usepackage{graphicx} % to import figures
\usepackage{url} % allow URL formatting
\usepackage[locale=UK,
number-mode=math,
unit-mode=text,
per-mode=symbol,
number-unit-product=\ ,
retain-zero-exponent=false]{siunitx}[=v2]
\usepackage{amsmath,mathtools,amssymb} % math facilities
\usepackage{xstring} % macros for string manipulation
\usepackage{soul} % find proper hyphens automatically
\usepackage{cleveref} % enhanced cross-referencing
\usepackage[language=english]{lipsum} %
\title{Title goes here}
\author{%
First Author,\textsuperscript{a} and Second Author\textsuperscript{a*}\\
\textsuperscript{\em a}Department of xx, name of institution, place, country\footnote[1]{funding}\\
\textsuperscript{\em *}Correspondence: \textit{email.edu}
}
\graphicspath{{./figs/}}
\begin{document}
\maketitle
%
\footnotetext[1]{This work is supported by National Science Foundation under grant number xxxxxxxxxxxxxxxxx. }
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\section{Abstract}
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
\begin{figure}
\centering
\includegraphics[width=0.48\textwidth]{figs/cat.jpg}
\caption{(a) dummy figure}
\label{fig:rom}
\end{figure}
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here \cite{Zakharov_1972}\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here\\
Write your abstract and main text here \cite{Ballagh_2000}\\
This is a test \cite{Smith_2010} test me
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\bibliographystyle{unsrt}
\begin{footnotesize}
\begin{thebibliography}{1}
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\bibitem{Smith_2010}
V. K. Smith and K. Johnson and M. O. Klein.
Surface chemistry and preferential crystal orientation on a silicon surface.
\newblock {\em J. Appl. Phys. }, 32.5 (2010).
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\bibitem{Zakharov_1972}
V. E. Zakharov, and A. B. Shabat.
Exact theory of two-dimensional self-focusing and one-dimensional self-modulation of waves in nonlinear media.
\newblock {\em Zh. Eksp. Teor. Fiz.}, 66,118-134 (1972).
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\bibitem{Ballagh_2000}
R. Ballagh and C.M. Savage.
Bose-Einstein condensation: from atomic physics to quantum fluids.
\newblock {\em Proceedings of the 13th Physics Summer School}, 16.6 : e0252143 (2000).
\end{thebibliography}
\end{footnotesize}
\end{document}