Research work at the UCLA Interconnected & Integrated Bioelectronics Lab.
1
\documentclass{beamer}
2
\usepackage[utf8]{inputenc}
3
\usetheme{Madrid}
4
% \usecolortheme{dolphin}
5
\setbeamertemplate{caption}[numbered]
6
\setbeamertemplate{navigation symbols}{}
7
8
\title{Weekly Report}
9
\author{Marius Peter}
10
\institute{UCLA $I^2BL$}
11
\date{July 12th, 2019}
12
13
14
\begin{document}
15
16
\frame{\titlepage}
17
18
\begin{frame}
19
\frametitle{Outline}
20
\tableofcontents
21
\end{frame}
22
23
\section{Key Progress}
24
\begin{frame}
25
\frametitle{This Week's Update}
26
\begin{columns}
27
\column[t]{0.48\textwidth}
28
\begin{block}{New features}
29
\begin{enumerate}
30
\item Primary feature
31
\begin{itemize}
32
\item Does this
33
\item Facilitates that
34
\end{itemize}
35
\item Secondary feature
36
\begin{itemize}
37
\item Does that
38
\item Replaces need to do this
39
\end{itemize}
40
\item Minor feature 1: get this value
41
\item Minor feature 2: return this object property
42
\end{enumerate}
43
\end{block}
44
\column[t]{0.48\textwidth}
45
\begin{block}{Refactored code}
46
\begin{enumerate}
47
\item Function 1:\\
48
Simplified it
49
\item Function 2:\\
50
Expanded it
51
\item Function 3:\\
52
Documented it
53
\end{enumerate}
54
\end{block}
55
\end{columns}
56
\end{frame}
57
58
\section{Roadmap}
59
\begin{frame}
60
\frametitle{Roadmap for Upcoming Week}
61
\begin{enumerate}
62
\item Finish this
63
\item Improve this
64
\item Start this
65
\end{enumerate}
66
\end{frame}
67
68
\section{Questions}
69
\begin{frame}
70
\frametitle{Questions}
71
\begin{enumerate}
72
\item What can we reduce?
73
\item What can we increase?
74
\item What can we eliminate?
75
\item What can we create?
76
\end{enumerate}
77
\end{frame}
78
79
\end{document}
80