Start work on introduction and setup citations
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
4ecd47678b
commit
930081918c
4 changed files with 24 additions and 3 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
7
thesis.bib
Normal file
7
thesis.bib
Normal file
|
@ -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"
|
||||
}
|
Reference in a new issue