Merge pull request #2 from blipp/english-presentation
English Presentation
|
@ -1,5 +1,5 @@
|
|||
\subsection{Idea}
|
||||
\begin{frame}{Basics}
|
||||
\begin{frame}{Basics of PageRank}
|
||||
\begin{itemize}[<+->]
|
||||
\item Humans know what is good for them
|
||||
\item Humans create Websites
|
||||
|
|
17
presentations/English/LaTeX/end.tex
Normal file
|
@ -0,0 +1,17 @@
|
|||
\begin{frame}{Factors of Influence}
|
||||
\begin{itemize}[<+->]
|
||||
\item language
|
||||
\item place
|
||||
\item social information
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{The Filter Bubble}
|
||||
\begin{center}
|
||||
\href{http://dontbubble.us}{dontbubble.us}\\
|
||||
\href{http://www.thefilterbubble.com/}{www.thefilterbubble.com}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\framedgraphic{The Filter Bubble}{../images/bubble-1.png}
|
||||
\framedgraphic{The Filter Bubble}{../images/bubble-2.png}
|
|
@ -1,17 +1,19 @@
|
|||
\documentclass[usepdftitle=false,hyperref={pdfpagelabels=false}]{beamer}
|
||||
\documentclass[usepdftitle=false]{beamer}
|
||||
\usepackage{../templates/myStyle}
|
||||
|
||||
\begin{document}
|
||||
\selectlanguage{english}
|
||||
|
||||
\title{\titleText}
|
||||
\subtitle{History, Algorithm}
|
||||
\author{\tutor}
|
||||
\date{\today}
|
||||
\subject{Programmieren}
|
||||
\date{7th of February, 2013}
|
||||
%\subject{Programmieren}
|
||||
|
||||
\frame{\titlepage}
|
||||
|
||||
\frame{
|
||||
\frametitle{Inhaltsverzeichnis}
|
||||
\frametitle{Contents}
|
||||
\setcounter{tocdepth}{1}
|
||||
\tableofcontents
|
||||
\setcounter{tocdepth}{2}
|
||||
|
@ -22,21 +24,15 @@
|
|||
%}
|
||||
|
||||
\section{Introduction}
|
||||
\subsection{The early days}
|
||||
\begin{frame}{The early days}
|
||||
In the beginning, there were only web catalogues (maintained by hand)
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{The early days}
|
||||
Web crawler
|
||||
\end{frame}
|
||||
\input{introduction}
|
||||
|
||||
\section{PageRank}
|
||||
\input{PageRank}
|
||||
|
||||
\section{End}
|
||||
\input{end}
|
||||
\input{wrapup}
|
||||
\input{sources}
|
||||
\framedgraphic{Thank you for your attention!}{../images/Teach-yourself-C++-in-21-days.png}
|
||||
\framedgraphic{Thanks for Your Attention!}{../images/Teach-yourself-C++-in-21-days.png}
|
||||
|
||||
\end{document}
|
||||
|
|
25
presentations/English/LaTeX/introduction.tex
Normal file
|
@ -0,0 +1,25 @@
|
|||
\subsection{The Early Days}
|
||||
|
||||
\framedgraphic{The Early Days: Web Directories}{../images/directory-002.png}
|
||||
\framedgraphic{The Early Days: Web Directories}{../images/directory-003.png}
|
||||
\framedgraphic{The Early Days: Web Directories}{../images/directory-004.png}
|
||||
\framedgraphic{The Early Days: Web Directories}{../images/directory-005.png}
|
||||
\framedgraphic{The Early Days: Web Directories}{../images/directory-006.png}
|
||||
\framedgraphic{The Early Days: Web Directories}{../images/directory-007.png}
|
||||
\framedgraphic{The Early Days: Web Directories}{../images/directory-008.png}
|
||||
\framedgraphic{The Early Days: Web Directories}{../images/directory-010.png}
|
||||
|
||||
\begin{frame}{The Early Days: Web Crawlers}
|
||||
\begin{columns}
|
||||
\begin{column}{0.28\textwidth}
|
||||
\includegraphics[width=\linewidth]{../images/hyperlink.png}
|
||||
\end{column}
|
||||
\begin{column}{0.68\textwidth}
|
||||
\begin{itemize}[<+->]
|
||||
\item crawls through the web using hyperlinks
|
||||
\item makes an index of the words contained in a page
|
||||
\item ranks pages for a search query according to number of occurences of keywords
|
||||
\end{itemize}
|
||||
\end{column}
|
||||
\end{columns}
|
||||
\end{frame}
|
|
@ -1,6 +1,10 @@
|
|||
\subsection{Image sources}
|
||||
\begin{frame}{Image sources}
|
||||
\subsection{Image Sources}
|
||||
\begin{frame}{Image Sources}
|
||||
\begin{itemize}
|
||||
\item \href{https://commons.wikimedia.org/wiki/File:PageRank-hi-res.png}{PageRank} by Felipe Micaroni Lalli
|
||||
\item screenshots of \href{http://www.dmoz.org}{www.dmoz.org}
|
||||
\item \href{https://commons.wikimedia.org/wiki/File:Hyperlink-Wikipedia.svg}{Hyperlink} by Bernard Ladenthin
|
||||
\item screenshots of \href{http://dontbubble.us}{dontbubble.us}
|
||||
\item \href{http://commons.wikimedia.org/wiki/File:Sergey_Brin.JPG}{Sergey Brin} by enlewof
|
||||
\item \href{http://commons.wikimedia.org/wiki/File:Larry_Page_laughs.jpg}{Larry Page} by aweigend
|
||||
\end{itemize}
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
\subsection{What you've learned}
|
||||
\begin{frame}{What you've learned}
|
||||
\subsection{What You've Learned}
|
||||
\begin{frame}{What You've Learned}
|
||||
\begin{itemize}
|
||||
\item Web catalogues
|
||||
\item Webcrawler
|
||||
\item Graph (nodes, eges)
|
||||
\item Random walk (ants)
|
||||
\item web directories
|
||||
\item web crawler
|
||||
\item graph (nodes, eges)
|
||||
\item random walk (ants)
|
||||
\item PageRank
|
||||
\item Read Pseudocode
|
||||
\item read pseudocode
|
||||
\item filter bubble
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
|
BIN
presentations/English/images/bubble-1.png
Normal file
After Width: | Height: | Size: 161 KiB |
BIN
presentations/English/images/bubble-2.png
Normal file
After Width: | Height: | Size: 167 KiB |
BIN
presentations/English/images/directory-002.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
presentations/English/images/directory-003.png
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
presentations/English/images/directory-004.png
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
presentations/English/images/directory-005.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
presentations/English/images/directory-006.png
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
presentations/English/images/directory-007.png
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
presentations/English/images/directory-008.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
presentations/English/images/directory-010.png
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
presentations/English/images/hyperlink.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
presentations/English/logos/pagerank.png
Normal file
After Width: | Height: | Size: 217 KiB |
|
@ -9,7 +9,7 @@
|
|||
\usepackage{listings}
|
||||
\usepackage{wrapfig} % see http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions
|
||||
\usepackage[utf8]{inputenc} % this is needed for german umlauts
|
||||
\usepackage[ngerman]{babel} % this is needed for german umlauts
|
||||
\usepackage[english]{babel} % this is needed for german umlauts
|
||||
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
|
||||
\usepackage{verbatim}
|
||||
\usepackage{relsize}
|
||||
|
@ -74,8 +74,9 @@
|
|||
% Set some template options - other tutors will have to adjust this %
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\newcommand\tutor{Martin Thoma, Benjamin Lipp}
|
||||
\newcommand\titleText{How Google searches work}
|
||||
\institute{Fakultät für Informatik}
|
||||
\newcommand\titleText{How Google Searches Work}
|
||||
\institute{Sprachenzentrum}
|
||||
\titleimage{pagerank}
|
||||
|
||||
\hypersetup{pdftitle={\titleText}}
|
||||
\beamertemplatenavigationsymbolsempty
|
||||
|
|