\documentclass[12pt]{article} \usepackage{blindtext} \usepackage[a4paper, total={6in, 10in}]{geometry} \nofiles \hyphenpenalty 1000 \begin{document} \begin{titlepage} \begin{center} \vspace*{5cm} \Large{\textbf{Implementations of Probability Theory}}\\ \rule{14cm}{0.05cm}\\ \vspace{.5cm} \Large{Independent Study Timesheet}\\ \large{Compiled on: \today}\\ \end{center} \end{titlepage} \newpage % OPEN Timesheet \begin{table}[h!] \centering \begin{tabular}[t]{| c | c | c | c | p{6cm} |} \hline Week & Date & Type & Duration (Hours) & Description \\ \hline 1 & 08/30 & Advising Meetings & 2 & Stat Review Content acknowledgement, Latex overview for reports \\ \hline 2 & 09/02 & Reporting & 3 & First applications of Latex for final report, created Timesheet System. \\ \hline 2 & 09/02 & Research & 2 & Stat Review: Sample Space through Probability Density Functions \\ \hline 2 & 09/06 & Advising Meetings & 1 & Research Review and exploration of PDF expected values and confidence intervals \\ \hline 4 & 09/19 & Research & 2 & Producing Confidence Intervals \\ \hline 4 & 09/20 & Research & 1 & Statistical Inference and t-testing \\ \hline 4 & 09/20 & Advising Meetings & 1 & Stat Review finalization, definition of reporting standard \\ \hline 5 & 09/23 & Research & 2 & Parametric and Non-parametric tests \\ \hline 6 & 10/03 & Reporting & 4 & Structuring stat review report \\ \hline \end{tabular} \end{table} \noindent Hours for Advising Meetings: 4\\ Hours for Reporting: 7\\ Hours for Research: 7\\ \textbf{Total Hours: 18}\\ % CLOSE Timesheet \end{document}