-
Notifications
You must be signed in to change notification settings - Fork 0
/
slides.tex
78 lines (68 loc) · 2.45 KB
/
slides.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
\documentclass{beamer}
%\documentclass[handout,t]{beamer}
\batchmode
% \usepackage{pgfpages}
% \pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm]
\usepackage{amsmath,amssymb,enumerate,epsfig,bbm,calc,color,ifthen,capt-of}
\usetheme{Berlin}
\usecolortheme{ucb}
\title{Conversiones}
\author{Ing. Hernan Payrumani}
\date{Abril 1, 2013}
\pgfdeclareimage[height=1cm]{ucb-logo}{ucb.jpg}
\logo{\pgfuseimage{ucb-logo}\hspace*{0.3cm}}
\AtBeginSection[]
{
\begin{frame}<beamer>
\frametitle{Outline}
\tableofcontents[currentsection]
\end{frame}
}
\beamerdefaultoverlayspecification{<+->}
% -----------------------------------------------------------------------------
\begin{document}
% -----------------------------------------------------------------------------
\frame{\titlepage}
\section[Outline]{}
\begin{frame}{Outline}
\tableofcontents
\end{frame}
% -----------------------------------------------------------------------------
\section{Introduction}
\subsection{Smoot's Ear: The Measure of Humanity}
\begin{frame}{What is a Smoot?}
\begin{itemize}
\item An imprecise unit of measurement originating from famous ucb hack
\item 1 smoot = 5 feet and 7 inches
\item Harvard bridge = 364.4 smoots (+ an ear)
\end{itemize}
\end{frame}
\begin{frame}{ucb Hack}
The HACK:
\pause
\begin{itemize}
\item<2-> Tom O'Connor - wanted to measure Harvard bridge to track his progress when walking
\item<3-> Smoot's height chosen as unit of measurement (he was the shortest)
\item<4-> Seven freshman measured Harvard bridge using Smoot's body to mark distance
\item<5-> Result: Harvard Bridge = 364.4 smoots (+an ear)
\end{itemize}
\end{frame}
\begin{frame}{Career}
\begin{itemize}
\item<1-> Chairman of the American National Standards Institute
\item<2-> Served as president of the International Organization for Standardization from 2003 to 2005.
\end{itemize}
\end{frame}
% -----------------------------------------------------------------------------
\section{Conclusions}
\subsection{Where can I learn more?}
\begin{frame}{Questions and Answers}
Want to know more?
\begin{itemize}
\item Browse \url{http://web.ucb.edu/smoot/history.htm}.
\item Smoot's Legacy \url{http://alum.ucb.edu/news/AlumniNews/Archive/smoots_legacy}.
\item Smoot Salute! \url{http://web.ucb.edu/spotlight/smoot-salute}.
\end{itemize}
\end{frame}
% -----------------------------------------------------------------------------
\end{document}