<!DOCTYPE html><script>var __pbpa = true;</script><script>var translated_warning_string = 'Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?';</script><script type="text/javascript" language="javascript" src="https://assets.tumblr.com/assets/scripts/pre_tumblelog.js?_v=b9f848c06fcba7eaf305d4a7cb7a1b98"></script><!DOCTYPE html>

<!--

Observer Theme
By Zack Sultan
Released January 2013
Revised June 25, 2017

-->

<html>
    <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
        <title>Education Project Management</title>
        <style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}.tmblr-iframe--amp-cta-button{visibility:hidden;position:fixed;bottom:10px;left:50%;transform:translateX(-50%);z-index:100}.tmblr-iframe--amp-cta-button.tmblr-iframe--loaded{visibility:visible;animation:iframe-app-cta-transition .2s ease-out}</style><link rel="stylesheet" media="screen" href="https://assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css?_v=f085dde138e244526309d4673db67b4c"><link rel="shortcut icon" href="https://64.media.tumblr.com/avatar_02b17b75e0e7_128.pnj">
        <link rel="alternate" type="application/rss+xml" href="https://educationprojects.blogs.it.umich.edu/rss">
        
            <meta name="description" content="Vic is an instructional technology professional, certified in project management. This tumblr is a blow-by-blow account of the work-life of @CTSVic a.k.a. | @vic_divecha" />
        
        <link rel="shortcut icon" href="https://64.media.tumblr.com/avatar_02b17b75e0e7_128.pnj">
        <link rel="alternate" type="application/rss+xml" href="https://educationprojects.blogs.it.umich.edu/rss">
        <meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=no" />



<!-- Options -->


        <meta name="if:Show Navigation" content="1"/>
        <meta name="if:Alternate Header Layout" content="0"/>
        <meta name="if:Show Description" content="0"/>
        <meta name="if:Show Archive Navigation Link" content="1"/>
        <meta name="if:Wide Images" content="1"/>
        <meta name="if:Photoset Layout" content="0"/>
        <meta name="if:Show Post Tags" content="1"/>
        <meta name="if:Show Post Notes" content="1"/>
        <meta name="if:Show Copyright" content="0"/>

        <meta name="Title font" content="Gibson">
        <meta name="Title font weight" content="bold" title="Bold">
        <meta name="Title font weight" content="normal" title="Normal">
        <meta name="font:Body font" content="Calluna"/>

        <meta name="Background color" content="#fff">
        <meta name="Title color" content="#444444">
        <meta name="Link color" content="#5f79a4">

        <meta name="color:Body text" content="#333333"/>
		<meta name="color:Secondary text" content="#888888"/>
        <meta name="image:Logo" content=""/>
        <meta name="text:TypeKit ID" content=""/>
        <meta name="text:Title Font" content=""/>
        <meta name="text:Body Font" content=""/>
        <meta name="text:Post Headline Font" content=""/>
        <!--<meta name="text:Secondary Font" content=""/>-->

        <meta name='text:Disqus Shortname' content='' />
        <meta name='text:Google Analytics' content='' />

<!-- Scripts -->

    <script src="https://static.tumblr.com/4kpnlef/Pttmhz2ap/jquery-1.9.1.min.js"></script>

    

    <!-- Media resizing -->
    <script type="text/javascript">
        $(document).ready(function() {
            // Make desktop tumblr video stretch to 100%
            $('.tumblr_video_container').css({ 'width' : '100%', 'height' : '100%' });
            // Resize tumblr video on mobile
            $('.iphone-video a').css({ 'width' : '100%', 'height' : '200px' });
		});

        //Make Spotify the right size and responsive
	    $(document).ready(function(){
	        $('.mobile-spotify iframe').css('height', '80px');
            $('.mobile-spotify iframe').css('width', '290px');
            $('iframe[src*="embed.spotify.com"]').each( function() {
                $(this).css('width',$(this).parent(1).css('width'));
                $(this).css('height', '82');
                $(this).attr('src',$(this).attr('src'));
            });
        });
        $(window).resize(function() {
            $('iframe[src*="embed.spotify.com"]').each( function() {
                $(this).css('width',$(this).parent(1).css('width'));
                $(this).css('height', '82');
                $(this).attr('src',$(this).attr('src'));
            });
        });

        // Fix Flickr images treated as videos.
        $(document).ready(function(){
          // Grab the videoWrappers that are already here.
          var videoWrappers = document.querySelectorAll('.videoWrapper');
          for(var i = 0, len = videoWrappers.length; i < len; i++) {
              fixFlickr(videoWrappers[i]);
          }

          // Also process any new nodes that are added to the page.
          var observer,
          observerConfig = {
          	childList: true,
          	subtree: true
          };

          observer = new MutationObserver(function (mutations) {
          	for (var i = 0, len = mutations.length; i < len; i++) {
          		// If there were new nodes added, we check that they are valid flickr embeds
          		if (mutations[i].addedNodes.length && mutations[i].addedNodes[0].querySelector) {
          		    var newVideoWrapper = mutations[i].addedNodes[0].querySelector('.videoWrapper');
          			if (newVideoWrapper !== null) {
          				fixFlickr(newVideoWrapper);
          			}
          		}
          	}
          });

          observer.observe(document.getElementById('content'), observerConfig);
        });

        function fixFlickr(videoWrapper){
          var potentialEmbed = videoWrapper.firstElementChild;
          if(potentialEmbed.hasAttribute('data-flickr-embed')) {
              videoWrapper.style.paddingBottom = 0;
              videoWrapper.style.height = 'auto';
          }
        }

        //disable safari active states
        document.addEventListener("touchstart", function() {},false);

	</script>




<!-- Style Sheet -->

<style type="text/css">

.regular p {
	font-weight: bold;
	color:aqua;
}

.regular .bottom-nav {
	display: none;
}

::selection {
    background: #529ecc; /* Safari */
	color: #333333;
	}

::-moz-selection {
	background: #529ecc; /* Firefox */
	color: #333333;
}

body {
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
    font-size:18px;
	-webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	}

p, li, blockquote {
	line-height: 28px;
	margin: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 30px;
}

.ir {
	text-indent: -99999em;
}

.center {
	text-align: center;
}

/* Global colors
********************************/

body {
	color: #333333;
	background-color: #f6f6f6;
}

.blog-description {
	color: #888888;
}

a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid rgba(136, 136, 136, 0.3);
}

