<!doctype html>
<html lang="en-US">
<head>
	<!-- meta tags-->
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
	<link rel="profile" href="http://gmpg.org/xfn/11">
	<link rel="pingback" href="https://wysac.uwyo.edu/wysac/xmlrpc.php">


	<title>Tiffany Comer Cook &#8211; Wyoming Survey &amp; Analysis Center</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//cdnjs.cloudflare.com' />
<link rel='dns-prefetch' href='//stackpath.bootstrapcdn.com' />
<link rel='dns-prefetch' href='//code.highcharts.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//use.fontawesome.com' />
<link rel="alternate" type="application/rss+xml" title="Wyoming Survey &amp; Analysis Center &raquo; Feed" href="https://wysac.uwyo.edu/wysac/feed/" />
<link rel="alternate" type="application/rss+xml" title="Wyoming Survey &amp; Analysis Center &raquo; Posts by Tiffany Comer Cook Feed" href="https://wysac.uwyo.edu/wysac/people/tcook/feed/" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v10.2.2 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-DWSRE978GC"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var mi_version = '10.2.2';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/wysac.uwyo.edu\/wysac\/people\/tcook\/feed\/"};
								if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-DWSRE978GC',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-DWSRE978GC', {"forceSSL":"true","link_attribution":"true"} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
							<!-- / Google Analytics by MonsterInsights -->
		<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="wp-block-library-inline-css">
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*wp_block_styles_on_demand_placeholder:6a28c758e3e48*/
/*# sourceURL=wp-block-library-inline-css */
</style>
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<style id="wp-block-styles-placeholder-inline-css">
:root { --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the block styles printed at wp_footer." }
/*# sourceURL=wp-block-styles-placeholder-inline-css */
</style>
<style id="wp-global-styles-placeholder-inline-css">
:root { --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the global-styles printed at wp_footer." }
/*# sourceURL=wp-global-styles-placeholder-inline-css */
</style>
<link rel='stylesheet' id='wpa-style-css' href='https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-accessibility/css/wpa-style.css?ver=2.3.3' media='all' />
<style id="wpa-style-inline-css">

.wpa-hide-ltr#skiplinks a, .wpa-hide-ltr#skiplinks a:hover, .wpa-hide-ltr#skiplinks a:visited {
	
}
.wpa-hide-ltr#skiplinks a:active,  .wpa-hide-ltr#skiplinks a:focus {
	
}
	:root { --admin-bar-top : 7px; }
/*# sourceURL=wpa-style-inline-css */
</style>
<link rel='stylesheet' id='ppress-frontend-css' href='https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-user-avatar/assets/css/frontend.min.css?ver=4.16.17' media='all' />
<link rel='stylesheet' id='ppress-flatpickr-css' href='https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.css?ver=4.16.17' media='all' />
<link rel='stylesheet' id='ppress-select2-css' href='https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.css?ver=263b31daa7f2450f5feb9cd5155eae54' media='all' />
<link rel='stylesheet' id='eeb-css-frontend-css' href='https://wysac.uwyo.edu/wysac/wp-content/plugins/email-encoder-bundle/assets/css/style.css?ver=54d4eedc552c499c4a8d6b89c23d3df1' media='all' />
<link rel='stylesheet' id='wysac-beta-style-css' href='https://wysac.uwyo.edu/wysac/wp-content/themes/wysac-2018-1.5/style.css?ver=263b31daa7f2450f5feb9cd5155eae54' media='all' />
<link rel='stylesheet' id='custom-google-fonts-css' href='https://fonts.googleapis.com/css?family=Montserrat|Open+Sans:300,400,700&#038;ver=263b31daa7f2450f5feb9cd5155eae54' media='all' />
<link rel='stylesheet' id='font-awesome-css' href='//use.fontawesome.com/releases/v5.5.0/css/all.css?ver=263b31daa7f2450f5feb9cd5155eae54' media='all' />
<script async data-wp-strategy="async" id="monsterinsights-frontend-script-js" src="https://wysac.uwyo.edu/wysac/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=10.2.2"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/wysac.uwyo.edu\/wysac","hash_tracking":"false","v4_id":"G-DWSRE978GC"};/* ]]> */
</script>
<script id="jquery-core-js" src="https://wysac.uwyo.edu/wysac/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<script id="jquery-migrate-js" src="https://wysac.uwyo.edu/wysac/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script>
<script id="ppress-flatpickr-js" src="https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.js?ver=4.16.17"></script>
<script id="ppress-select2-js" src="https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.js?ver=4.16.17"></script>
<script id="eeb-js-frontend-js" src="https://wysac.uwyo.edu/wysac/wp-content/plugins/email-encoder-bundle/assets/js/custom.js?ver=2c542c9989f589cd5318f5cef6a9ecd7"></script>
<script id="highcharts-js-js" src="https://code.highcharts.com/highcharts.js?ver=263b31daa7f2450f5feb9cd5155eae54"></script>
<script id="highcharts-data-js" src="https://code.highcharts.com/modules/data.src.js?ver=263b31daa7f2450f5feb9cd5155eae54"></script>
<script id="highcharts-map-js" src="https://code.highcharts.com/maps/modules/map.js?ver=263b31daa7f2450f5feb9cd5155eae54"></script>
<script id="highcharts-map-wyoming-js" src="https://code.highcharts.com/mapdata/countries/us/us-wy-all.js?ver=263b31daa7f2450f5feb9cd5155eae54"></script>
<script id="hc-theme-js" src="https://wysac.uwyo.edu/wysac/wp-content/themes/wysac-2018-1.5/js/hc-theme.js?ver=263b31daa7f2450f5feb9cd5155eae54"></script>
<link rel="https://api.w.org/" href="https://wysac.uwyo.edu/wysac/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://wysac.uwyo.edu/wysac/wp-json/wp/v2/users/6" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://wysac.uwyo.edu/wysac/xmlrpc.php?rsd" />

