forked from harish-guda/wpcarey-beamer-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwpcarey-beamer-template.tex
116 lines (87 loc) · 2.29 KB
/
wpcarey-beamer-template.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
\documentclass[9pt, mathserif]{beamer}
\usepackage{wpc-beamer-style}
\begin{document}
\begin{frame}
\title{\LARGE{A Simple Beamer Template for WP Carey School Affiliated Researchers}}
\author[HG, MD, GJ, TR]{Harish Guda\inst{1} \and X\inst{2} \and Y\inst{2}}
\institute
{
\inst{1}
W.P. Carey School of Business, \\
Arizona State University.
\and
\inst{2}
School, \\
University.
}
\date[seminar]{An Important Field Conference, \\
\today}
\maketitle
\end{frame}
%The Summary Slide
\begin{frame}
\frametitle{A Brief Summary}
\begin{itemize}\setlength\itemsep{3em}
\item A new idea: \newterm{Idea 1}. \pause
\item We show \callout{surprising} result.
\end{itemize}
\end{frame}
\AtBeginSection[]
{
\begin{transitionframe}
\frametitle{Agenda}
\tableofcontents[currentsection]
\addtocounter{framenumber}{-1}
\end{transitionframe}
}
\section{Introduction}
\begin{frame}
\frametitle{Introduction}
\begin{itemize}[<+->]\setlength\itemsep{2em}
\item Customers buy \callout{bundles of resources} in combination.
\begin{itemize}
\setlength\itemsep{1em}
\item Example: Airline itinerary.
\end{itemize}
\end{itemize}
\end{frame}
\section{Model}
\begin{frame}
\frametitle{Model}
\begin{itemize}[<+->]\setlength\itemsep{2em}
\item Nature chooses $\omega \sim p(\cdot)$.
\vspace{2em}
\pause
For any $\omega$:
\pause
\item Key parameter of agent $K$: $\kappa \sim f_\omega(\cdot)$.
\item Key parameter of agent $D$: $\delta \sim g_\omega(\cdot)$.
\end{itemize}
\pause
\begin{equation*}
\text{\callout{Market Clears at all $\omega$:} } \quad \mathbf{K} f_\omega(\kappa) = \mathbf{D} g_\omega(\delta).
\end{equation*}
\end{frame}
\section{Results}
\begin{frame}
\frametitle{A Result}
\pause
\begin{block}{Key Non-Existence Result}
Suppose $\gamma > 0$. There does not exist an outcome where $\delta > 0$ and $\Delta > 0$. That is,
\begin{equation*}
\gamma > 0 \implies \delta \cdot \Delta < 0.
\end{equation*}
\end{block}
\pause
\begin{block}{Possible Misinterpretation}
This is not to be misunderstood with $\delta < 0 \implies \Delta > 0$.
\end{block}
\end{frame}
\section[Implications]{Managerial Implications}
\begin{frame}
\begin{center}
\textcolor{asumaroon}{\Huge{Thank You}.}\\ \bigskip
Paper available at \texttt{\callout{\href{https://harishguda.me/research}{harishguda.me/research}}}.
\end{center}
\end{frame}
\end{document}