#header h1 a {
	color: #444444;
	border-bottom: none;
}

a:hover {
}

a:active {
	position: relative;
	outline: none;
	top: 1px;
}


.metadata a, #footer-links a, #footer p.promo a, .links a {
	color: #888888;
	border-bottom: none;
}

.metadata a:hover, #footer-links a:hover, #footer p.promo a:hover, .links a:hover, .more a:hover, a.mobile-player:hover {

}

.post {
	border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}

.colophon p {
	color: #888888;
}


/* Global fonts
********************************/

body {
	font-family:  'Calluna', serif, georgia, serif;
	font-weight: normal;
}

.title h1, .link-title h1, .chat-title h1, .q h1, .a h1, .album-info h2, #footer h2 {
	font-family:  'Helvetica Neue', Arial, Helvetica, sans-serif, georgia, serif;
	font-weight: bold;
}

.blog-title h1 {
	font-family:  'Helvetica Neue', Arial, Helvetica, sans-serif, futura, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 96px;
	line-height: 1em;
}

.metadata a {
	font-family: Gibson, , helvetica, arial, sans-serif;
	font-weight: normal;
}


/* Page
********************************/


#page {
	border: 0px solid;
	max-width: 900px;
	padding-left:  50px;
	padding-right: 50px;
	margin: auto;
}







/* Header Left-Aligned
********************************/

#header {
	margin-top: 70px;
	display: block;
	overflow: visible;
}

#header a {
	text-decoration: none;
}

.blog-title {
	display: block;
	float: left;
	border: 0px red solid;
	width: 50%;
	margin-bottom: 100px;
}

.blog-title a {
	border-bottom: none;
}

.blog-title img {
	max-width: 100%;
}

.blog-title h1 {
	font-size: 46px;
}

.blog-description {
	font-size: 16px;
	line-height: 20px;
    margin-top: 8px;
}

.links {
	float: right;
	margin-top: 10px;
}

.links ul {
	margin-top: 10px;
	padding: 0;
	display: block;
	float: right;
}

.links li {
	display: inline;
	margin-left: 10px;
	font-size: 16px;
	text-transform: none;
}

.links li:first-child {
	margin-left: 0px;
}





/* Post wrappers
********************************/

#content {
	width: 100%;
	overflow-x: hidden;
	clear: both;
}

.post {
	margin-bottom: 45px;
	padding-bottom: 40px;
	width: 100%;
}

.narrow {
	max-width: 640px;
	margin: auto;
}


/* Headings
********************************/

.title h1, .link-title h1, .chat-title h1 {
	text-align: center;
	margin: auto;
	margin-bottom: 25px;
	font-size: 42px;
	line-height: 50px;
}

.link-title a {
	text-decoration: none;
	position: relative;
	border: none;
	color: #529ecc;
}

span.link-arrow {
	position: relative;
	font-size: 20px;
	bottom: 3px;
}

.quote-short {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 25px;
}

.photo img, .album-art img, .videoWrapper {
  max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border-radius: 2px;
}

.photo img, .album-art img, .videoWrapper img {
	min-width: 640px;
}

.photoset-layout {
    max-width: 700px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.tumblr_audio_player {
	height: 250px;
}

.audio iframe {
	width: 100%;
	margin-bottom: 20px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe, .videoWrapper object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper iframe.flickr-embed-frame, .videoWrapper img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
}


/* Post body styles
********************************/

.caption p {
	margin-bottom: 15px;
}

.caption h1 {
	font-weight: bold;
	margin-bottom: 15px;
}

.caption h2 {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 24px;
}

.caption blockquote {
	margin-bottom: 10px;
	border-left: 3px solid rgba(136, 136, 136, 0.2);
	margin-left: 5px;
	padding-left: 15px;
	line-height: 26px;
}

.caption pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	background-color: rgba(136, 136, 136, 0.2);
	border-radius: 2px;
	padding: 10px 15px 10px 15px;
	font-size: 15px;
	line-height: 24px;
	margin: 15px 0 25px 0;
}

.caption ul, ol {
	margin-top: 0;
	margin-bottom: 25px;
	padding-left: 40px;
}

.caption img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto 30px auto;
    border-radius: 2px;
}

.quote-short {
	line-height: 40px;
	font-size: 36px;
	margin-bottom: 20px;
}

.quote-medium, .quote-long {
	line-height: 32px;
	font-size: 24px;
	margin-bottom: 20px;
}

ul.chat {
	list-style-type: none;
	padding-left: 0;
}

.chat li {
	border-bottom: 1px solid rgba(136, 136, 136, 0.3);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.chat li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

span.odd, span.even  {
	font-weight: bold;
}

.more a {
	display: block;
	width: 99%;
	height: 30px;
	border: 1px solid rgba(136, 136, 136, 0.3);
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	padding-top: 10px;
	margin-bottom: 30px;
}


.more a:active {
    background: rgba(136, 136, 136, 0.08);
    box-shadow: inset 0px 1px 4px rgba(136, 136, 136, 0.2);
    top: 0px;
}

.audio-module {
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}

a.mobile-player {
	border: 1px solid rgba(136, 136, 136, 0.2);
	background: rgba(136, 136, 136, 0.1);
	width: 99%;
	padding: 30px 0 30px 0;
	margin-bottom: 25px;
	border-radius: 2px;
	display: none;
}

a.mobile-player:active {
    top: 0px;
    box-shadow: inset 0px 1px 4px rgba(136, 136, 136, 0.2);
    background: rgba(136, 136, 136, 0.18);
    border: 1px solid rgba(136, 136, 136, 0.3);
}

.play-triangle {
	margin-left: 20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6.5px 0 6.5px 10px;
	border-color: transparent transparent transparent rgba(136, 136, 136, 0.8);
}

.album-info {
	display: block;
	float: left;
	width: 63%;
}

.player {
	display: block;
	background-color: #ffffff;
	float: right;
	padding-top: 5px;
	padding-right: 2px;
	border: 1px solid rgba(136, 136, 136, 0.3);
}

.desktop-spotify {
	display: block;

}

.mobile-spotify {
	display: none;
	width: 290px;
	margin: auto;
}

.iphone-video object {
    display: block;
    margin: 0px auto 20px;
}

.asker-block, .answer-text {
	display: block;
	overflow: auto;
}

p.question {
	padding-bottom: 10px;
	padding-top: 10px;
}

p.album, p.question {
	font-size: 24px;
	line-height: 32px;
}

h1.qa-letter {
	display: block;
	float: left;
	width: 45px;
	position: relative;
	bottom: 3px;
	font-size: 30px;
}

.q {
	margin-bottom: 20px;
}

img.asker {
	float:left;
	margin-right: 8px;
	border-radius: 2px;
	position: relative;
	top: 2px;
}

p.asker {
	font-style: italic;
}

p.question {
	clear: both;
}


/* Metadata
********************************/

.metadata {
	border: 0px solid gray;
	overflow: auto;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 20px;
}

.metadata a {
	text-decoration: none;
}

.date, .tags, .notes-count {
	display: block;
	float: left;
	margin-right: 15px;
}

.tags a, .notes-count a, .date a {
	margin-right: 5px;
}


/* Footer
********************************/

#footer {
	text-align: center;
	margin-bottom: 40px;
}

