diff --git a/.gitignore b/.gitignore index f04c2e7..e0e8af4 100644 --- a/.gitignore +++ b/.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 diff --git a/presentations/English/LaTeX/PageRank.tex b/presentations/English/LaTeX/PageRank.tex new file mode 100644 index 0000000..ce35848 --- /dev/null +++ b/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} diff --git a/presentations/English/LaTeX/google-presentation.tex b/presentations/English/LaTeX/google-presentation.tex index 96c9270..0980ac9 100644 --- a/presentations/English/LaTeX/google-presentation.tex +++ b/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}