-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.tex
117 lines (67 loc) · 2.1 KB
/
example.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
\documentclass{beamer}
\input{LatexTemplates/ici3dTemplate.tex}
\input{LatexTemplates/bulletspace.tex}
\usepackage{graphicx,xspace}
\usepackage{grffile}
\usepackage{hyperref}
\usepackage{url}
\begin{document}
%% Fill in here
\title{ICI3D LaTeX example}
\subtitle{Subtitle is optional} %% Comment out to omit
\author{Jonathan Dushoff}
\date{ICI3D 2017} %% For a talk, use event name, e.g. MMED 2017
\newcommand{\years}{2017} %% For copyright, typically the years talk has been givem
\newcommand{\figshare}{https://figshare.com/articles/NAME/NUMBER}
{\topBar\maketitle}
\begin{frame}
\frametitle{Goals}
\begin{itemize}
\item Make a template
\item Make a clear example
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{How do we use statistics}
\begin{itemize}
\item We use statistics to confirm effects, estimate parameters, and
predict outcomes
\item It usually rains when I'm in Cape Town, but mostly on Sunday
\begin{itemize}
\item \emph{Confirmation:} In Cape Town, it rains more on Sundays than
other days
\item \emph{Estimation:} In Cape Town, the \emph{odds} of rain on
Sunday are 1.6--2.2 times higher than on other days
\item \emph{Prediction:} I am confident that it will rain at least one
Sunday the next time I go
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Raining in Cape Town}
\begin{columns}[c] \column{0.54\textwidth} \small
\begin{itemize}
\item How we interpret data like this necessarily depends on assumptions:
\begin{itemize}
\item Is it likely our observations occured by chance?
\item Is it likely they \emph{didn't?}
\end{itemize}
\end{itemize}
\column{0.4\textwidth}
\hfill\includegraphics[height=0.8\textheight]{eight.jpg}\hfill\mbox{}
{\small\emph{Tessa Wessels, {\em Faces on a Train}}}
\end{columns}
\end{frame}
\begin{frame}
\frametitle{Summary}
\begin{itemize}
\item We have made:
\begin{itemize}
\item a workable template
\item a reasonably clear example (we hope)
\end{itemize}
\item Comments, questions, suggestions welcome
\end{itemize}
\end{frame}
\input{LatexTemplates/ici3dClose.tex}
\end{document}