mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
improve figure, caption and labels of architecture
This commit is contained in:
@@ -199,14 +199,14 @@ Both the approach of merging preferences and the approach of using individual us
|
||||
\section{Base Recommender System}
|
||||
\label{sec:Foundations:BaseSystem}
|
||||
|
||||
\citeauthor{raabKollaborativeProduktkonfigurationEchtzeit2019} \cite{raabKollaborativeProduktkonfigurationEchtzeit2019} extends CAS Merlin Configurator in his thesis to allow simultaneous configuration. The extended architecture is shown in \autoref{fig:DesignImplementation:CollaborativeConfiguratorMerlin}.
|
||||
\citeauthor{raabKollaborativeProduktkonfigurationEchtzeit2019} \cite{raabKollaborativeProduktkonfigurationEchtzeit2019} extends CAS Merlin Configurator in his thesis to allow simultaneous configuration. The extended architecture is shown in \autoref{fig:Foundations:CollaborativeConfiguratorMerlin}.
|
||||
He only makes changes to M.Customer which is renamed to M.Collab-Customer and introduces a new component M.Collab.
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=0.6\textwidth]{./figures/50_design_and_implementation/MerlinCollaborativeConfigurator.pdf}
|
||||
\caption{Architecture of Collaborative Configurator Merlin \cite[Fig. 4.3]{raabKollaborativeProduktkonfigurationEchtzeit2019}}
|
||||
\label{fig:DesignImplementation:CollaborativeConfiguratorMerlin}
|
||||
\label{fig:Foundations:CollaborativeConfiguratorMerlin}
|
||||
\end{figure}
|
||||
|
||||
\begin{description}
|
||||
|
||||
@@ -23,7 +23,7 @@ Due to these reasons the decision was made to create a new microservice, called
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=0.6\textwidth]{./figures/50_design_and_implementation/MerlinCollabRecommender.pdf}
|
||||
\caption{Architecture of Collaborative Configurator Merlin with the added recommender system.}
|
||||
\caption{The architecture of the extended recommender system based on \cite[Fig. 4.3]{raabKollaborativeProduktkonfigurationEchtzeit2019}'s configurator (see \autoref{fig:Foundations:CollaborativeConfiguratorMerlin}). The changes include the addition of the component \emph{M.Recommend} and the recommender database. Changes are marked in grey. Components that have a grey background are added and components with a partial grey background undergo changes.}
|
||||
\label{fig:DesignImplementation:RecommenderForCollaborativeConfiguratorMerlin}
|
||||
\end{figure}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user