<link rel="icon" href="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/09/cropped-WYSAC_navy-bl-only-white-32x32.png" sizes="32x32" />
<link rel="icon" href="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/09/cropped-WYSAC_navy-bl-only-white-300x300.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/09/cropped-WYSAC_navy-bl-only-white-300x300.png" />
<meta name="msapplication-TileImage" content="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/09/cropped-WYSAC_navy-bl-only-white-300x300.png" />
</head>

<body>
	<div id="page" class="site">
		<a class="skip-link sr-only" href="#content">Skip to main content</a>
		<header id="masthead" class="site-header" role="banner">
			<!--TOP BAR
===================================*-->
<div class="container-fluid border-bottom">
  <div class="row py-2 d-flex align-items-center">
    <div class="col-3 col-md-4 d-none d-md-inline">
      <a href="http://www.uwyo.edu/" class="uw-linkback"><img src="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/09/uw_white_52x25.png" class="uw-logo" /> <small class="d-none d-md-inline">University of Wyoming</small></a>
    </div>
    <div class="col d-flex">
      <ul class="topbar-contact-info mb-0 ml-auto">
        <li class="topbar-contact-item mr-1 mr-md-3">
          <a href="tel:+3077662189" class="topbar-contact-link"><i class="fas fa-phone mr-1"></i>(307) 766-2189</a>
        </li>
        <li class="topbar-contact-item mr-1 mr-md-3">
          <span><i class="fas fa-map-marker-alt mr-1"></i>406 S. 21st St., Laramie, WY</span>
        </li>
        <li class="topbar-contact-item mr-1 mr-md-3">
          <a href="https://wysac.uwyo.edu/wysac/contact-wysac" class="topbar-contact-link"><i class="fas fa-envelope mr-1"></i>Contact Us</a>
        </li>
        <li class="topbar-contact-item border-left mr-1 mr-md-3">
          <a href="https://www.facebook.com/wysac/" class="topbar-contact-link"><i class="fab fa-facebook mr-1 pl-2 pl-md-3"></i><span class="sr-only">Find Us on Facebook</span></a>
        </li>
        <li class="topbar-contact-item">
          <a href="https://twitter.com/wysac?lang=en" class="topbar-contact-link"><i class="fab fa-twitter"></i><span class="sr-only">Find Us on Twitter</span></a>
        </li>
      </ul>
    </div>
  </div>
</div><!--topbar-->
<!-- Site-Logo + Navigation
=================================== -->
<nav class="navbar navbar-expand-lg navbar-light border-bottom shadow-sm">
  <a class="navbar-brand site-title" href="https://wysac.uwyo.edu/wysac">
    <img src="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/09/cropped-WYSAC_navy-bl-only-white-1.png"  width="55" height="55" class="d-inline-block align-center mr-2" alt="WYSAC Logo"/>
        <span class="d-none d-md-inline">Wyoming Survey &amp; Analysis Center</span>

  </a>
    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mainNav" aria-controls="mainNav" aria-expanded="false" aria-label="Toggle navigation">
      <span class="navbar-toggler-icon"></span>
    </button>
      <div id="mainNav" class="collapse navbar-collapse"><ul id="menu-main-navigation" class="navbar-nav"><li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-104" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104 nav-item"><a title="People" href="https://wysac.uwyo.edu/wysac/experts/" class="nav-link">People</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-47" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-47 nav-item"><a title="Research" href="https://wysac.uwyo.edu/wysac/reports/" class="nav-link">Research</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-45" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children dropdown menu-item-45 nav-item"><a title="Projects" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-45">Projects</a>