#footer a {
	text-decoration: none;
	border-bottom: none;
}

a.back-next {
    margin: 0px 10px 0px 10px;
}

#footer h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}


#footer-links ul {
	margin-bottom: 0px;
	padding: 0;
	display: block;
	text-align: center;
}

#footer-links li {
	display: inline;
	margin-left: 5px;
	font-size: 14px;
}

#footer-links li:first-child {
	margin-left: 0px;
}

#footer .colophon p {
	font-size: 14px;
	font-style: italic;
}

#footer p.promo {
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
}


/* Notes and comments
********************************/

#permalink-content {
	margin-top: 40px;
}

.avatar_frame {
	position: relative;
	top: 4px;
	margin-right: 10px;
}

.comments {
	margin-bottom: 35px;
}

.comments h3, .permalink-notes h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.permalink-notes ol {
	padding-left: 0;
}

.permalink-notes li {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(136, 136, 136, 0.3);
	font-size: 13px;
}

.permalink-notes blockquote {
	margin: 5px 0px 5px 0px;
	border-left: 3px solid rgba(136, 136, 136, 0.2);
	margin-left: 20px;
	padding-left: 15px;
    line-height: 24px;
}

.notes a {
	border-bottom: none;
	text-decoration: underline;
}


.post iframe, .post object {
max-width: 100%;
}


/* Browser size break-points
********************************/


@media screen and (max-width: 800px) {

#header {
	margin-top: 20px;
	display: block;
	overflow: visible;
	padding-bottom: 0px;
}

.blog-title {
	display: block;
	text-align: center;
	margin-top: 50px;
	float: none;
	width: 100%;
    margin-bottom: 50px;
}

.blog-title h1 {
	font-size: 40px;
	margin-bottom: 10px;
}

.blog-description {
	font-size: 16px;
	line-height: 20px;
}

.links {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	float: none;
	border-bottom: 1px solid rgba(136, 136, 136, 0.4);
}

.links ul {
	margin-top: 10px;
	padding: 0;
	display: block;
	text-align: center;
	float: none;
}

.links li {
	display: inline;
	margin-left: 16px;
	font-size: 17px;
	text-transform: none;
}


.metadata {
	font-size: 16px;
	}

.player {
	display: none;
}

a.mobile-player {
	display: block;
}

.album-info {
	width: 100%
}

.title h1, .link-title h1, .chat-title h1 {
text-align: center;
font-size: 36px;
line-height: 42px;
}

}

@media screen and (max-width: 740px) {

#page {
	padding-left:  1em;
	padding-right: 1em;
}

#header {
	margin-bottom: 50px;
}

/* WRANGLE TUMBLR VIDEO PLAYER */


.iphone-video img {
	width: 90%;
}

.iphone-video a {
	margin-bottom: 20px;
}

/* IMAGES */

.photo img, .album-art img, .videoWrapper img {
	min-width: 100%;
}

.link-title a {
	line-height: 50px;
}

.desktop-spotify {
	display: none;
}

.mobile-spotify {
	display: block;
}

}



</style>

