This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstructure.tex
97 lines (71 loc) · 2.06 KB
/
structure.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
94
95
96
97
\documentclass[a4paper]{report}
% Packages
\usepackage{enumitem}
\usepackage{graphicx}
\usepackage{array}
\usepackage{float}
\usepackage{url}
\usepackage[maxbibnames=5,style=numeric,backend=bibtex,sorting=nty,firstinits=true]{biblatex} \bibliography{ref}
\usepackage[noabbrev,capitalise]{cleveref}
\usepackage{tabularx}
\usepackage{tabu}
\usepackage{longtable}
\usepackage[british]{babel}
\usepackage[font=footnotesize]{caption}
\usepackage{csquotes}
\usepackage{color}
\newcommand{\allard}[1]{\textcolor{red}{\textbf{*Allard: }\textit{#1}}}
% Settings
% Margins in lists
\setlist[itemize]{noitemsep}
% Margins in tables
\renewcommand{\arraystretch}{1.3}
% Text replacement commands
\newcommand{\ie}{i.e.,}
\newcommand{\eg}{e.g.,}
\newcommand{\IVF}{IVF}
\newcommand{\PRN}{PRN}
\newcommand{\AMC}{AMC}
\newcommand{\project}{IVF-PRN project}
\newcommand{\ivfsystem}{IVF-PRN system}
\newcommand{\escience}{e-Science}
\title{Developing a Data Management System for Obstetric Research Into Long Term Effect of In Vitro Fertilisation Techniques}
\author{
Allard J. van Altena\\
University of Amsterdam\\
Email: [email protected]
}
\begin{document}
\maketitle
\tableofcontents
\chapter{Introduction}
\label{introduction}
\input{structure/introduction}
\chapter{Requirement Analysis}
\label{requirements}
\input{structure/requirements-functionality}
\input{structure/requirements-security}
\input{structure/requirements-provenance}
\chapter{System Design \& Implementation}
\label{system-functionality}
\input{structure/design-functionality}
\input{structure/design-rosemary}
\input{structure/design-implementation}
\chapter{System Evaluation}
\label{evaluation}
\input{structure/evaluation}
\chapter{Discussion \& Conclusion}
\label{discussion}
\input{structure/discussion}
\chapter{Data Management Position}
\label{position}
\input{structure/position}
\clearpage
References go here
%\printbibliography
\appendix
\chapter{Abbreviations}
\label{abbreviations}
\chapter{Security Checklists}
\label{security-appendix}
\end{document}