ソースを参照

added something to pagerank

Martin Thoma 12 年 前
コミット
8ea1bad5ad

+ 2 - 0
.gitignore

@@ -34,3 +34,5 @@ documents/Analysis II/*.pdf
 cheat-sheets/analysis/*.pdf
 presentations/Tutorenschlung/templates/*
 presentations/Tutorenschlung/logos/*.eps
+presentations/English/templates/*
+presentations/English/logos/*.eps

+ 19 - 0
presentations/English/LaTeX/PageRank.tex

@@ -0,0 +1,19 @@
+\subsection{Idea}
+\begin{frame}{The early days}
+    \begin{itemize}[<+->]
+        \item Humans know what is good for them
+        \item Humans create Websites
+        \item Humans will only \href{http://en.wikipedia.org/wiki/Hyperlink}{link} to Websites they like
+        \item[$\Rightarrow$] Hyperlinks are a quality indicator
+    \end{itemize}
+\end{frame}
+
+\begin{frame}{How could we use that?}
+    \begin{itemize}[<+->]
+        \item Simply count number of links to a Website
+        \item[\xmark] 10,000 links from only one page
+        \item Count numbers of Websites that link to a Website
+        \item[\xmark] Quality of the page matters
+        \item[\xmark] Total number of links on the source page matters
+    \end{itemize}
+\end{frame}

+ 3 - 4
presentations/English/LaTeX/google-presentation.tex

@@ -32,11 +32,10 @@
 \end{frame}
 
 \section{PageRank}
-\subsection{Kommende Tutorien}
-\begin{frame}{Kommende Tutorien}
-
-\end{frame}
+\input{PageRank}
 
+\section{End}
+\subsection{Something...}
 \framedgraphic{Thank you for your attention!}{../images/Teach-yourself-C++-in-21-days.png}
 
 \end{document}