<!-- End header -->

    <link rel="alternate" href="android-app://com.tumblr/tumblr/x-callback-url/blog?blogName=educationprojects" /><link rel="alternate" href="ios-app://305343404/tumblr/x-callback-url/blog?blogName=educationprojects" /><script
    defer
    type="application/javascript"
    id="bilmur"
    data-provider="tumblr.com"
    data-service="blognetwork"
    data-customproperties='{"theme": "observer"}'
    nonce="x8ZbENcxRXKwqXDPMmFxm9BAJew"
    src="https://s0.wp.com/wp-content/js/bilmur.min.js?m=202623"
  ></script><script src="https://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=a8fadfa499d8cb7c3f8eefdf0b1adfdd"></script><link rel="stylesheet" type="text/css" href="https://assets.tumblr.com/fonts/calluna/stylesheet.css?v=3"><meta name="keywords" content="storytelling,stakeholder management,quality" /><!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --><!-- Read more: http://ogp.me/ --><meta property="fb:app_id" content="48119224995" /><meta property="og:site_name" content="Tumblr" /><meta property="og:title" content="Education Project Management" /><meta property="og:url" content="https://educationprojects.blogs.it.umich.edu/?og=1" /><meta property="og:description" content="Vic is an instructional technology professional, certified in project management. This tumblr is a..." /><meta property="og:type" content="profile" /><meta property="og:image" content="https://64.media.tumblr.com/avatar_02b17b75e0e7_128.pnj" /><meta property="al:ios:url" content="tumblr://x-callback-url/blog?blogName=educationprojects" /><meta property="al:ios:app_name" content="Tumblr" /><meta property="al:ios:app_store_id" content="305343404" /><meta property="al:android:url" content="tumblr://x-callback-url/blog?blogName=educationprojects" /><meta property="al:android:app_name" content="Tumblr" /><meta property="al:android:package" content="com.tumblr" /><!-- END TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- TWITTER TAGS --><meta charset="utf-8"><meta name="twitter:site" content="tumblr" /><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="Vic is an instructional technology professional, certified in project management. This tumblr is a..." /><meta name="twitter:title" content="Education Project Management" /><meta name="twitter:creator" content="CTSVic" /><meta name="twitter:app:name:iphone" content="Tumblr" /><meta name="twitter:app:name:ipad" content="Tumblr" /><meta name="twitter:app:name:googleplay" content="Tumblr" /><meta name="twitter:app:id:iphone" content="305343404" /><meta name="twitter:app:id:ipad" content="305343404" /><meta name="twitter:app:id:googleplay" content="com.tumblr" /><meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=educationprojects&amp;referrer=twitter-cards" /><meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=educationprojects&amp;referrer=twitter-cards" /><meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=educationprojects&amp;referrer=twitter-cards" /><!-- GOOGLE CAROUSEL --><script type="application/ld+json">
	{"@type":"ItemList","url":"https:\/\/educationprojects.blogs.it.umich.edu","itemListElement":[{"@type":"ListItem","position":1,"url":"https:\/\/educationprojects.blogs.it.umich.edu\/post\/128786890749\/warning-graphic-violencedrug-use-referenecs-in"},{"@type":"ListItem","position":2,"url":"https:\/\/educationprojects.blogs.it.umich.edu\/post\/124354325659\/eportfolios-and-authentic-learning-on-the-michigan"},{"@type":"ListItem","position":3,"url":"https:\/\/educationprojects.blogs.it.umich.edu\/post\/115634919514\/towards-a-results-accountability-based-program"},{"@type":"ListItem","position":4,"url":"https:\/\/educationprojects.blogs.it.umich.edu\/post\/115538431149\/training-applying-talk-to-action-to-two"},{"@type":"ListItem","position":5,"url":"https:\/\/educationprojects.blogs.it.umich.edu\/post\/110033315984\/external-enemy-sense-of-urgency"}],"@context":"http:\/\/schema.org"}</script><link rel="canonical" href="https://educationprojects.blogs.it.umich.edu" /></head>

	<body>

		<div id="page">

			<div id="header">

                
				<div class="links">
					<ul>
						<li><a href="/">Home</a></li>
                        
                        
						<li><a href="/about">About</a></li>
                        
						<li><a href="/dictionary">Dictionary</a></li>
                        
						<li><a href="/categories">Categories</a></li>
                        
                        
                        
                        
                        
                        <li><a href="/archive">Archive</a></li>
                        
					</ul>
				</div>
				



				<div class="blog-title">

                    

                    
                    <h1><a href="/">Education Project Management</a></h1>
                    

                    
				</div>



			</div> <!-- header end -->

			<div id="content">
            


                

				


                


				


				


                



				



		        
				<!-- VIDEO POST
				///////////////////////////////////////////////////////-->

				<div class="post video">

					<div class="wide">

                        <div class="videoWrapper">
						    <iframe width="700" height="524"  id="youtube_iframe" src="https://www.youtube.com/embed/Gtffv9bpB-U?feature=oembed&amp;enablejsapi=1&amp;origin=https://safe.txmblr.com&amp;wmode=opaque" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Green Jelly - Three Little Pigs (Official Video)"></iframe>
                        </div>

					</div>

					<div class="narrow">

                        
						<div class="caption">

							<p><i>[Warning: graphic violence/drug-use referenecs in video: not suitable for impressionable audiences]</i></p><p>I am NOT a grunch/death metal fan. Yet, this song struck a chord (pun intended), when it played on the radio.&nbsp;</p><p>The tale of three little piggies is a classic risk, quality, and stakeholder management story. And beyond.&nbsp;</p>

						</div>
                        

						<div class="metadata">

							
                        	<div class="date">
								<a href="https://educationprojects.blogs.it.umich.edu/post/128786890749/warning-graphic-violencedrug-use-referenecs-in">Sep. 10 2015</a>
							</div>
                            

                            

                            
							
                            <div class="tags">
                                
								<a href="https://educationprojects.blogs.it.umich.edu/tagged/storytelling">#storytelling</a>
							    
								<a href="https://educationprojects.blogs.it.umich.edu/tagged/stakeholder%20management">#stakeholder management</a>
							    
								<a href="https://educationprojects.blogs.it.umich.edu/tagged/quality">#quality</a>
							    
							</div>
                            
						    

                            
                            
                            <div class="notes-count">
								<a href="https://educationprojects.blogs.it.umich.edu/post/128786890749/warning-graphic-violencedrug-use-referenecs-in">11 notes</a>
							</div>
                            
                            

						</div> <!-- metadata end -->

					</div> <!-- narrow end -->

				</div> <!-- post end -->
                



				

            


                
                <!-- TEXT POST
				///////////////////////////////////////////////////////-->

				<div class="post text">

					<div class="narrow">

                        
						<div class="title">
							<h1>ePortfolios and authentic learning on the Michigan campus</h1>
						</div>
                        

						<div class="caption">

						<p>The Michigan campus is quite decentralized, which is reflected in the diverse ePortfolio efforts, tools, and approaches. Through the excellent work of Carrie Luke and her team at the library, there was an ePortfolio summit last year to bring a central tone to the conversation on campus. The tide for centralized services seem to be rising with shared services being rolled out in the areas of IT and Finance. Instructional support may go that route as well, and ePortfolio stakeholders need to keep this impending trend in mind. The campuses are also easing into a new LMS, Canvas, which has more native features to support ePortfolios, as compared to the flavor of Sakai currently in use. With the White House&rsquo;s push for competency based education and workforce development, more programs are expected to turn to ePortfolios and other tools that evaluate performance - especially federally funded education, training, and mentoring programs.

