Sfoglia il codice sorgente

Merge branch 'master' of https://koljastrohm-games.com:3000/GraphDrawer/NodePlacementAnimation

Kolja Strohm 7 anni fa
parent
commit
ae248ebc9b

+ 5 - 4
doc/chapter/3ui.tex

@@ -18,7 +18,8 @@ Note that since the application is still under construction, so not all screensh
         \centering
         \includegraphics[width=0.4\linewidth]{img/bk-example-ours}
         \caption[The same graph as~\ref{fig:theirs}, displayed by \appname.]{The same graph as~\ref{fig:theirs}, displayed by \appname.
-        The layouts are leftmost (first column), rightmost (second column), upper (first row) and lower (second row), respectively.}
+        The layouts are leftmost (first column), rightmost (third column), upper (first row) and lower (third row), respectively.
+        The balanced layout is in the center.}
         \label{fig:ours}
     \end{subfigure}\\\vspace{4mm}
     \caption[Comparison with~\cite{brandes_fast_2001}]{Comparison of the implementation with the results of  Brandes and Köpf~\cite{brandes_fast_2001}}
@@ -30,10 +31,10 @@ Note that since the application is still under construction, so not all screensh
     \includegraphics[width=0.6\linewidth]{img/example}
     \caption[A simple graph with 5 nodes]{A simple graph with 5 nodes after the four extremal layout have been computed, but not balanced yet.
     The vertical directions are down (upper row), up (lower row) and the horizontal directions are left (left column) and right (right column).
-    The background colors of the nodes display which block they belong to: For example the two blue nodes on the top right are in the same block.
+    The background colors of the nodes display which block they belong to: For example the two red nodes on the upper right are in the same block.
     Round nodes are the roots of the blocks.
-    A colored circle on a node indicates the class that this node belongs to and is also the color of the topmost sink in the block graph.
-    The node that is currently in the focus of the algorithm (whatever this means for the current stage) is highlighted with a grey square (here the node in the rightmost column on the bottom right).
+    A colored circle on a node indicates the class that this node belongs to and is also the color of the associated sink in the block graph.
+    The node that is currently in the focus of the algorithm (whatever this means for the current stage) is highlighted in black color.
     Although edges are not drawn during the node placement phase we added them here as straight lines to improve readability.}
     \label{fig:example}
 \end{figure}

+ 3 - 0
doc/chapter/6contributors.tex

@@ -19,7 +19,10 @@
         Director Of Quality Assurance & Eren Bora Yilmaz \\
         \rowcolor{gray!25}
 		Senior Community Manager & Eren Bora Yilmaz \\
+		Lead Artist & Eren Bora Yilmaz \\
+        \rowcolor{gray!25}
         Creative Director & Kolja Samuel Strohm \\
+        Localization Producer & Eren Bora Yilmaz \\
         \\\\\rowcolor{gray!25}
 		Special Thanks & Jens Burmeister \\\\
 	\end{longtable}

BIN
doc/img/bk-example-ours.jpg


BIN
doc/img/bk-example-ours.png


BIN
doc/img/example.jpg


BIN
doc/img/example.png