\documentclass{IEEEmce}
\usepackage{graphicx}
\usepackage[colorlinks,urlcolor=blue,linkcolor=blue,citecolor=blue]{hyperref}
\usepackage{tikz}
\usepackage{blindtext}
\usepackage{amsmath}
\usepackage{upmath}
\usepackage{float}
\usepackage[
backend=biber,
style=apa,
sortcites=true
]{biblatex}
\jvol{XX}
\jnum{XX}
\paper{XX}
\jmonth{Novemeber 29th}
\pubyear{2023}
\doiinfo{MCE.YYYY.Doi Number}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\addbibresource{mybib.bib}
\setcounter{secnumdepth}{0}
\begin{document}
\font\titlefont=cmr12 at 30pt
%%%%
% NOTE: After 'Department:', add a Running Head below!
%%%%
\title{{\Huge \includegraphics[width=3cm]{template_images/ACL.jpg}\\
My Title}}
%%%%
% NOTE: Authors from the same institution in the following sequence must be listed on a single line!
%%%%
\author{Abimalek Mekuriya}
\affil{Academy of Engineering and Technology}
\maketitle
\enlargethispage{10pt}
\textbf{ACL Honor Code: }
On my honor, I will not accept or provide any unauthorized aid on any test, quiz, or assignment. \textcolor{red}{John Smith}
\section{Introduction}
\label{sec1}
\subsection{Purpose}
\label{sec1.1}
Provide a complete statement of the purpose for the experiment.
\subsection{Hypothesis}
\label{sec1.2}
This should be an if...then statement.\\
(If doing statistical analysis, then the null and alternative hypotheses should be stated in the calculation section with the calculations themselves.)
\subsection{Background}
\label{sec1.3}
\chapterinitial{Describe relevant background,} concepts, and applicable equations. This should be about two to three paragraphs in length, but may be longer depending on the nature of the lab. Must include in-text citations with references alphabetized at the end of the laboratory document.
\section{Experimental Method}
\label{sec2}
\subsection{Safety}
(The following items need to be included in the Experimental Method section, but NOT labeled as subheadings. You will not give step-by-step procedures or a materials list, which is different from the past. Instead, your methodology will be in paragraph form):
\begin{itemize}
\item Experimental parameters clearly address the original question and hypothesis
\item Variables, constants, and controls are appropriately identified
\item All apparati and materials are included in the method and defined, if appropriate.
\item All safety issues are addressed and specific to the lab, link any mention of chemicals to a current SDS.
\item Description of method is in flowing, paragraph form and allows for complete repeatability and collection of relevant data.
\item A properly-labeled image of the set-up must be included and referenced in the text of this section.
\end{itemize}
\begin{figure}[htp]
\centering
\includegraphics[width=4cm]{template_images/atwood.png}
\caption{Set-up of Inclined Plane and Cart}
\label{fig:set_up}
\end{figure}
\section{Results}
\label{sec3}
\subsection{Qualitative Observations}
\label{sec3.1}
(physical description of substances, reactions, products, etc.)
\subsection{Photographic Documentation}
\label{sec3.2}
Photos of your results with captions MUST be included in this section. Each photo is labeled with the word Figure and the next consecutive number throughout your report. See above that Figure 1 is used in the set-up. Your next photograph would be Figure 2: description as shown below. Do not make your photographs excessively large. Several should fit on one page.
\begin{figure}[htp]
\centering
\includegraphics[width=4cm]{template_images/FLIES.png}
\caption{Female white-eyed\textit{ Drosophilia melanogaster}}
\label{fig:flies_2}
\end{figure}
\subsection{Data}
\label{sec3.3}
\begin{table}[H]
\caption{Caption}
\label{table}
\small
\begin{center}
\begin{tabular}{ | m{50pt}| m{50pt}| m{50pt} | }
\hline
Table Heading&
Text&
Text2\\
\hline
Table Text & B1 & B2\\
C1 & C2 & \\
\hline
\end{tabular}
\end{center}
\label{tab1}\vspace*{-12pt}
\end{table}
\begin{figure}[htp]
\centering
\includegraphics[width=7.2cm]{template_images/example_graph.png}
\caption{Caption describing figure}
\label{fig:flies_2}
\end{figure}
\subsection{Calculations}
\chapterinitial{Insert an example} calculation. Do not write out “multiply velocity time time…” Define your parameters, use numbers, and equations. Include the general formula, formula with numbers, and final answer with units. If using statistics, this is where to put the null and alternative hypotheses.
\section{}{Questions}
\chapterinitial{Number the questions from the lab,} and you may either rewrite the question or write the answer in complete sentences by incorporating the question into the answer. If there are no questions, type N/A.
\subsection{Conclusion}
\chapterinitial{Discuss if the hypothesis was} rejected or failed to be rejected by using data/evidence from the experiment as well as “real science” to explain and support the results and observations obtained through experimentation. This may need to be researched and then included in the references section. This is your “reasoning” section. Do NOT forget to include scientific reasoning in this section and citations from valid and reliable sources. Do not use personal pronouns and avoid using words like “the hypothesis was correct, satisfied, or proven.” It is either supported or not supported by the data or rejected or failed to be rejected if using statistics.
\subsection{Errors and Limitations}
\chapterinitial{Describe errors and comment} on percent error calculation. Include a discussion of how to minimize error in further research. Discuss the limitations that may have impacted your results.
\subsection{Applications}
\chapterinitial{Explain how the conclusions} and experiment are relevant to real-life--research to find specific examples of this concept or model in current use. Must include in-text citations.
\printbibliography
\end{document}