mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-24 22:08:04 +02:00
added something to pagerank
This commit is contained in:
parent
40280d9e6c
commit
8ea1bad5ad
3 changed files with 24 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
presentations/English/LaTeX/PageRank.tex
Normal file
19
presentations/English/LaTeX/PageRank.tex
Normal file
|
@ -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}
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue