瀏覽代碼

Merge pull request #2 from blipp/english-presentation

English Presentation
Martin Thoma 12 年之前
父節點
當前提交
a06b2363c3

+ 1 - 1
presentations/English/LaTeX/PageRank.tex

@@ -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 - 0
presentations/English/LaTeX/end.tex

@@ -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}

二進制
presentations/English/LaTeX/google-presentation.pdf


+ 9 - 13
presentations/English/LaTeX/google-presentation.tex

@@ -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 - 0
presentations/English/LaTeX/introduction.tex

@@ -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}

+ 6 - 2
presentations/English/LaTeX/sources.tex

@@ -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}

+ 8 - 7
presentations/English/LaTeX/wrapup.tex

@@ -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}

二進制
presentations/English/images/bubble-1.png


二進制
presentations/English/images/bubble-2.png


二進制
presentations/English/images/directory-002.png


二進制
presentations/English/images/directory-003.png


二進制
presentations/English/images/directory-004.png


二進制
presentations/English/images/directory-005.png


二進制
presentations/English/images/directory-006.png


二進制
presentations/English/images/directory-007.png


二進制
presentations/English/images/directory-008.png


二進制
presentations/English/images/directory-010.png


二進制
presentations/English/images/hyperlink.png


二進制
presentations/English/logos/pagerank.png


+ 4 - 3
presentations/English/templates/myStyle.sty

@@ -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