-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
93 lines (82 loc) · 2.85 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
\documentclass[10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{datetime2}
\usepackage{verbatim}
\usepackage[backend=biber]{biblatex}
\DeclareNameAlias{labelname}{family-given}
\addbibresource{jacnilLiteratureReview.bib}
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}
\usepackage{geometry}
\geometry{
left=10mm,
top=20mm,
right=10mm,
bottom=20mm
}
\usepackage{Review}
\title{Literature Review}
\author{Jacob Nilsson}
\date{Last updated \today}
\begin{document}
\maketitle
\vfill
\centering
\begin{minipage}[p]{0.75\textwidth}
\section*{\LARGE Preface}
This document is a review of articles I have found interesting and related to my doctorate work at Luleå University of Technology.
This is a living document and reviews will be added and changed over time.
This document is intended to help my work and to share with colleges all over the world.
While my ambition is to keep this document as orderly as possible, knowing myself the quality will probably deteriorate over time.
If that happens, the reader may email me at \verb|[email protected]| to kindly remind me to get my shit together.\\[1em]
Regards\\[0.3em]\phantom{OO}\textit{Jacob Nilsson}\\\phantom{OO}\footnotesize 2017-07-04
\end{minipage}
\vfill
\newpage
\begin{minipage}[p]{0.75\textwidth}
\section*{\LARGE Review structure}
Each review consists of two parts: the information part and the review part.
The information part contains the following:
\begin{enumerate}
\item Title,
\item Authors,
\item Year published,
\item Keywords,
\item Abstract,
\item Bibliography entry -- For use with my jacnil\_literature\_review.bib file (must be renamed!).
\end{enumerate}
The review part contains my written review of the article.
It is written as a normal text and addresses the following points:
\begin{enumerate}
\item Overall context,
\item Key Findings,
\item Essential details,
\item Important weaknesses,
\item Possible future work,
\item My thoughts on the paper and the possibilities it presents.
\end{enumerate}
The points will be addressed roughly in that order but not necessarily.
I'm also considering a quick reference part where these questions are answered in a list format.
\vspace{0.3cm}\\
\-\phantom{OO}\textit{2017-07-05}
\end{minipage}
\newpage
%\section*{\citetitle{Turney2010VsmOverview}}
%\cite{Turney2010VsmOverview}
%\citetitle{Turney2010VsmOverview}
%\Large\citeauthor{Turney2010VsmOverview}
%\citefield{Turney2010VsmOverview}{journaltitle}
%\citefield{Turney2010VsmOverview}{type}
\flushleft
\input{all_reviews.tex}
\listofreview
\newpage
\printbibliography
\end{document}