\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}[plain]{Goals} \begin{block} The overarching goal of the Tapestry project is to create open-source methods, bridges, programming code, and datasets that can be vetted, critiqued, and improved by the regional science community, and then reincorporated into the project to create ever better datasets that are available to all. \end{block} \end{frame} %%%%%%%%%%%%%%%%%% %Tapestry will generate unsupporessed employment, wages, output, and value-added estimates for every county in the United States at the 6-digit NAICS specificity level, county-level estimates of household income by source, county level personal consumption expenditures, county level government income and spending,county level savings and investment, and intercounty trade commodity trade flows which include international trade ports. \begin{frame}{Goals} \textbf{Data Sources} \begin{itemize} \item Bureau of Labor Statistics (BLS) \item Bureau of Economic Analysis (BEA) \item United States Department of Agriculture (USDA) \item Department of Transportation (DOT) \item United States Census Bureau (USCB) \item Department of Energy (DOE) \item Census State Tax Collections \end{itemize} \end{frame} %%%%%%%%%%%%%%%%%% \begin{frame}{Proccess} \textbf{Tapestry Un-suppression Method} \begin{itemize} \item<1-> Gather all data \item<2-> Minimize NAICS and geography estimate bounds (min max) \item<3-> Initial estimate of middle (min/max) \item<4-> Correct imbalances of parent child relationships \item<5-> Larger ranges are moved more to balance \item<6-> Repeat from NAICS-6 county combination to national \item<7-> Loop until convergence \end{itemize} \only<8->{IMPLAN starts by assuming records are 90\% of historic values, up to two years. Applies some balancing but not a minimization method.} \end{frame} %%%%%%%% \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> Can be used to compare all other state multipliers of same project \item<7> You can add one standard "company" to estimate impacts \item<8>Agriculture and mining are modeled based on location specifics \end{itemize} \end{column} \begin{column}{0.5\textwidth} \includegraphics[width=\textwidth]{tapestry-logo} \end{column} \end{columns} \end{frame} %%%%%%%%%%%%% \begin{frame}{Tapestry} Institutional accounts in Tapestry SAM include: \vfill \begin{columns} \begin{column}{0.5\textwidth} \tiny \begin{enumerate} \item<1->employee compensation \item<2->proprietors' income \item<3->other property income \item<4->taxes on production and imports \item<5->subsidies \item<6->households \item<7->social insurance \item<8->capital/savings \item<9->federal government \item<10->state government \item<11->local government \item<12->inventory change \item<13->Rest of USA \item<14->Rest of World \end{enumerate} \end{column} \begin{column}{0.5\textwidth} \tiny \begin{itemize} \item<1->mpComp \item<2->PropInc \item<3->OthPropInc \item<4->TOPI \item<5->SUB \item<6->HH \item<7->FICA \item<8->K \item<9->FED \item<10->SG \item<11->LG \item<12->INV \item<13->RUSA \item<14->ROW \end{itemize} \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}