\documentclass[]{biophysicist}
\title[Article Title, not so Long]{Article Title, and it is a Very Long, Indeed Long Title}
\author{John Doe}{A,corr,eq}[orcid = 1234-5678-9012-3456]
\author{Josephine Soe}{myplace,A,eq}
\author{Immanuel Kant}{myplace,A}
\affiliation{A}{Affiliation A, with its own Street A and City A and Zip Code A and Country A and so on and so forth}
\affiliation{myplace}{Note that the order of the affiliations and notes is preserved}
\authornote{corr}{corresponding author}
\authornote{eq}{equal contribution}
%\date[2019]{Received = 1st July 2020, Published = 8th September 2020}
\usepackage{kantlipsum}
\usepackage{booktabs}
\begin{document}
\begin{abstract}
\kant[18-19]
\end{abstract}
\keywords{key; words; keywords}
\maketitle
\section{Introduction}
\begin{table}
\caption{A table with quite a number of columns.}
\begin{tabular}{@{}lrrrrrrl@{}}
\toprule
\bfseries Name & \bfseries A & \bfseries B & \bfseries C & \bfseries D & \bfseries E & \bfseries F & \bfseries Note \\ \midrule[\heavyrulewidth]
Foo & 111 & 222 & 333 & 444 & 555 & 666 & \\
Bar & 10 & 20 & 30 & 40 & 50 & 60 & \\ \midrule
Total & 121 & 242 & 363 & 484 & 605 & 727 & This doesn't seem right \\ \bottomrule
\end{tabular}
\end{table}
\kant[1-2]
Testing a citation: \cite{einstein, dirac, dirac3} and a second citation: \cite{dirac2}
and something from the first set of citations repeated + a new item: \cite{einstein, dirac3, dirac2, einstein2}.
And also some inline math $E=mc^2$ and display math:
\[
\Gamma(z)
= \frac{1}{z} \prod_{n=1}^\infty
\frac{\bigl(1+\frac{1}{n}\bigr)^z}{1+\frac{z}{n}}
= \int_0^\infty x^{z-1} e^{-x} \,\mathrm{d}x
\]
and we shouldn't forget about some trigonometry:
\begin{gather*}
\tan \frac{\pi}{4} = 1
,\\
\sin \frac{\pi}{4} = \frac{\sqrt{2}}{2}
.\end{gather*}
\subsection{Bla}
\kant[3-4]
\subsection{Blabla}
\kant[5-6]
\section{Methods}
\subsection{Ble}
\kant[7-8]
Test also lists:
\begin{enumerate}
\item \kant[3]
\begin{itemize}
\item bullet item
\item bullet item
\end{itemize}
\item \kant[6]
\begin{enumerate}
\item enumerated
\item enumerated
\end{enumerate}
\item \kant[4]
\item \kant[5]
\end{enumerate}
\subsection{Bleble}
\kant[9-10]
\infosection{Acknowledgements}
\kant[11]
\bibliography{biblio}
\end{document}