<br /></p><p>The Michigan campus in general has a dynamic history of ePortfolios, our flagship website is at <a href="http://www.mportfolio.umich.edu/." target="_blank">http://www.mportfolio.umich.edu/.</a> I currently work in training &amp; mentoring of clinical &amp; translational researchers: ePortfolios are highly tailored and personalized for scholars. We are focussed on authentic assessments through methods such as OSCEs (objective structured clinical examination), reflection writing, and more. The newest conversation on the campus is happening at the Digital Education Institute sponsored by the provost: <a href="http://digitaleducation.umich.edu/" target="_blank">http://digitaleducation.umich.edu/</a></p><figure data-orig-width="298" data-orig-height="167" data-tumblr-attribution="GIFSourcetheweekmagazine:NqpwMlUgCeWiZFl9XWE0hA:ZLnH7y13arH_q" class="tmblr-full"><img src="https://64.media.tumblr.com/fc873e6d01ea5b6d188aa7d40f73f825/tumblr_mz1gmtxJmq1qdjbb7o1_400.gifv" alt="image" data-orig-width="298" data-orig-height="167" width="298" height="167" /><p class="tmblr-attribution"><a href="https://tmblr.co/ZLnH7y13arH_q" target="_blank" data-peepr="{&quot;tumblelog&quot;:&quot;GIFSourcetheweekmagazine&quot;,&quot;postId&quot;:&quot;72558649268&quot;}">Originally posted by gifsourcetheweekmagazine</a></p></figure>

						</div> <!-- End caption -->

                        

						<div class="metadata">

                            
        					<div class="date">
								<a href="https://educationprojects.blogs.it.umich.edu/post/124354325659/eportfolios-and-authentic-learning-on-the-michigan">Jul. 17 2015</a>
							</div>
                            

                            

                            
							
						    

                            
                            
                            <div class="notes-count">
								<a href="https://educationprojects.blogs.it.umich.edu/post/124354325659/eportfolios-and-authentic-learning-on-the-michigan">7 notes</a>
							</div>
                            
                            

						</div> <!-- metadata end -->

					</div> <!-- text end -->

				</div> <!-- post end -->
                

				


                


				


				


                



				



		        



				

            


                
                <!-- TEXT POST
				///////////////////////////////////////////////////////-->

				<div class="post text">

					<div class="narrow">

                        
						<div class="title">
							<h1>Towards a Results Accountability-based Program Charter Template</h1>
						</div>
                        

						<div class="caption">

						<p><a href="http://resultsaccountability.wordpress.com/2015/04/04/27" target="_blank">Towards a Results Accountability-based Program Charter&nbsp;Template</a></p><figure class="tmblr-full" data-orig-height="492" data-orig-width="533" data-orig-src="https://resultsaccountability.files.wordpress.com/2015/04/rba-prog-charter-in-progress.png"><img src="https://64.media.tumblr.com/a356626f448f9097811e9a183277ed91/tumblr_inline_p7viw3F73X1r0n8d1_500.png" style="float: right; width:200px; padding:10px;" data-orig-height="492" data-orig-width="533" data-orig-src="https://resultsaccountability.files.wordpress.com/2015/04/rba-prog-charter-in-progress.png" width="500" height="462" alt="image" /></figure><blockquote><p>As a certified professional, jargon is my default setting. I have to work on making stuff plain language for non-engineers (pretty much the rest of my world.)&nbsp;Last year I&nbsp;helped establish a&nbsp;PMO, and an important part was the&nbsp;program management template for our unit, which could use a little more&nbsp;plain language.</p><p>A great way to synthethize RA learning is to start modifying the program charter I&hellip;</p></blockquote><p><a href="http://resultsaccountability.wordpress.com/2015/04/04/27" target="_blank">View On WordPress</a></p><div style="clear:both;"></div>

						</div> <!-- End caption -->

                        

						<div class="metadata">

                            
        					<div class="date">
								<a href="https://educationprojects.blogs.it.umich.edu/post/115634919514/towards-a-results-accountability-based-program">Apr. 5 2015</a>
							</div>
                            

                            

                            
							
						    

                            
                            
                            <div class="notes-count">
								<a href="https://educationprojects.blogs.it.umich.edu/post/115634919514/towards-a-results-accountability-based-program">6 notes</a>
							</div>
                            
                            

						</div> <!-- metadata end -->

					</div> <!-- text end -->

				</div> <!-- post end -->
                

				


                


				


				


                



				



		        



				

            


                
                <!-- TEXT POST
				///////////////////////////////////////////////////////-->

				<div class="post text">

					<div class="narrow">

                        
						<div class="title">
							<h1>Training: Applying &ldquo;Talk to Action&rdquo; to two personal concerns</h1>
						</div>
                        

						<div class="caption">

						<blockquote><div>Situation
<p>After having reviewed the textbook, seen the first 20 minutes of Mark Friedman&rsquo;s hour long talk in Toronto, and scanned implementations in Wales, New Zealand, I was itching to get my hands dirty and do something. Anything.</p>
Task
<p>I picked two things important to me: professional development and elder parents care, neither a crises, and both requiring long term planning and sustained&hellip;</p></div></blockquote><p><a href="http://resultsaccountability.wordpress.com/2015/04/05/training-applying-talk-to-action-to-two-personal-concerns" target="_blank">View On WordPress</a></p>

						</div> <!-- End caption -->

                        

						<div class="metadata">

                            
        					<div class="date">
								<a href="https://educationprojects.blogs.it.umich.edu/post/115538431149/training-applying-talk-to-action-to-two">Apr. 4 2015</a>
							</div>
                            

                            

                            
							
						    

                            
                            
                            <div class="notes-count">
								<a href="https://educationprojects.blogs.it.umich.edu/post/115538431149/training-applying-talk-to-action-to-two">7 notes</a>
							</div>
                            
                            

						</div> <!-- metadata end -->

					</div> <!-- text end -->

				</div> <!-- post end -->
                

				


                


				


				


                



				



		        



				

            


                
                <!-- TEXT POST
				///////////////////////////////////////////////////////-->

				<div class="post text">

					<div class="narrow">

                        
						<div class="title">
							<h1>External Enemy: Sense of Urgency</h1>
						</div>
                        

						<div class="caption">

						<p>There is a lot of talk on rapid failure. However, if failure is not sowed back quickly, fertilized by a sense of urgency in the soil of good culture, it becomes a candidate for cover up.</p><p>My first national scale, multimillion dollar project had completed it&rsquo;s first major milestone: hosting a national conference. Complacency from the success seemed to be getting better of the team. An error in procurements for the next meeting did not show itself until about 6 weeks before the next national meeting. The error meant a few 10s of thousands of dollars worth of expense or sacrifice in features.&nbsp;</p><p>I was glad to have read (and listened) Kotter&rsquo;s book Sense of Urgency twice in 2014: Once in May, and then again in Fall. Converting the failure into a story, finding an external artifact to fight against, the team started coming together as one force against all odds to prevent further slip ups. Inspired by the determination to make the best of the situation, people put their game faces on and started delivering high quality productivity within a week, well in advance of the national conference.&nbsp;</p><p>The road ahead is tough. Four more weeks to the conference, but at least the support team is acting like one big coalition towards this deliverable. I wish them and myself luck on the uphill task ahead.</p>

						</div> <!-- End caption -->

                        

						<div class="metadata">

                            
        					<div class="date">
								<a href="https://educationprojects.blogs.it.umich.edu/post/110033315984/external-enemy-sense-of-urgency">Feb. 3 2015</a>
							</div>
                            

                            

                            
							
						    

                            
                            
                            <div class="notes-count">
								<a href="https://educationprojects.blogs.it.umich.edu/post/110033315984/external-enemy-sense-of-urgency">8 notes</a>
							</div>
                            
                            

						</div> <!-- metadata end -->

					</div> <!-- text end -->

				</div> <!-- post end -->
                

				


                


				


				


                



				



		        



				

            

            

			</div> <!-- content end -->

			<div id="footer">


                

                <h2>
                

                
                <a class="back-next" href="/page/2">Next</a>
                
                </h2>

                


				<div id="footer-links">

						<ul>
							<li><a href="/">Home</a></li>
                            
                            
    					    <li><a href="/about">About</a></li>
                            
    					    <li><a href="/dictionary">Dictionary</a></li>
                            
    					    <li><a href="/categories">Categories</a></li>
                            
                            
                            
                            
                            <li><a href="/archive">Archive</a></li>
					</ul>
				</div>

				<div class="colophon">

                    

					<p class="promo"><a href="http://zacksultan.com">Observer theme by Zack Sultan</a></p>

				</div>

			</div><!-- content end -->

		</div> <!-- page end -->


