-
Notifications
You must be signed in to change notification settings - Fork 6
/
example.tex
129 lines (101 loc) · 2.99 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
118
119
120
121
122
123
124
125
126
127
128
129
\documentclass{beamer}
\usetheme{PegasusUCF}
%-------------------------------
\title[GoKnights]{Interesting dataset}
\author{Alexander V. Mantzaris}
%>>>>UNCOMMENT 1 FOR YOUR DEPTARTMENT
\newcommand{\deptname}{0}
%\newcommand{\deptname}{1}%STATISTICS
%\newcommand{\deptname}{2}%MATHEMATICS
%\newcommand{\deptname}{3}%ENGINEERING AND COMPUTER SCIENCE
%\newcommand{\deptname}{4}%ELECTRICAL ENGINEERING AND COMPUTER ENGINEERING
%\newcommand{\deptname}{5}%IST INSTITUTE FOR SIMULATION AND TRAINING
%\newcommand{\deptname}{6}%PHYSICS
%\newcommand{\deptname}{7}%MECHANICAL AND AEROSPACE ENGINEERING
%\newcommand{\deptname}{8}%COMPLEX ADAPTIVE SYSTEMS LABORATORY
%\newcommand{\deptname}{9}%CENTER FOR ADVANCED TRANSPORTATION SYSTEMS SIMULATION
%\newcommand{\deptname}{10}%CHEMISTRY
%\newcommand{\deptname}{11}%BIOLOGY
%\newcommand{\deptname}{12}%ECONOMICS
%\newcommand{\deptname}{13}%SOCIOLOGY
%\newcommand{\deptname}{14}%PSYCHOLOGY
%\newcommand{\deptname}{15}%BUSINESS AND ADMINISTRATION
%\newcommand{\deptname}{16}%COLLEGE OF SCIENCES
%<<<<<
\date{\vspace{-8cm}}
%--------------------------------
%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Overview}
\tableofcontents
\end{frame}
\section{First 5 minutes}
\begin{frame}{Bayes Factors-good to know!}
Something different from the traditional hypothesis tests
\begin{block}{A cool block}
Some text
\begin{itemize}
\item item1
\item item2
\end{itemize}
\end{block}
More text
\end{frame}
\subsection{A note of a long subsection}
\begin{frame}{Go Knights!}
Ok we are rocking
\begin{block}{block normal}
\begin{itemize}
\item $Y = X + E$
\item \emph{italics}
\item \textbf{BOLD}
\end{itemize}
\end{block}
\begin{block}{We can see more theorems here}
$1+1 = 4$
\begin{itemize}
\item filling up space
\item filling up space
\item filling up space
\item filling up space
\end{itemize}
nice?
\end{block}
\end{frame}
\section{second section of nothing}
\begin{frame}{Title of maybe this looks interesting for the audience}
\begin{block}{We can see more theorems here}
The text is interesting
\end{block}
\begin{block}{We can see more theorems here}
$1+1 = 4$
\begin{itemize}
\item filling up space
\item filling up space
\item filling up space
\item filling up space
\item filling up space
\item filling up space
\item filling up space
\end{itemize}
OK!
\end{block}
\end{frame}
\begin{frame}{}
\emph{{\large No title in frame}}
\begin{exampleblock}{example block}
Simmons Dormitory is composed of brick.
\end{exampleblock}
\begin{alertblock}{alert block}
Simmons Hall $\not=$ Simmons Dormitory.
\end{alertblock}
\begin{block}{normal block}
Some less important text
\end{block}
\end{frame}
%%%%%%%%%%%%%%
\end{document}