diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-11-04 14:52:27 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-11-04 14:52:27 +0100 |
commit | 3f959f7c33477a1d63d8a7560a74f63f6dfb9c8b (patch) | |
tree | 9023780db036fcc934decb9575705525b02a99a1 | |
parent | 39d25ccd069468c37732c89b00b450cb5da66fe7 (diff) |
project done
-rw-r--r-- | docs/urenrapportage.pdf | bin | 0 -> 12874 bytes | |||
-rw-r--r-- | docs/urenrapportage.tex | 84 | ||||
-rw-r--r-- | readme.md | 3 |
3 files changed, 85 insertions, 2 deletions
diff --git a/docs/urenrapportage.pdf b/docs/urenrapportage.pdf Binary files differnew file mode 100644 index 0000000..d028a7b --- /dev/null +++ b/docs/urenrapportage.pdf diff --git a/docs/urenrapportage.tex b/docs/urenrapportage.tex new file mode 100644 index 0000000..4296c76 --- /dev/null +++ b/docs/urenrapportage.tex @@ -0,0 +1,84 @@ +\documentclass[12pt, a4paper, dutch]{article} + +\usepackage[margin=1in]{geometry} +\usepackage{circuitikz} +\usepackage{float} +\usepackage{babel} +\usepackage{siunitx} +\usepackage{amsmath} +\usepackage{scalerel} +\usepackage{csquotes} +\usepackage{parskip} +\usepackage{unicode-math} +\usepackage{fontspec} +\usepackage{tabularx} +\usepackage{booktabs} +\usepackage{graphicx} +\usepackage{color} +\usepackage{hyperref} + +\setmainfont{TeX Gyre Schola} +\setmathfont{TeX Gyre Schola Math} +\setmonofont{JetBrainsMono Nerd Font} +\sisetup{ + group-separator = {.}, + output-decimal-marker = {,} +} + +\bigskipamount=7mm +\medskipamount=4mm +\parindent=0mm + +\begin{document} +\textbf{Urenrapportage} \hfill \textbf{Loek Le Blansch} (2180996) +\\\smallskip +Project Simon\hfill\today + +\medskip + +Totaal: 15:37:58 + +{\renewcommand{\arraystretch}{1.3} +\begin{tabularx}{\textwidth}{rrrX} +\toprule +\textbf{Datum} & \textbf{Tijd} & \textbf{Lengte} & \textbf{Taak}\\ +\midrule +1 nov. & 8:45 & 0:35:00 & Volgen kickoff presentatie\\ + +& 9:12 & 0:45:51 & Inlezen over project en schema voor pcb maken in \hbox{KiCad}\\ + +& 10:07 & 0:10:00 & Forward voltage van de LED's meten\\ + +& 10:35 & 1:27:00 & Werken aan schema's en weerstandswaarde voor de LED's +berekenen\\ + +& 14:45 & 0:45:00 & PCB schema afmaken\\ + +\midrule +2 nov. & 7:22 & 0:10:00 & Weerstandswaardes bijwerken in schema's\\ + +& 8:46 & 3:30:00 & Externe pull-up weerstanden weghalen in PCB schema, schema +testen op breadboard, en PCB solderen\\ + +& 14:15 & 0:15:00 & Schema bijwerken zodat deze klopt met de fysieke PCB\\ + +& 14:30 & 1:22:52 & Software schrijven\\ + +\midrule +3 nov. & 8:40 & 1:30:00 & Software afmaken\\ + +& 10:44 & 0:25:14 & Commentaar toevoegen aan software en difficulty functie +implementeren\\ + +& 11:52 & 0:35:05 & Software ontwerp maken\\ + +\midrule +4 nov. & 9:40 & 2:17:03 & Software ontwerp afmaken\\ + +& 12:35 & 1:35:18 & Onderzoek en analyse maken\\ + +& 14:36 & 0:14:35 & Urenrapportage maken\\ +\bottomrule +\end{tabularx} + +\end{document} @@ -12,5 +12,4 @@ deze keer doe ik 'm alleen, dus alles staat nu hier (met documentatie enzo) - [x] hardware (+schema's) - [x] software ontwerp (activiteitsdiagram) - [x] blokschema, functiebeschrijving, en spelverloop -- [ ] infographic -- [ ] urenrapportage +- [x] urenrapportage |