University of Illinois Journal of Medicine Template
Author
UIJM
Last Updated
3 months ago
License
Creative Commons CC BY 4.0
Abstract
Template for the student-led academic medical journal for the University of Illinois Journal of Medicine.
\documentclass[preprint]{uijm}
\articletitle{Article Title}
\correspondingauthor{John Doe}
\publicationdate{January 1, 2024}
\email{john.doe@example.com}
% Select the type of article here by uncommenting one of the following lines
%\originalarticle
%\reviewarticle
\clinicaltranslationarticle
%\editorial
%\creativework
% Set the article title here
\setarticletitle{Article Title}
\author[1]{Author One}
\author[2]{Author Two}
\affil[1]{Affiliation of Author One\\ \texttt{author1@email.com}}
\affil[2]{Affiliation of Author Two\\ \texttt{author2@email.com}}
\renewcommand{\abstractname}{}
\thispagestyle{plain}
\begin{document}
\onecolumn
\date{}
\maketitle
\begin{center}
\noindent\rule{.9\textwidth}{.4pt}
\end{center}
\begin{abstract}
\noindent\textbf{\large ABSTRACT} \\
\textbf{Introduction:} This Abstract should have an Introduction, Methods, Results, and Discussion Section
\noindent \textbf{Methods:} Word limit must not exceed 300 words.
\noindent \textbf{Results:} Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
\noindent \textbf{Discussion:} Lorem ipsum dolor sit amet, consectetuer adipiscing
elit.
\end{abstract}
\begin{center}
\noindent\rule{.9\textwidth}{.4pt}
\end{center}
\textbf{Keywords:} Keyword 1, Keyword 2
\ifreview
\else
\fi
\clearpage
\twocolumn
\section{Introduction}
\lipsum[1-3] % Replace with your actual content
\section{Methodology}
\lipsum[4-6] % Replace with your actual content
\section{Results}
\lipsum[4-6] % Replace with your actual content
%If the article is a clinical translation article. The article must include an innovation section.
\section{Innovation}
\lipsum[4-6] % Replace with your actual content
\section{Discussion}
\lipsum[4-6] % Replace with your actual content
\section{Conclusion}
\lipsum[4-6] % Replace with your actual content
\subsection{Figures}
Figures reference in text with (Figs~\ref{fig:1}a, b, \ref{fig:2}c).
\begin{figure}[ht]
\includegraphics[width=8.4cm]{figures/testPicture}
\caption{This is an example of a one-column caption.}
\label{fig:1}
\end{figure}
\begin{figure*}[htbp]
\centering
\includegraphics[width=\textwidth]{figures/testPicture}
\caption{This is a caption on full page figure.}
\label{fig:2}
\end{figure*}
\subsection*{Tables}
\begin{center}
\begin{tabular}{|c|c|}
\hline
\textbf{Column 1} & \textbf{Column 2} \\
\hline
Row 1, Cell 1 & Row 1, Cell 2 \\
Row 2, Cell 1 & Row 2, Cell 2 \\
\hline
\end{tabular}
\label{tab:sample}
\end{center}
\newpage
\section*{Funding}
Lorem ipsum dolor sit amet, consectetuer adipiscing
elit. Ut purus elit, vestibulum ut, placerat ac, adipi-
scing vitae, felis.
\section*{Acknowledgements}
Lorem ipsum dolor sit amet, consectetuer adipiscing
elit. Ut purus elit, vestibulum ut, placerat ac, adipi-
scing vitae, felis.
\subsection{Bibliographic citations}
Citations must be cited in text \cite{latex2e} to appear in the reference list.
\bibliographystyle{plain}
\bibliography{mybibfile}
\end{document}