Intial commit
This commit is contained in:
parent
555332493c
commit
28621275a1
10
BUILD.sh
Normal file
10
BUILD.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
pdflatex Tapestry
|
||||||
|
pdflatex Tapestry
|
||||||
|
rm Tapestry.aux
|
||||||
|
rm Tapestry.bcf
|
||||||
|
rm Tapestry.log
|
||||||
|
rm Tapestry.nav
|
||||||
|
rm Tapestry.out
|
||||||
|
rm Tapestry.run.xml
|
||||||
|
rm Tapestry.snm
|
||||||
|
rm Tapestry.toc
|
||||||
BIN
Images/1200x675-tapestry.webp
Normal file
BIN
Images/1200x675-tapestry.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
Images/Table.png
Normal file
BIN
Images/Table.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 91 KiB |
BIN
Images/Table2.png
Normal file
BIN
Images/Table2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
BIN
Images/tapestry-logo.png
Normal file
BIN
Images/tapestry-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 198 KiB |
108
Tapestry.tex
Normal file
108
Tapestry.tex
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
\documentclass{beamer}
|
||||||
|
\setbeamercovered{transparent}
|
||||||
|
|
||||||
|
% Define UW colors
|
||||||
|
\usepackage{xcolor}
|
||||||
|
\usepackage{tcolorbox}
|
||||||
|
\usepackage{tikz}
|
||||||
|
\usepackage{booktabs}
|
||||||
|
\usepackage{amssymb} % for checkmark
|
||||||
|
\usepackage{graphicx} % if you want to use image-based checkmarks
|
||||||
|
\usepackage{colortbl}
|
||||||
|
\usepackage{hyperref}
|
||||||
|
\usepackage{cleveref}
|
||||||
|
\usepackage[controls=false]{animate}
|
||||||
|
\usepackage{tikz}
|
||||||
|
\usepackage[backend=biber]{biblatex}
|
||||||
|
\graphicspath{{Images/}{Images/EIA_Slides/}{Images/REMI/}}
|
||||||
|
%\addbibresource{bib2.bib}
|
||||||
|
|
||||||
|
\usetikzlibrary{shapes, arrows.meta, positioning}
|
||||||
|
\tcbuselibrary{skins}
|
||||||
|
\definecolor{UWBrown}{HTML}{492f24}
|
||||||
|
\definecolor{UWGold}{HTML}{ffcc00}
|
||||||
|
% Define custom colors (optional)
|
||||||
|
\definecolor{lightgreen}{HTML}{d6f5d6}
|
||||||
|
\definecolor{lightred}{HTML}{f8d7da}
|
||||||
|
\definecolor{lightyellow}{HTML}{fff3cd}
|
||||||
|
\definecolor{darkgreen}{HTML}{006400}
|
||||||
|
\definecolor{darkred}{HTML}{8B0000}
|
||||||
|
\definecolor{middlegreen}{HTML}{463200}
|
||||||
|
\definecolor{middlered}{HTML}{C16B6D}
|
||||||
|
\definecolor{lightorange}{HTML}{FFD8A9}
|
||||||
|
|
||||||
|
% Theme setup
|
||||||
|
\usetheme{Madrid}
|
||||||
|
\usecolortheme{default}
|
||||||
|
\setbeamertemplate{enumerate items}[default]
|
||||||
|
\setbeamercolor*{structure}{bg=white,fg=UWBrown}
|
||||||
|
|
||||||
|
|
||||||
|
\newcommand\blfootnote[1]{%
|
||||||
|
\begingroup
|
||||||
|
\renewcommand\thefootnote{}\footnote{#1}%
|
||||||
|
\addtocounter{footnote}{-1}%
|
||||||
|
\endgroup
|
||||||
|
}
|
||||||
|
|
||||||
|
% Title info
|
||||||
|
\title[Tapestry]{Introduction to Tapestry: Open Source Input-Output Tool}
|
||||||
|
\author{Alexander Gebben}
|
||||||
|
\date{August \(\text{12}^{th}\),2026}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\begin{frame}[plain]
|
||||||
|
\begin{center}
|
||||||
|
\huge\textbf{\inserttitle}\\
|
||||||
|
\textcolor{black}{\large\insertdate}\\
|
||||||
|
\textcolor{black}{\large\insertauthor}
|
||||||
|
\textcolor{white}{\insertinstitute}\\
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%Outline
|
||||||
|
\begin{frame}{Outline}
|
||||||
|
\tableofcontents
|
||||||
|
\end{frame}
|
||||||
|
%%%%
|
||||||
|
\section{Advantages}
|
||||||
|
%%%%%%%%%%%%%
|
||||||
|
\begin{frame}{Tapestry}
|
||||||
|
\begin{columns}
|
||||||
|
\begin{column}{0.5\textwidth}
|
||||||
|
\begin{itemize}
|
||||||
|
\item<1>Open source
|
||||||
|
\item<2>\href{https://jrap.scholasticahq.com/article/7882-a-method-for-improving-economic-contribution-studies-for-regional-analysis/attachment/20374.pdf}{Separate accounts for demand}
|
||||||
|
\item<3>Includes ports
|
||||||
|
\item<4>Taxes separate place of work, and place of resident
|
||||||
|
\item<5> Commodity trade utilize pipeline and infrastructure paths
|
||||||
|
\item<6> Includes industry subsidies
|
||||||
|
\end{itemize}
|
||||||
|
\end{column}
|
||||||
|
\begin{column}{0.5\textwidth}
|
||||||
|
\includegraphics[width=\textwidth]{tapestry-logo}
|
||||||
|
|
||||||
|
\end{column}
|
||||||
|
\end{columns}
|
||||||
|
\end{frame}
|
||||||
|
%%%%%%%%%%%%%%%%%
|
||||||
|
\begin{frame}{Composition Analysis}
|
||||||
|
\includegraphics[width=\textwidth]{Table}
|
||||||
|
\includegraphics[width=\textwidth]{Table2}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%
|
||||||
|
\begin{frame}[plain]
|
||||||
|
\begin{center}
|
||||||
|
\huge Questions
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\begin{center}
|
||||||
|
\normalsize For more information contact:
|
||||||
|
\href{mailto:agebben@uwyo.edu}{agebben@uwyo.edu}
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
%%%%%%%
|
||||||
|
\end{document}
|
||||||
Loading…
x
Reference in New Issue
Block a user