mirror of
https://github.com/asimonson1125/Implementations-of-Probability-Theory.git
synced 2026-02-25 06:09:50 -06:00
organizational stuff
This commit is contained in:
42
timesheet/timesheet.tex
Normal file
42
timesheet/timesheet.tex
Normal 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}
|
||||
Reference in New Issue
Block a user