diff --git a/master.tex b/master.tex
index 5dc72c618fd87df7cea310b21dd1ce41af031971..be36e57d02434698420e28f65b0fdfe2bd3ba096 100755
--- a/master.tex
+++ b/master.tex
@@ -179,8 +179,6 @@ Department for Computer-Networks and Communication-Systems}
 \input{slides/dataset}
 \input{slides/methods}
 \input{slides/results}
-\input{slides/conclusion}
-
 % % % % % % % % % Ende der eingefügten LaTeX-Dateien % % % % % % % % %
 \begin{frame}[allowframebreaks]\frametitle{References}
 	\bibliographystyle{plainnat}
diff --git a/slides/results.tex b/slides/results.tex
index a3dd045df603a18f69838857577958c5bb9839f0..09088655d47a6b6c603a4e58df996e7cecaa06bb 100644
--- a/slides/results.tex
+++ b/slides/results.tex
@@ -1,17 +1,24 @@
 \section{Results}
 \begin{frame}
-	\begin{figure}
-		\frametitle{Evaluation of PageRank}
-		\centering
-		\includegraphics[width=\linewidth]{bilder/PageRankComparison.png}
-		\caption{Direct comparison of the different PageRank against the approach of \cite{wachsmuth:2017a}.}
-	\end{figure}
+	\frametitle{Results}
+	\textbf{PageRank performs best for $\alpha \approx 0$ indicating nearly no interconnection}
+
+	\begin{block}{First Result}
+		\begin{itemize}
+			\item PageRank is not satisfying yet
+			\item Reader not able to judge about interconnection
+		\end{itemize}
+	\end{block}
 \end{frame}
+
 \begin{frame}
-	\frametitle{Baseline Evaluation}
-	\begin{figure}
-		\centering
-		\includegraphics[width=\linewidth]{bilder/PairwiseResultComparison.png}
-		\caption{Direct comparison of all baseline values reported by \cite{wachsmuth:2017a} with all results obtained in this paper.}
-	  \end{figure}
+	\frametitle{Results}
+	\textbf{Simple content- and knowledge-based methods better then PageRank}
+	\begin{block}{Second Result}
+		\begin{itemize}
+			\item Relevance captured at word-level
+			\item Reader judges on context at word-level
+			\item Interconnection of secondary importance
+		\end{itemize}
+	\end{block}
 \end{frame}
\ No newline at end of file