FEARP Presentation
Forfatter
Marcos Júnio Ribeiro
Sidst opdateret
2 måneder siden
Licens
Creative Commons CC BY 4.0
Resumé
Beamer template designed for academic presentations.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Apresentação Beamer
% Versão 2.0 (18 de setembro de 2024)
% Licença:
% CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Este modelo de apresentação é uma adaptação do modelo do IME USP. Foi criado por Marcos Júnio Ribeiro (FEARP/USP) -
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACOTES E CONFIGURAÇÕES
%----------------------------------------------------------------------------------------
\documentclass[
11pt, % Define o tamanho padrão da fonte, opções incluem: 8pt, 9pt, 10pt, 11pt, 12pt, 14pt, 17pt, 20pt
%t, % Descomente para alinhar verticalmente o conteúdo de todos os slides ao topo, em vez de centralizado
%aspectratio=169, % Descomente para definir a proporção em 16:9, que corresponde à proporção de telas e projetores 1080p e 4K
]{beamer}
\graphicspath{{img/}} % Especifica onde procurar imagens incluídas (barra final obrigatória)
\usepackage[alf]{abntex2cite}
\usepackage{booktabs} % Permite o uso de \toprule, \midrule e \bottomrule para melhores linhas em tabelas
\usepackage{parskip}
%----------------------------------------------------------------------------------------
% SELECIONAR O TEMA DE CORES
%----------------------------------------------------------------------------------------
% Definição de cores personalizadas
\definecolor{primaryColor}{RGB}{20,45,105}
\definecolor{secondaryColor}{RGB}{0,100,160}
% Aplicação das cores no tema
\setbeamercolor{structure}{fg=primaryColor}
\setbeamercolor{palette primary}{bg=primaryColor, fg=white}
\setbeamercolor{palette secondary}{bg=secondaryColor, fg=white}
\setbeamercolor{title}{bg=secondaryColor, fg=white}
\setbeamercolor{frametitle}{bg=gray!20}
\usetheme{Boadilla}
%----------------------------------------------------------------------------------------
% SELECIONAR O TEMA DE FONTES E FONTES
%----------------------------------------------------------------------------------------
\usefonttheme{default} % Tipografia usando a fonte sans serif padrão
%------------------------------------------------
%\usepackage{mathptmx} % Usa a fonte Times para texto serif
\usepackage{palatino} % Usa a fonte Palatino para texto serif
%\usepackage{helvet} % Usa a fonte Helvetica para texto sans serif
\usepackage[default]{opensans} % Usa a fonte Open Sans para texto sans serif
%----------------------------------------------------------------------------------------
% SELECIONAR O TEMA INTERNO
%----------------------------------------------------------------------------------------
\useinnertheme{circles}
%---------------------------------------------------------------------------------------
% SELECIONAR O TEMA EXTERNO
%----------------------------------------------------------------------------------------
%\useoutertheme{miniframes}
\setbeamertemplate{navigation symbols}{} % Descomente esta linha para remover os símbolos de navegação da parte inferior de todos os slides
%----------------------------------------------------------------------------------------
% INFORMAÇÕES DA APRESENTAÇÃO
%----------------------------------------------------------------------------------------
\title[FEARP Seminar]{Structural Transformation and Network Effects}
\author[autor1, autor2, autor3, autor4]{%
\texorpdfstring{%
\begin{columns}
\column{.2\linewidth}
\centering
autor1 \\ {\tiny FEARP/USP}
\column{.25\linewidth}
\centering
autor2 \\ {\tiny FEARP/USP}
\column{.25\linewidth}
\centering
autor3 \\ {\tiny FEARP/USP}
\column{.25\linewidth}
\centering
autor4 \\ {\tiny FEARP/USP}
\end{columns}
}
{Author 1, Author 2, Author 3, Author 4}
}
\date{\today}
%----------------------------------------------------------------------------------------
\begin{document}
%%%%%%% FRAME
\begin{frame}
\begin{figure}
\includegraphics[width=0.25\linewidth]{img/fearp.png}
\end{figure}
\titlepage % Exibe o slide de título
\end{frame}
%%%%%%%% FRAME
\begin{frame}{Introduction}
\begin{itemize}
\item Motivation 1
\item Motivation 2
\item Motivation 3
\end{itemize}
\end{frame}
%%%%%%%% FRAME
\begin{frame}{Model}{Firm's Problem}
The firm's problem can be written as:
\begin{equation}\label{eq:firms_max}
\mathop{\text{Max}}_{X_{ij}, L_i} \quad p_i Q_i -
wL_i -
\sum_{j \in N} p_j X_{ij},
\end{equation}
$$\text{st:} \quad Q_i = A_i L_i^{\sigma_i}
\left( \prod_{j \in N} X_{ij}^{\beta_{ij}} \right)^{1-\sigma_i},$$
\noindent where $w$ is the amount of wage.
\end{frame}
%%%%%%%% FRAME
\begin{frame}{Final Remarks}
\begin{enumerate}
\item Remark
\item Remark
\item Remark
\end{enumerate}
\end{frame}
%%%%%%%% FRAME
\begin{frame}
\begin{center}
{\Huge Thanks!}\\
\vspace{1cm}
Email: meuemail@usp.br
\end{center}
\end{frame}
%% END
\end{document}