organizational stuff

This commit is contained in:
2024-09-02 11:14:03 -04:00
parent 5755737fc2
commit 399be0c24f
4 changed files with 108 additions and 0 deletions

42
timesheet/timesheet.tex Normal file
View File

@@ -0,0 +1,42 @@
\documentclass{article}
\usepackage{blindtext}
\usepackage[a4paper, total={6in, 8in}]{geometry}
\nofiles
\begin{document}
\begin{titlepage}
\begin{center}
\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 & 1 & 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
\end{tabular}
\end{table}
\noindent Hours for Advising Meetings: 1\\
Hours for Reporting: 3\\
\textbf{Total Hours: 4}\\
% CLOSE Timesheet
\end{document}