UC Davis Beamer Temp
Author:
Sydney Y Wood
Last Updated:
5 years ago
License:
Creative Commons CC BY 4.0
Abstract:
Just an easy UC Davis Beamer template
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
Just an easy UC Davis Beamer template
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass[compress,xcolor=table]{beamer}
% Packages
\usepackage[american]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{datetime}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{csquotes}
\graphicspath{{images/}}
% Possible options of the package (add/remove below in \usetheme call):
% - nosectionpages: no pages between sections
% - flama: use flama font, requires xelatex/lualatex + the font to compile
% - compressminiframes: put the heading list bullets indications pages on 1 line
\usetheme[compressminiframes]{Davis}
% Title page
\title{Positive Feedback Loops \newline in Police Decisions \newline to Stop }
\foottitle{Police Decisions to Stop} % optional, printed at the bottom of the slides, by default same as title, can be useful to rewrite when title has a newline for example
\subtitle{An Agent-Based Model} % optional subtitle
\date{\formatdate{01}{05}{2020}}
\author{Sydney Wood, MA \& Jeff Schank, PhD}
\institute{UC Davis Graduate Psychology Conference} % Optional
% Biblatex
\usepackage[backend=biber, style=apa]{biblatex}
\bibliography{library.bib}
\renewcommand*{\bibfont}{\footnotesize}
%%%%
%% BEGIN OF SLIDES
%%%%
\begin{document}
\begin{frame}[plain]
\titlepage
\setcounter{framenumber}{0}
\end{frame}
\section{Background} \subsection{}
\begin{frame}{Racial Profiling}
\begin{block}{Ratchet Effect}
\begin{itemize}
\item Definition: the target population is surveilled at a level that is disproportionate to the distribution of offending by that group
\end{itemize}
\end{block}
\begin{alertblock}{Lack of Data}
\begin{itemize}
\item Very few laws requiring recording data \nocite{harcourt2004rethinking, ACLU} \textit{(ACLU, 2015; Harcourt, 2004)}
\begin{itemize}
\item Demographics not recorded
\item Only "Hits"
\item Positive Feedback loop in info sharing within departments
\end{itemize}
\end{itemize}
\end{alertblock}
\end{frame}
\begin{frame}{Aims}
\begin{itemize}
\item Tests the theoretical mechanisms underlying police decision to stop
\begin{itemize}
\item Categorical Stop - BOLO
\item Individualized Stops - no predetermined criteria
\end{itemize}
\item Demonstrate how information sharing across police
\begin{itemize}
\item Leads to emergence of ratchet effect
\item Allows individual bias to invade system
\end{itemize}
\end{itemize}
\end{frame}
\section{Model} \subsection{}
\begin{frame}{Flowchart}
\begin{figure}
\vspace{-.8cm}
\includegraphics[width = \textwidth, height = 7.4 cm]{flowchart/updated.png}
\end{figure}
\vspace{-1cm}
\begin{itemize}
\item Population composition
\item \# Police Bias toward red
\end{itemize}
\end{frame}
\section{Results \& Discussion} \subsection{}
\begin{frame}{Equal Population Composition Density Changes}
\begin{columns}[]
\begin{column}{.70\textwidth}
\begin{figure}
\vspace{-.4cm}
\caption{Caption}
\vspace{-.1 cm}
\includegraphics[width= \textwidth, height = 7cm]{vector-business-graph-vector-stock_gg59736914.jpg}
\end{figure}
\end{column}
\begin{column}{.30\textwidth}
\begin{itemize}
\item
\item
\end{itemize}
\end{column}
\end{columns}
\end{frame}
\section{References} \subsection{}
\begin{frame}[allowframebreaks]{References}
\printbibliography[heading=none]
\end{frame}
\end{document}