From 930081918c59b87a325f2106ab02ae3d02ba8750 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 4 Oct 2022 22:43:45 +0200 Subject: [PATCH] Start work on introduction and setup citations Signed-off-by: Severin Kaderli --- documentation/thesis/content/01_introduction.tex | 3 +++ documentation/thesis/thesis.tex | 10 ++++++++-- notes/time_report.md | 7 ++++++- thesis.bib | 7 +++++++ 4 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 thesis.bib diff --git a/documentation/thesis/content/01_introduction.tex b/documentation/thesis/content/01_introduction.tex index a81b272..de15848 100644 --- a/documentation/thesis/content/01_introduction.tex +++ b/documentation/thesis/content/01_introduction.tex @@ -1,2 +1,5 @@ \chapter{Introduction} +In our lifes we use many communication technologies that work over a short range: for connecting our mice and keyboards to our computers, listening to music wirelessly and to pay contactlessly. Those tecnologies include but are not limited to: Bluetooth, RFID, NFC and many others. + +What many of those technologies have in common is that they work on top of radio waves that utilize electromagnetic induction. One of the problems of radio wave is the difficulty of passing through conductive materials such as water or metals. \cite{RadioWaves} diff --git a/documentation/thesis/thesis.tex b/documentation/thesis/thesis.tex index ea796c7..98ab759 100644 --- a/documentation/thesis/thesis.tex +++ b/documentation/thesis/thesis.tex @@ -6,8 +6,7 @@ % ,BCOR=18mm % Binding correction ,bibliography=totoc % If enabled add bibliography to TOC ,listof=totoc % If enabled add lists to TOC -% ,bilingual - ,monolingual + ,monolingual, ]{bfhthesis} % KOMA-script report \usepackage[ @@ -15,6 +14,9 @@ pdfusetitle, ]{hyperref} +% Add space between paragraphs +\usepackage{parskip} + \usepackage{pgfgantt} \usepackage{rotating} @@ -59,6 +61,10 @@ \input{09_future_work.tex} \input{10_project_management.tex} +\cleardoublepage +\bibliographystyle{plainurl} +\bibliography{thesis} + \appendix \chapter{First appendix Chapter} \end{document} diff --git a/notes/time_report.md b/notes/time_report.md index aedff1d..41c396c 100644 --- a/notes/time_report.md +++ b/notes/time_report.md @@ -38,8 +38,13 @@ # 2022-09-29 * Meeting with Reto +* Experiment more with smartphones, speakers and magnets # 2022-10-03 * Create videos of speaker * https://www.youtube.com/watch?v=fqUFUQZMPwI -* Measure CPU Magnet Field of a Smartphone +* Create App to utilize CPU a Smartphone + +# 2022-10-04 +* Adjust Project Plan to include hardware steps +* diff --git a/thesis.bib b/thesis.bib new file mode 100644 index 0000000..0a8585e --- /dev/null +++ b/thesis.bib @@ -0,0 +1,7 @@ +@online{RadioWaves, + author = "Encyclopædia Britannica", + title = "Radio waves", + year = "2022", + url = "https://www.britannica.com/science/electromagnetic-radiation/Radio-waves", + urldate = "2022-10-04" +}