<ul class="dropdown-menu" aria-labelledby="menu-item-dropdown-45" role="menu">
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-631" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-631 nav-item"><a title="In-Progress" href="https://wysac.uwyo.edu/wysac/category/current-projects/" class="dropdown-item">In-Progress</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-632" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-632 nav-item"><a title="View All Projects" href="https://wysac.uwyo.edu/wysac/category/projects/" class="dropdown-item">View All Projects</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-2438" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2438 nav-item"><a title="Region 8 PTTC" href="https://wysac.uwyo.edu/wysac/region-8-pttc/" class="dropdown-item">Region 8 PTTC</a></li>
</ul>
</li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-364" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-364 nav-item"><a title="Centers" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-364">Centers</a>
<ul class="dropdown-menu" aria-labelledby="menu-item-dropdown-364" role="menu">
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-366" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-366 nav-item"><a title="Justice Research" href="https://wysac.uwyo.edu/wysac/about/criminal-justice/" class="dropdown-item">Justice Research</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-367" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-367 nav-item"><a title="Research &#038; Evaluation" href="https://wysac.uwyo.edu/wysac/about/health-education-studies/" class="dropdown-item">Research &#038; Evaluation</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-365" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-365 nav-item"><a title="Information Technology" href="https://wysac.uwyo.edu/wysac/about/information-technology/" class="dropdown-item">Information Technology</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-368" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-368 nav-item"><a title="Survey Research" href="https://wysac.uwyo.edu/wysac/about/survey-research/" class="dropdown-item">Survey Research</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1885" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1885 nav-item"><a title="Community-Based Research &#038; Action" href="https://wysac.uwyo.edu/wysac/about/community-based-research-action/" class="dropdown-item">Community-Based Research &#038; Action</a></li>
</ul>
</li>
</ul><form role="search" method="get" id="searchform" class="form-inline ml-auto mt-2 mt-sm-0" action="<?php echo get_site_url();?>">
			<label class="sr-only" for="s">Search for:</label>
				<input type="text" value="" name="s" id="s" class="form-control form-control-sm col" placeholder="Search ...">
				<input type="submit" id="searchsubmit" value="Search" class="btn btn-outline-secondary btn-sm ml-2 d-inline d-lg-none" />
		</form></ul></div>
  </nav>
					<!--Page Titles -->
					  <div class="container py-5 mt-5 header-author">
    <div class="row">
      <div class="col text-center">
        
		<img src="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/10/Tiffany-300x300.png" class="center-block img-circle" />
        <!-- <img src="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/10/blank-profile-picture-973460_960_720-e1476401686519-150x150.png" class="center-block img-circle" /> -->
		
        <!-- NAME AND JOB TITLE
        =================================== -->
        <h1 class="page-title mt-3">Tiffany Comer Cook</h1>
        <p class=" lead taxonomy-description">Associate Director</h2>
        <p class="text-center sidebar-section-title"><a href="javascript:;" data-enc-email="gpbzre[at]hjlb.rqh" class="link-dark mail-link" data-wpel-link="ignore"><i class="fas fa-envelope mr-1"></i>Email Tiffany</a></p>
      </div>
    </div>
  </div>
	</header>
		<div id="content" class="site-content">

