mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
add short caption to tables and figures
This commit is contained in:
@@ -8,7 +8,7 @@ This thesis requires a group configuration system with a recommender. In this th
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=1\textwidth]{./figures/50_design_and_implementation/user_interface_prototype.png}
|
||||
\caption{The user interface of the prototype, seen by one user while configuring with three other people. The circles in the top left represent the users that are connected in the current sessions. The current configuration state is shown by the characteristics coloured in red. Recommendations are surrounded with a green border.}
|
||||
\caption[User Interface]{The user interface of the prototype, seen by one user while configuring with three other people. The circles in the top left represent the users that are connected in the current sessions. The current configuration state is shown by the characteristics coloured in red. Recommendations are surrounded with a green border.}
|
||||
\label{fig:DesignImplementation:UserInterface}
|
||||
\end{figure}
|
||||
|
||||
@@ -23,7 +23,7 @@ Due to these reasons it was decided to create a new microservice, called M.Recom
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=0.6\textwidth]{./figures/50_design_and_implementation/MerlinCollabRecommender.pdf}
|
||||
\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.}
|
||||
\caption[Architecture: Recommender System and Configurator]{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}
|
||||
|
||||
@@ -36,7 +36,7 @@ When a recommendation is supposed to be generated, M.Collab sends a HTTP-POST-re
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=1\textwidth]{./figures/50_design_and_implementation/sequence_diagram_generating_recommendation.pdf}
|
||||
\caption{A sequence diagram showing the recommendation process.}
|
||||
\caption[Sequence Diagram: Recommendation Generation]{A sequence diagram showing the recommendation process.}
|
||||
\label{fig:DesignImplementation:SequenceDiagramRecommendation}
|
||||
\end{figure}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user