add bibliography to outline document

This commit is contained in:
hannes.kuchelmeister
2020-02-10 12:04:33 +01:00
parent cc722fc731
commit bb4350eef7
2 changed files with 1301 additions and 1 deletions

1294
25_Outline/outline.bib Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -9,6 +9,10 @@
\usepackage{amssymb} \usepackage{amssymb}
\usepackage[framemethod=TikZ]{mdframed} \usepackage[framemethod=TikZ]{mdframed}
% Bibliogreaphy
\usepackage[citestyle=numeric,style=numeric,sorting=none,backend=biber]{biblatex}
\addbibresource{outline.bib}
\begin{document} \begin{document}
\title{Decision Support for Group Configuration using Recommender Systems} \title{Decision Support for Group Configuration using Recommender Systems}
\author{Hannes F. Kuchelmeister} \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. 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} \section{Evaluation of Case Study}
For one example e.g. forest example generate all possible valid configurations. 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? \item Is this approach practical?
\end{itemize} \end{itemize}
\printbibliography[heading=bibintoc]
\end{document} \end{document}