\documentclass{article} \usepackage[utf8]{inputenc} \usepackage{graphicx} \usepackage{amssymb} \usepackage{amsmath} \usepackage[a4paper, total={6in, 8in}]{geometry} \newcommand{\code}{\texttt} \usepackage{subfig} \usepackage{hyperref} \usepackage{datatool} \usepackage{siunitx} \usepackage{makecell} \usepackage{listings} \usepackage{color} \usepackage[nottoc]{tocbibind} \setcounter{page}{0} \usepackage{pdfpages} \usepackage{fancyhdr} \usepackage{authblk} \usepackage{float} \usepackage{cancel} \usepackage{minted} \definecolor{dkgreen}{rgb}{0,0.6,0} \definecolor{gray}{rgb}{0.5,0.5,0.5} \definecolor{mauve}{rgb}{0.58,0,0.82} \lstset{frame=tb, language=Python, aboveskip=3mm, belowskip=3mm, showstringspaces=false, columns=flexible, basicstyle={\small\ttfamily}, numbers=none, numberstyle=\tiny\color{gray}, keywordstyle=\color{blue}, commentstyle=\color{dkgreen}, stringstyle=\color{mauve}, breaklines=true, breakatwhitespace=true, tabsize=3 } \hypersetup{ colorlinks=true, linkcolor=blue, filecolor=magenta, urlcolor=blue} \makeatletter \renewcommand{\l@section}{\@dottedtocline{1}{2em}{2em}} \renewcommand{\l@subsection}{\@dottedtocline{2}{4em}{2em}} \renewcommand{\l@subsubsection}{\@dottedtocline{3}{6em}{2.5em}} \makeatother % \renewcommand{\thesection}{\Roman{section}} % \renewcommand{\thesubsection}{\Alph{subsection}} % \renewcommand{\thesubsubsection}{\arabic{subsubsection}} \title{PHY324 (Lab 0: Name of Lab.)} \author[1,2]{Utkarsh Mali} \affil[1]{Department of Physics, University of Toronto} \affil[2]{Department of Mathematics, University of Toronto} \date{\today} \pagestyle{fancy} \fancyhf{} \rhead{\thepage} \chead{ } \lhead{TITLE} \rfoot{} \newcommand{\lab}[1]{\label{#1}\tag{#1}} \begin{document} \maketitle \tableofcontents \vspace{0.5in} \noindent Acknowledgement:\\ I wish to acknowledge this land on which the University of Toronto operates. For thousands of years it has been the traditional land of the Huron-Wendat, the Seneca, and most recently, the Mississauga's of the Credit River. Today, this meeting place is still the home to many Indigenous people from across Turtle Island and we are grateful to have the opportunity to work on this land.\\ \hrule \newpage \abstract{What is the purpose of the experiment? What were the key findings of the experiment? What was the significance of the experiment? Could you draw any major conclusions of the experiment? Brief methodology mentions some theory about the topic.} \section{Introduction} What was the purpose of the experiment? Important background and theory regarding your experiment. Descriptions of specialized equipment used. \section{Materials and Methods} You may direct them to a description in a specific manual. \section{Experimental Procedure} Explain the steps in the order they actually happened. This should enable another researcher to duplicate your work and methods. \subsection{More Details Here...} \subsubsection{Even More lol...} \section{Results} -State all results explicitly in verbal form. -Number and Title tables and graphs. -Use a sentence or two to draw attention to key points in tables of graphs -Provide sample calculations only -State key results in sentence form. -Included quantitative error approximations. (sample should be sufficient) \section{Discussion} \subsection{Analysis} What do the results indicate clearly? \cite{labguide} What have you found? Explain what you know with certainty based on your results and draw conclusions. \subsection{Interpretation} What is the significance or meaning of the results? What ambiguities exist? What questions might we raise? Find logical explanations for problems in the data. \section{Conclusion} \begin{thebibliography}{9} \bibitem{labguide} Inductors and Capacitors in AC Circuits, \textit{Ruxandra M. Serbanescu, Michael Bartram} \\ \href{https://www.physics.utoronto.ca/~phy224_324/experiments/currents-l-r-c/currents-l-c-r.pdf}{https://www.physics.utoronto.ca/~phy224\_324/experiments/currents-l-r-c/currents-l-c-r.pdf}\\ \bibitem{doubleslit1} Double Slit Interference, \textit{HyperPhysics} \\ \href{http://hyperphysics.phy-astr.gsu.edu/hbase/phyopt/slits.html}{http://hyperphysics.phy-astr.gsu.edu/hbase/phyopt/slits.html} \bibitem{error} Error Quadrature, \textit{University of Toronto} \\ \href{https://faraday.physics.utoronto.ca/PVB/Harrison/ErrorAnalysis/Propagation.html}{https://faraday.physics.utoronto.ca/PVB/Harrison/ErrorAnalysis/Propagation.html} \end{thebibliography} \end{document}