-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
78 lines (57 loc) · 1.83 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
% !BIB program = biber
\documentclass[12pt,a4 paper,title page]{article}
\usepackage[utf8]{inputenc}
\usepackage{microtype}
\usepackage[british]{datetime2} % For urldate formatting
\usepackage{natbib}
\usepackage{bibentry}
\usepackage{graphicx}
\usepackage{float}
\usepackage{textcomp}
\usepackage{xcolor}
\usepackage{soul,color}
\usepackage{colortbl}
\usepackage{amsthm}
\usepackage{bm}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{svg}
\usepackage{array}
\usepackage{tabularx}
\usepackage[nottoc,notlot,notlof]{tocbibind}
\theoremstyle{definition}
\newtheorem{definition}{Definition}[section]
% \renewcommand{\algorithmicrequire}{ \textbf{Input:}} %Use Input in the format of Algorithm
% \renewcommand{\algorithmicensure}{ \textbf{Output:}} %UseOutput in the format of Algorithm
\usepackage[colorlinks = true,
linkcolor = teal,
urlcolor = teal,
citecolor = blue,
anchorcolor = blue]{hyperref}
\usepackage{wrapfig}
\bibliographystyle{uts} % Import Harvard UTS style
\setcitestyle{aysep={}} % Remove comma separation between author and year for in-text citations
% \newcommand{\enquote}[1]{``#1''}
\title{Research Proposal: Adaptive Recommender System with Knowledge Graph}
\author{\large\textbf{Di Zhang}, \\
\textbf{supervisor: Professor Guangquan Zhang}, \\
\textbf{co-supervisor: Professor Jie Lu, Dr. Qian Zhang}, \\
\textbf{Student number: 31292711}}
\date{\Large{\textbf{Aug 2020}}}
\begin{document}
\sloppy
\maketitle
\tableofcontents
\newpage
\include{_0_abstract}
\include{_1_introduction}
\include{_2_questions_objectives_outcome}
\include{_3_literature_review}
\include{_4_signifigance}
\include{_5_methodology_tasks}
\include{_6_ethics_progress}
\renewcommand{\bibname}{References}
\bibliography{reference.bib}
\clearpage
\end{document}