<div id="primary" class="container content-area author-page flex-fill">
		<main id="main" class="site-main" role="main">

						<div class="row">
				<header class="page-header col-md-12">


				</header><!--.col-md-12-->
			</div>
			<div class="row">
				<div class="page-content col">
					<!-- BIOGRAPHY
					=================================== -->
											<div>
							<h2>About Tiffany</h3>
							<p>Tiffany Comer Cook is the Associate Director at WYSAC. She is responsible for managing the daily operation and administrative aspects of WYSAC. Ms. Comer Cook strives to create a culture of transparency, diversity, equity, and inclusion. She also works to ensure WYSAC's research is done on-time, within budget, and adheres to the highest standards of quality and scientific rigor. Ms. Comer Cook has worked in evaluation and research since 2003. Her expertise are in facilitating evaluation planning meetings, creating logic models and evaluation plans, analyzing data, writing reports, and presenting evaluation findings. She received her Master’s degree in Counselor Education in 2006 and her Bachelor's degree in sociology (minor in statistics) in 2003, both from the University of Wyoming. Tiffany is a Wyoming native and attributes her fantastic quality of life to living in this great state.</p>
						</div>
										<div class="expert-profile-section">
						<!-- PUBLICATIONS
						=================================== -->
												<!-- BOOKS -->
												<!-- JOURNALS -->
											</div>
					<div class="expert-profile-section">
						<!-- PRESENTATIONS
						=================================== -->
											</div>
	</div><!--.col-md-8 page-content -->
	<aside class="col-md-4 widget-area author-sidebar">
		<!-- PHONE NUMBER
		================================== -->
					<h3 class="sidebar-section-title">Phone</h3>
			<p><i class="fas fa-phone mr-1"></i>(307) 760-1911</p>
				<!-- SOCIAL MEDIA ICONS / LINKS
		=================================== -->
				<!-- TWITTER USERNAME -->
				<!-- FACEBOOK PROFILE  -->
				<!-- LINKED IN  PROFILE  -->
				<!-- EXPERT TOPIC AREAS
		=================================== -->
					<!-- EDUCATION
			=================================== -->
							<h3 class="sidebar-section-title mt-3">Education</h3>
				<p><p>University of Wyoming, M.S., 2006<br />
University of Wyoming, B.A., 2003</p>
</p>
						<!-- SKILLS & TRAININGS
			=================================== -->
							<h3 class="sidebar-section-title  mt-3">Skills & Trainings</h3>
				<p><ul>
<li>Leadership</li>
<li>Project management</li>
<li>Logic models</li>
<li>Evaluation plans</li>
<li>Report writing</li>
<li>Data interpretation</li>
<li>Evaluation capacity-building</li>
</ul>
</p>
						<!-- Associations and Memberships
			=================================== -->
							<h3 class="sidebar-section-title  mt-3">Associations & Memberships</h3>
				<p><p><span data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;American Evaluation Association &quot;}" data-sheets-userformat="{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}">American Evaluation Association </span></p>
</p>
						<!-- AWARDS
			=================================== -->
			
		</aside>

	</div><!--.row-->
</main><!-- #main -->
</div><!-- #primary -->

<!--WPFC_FOOTER_START-->
</div><!-- #content -->

<footer id="colophon" class="container-fluid bg-black site-footer pt-3" role="contentinfo">
	<!-- =======================
	Nav
	======================== -->
	<div class="row py-4">
		<div class="col col-md-8 mx-auto mb-3">
			<nav class="nav footer-nav justify-content-center" role="navigation">
				<div class="menu-footer-menu-container"><ul id="footer-menu" class="nav"><li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-105" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-105 nav-item"><a title="People" href="https://wysac.uwyo.edu/wysac/experts/" class="nav-link">People</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15 nav-item"><a title="Research" href="https://wysac.uwyo.edu/wysac/reports/" class="nav-link">Research</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-49" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-49 nav-item"><a title="Projects" href="https://wysac.uwyo.edu/wysac/category/projects/" class="nav-link">Projects</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-52" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-52 nav-item"><a title="About WYSAC" href="https://wysac.uwyo.edu/wysac/about/" class="nav-link">About WYSAC</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-195" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-195 nav-item"><a title="Connect" href="https://wysac.uwyo.edu/wysac/contact-wysac/" class="nav-link">Connect</a></li>
</ul></div>			</nav><!--.footer-navigation-->
	<!-- =======================
	Legal
	======================== -->
			<nav class="nav footer-legal-nav justify-content-center" role="navigation">
				<div class="menu-footer-menu-legal-container"><ul id="footer-Legal" class="nav"><li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-130" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-130 nav-item"><a title="Privacy" href="https://wysac.uwyo.edu/wysac/privacy/" class="nav-link">Privacy</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-131" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-131 nav-item"><a title="Using our Data" href="https://wysac.uwyo.edu/wysac/using-our-data/" class="nav-link">Using our Data</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-135" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-135 nav-item"><a title="Employment" href="https://wysac.uwyo.edu/wysac/category/jobs/" class="nav-link">Employment</a></li>
</ul></div>			</nav><!--.footer-navigation-->
		</div><!-- .secondary-footer-nav-->
	</div><!--.row-->
	<!-- =======================
	Copyright
	======================== -->
	<div class="row">
		<div class="col">
			<p class="small text-white site-info text-center">&copy; 2026 Wyoming Survey &amp; Analysis Center</p>
		</div><!-- .site-info -->
	</div><!--.row-->
</div>
</footer><!-- #colophon .site-footer -->
</div><!-- #page -->