<iframe scrolling="no" width="1" height="1" frameborder="0" style="background-color:transparent; overflow:hidden; position:absolute; top:0; left:0; z-index:9999;" id="ga_target"></iframe><script type="text/javascript">
    (function(){
        var analytics_frame = document.getElementById('ga_target');
        var analytics_iframe_loaded;
        var user_logged_in;
        var blog_is_nsfw = 'No';

        var eventMethod = window.addEventListener ? "addEventListener" : "attachEvent";
        var eventer = window[eventMethod];
        var messageEvent = eventMethod == "attachEvent" ? "onmessage" : "message";
        eventer(messageEvent,function(e) {
            var message = (e.data && e.data.split) ? e.data.split(';') : '';
            switch (message[0]) {
                case 'analytics_iframe_loaded':
                    analytics_iframe_loaded = true;
                    postCSMessage();
                    postGAMessage();
                    break;
                case 'user_logged_in':
                    user_logged_in = message[1];
                    postGAMessage();
                    break;
            }
        }, false);

        analytics_frame.src = "https://assets.tumblr.com/analytics.html?_v=9f5febfd57a8a649c598d888f2d9e062#" +
                              "https://educationprojects.blogs.it.umich.edu";
        function postGAMessage() {
            if (analytics_iframe_loaded && user_logged_in) {
                var is_ajax = false;
                analytics_frame.contentWindow.postMessage(['tick_google_analytics', is_ajax, user_logged_in, blog_is_nsfw, '/?route=%2F'].join(';'), analytics_frame.src.split('/analytics.html')[0]);
            }
        }
        function postCSMessage() {
            COMSCORE = true;
            analytics_frame.contentWindow.postMessage('enable_comscore;' + window.location, analytics_frame.src.split('/analytics.html')[0]);
        }
    })();
