mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
add bibliography to outline document
This commit is contained in:
1294
25_Outline/outline.bib
Normal file
1294
25_Outline/outline.bib
Normal file
File diff suppressed because it is too large
Load Diff
@@ -9,6 +9,10 @@
|
||||
\usepackage{amssymb}
|
||||
\usepackage[framemethod=TikZ]{mdframed}
|
||||
|
||||
% Bibliogreaphy
|
||||
\usepackage[citestyle=numeric,style=numeric,sorting=none,backend=biber]{biblatex}
|
||||
\addbibresource{outline.bib}
|
||||
|
||||
\begin{document}
|
||||
\title{Decision Support for Group Configuration using Recommender Systems}
|
||||
\author{Hannes F. Kuchelmeister}
|
||||
@@ -288,7 +292,7 @@ Now the recommendation procedure looks as follows:
|
||||
|
||||
The benefits of this approach are, that the need for a group to communicate is reduced. Each user gives their own preferences and the group will get a recommendation based on that. This allows to reduce problems with communication of preferences and eliminates misunderstandings.
|
||||
|
||||
|
||||
|
||||
\section{Evaluation of Case Study}
|
||||
|
||||
For one example e.g. forest example generate all possible valid configurations.
|
||||
@@ -309,4 +313,6 @@ Generate groups with preferences (explicit preferences) and configuration state
|
||||
\item Is this approach practical?
|
||||
\end{itemize}
|
||||
|
||||
\printbibliography[heading=bibintoc]
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user