<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/wysac/*"},{"not":{"href_matches":["/wysac/wp-*.php","/wysac/wp-admin/*","/wysac/wp-content/uploads/*","/wysac/wp-content/*","/wysac/wp-content/plugins/*","/wysac/wp-content/themes/wysac-2018-1.5/*","/wysac/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script id="ppress-frontend-script-js-extra">
var pp_ajax_form = {"ajaxurl":"https://wysac.uwyo.edu/wysac/wp-admin/admin-ajax.php","confirm_delete":"Are you sure?","deleting_text":"Deleting...","deleting_error":"An error occurred. Please try again.","nonce":"49fdf23a39","disable_ajax_form":"false","is_checkout":"0","is_checkout_tax_enabled":"0","is_checkout_autoscroll_enabled":"true"};
//# sourceURL=ppress-frontend-script-js-extra
</script>
<script id="ppress-frontend-script-js" src="https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-user-avatar/assets/js/frontend.min.js?ver=4.16.17"></script>
<script id="popper-js-js" src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script id="bootstrap-js-js" src="//stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<script id="imagesloaded-js" src="https://wysac.uwyo.edu/wysac/wp-includes/js/imagesloaded.min.js?ver=5.0.0"></script>
<script id="masonry-js" src="https://wysac.uwyo.edu/wysac/wp-includes/js/masonry.min.js?ver=4.2.2"></script>
<script id="wysac-beta-navigation-js" src="https://wysac.uwyo.edu/wysac/wp-content/themes/wysac-2018-1.5/js/navigation.js?ver=20151215"></script>
<script id="wysac-beta-skip-link-focus-fix-js" src="https://wysac.uwyo.edu/wysac/wp-content/themes/wysac-2018-1.5/js/skip-link-focus-fix.js?ver=20151215"></script>
<script id="readmore-js-js" src="https://wysac.uwyo.edu/wysac/wp-content/themes/wysac-2018-1.5/js/readmore.min.js?ver=1.0"></script>
<script id="readmore-function-js-js" src="https://wysac.uwyo.edu/wysac/wp-content/themes/wysac-2018-1.5/js/readmore-function.js?ver=1.0"></script>
<script id="wp-accessibility-js-extra">
var wpa = {"skiplinks":{"enabled":true,"output":"\u003Cdiv class=\"wpa-hide-ltr\" id=\"skiplinks\" role=\"navigation\" aria-label=\"Skip links\"\u003E\u003Ca href=\"#content\" class='no-scroll et_smooth_scroll_disabled'\u003ESkip to Content\u003C/a\u003E \u003Ca href=\"#masthead\" class='no-scroll et_smooth_scroll_disabled'\u003ESkip to navigation\u003C/a\u003E \u003C/div\u003E"},"target":"1","tabindex":"1","underline":{"enabled":false,"target":"a"},"videos":"","dir":"ltr","viewport":"1","lang":"en-US","titles":"1","labels":"1","wpalabels":{"s":"Search","author":"Name","email":"Email","url":"Website","comment":"Comment"},"alt":"","altSelector":".hentry img[alt]:not([alt=\"\"]), .comment-content img[alt]:not([alt=\"\"]), #content img[alt]:not([alt=\"\"]),.entry-content img[alt]:not([alt=\"\"])","current":"","errors":"","tracking":"","ajaxurl":"https://wysac.uwyo.edu/wysac/wp-admin/admin-ajax.php","security":"1217a25565","action":"wpa_stats_action","url":"https://wysac.uwyo.edu/wysac/people/tcook/feed/","post_id":"","continue":"","pause":"Pause video","play":"Play video","restUrl":"https://wysac.uwyo.edu/wysac/wp-json/wp/v2/media","ldType":"button","ldHome":"https://wysac.uwyo.edu/wysac","ldText":"\u003Cspan class=\"dashicons dashicons-media-text\" aria-hidden=\"true\"\u003E\u003C/span\u003E\u003Cspan class=\"screen-reader\"\u003ELong Description\u003C/span\u003E"};
//# sourceURL=wp-accessibility-js-extra
</script>
<script data-wp-strategy="defer" defer id="wp-accessibility-js" src="https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-accessibility/js/wp-accessibility.min.js?ver=2.3.3"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://wysac.uwyo.edu/wysac/wp-includes/js/wp-emoji-release.min.js?ver=263b31daa7f2450f5feb9cd5155eae54"}}
</script>
<script type="module">
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://wysac.uwyo.edu/wysac/wp-includes/js/wp-emoji-loader.min.js
</script>

</body>
</html>