</script><script type="text/javascript" nonce="x8ZbENcxRXKwqXDPMmFxm9BAJew">!function(s){s.src='https://px.srvcs.tumblr.com/impixu?T=1780698065&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDovL2VkdWNhdGlvbnByb2plY3RzLmJsb2dzLml0LnVtaWNoLmVkdS8iLCJyZXF0eXBlIjowLCJyb3V0ZSI6Ii8ifQ==&U=OCOJKKLKMC&K=21475f819313ed511ddf2b93cde92f4a7afd5fe38bdd5874c20a40bfd839bd91&R='.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="https://px.srvcs.tumblr.com/impixu?T=1780698065&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDovL2VkdWNhdGlvbnByb2plY3RzLmJsb2dzLml0LnVtaWNoLmVkdS8iLCJyZXF0eXBlIjowLCJyb3V0ZSI6Ii8iLCJub3NjcmlwdCI6MX0=&U=OCOJKKLKMC&K=0f7e8b9d4e7d6fae1bf33b75082b9ac2b2f40803f82eafc549e64484f340cf0f&R="></noscript><script type="text/javascript" nonce="x8ZbENcxRXKwqXDPMmFxm9BAJew">!function(s){s.src='https://px.srvcs.tumblr.com/impixu?T=1780698065&J=eyJ0eXBlIjoicG9zdCIsInVybCI6Imh0dHA6Ly9lZHVjYXRpb25wcm9qZWN0cy5ibG9ncy5pdC51bWljaC5lZHUvIiwicmVxdHlwZSI6MCwicm91dGUiOiIvIiwicG9zdHMiOlt7InBvc3RpZCI6IjEyODc4Njg5MDc0OSIsImJsb2dpZCI6MjgzMzE1OTksInNvdXJjZSI6MzN9LHsicG9zdGlkIjoiMTI0MzU0MzI1NjU5IiwiYmxvZ2lkIjoyODMzMTU5OSwic291cmNlIjozM30seyJwb3N0aWQiOiIxMTU2MzQ5MTk1MTQiLCJibG9naWQiOjI4MzMxNTk5LCJzb3VyY2UiOjMzfSx7InBvc3RpZCI6IjExNTUzODQzMTE0OSIsImJsb2dpZCI6MjgzMzE1OTksInNvdXJjZSI6MzN9LHsicG9zdGlkIjoiMTEwMDMzMzE1OTg0IiwiYmxvZ2lkIjoyODMzMTU5OSwic291cmNlIjozM31dfQ==&U=LFDAMHDOHK&K=6cf0a07b377817b048528a4cf915955b4eca895fd0ce7de5116d27bd7391f3e4&R='.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="https://px.srvcs.tumblr.com/impixu?T=1780698065&J=eyJ0eXBlIjoicG9zdCIsInVybCI6Imh0dHA6Ly9lZHVjYXRpb25wcm9qZWN0cy5ibG9ncy5pdC51bWljaC5lZHUvIiwicmVxdHlwZSI6MCwicm91dGUiOiIvIiwicG9zdHMiOlt7InBvc3RpZCI6IjEyODc4Njg5MDc0OSIsImJsb2dpZCI6MjgzMzE1OTksInNvdXJjZSI6MzN9LHsicG9zdGlkIjoiMTI0MzU0MzI1NjU5IiwiYmxvZ2lkIjoyODMzMTU5OSwic291cmNlIjozM30seyJwb3N0aWQiOiIxMTU2MzQ5MTk1MTQiLCJibG9naWQiOjI4MzMxNTk5LCJzb3VyY2UiOjMzfSx7InBvc3RpZCI6IjExNTUzODQzMTE0OSIsImJsb2dpZCI6MjgzMzE1OTksInNvdXJjZSI6MzN9LHsicG9zdGlkIjoiMTEwMDMzMzE1OTg0IiwiYmxvZ2lkIjoyODMzMTU5OSwic291cmNlIjozM31dLCJub3NjcmlwdCI6MX0=&U=LFDAMHDOHK&K=76dd2ff6738eb39c8055169b512e2114ebcc2ccee969536aa75c50f945ad0626&R="></noscript><iframe
    id="blue-space-api-calls-iframe"
    src="https://www.tumblr.com/dashboard/iframe/monetization?tumblelog=educationprojects&src=https%3A%2F%2Feducationprojects.blogs.it.umich.edu%2F"
    style="display: none;"
    sandbox="allow-scripts allow-same-origin"></iframe><script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" crossorigin="anonymous" nonce="x8ZbENcxRXKwqXDPMmFxm9BAJew"></script><!--
Open GAM console on the page:
1. Open browser JS console
2. Run `googletag.openConsole()`
3. GAM debug UI should appear and tell some more info on the ad itself and its fulfillment status
--><noscript id="bootloader" data-bootstrap="{&quot;Components&quot;:{&quot;PostActivity&quot;:[],&quot;NotificationPoller&quot;:{&quot;messaging_keys&quot;:[],&quot;token&quot;:&quot;&quot;,&quot;inbox_unread&quot;:0},&quot;DesktopDashboardLogo&quot;:{&quot;animations&quot;:[[&quot;https:\/\/assets.tumblr.com\/images\/logo\/hover-animations\/1.png?_v=161861acded461bb6e995593a3bae835&quot;,&quot;https:\/\/assets.tumblr.com\/images\/logo\/hover-animations\/1@2x.png?_v=496a774637302a598c851381d00009b0&quot;]]},&quot;Monetization&quot;:{&quot;client_side_waterfall&quot;:false,&quot;no_demand_reason&quot;:null},&quot;TumblelogIframe&quot;:{&quot;variant&quot;:null,&quot;isCompact&quot;:true,&quot;tumblelogBundleSrc&quot;:&quot;https:\/\/assets.tumblr.com\/client\/prod\/standalone\/tumblelog\/index.build.js?_v=556c8cff1980b8ff6446e0be7b9365a1&quot;,&quot;tumblelogName&quot;:&quot;educationprojects&quot;,&quot;isLoggedIn&quot;:false,&quot;isFriend&quot;:false,&quot;formKey&quot;:&quot;&quot;,&quot;canSubscribe&quot;:false,&quot;isSubscribed&quot;:false,&quot;tumblelogTitle&quot;:&quot;Education Project Management&quot;,&quot;tumblelogAvatar&quot;:&quot;https:\/\/64.media.tumblr.com\/avatar_02b17b75e0e7_64.pnj&quot;,&quot;tumblelogAvatar128&quot;:&quot;https:\/\/64.media.tumblr.com\/avatar_02b17b75e0e7_128.pnj&quot;,&quot;tumblelogHost&quot;:&quot;https:\/\/educationprojects.blogs.it.umich.edu&quot;,&quot;hasCustomDomain&quot;:true,&quot;isOptica&quot;:false,&quot;isCustomTheme&quot;:false,&quot;themeHeaderImage&quot;:&quot;https:\/\/assets.tumblr.com\/images\/default_header\/optica_pattern_10_focused_v3.png?_v=eafbfb1726b334d86841955ae7b9221c&quot;,&quot;themeBackgroundColor&quot;:&quot;#f6f6f6&quot;,&quot;themeTitleColor&quot;:&quot;#444444&quot;,&quot;themeAccentColor&quot;:&quot;#529ecc&quot;,&quot;brag&quot;:true,&quot;canShowAd&quot;:false,&quot;isPremium&quot;:false,&quot;geminiSectionCodeDesktop&quot;:&quot;a10bca9c-0c5d-4a02-ab13-14ab8513d81d&quot;,&quot;geminiSectionCodeMobile&quot;:&quot;ced63809-b609-4aca-96a0-abc099acba6b&quot;,&quot;currentPageType&quot;:&quot;blog&quot;,&quot;currentPage&quot;:1,&quot;searchQuery&quot;:&quot;&quot;,&quot;tag&quot;:&quot;&quot;,&quot;query&quot;:&quot;&quot;,&quot;chrono&quot;:false,&quot;postId&quot;:&quot;&quot;,&quot;src&quot;:&quot;https:\/\/educationprojects.blogs.it.umich.edu\/&quot;,&quot;postUrl&quot;:&quot;&quot;,&quot;openInPeeprUrl&quot;:&quot;https:\/\/www.tumblr.com\/educationprojects&quot;,&quot;isBlocked&quot;:null,&quot;isAdmin&quot;:false,&quot;lookupButtonUrl&quot;:&quot;&quot;,&quot;showSpamButton&quot;:false,&quot;showRootPostButton&quot;:false,&quot;rootPostUrl&quot;:&quot;&quot;,&quot;showRadarPostButton&quot;:false,&quot;radarKeys&quot;:&quot;&quot;,&quot;isUniblocked&quot;:false,&quot;isNsfw&quot;:false,&quot;isAdult&quot;:false,&quot;isSpam&quot;:false,&quot;isPrimaryBlog&quot;:false,&quot;canEdit&quot;:false,&quot;showRemoveAdsCta&quot;:false,&quot;canReblogSelf&quot;:false,&quot;showLikeButton&quot;:false,&quot;showReblogButton&quot;:false,&quot;reblogUrl&quot;:&quot;&quot;,&quot;showMessagingButton&quot;:false,&quot;loginCheckIframeSrc&quot;:&quot;https:\/\/assets.tumblr.com\/assets\/html\/iframe\/login_check.html?_v=3de94a184d600617102ddd5b48fb36e9&quot;,&quot;appInstallUrls&quot;:{&quot;android&quot;:&quot;https:\/\/play.google.com\/store\/apps\/details?id=com.tumblr\u0026referrer=utm_source%3Dtumblr%26utm_medium%3Diframe%26utm_campaign%3Dbn_continue_or_install_cta&quot;,&quot;ios&quot;:&quot;https:\/\/apps.apple.com\/app\/apple-store\/id305343404?pt=212308\u0026ct=bn_continue_or_install_cta\u0026mt=8&quot;},&quot;appOpenReferrer&quot;:&quot;bn_header_open_btn&quot;,&quot;isShowSearch&quot;:true,&quot;supplyLogging&quot;:[],&quot;secondsSinceLastActivity&quot;:-1,&quot;installUrlOpenFailed&quot;:{&quot;android&quot;:&quot;https:\/\/play.google.com\/store\/apps\/details?id=com.tumblr\u0026referrer=utm_source%3Dtumblr%26utm_medium%3Diframe%26utm_campaign%3Dbn_header_app_open_failed&quot;,&quot;ios&quot;:&quot;https:\/\/apps.apple.com\/app\/apple-store\/id305343404?pt=212308\u0026ct=bn_header_app_open_failed\u0026mt=8&quot;},&quot;loginWallVariant&quot;:&quot;small_center&quot;},&quot;CommunityLabels&quot;:{&quot;has_community_label&quot;:false,&quot;is_single&quot;:false,&quot;redirect_target&quot;:null}},&quot;Flags&quot;:{&quot;features&quot;:&quot;eyJmaWx0ZXJfbnNmdyI6dHJ1ZSwibW9iaWxlX3dlYl9nYXRlIjp0cnVlLCJzYWZlX21vZGUiOnRydWUsInNhZmVfbW9kZV9lbmFibGVkIjp0cnVlLCJrZXljb21tYW5kX2F1dG9fcGFnaW5hdGUiOnRydWUsImxvZ2dlZF9vdXRfc2VhcmNoIjp0cnVlLCJrcmFrZW5fd2ViX2xvZ2dpbmdfbGlicmFyeSI6dHJ1ZSwibGl2ZXBob3Rvc193ZWIiOnRydWUsInVzZXJfdGFnX2ZpbHRlcmluZyI6dHJ1ZSwic2FmZV9tb2RlX293bl9wb3N0Ijp0cnVlLCJwcm9qZWN0X3hfYXBwZWFsIjp0cnVlLCJtb2JpbGVfd2ViX3Bob3Rvc2V0cyI6dHJ1ZSwiaGlkZV9kZWZhdWx0X2hlYWRlcnNfYmxvZ19jYXJkcyI6dHJ1ZSwibm90aWZpY2F0aW9uX3JlcGx5X2xpbmtfdG9fbm90ZXMiOnRydWUsInR5cGluZ19pbmRpY2F0b3Jfd3JpdGUiOnRydWUsInR1bWJscl92aWRlb19zcG9uc29yZWRfZGF5Ijp0cnVlLCJjYXB0Y2hhOnVzZV9yZWNhcHRjaGEyIjp0cnVlLCJsaXR0bGVfc2lzdGVyIjp0cnVlLCJlbmFibGVfanNfZXJyb3JzX2xvZyI6dHJ1ZSwibG9nX2xhZHkiOnRydWUsInJlZHBvcF9wb3N0X2Zvcm1fbW9iaWxlX2NyZWF0ZSI6dHJ1ZSwibGVnYWN5X3Bvc3RfZm9ybV9idXR0b25zX2xpbmtfdG9fcmVkcG9wIjp0cnVlLCJzaG93X3RzcF9jbGlja190aHJvdWdoX3RvZ2dsZSI6dHJ1ZSwiZGFybGFfYWRfZmVlZGJhY2siOnRydWUsInN0YXR1c19pbmRpY2F0b3IiOnRydWUsImNvbnZlcnNhdGlvbmFsX25vdGlmaWNhdGlvbnMiOnRydWUsImRpc2FibGVfeWFob29fYl9jb29raWUiOnRydWUsImxpdmVwaG90b3MiOnRydWUsImNvbW11bml0eV9sYWJlbHMiOnRydWUsIm1vbmV0aXphdGlvbiI6dHJ1ZX0=&quot;},&quot;Context&quot;:{&quot;name&quot;:&quot;default&quot;,&quot;time&quot;:1780698065000,&quot;userinfo&quot;:{&quot;primary&quot;:&quot;&quot;,&quot;name&quot;:&quot;&quot;,&quot;channels&quot;:[]},&quot;hosts&quot;:{&quot;assets_host&quot;:&quot;https:\/\/assets.tumblr.com&quot;,&quot;secure_assets_host&quot;:&quot;https:\/\/assets.tumblr.com&quot;,&quot;www_host&quot;:&quot;https:\/\/www.tumblr.com&quot;,&quot;secure_www_host&quot;:&quot;https:\/\/www.tumblr.com&quot;,&quot;embed_host&quot;:&quot;https:\/\/embed.tumblr.com&quot;,&quot;safe_host&quot;:&quot;https:\/\/safe.txmblr.com&quot;,&quot;platform_host&quot;:&quot;https:\/\/platform.tumblr.com&quot;},&quot;language&quot;:&quot;en_US&quot;,&quot;language_simple&quot;:&quot;en&quot;,&quot;assets&quot;:&quot;https:\/\/assets.tumblr.com\/client\/prod\/&quot;},&quot;Translations&quot;:{&quot;%1$sReport %2$s&#039;s post?%3$sIf it violates our user guidelines, we&#039;ll remove it.%4$s&quot;:&quot;%1$sReport %2$s&#039;s reblog?%3$sIf it violates our user guidelines, we&#039;ll remove it.%4$s&quot;,&quot;%1$sReport %2$s&#039;s reply?%3$sIf it violates our user guidelines, we&#039;ll remove it.%4$s&quot;:&quot;%1$sReport %2$s&#039;s reblog?%3$sIf it violates our user guidelines, we&#039;ll remove it.%4$s&quot;,&quot;%1$sDelete your tip??%2$s&quot;:&quot;%1$sDelete your tip?%2$s&quot;,&quot;Deleting your tip&quot;:&quot;Deleting your tip will only remove it from the replies tab and notes. %1$sYou won&#039;t receive a refund of your tip.%2$s For further help contact %3$sTumblr Support%4$s.&quot;}}"></noscript><script src="https://assets.tumblr.com/client/prod/standalone/tumblelog/index.build.js?_v=556c8cff1980b8ff6446e0be7b9365a1"></script></body>

</html>
