<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" dir="ltr" lang="en-US"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" dir="ltr" lang="en-US"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" dir="ltr" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en-US">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BROOM MANAGEMENT SYSTEM</title>
<link rel="pingback" href="https://www.johndeanpark.com/xmlrpc.php" />
<meta name='robots' content='max-image-preview:large' />
<link rel="alternate" type="application/rss+xml" title="John Dean Park - Stewardship &raquo; Feed" href="https://www.johndeanpark.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="John Dean Park - Stewardship &raquo; Comments Feed" href="https://www.johndeanpark.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="John Dean Park - Stewardship &raquo; BROOM MANAGEMENT SYSTEM Comments Feed" href="https://www.johndeanpark.com/broom-management-system/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.johndeanpark.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.johndeanpark.com%2Fbroom-management-system%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.johndeanpark.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.johndeanpark.com%2Fbroom-management-system%2F&#038;format=xml" />
        <script type="text/javascript">
        (function() {
            document.addEventListener('DOMContentLoaded', function() {
                var containers = document.querySelectorAll('.wp-lightbox-container');

                for (var i = 0; i < containers.length; i++) {
                    var container = containers[i];

                    var wpElements = container.querySelectorAll('[data-wp-on], [data-wp-interactive], [data-wp-init], [data-wp-context], img, button');

                    for (var j = 0; j < wpElements.length; j++) {
                        var el = wpElements[j];
                        var attributes = el.attributes;

                        for (var k = attributes.length - 1; k >= 0; k--) {
                            var attr = attributes[k];
                            if (attr.name.indexOf('data-wp-') === 0) {
                                el.removeAttribute(attr.name);
                            }
                        }
                    }

                    var buttons = container.querySelectorAll('button');
                    for (var j = 0; j < buttons.length; j++) {
                        buttons[j].remove();
                    }
                }

                var allWpImages = document.querySelectorAll('img[data-wp-on], img[data-wp-interactive], img[data-wp-init]');
                for (var i = 0; i < allWpImages.length; i++) {
                    var img = allWpImages[i];
                    var attributes = img.attributes;

                    for (var j = attributes.length - 1; j >= 0; j--) {
                        var attr = attributes[j];
                        if (attr.name.indexOf('data-wp-') === 0) {
                            img.removeAttribute(attr.name);
                        }
                    }
                }

                var standaloneButtons = document.querySelectorAll('button.lightbox-trigger, button[data-wp-on], button[data-wp-interactive]');
                for (var i = 0; i < standaloneButtons.length; i++) {
                    standaloneButtons[i].remove();
                }
            });

            document.addEventListener('click', function(e) {
                var target = e.target;

                if (target.hasAttribute('data-wp-on') ||
                    target.hasAttribute('data-wp-interactive') ||
                    target.classList.contains('lightbox-trigger') ||
                    target.hasAttribute('data-wp-init')) {
                    e.preventDefault();
                    e.stopPropagation();
                    e.stopImmediatePropagation();
                    return false;
                }

                if (target.tagName === 'FIGURE' && target.classList.contains('wp-lightbox-container')) {
                    e.preventDefault();
                    e.stopPropagation();
                    e.stopImmediatePropagation();
                    return false;
                }

                if (target.tagName === 'A' && target.querySelector('img[data-wp-on], img[data-wp-interactive]')) {
                    e.preventDefault();
                    e.stopPropagation();
                    e.stopImmediatePropagation();
                    return false;
                }
            }, true);
        })();
        </script>
        <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-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:6a20037024688*/
/*# 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='thematic_style-css' href='https://www.johndeanpark.com/wp-content/themes/johndean/style.css?ver=7.0' media='all' />
<link rel='stylesheet' id='fancybox-css' href='https://www.johndeanpark.com/wp-content/plugins/easy-fancybox/fancybox/1.5.4/jquery.fancybox.min.css?ver=7.0' media='screen' />
<link rel='stylesheet' id='mediaelementjs-styles-css' href='https://www.johndeanpark.com/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/v4/mediaelementplayer.min.css?ver=7.0' media='all' />
<link rel='stylesheet' id='mediaelementjs-styles-legacy-css' href='https://www.johndeanpark.com/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/v4/mediaelementplayer-legacy.min.css?ver=7.0' media='all' />
<link rel='stylesheet' id='themeblvd_gmap-css' href='https://www.johndeanpark.com/wp-content/plugins/theme-blvd-responsive-google-maps/assets/style.css?ver=1.0' media='all' />
<script id="jquery-core-js" src="https://www.johndeanpark.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<script id="jquery-migrate-js" src="https://www.johndeanpark.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script>
<script id="peekaboo_plugin-js" src="https://www.johndeanpark.com/wp-content/plugins/peekaboo/assets/global.js?ver=1.1"></script>
<script id="gmap-js" src="https://www.johndeanpark.com/wp-content/plugins/theme-blvd-responsive-google-maps/assets/jquery.gmap.min.js?ver=3.0"></script>
<script id="modernizr-js-js" src="https://www.johndeanpark.com/wp-content/themes/johndean/js/modernizr.js?ver=7.0"></script>
<script id="mediaelementjs-scripts-js" src="https://www.johndeanpark.com/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/v4/mediaelement-and-player.min.js?ver=4.2.8"></script>
<link rel="https://api.w.org/" href="https://www.johndeanpark.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.johndeanpark.com/wp-json/wp/v2/posts/1263" />
<link rel="canonical" href="https://www.johndeanpark.com/broom-management-system/" />
<link rel='shortlink' href='https://www.johndeanpark.com/?p=1263' />
<link href='https://fonts.googleapis.com/css?family=Cinzel+Decorative:700|Ruthie|Fondamento' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="https://www.johndeanpark.com/wp-content/themes/johndean/favicon.ico" />
</head>

<body class="wp-singular post-template-default single single-post postid-1263 single-format-standard wp-theme-thematic wp-child-theme-johndean ml-lightbox-included metaslider-plugin unknown-os unknown-browser">

	<div id="wrapper" class="hfeed">

		<div id="header">

        		<div id="branding">
<div id="blog-title">
<a href="https://johndeanpark.com/" title="ȽÁU,WELṈEW̱/John Dean Park - Stewardship" rel="home">
ȽÁU,WELṈEW̱/<span class="biglet">J</span>ohn <span class="biglet">D</span>ean Park - Stewardship</a></div>
	<div id="blog-description">Vancouver Island &#8211; British Columbia</div>

		</div><!--  #branding -->
    <div id="access" class="cf">
        <div class="menu-button"><span class="menu-title">Menu</span><div class="button"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></div></div>
        <nav class="access-nav cf" role="navigation">
               <div class="menu"><ul id="menu-main" class="sf-menu"><li id="menu-item-44" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-44"><a href="https://www.johndeanpark.com/">Welcome / EWÁ E NE EN SḰEL, ḰEL</a></li>
<li id="menu-item-146" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-146"><a href="https://www.johndeanpark.com/nature-house/">Nature House</a></li>
<li id="menu-item-42" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="https://www.johndeanpark.com/books/">Books</a></li>
<li id="menu-item-40" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-40"><a href="https://www.johndeanpark.com/friends/">Friends</a></li>
<li id="menu-item-39" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39"><a href="https://www.johndeanpark.com/map/">Park Map</a></li>
<li id="menu-item-134" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-134"><a href="https://www.johndeanpark.com/stories/">Stories</a></li>
<li id="menu-item-321" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-321"><a href="https://www.johndeanpark.com/operations/">Contacts</a></li>
</ul></div>        </nav>
    </div><!-- #access -->
           		
    	</div><!-- #header-->		        
    	    	
	<div id="main">

		<div id="container">
			
			<div id="content">

			
				<div id="post-1263" class="post-1263 post type-post status-publish format-standard hentry category-bc-parks-volunteer category-broom category-broom-management category-friends-of-john-dean category-john-dean-park category-john-dean-provincial-park category-park-stewardship tag-broom tag-broom-free tag-broom-management tag-broom-management-system tag-broom-removal tag-jarrett-teague tag-john-dean-park tag-mount-newton tag-park-stewardship tag-removing-broom" > 

				

					<h1 class="entry-title">BROOM MANAGEMENT SYSTEM</h1>
     				
					<div class="entry-content">
					
						<p>All of the meadows in John Dean Park are “broom free”. The park has 9 Broom Zones:</p>
<ul>
<li>5 x Flagship Presentation zones</li>
<li>2 x Trail-side Viewpoint zones</li>
<li>2 x Special Place zones</li>
</ul>
<p>Noteworthy: few parks within the region have received such a long-time commitment towards the complete removal of broom.</p>
<p>&nbsp;</p>
<p><strong>Updated: Autumn 2017 – monthly 15min per Broom Zone is crucial</strong></p>
<p><strong> </strong></p>
<p>Since 1991 (26 years) I’ve been on this grunting project, and the hard work is done! For future volunteers, the below tables describe the time and commitment required to maintain the achievement (approx. 30hrs each year).</p>
<p>A monthly commitment of 15min per meadow is required to sustain the achievements. It’s now my great hope that a person or family adopt each meadow; if you have a favorite spot you’d like to take care of, contact Jarrett @ <a href="mailto:jarrettteague@yahoo.ca">jarrettteague@yahoo.ca</a> to begin:</p>
<ul>
<li>Broom Sponsor (encouragement / financial)</li>
<li>Broom Companion (2<sup>nd</sup> year &amp; 1-2 zones)</li>
<li>Broom Supervisor (3<sup>rd</sup> year &amp; 3+ zones)</li>
<li>Broom Principal (4<sup>th</sup> year &amp; all zones)</li>
</ul>
<p><strong> </strong></p>
<table>
<tbody>
<tr>
<td width="45"><strong> </strong></p>
<p><strong>Zone</strong></p>
<p><strong> </strong></td>
<td width="246"><strong> </strong></p>
<p><strong>Location</strong></p>
<p><strong> </strong></td>
<td width="180"><strong> </strong></p>
<p><strong>Background</strong></p>
<p><strong> </strong></td>
<td width="168"><strong> </strong></p>
<p><strong>Situation</strong></p>
<p><strong> </strong></td>
</tr>
<tr>
<td width="45">1</p>
<p>mint</td>
<td width="246">Airport Radar Tower</p>
<p>a)      West meadow at road/gate</p>
<p>b)      East meadow along road</td>
<td width="180">“Flagship Presentation”</p>
<p>&nbsp;</p>
<p>1995, initial removal</p>
<p>&nbsp;</p>
<p>Major removals occurred</p>
<p>&nbsp;</p>
<p>2011, Jarrett adopted the meadow; seed bank not exhausted, requires attention</td>
<td width="168">99% done</p>
<p>&nbsp;</p>
<p>Maintained quarterly</p>
<p>&nbsp;</p>
<p>Adjacent broom within MOT compound; unreliably cut</p>
<p>&nbsp;</p>
<p>Removal actions required, 15min per month / 3hrs annually</p>
<p>&nbsp;</td>
</tr>
<tr>
<td width="45">2</p>
<p>mint</td>
<td width="246">Coast Guard Radar Tower</p>
<p>a)      South fence line</p>
<p>b)      Lower-middle treeline</p>
<p>c)       North-side at wood fence</td>
<td width="180">“Flagship Presentation”</p>
<p>&nbsp;</p>
<p>1991, initial major removals occurred</p>
<p>&nbsp;</p>
<p>1997, Jarrett adopted</p>
<p>&nbsp;</p>
<p>Seed bank almost exhausted</p>
<p>&nbsp;</p>
<p>&nbsp;</td>
<td width="168">99% done</p>
<p>&nbsp;</p>
<p>Maintained quarterly</p>
<p>&nbsp;</p>
<p>Requires 15min per month / 3hrs annually</p>
<p>&nbsp;</td>
</tr>
<tr>
<td width="45">3</p>
<p>mint</td>
<td width="246">Pickles’ Bluff</p>
<p>a)      Bluff, center area</p>
<p>b)      Bluff, lower south end</p>
<p>c)       Bluff, lower north end</p>
<p>d)      Meadow, below and north</p>
<p>e)      Meadow south of steps</p>
<p>f)       Meadow far south of steps</p>
<p>g)      Meadow north of steps</p>
<p>&nbsp;</td>
<td width="180">“Flagship Presentation”</p>
<p>&nbsp;</p>
<p>1991, initial removal</p>
<p>&nbsp;</p>
<p>Major removals occurred</p>
<p>&nbsp;</p>
<p>1999, seed bank exhausted</td>
<td width="168">99% done</p>
<p>&nbsp;</p>
<p>Maintained quarterly</p>
<p>&nbsp;</p>
<p>Requires 15min per month / 3hrs annually</p>
<p>&nbsp;</td>
</tr>
<tr>
<td width="45">4</p>
<p>mint</td>
<td width="246">LAWWELNEW Trail</p>
<p>a)      Upper-west end</p>
<p>b)      Middle-east ridge, long</p>
<p>c)       Lower-southeast end</p>
<p>&nbsp;</td>
<td width="180">“Flagship Presentation”</p>
<p>&nbsp;</p>
<p>1993, initial removal</p>
<p>&nbsp;</p>
<p>1996, Bryce Kendrick adopted; Many thanks to Dr. Bryce Kendrick who pulled in this location: 1995-2013.</p>
<p>&nbsp;</p>
<p>2008, seed bank exhausted</p>
<p>&nbsp;</td>
<td width="168">99% done</p>
<p>&nbsp;</p>
<p>Maintained quarterly</p>
<p>&nbsp;</p>
<p>Requires 15min per month / 3hrs annually</td>
</tr>
<tr>
<td width="45">5</p>
<p>mint</td>
<td width="246">Thomson &amp; Woodward Trails</p>
<p>a)      Triangle Junction meadow</p>
<p>b)      Surrounding area</p>
<p>c)       Ridge above Woodward</p>
<p>d)      Ridge below Woodward</p>
<p>e)      Lower Gary oak Meadow</td>
<td width="180">“Flagship Presentation”</p>
<p>&nbsp;</p>
<p>1993, initial removal</p>
<p>&nbsp;</p>
<p>1999, Seed bank exhausted</p>
<p>&nbsp;</p>
<p>Major adjacent seed bank on private property; ongoing action required forever.</p>
<p>&nbsp;</td>
<td width="168">99% done</p>
<p>&nbsp;</p>
<p>Maintained quarterly</p>
<p>&nbsp;</p>
<p>Each meadow requires 15min per month / 3hrs annually</p>
<p>&nbsp;</td>
</tr>
<tr>
<td width="45">6</p>
<p>clear</td>
<td width="246">Surveyors’ Trail, Glimpse Point</p>
<p>a)      Viewpoint</p>
<p>b)      Viewpoint tree line</p>
<p>c)       Below viewpoint in forest</p>
<p>d)      Behind house</p>
<p>e)      Eastern meadow</p>
<p>f)       Eastern meadow in forest</p>
<p>g)      Above Surveyors’ Trail</p>
<p>h)      Above Surveyors’ Trail back meadows</p>
<p>&nbsp;</td>
<td width="180">“Trail-side Viewpoint”</p>
<p>&nbsp;</p>
<p>1992, initial removals</p>
<p>&nbsp;</p>
<p>Ongoing removals by a few Friends occurred; many thanks to Dr. Bryce Kendrick who pulled in this location: 1995-2013.</p>
<p>&nbsp;</p>
<p>2015, Jarrett conducted a 26hr 100% removal throughout the entire area; commits to long-term monthly removals.</p>
<p>&nbsp;</p>
<p>Major adjacent seed bank on private property; ongoing action required forever.</p>
<p>&nbsp;</td>
<td width="168">2015, 99% removed</p>
<p>&nbsp;</p>
<p>Maintained monthly</p>
<p>&nbsp;</p>
<p>Requires 30min per month / 6hrs annually</td>
</tr>
<tr>
<td width="45">7</p>
<p>clear</td>
<td width="246">West Viewpoint</p>
<p>a)      Lower shelf</p>
<p>b)      Lower shelf, outer perimeter</td>
<td width="180">“Trail-side Viewpoint”</p>
<p>&nbsp;</p>
<p>1991, Initial pull; inconsistent removals occurred</p>
<p>&nbsp;</p>
<p>2015, Jarrett conducted a 100% removal throughout the entire area; commits to long-term monthly removals.</p>
<p>&nbsp;</td>
<td width="168">2015, 99% removed</p>
<p>&nbsp;</p>
<p>Forest broom within sight has been removed</p>
<p>&nbsp;</p>
<p>Maintained quarterly</p>
<p>&nbsp;</p>
<p>Requires 15min per month / 3hrs annually</p>
<p>&nbsp;</p>
<p>&nbsp;</td>
</tr>
<tr>
<td width="45">8</p>
<p>mint</td>
<td width="246">Harrop Trail, Western Ridge Meadows</p>
<p>a)      Upper, above relocation</p>
<p>b)      Lower, above the multiple drainage channels</td>
<td width="180">“Special Places”</p>
<p>&nbsp;</p>
<p>1996, initial removal</p>
<p>&nbsp;</p>
<p>Inconstant removals occurred</p>
<p>&nbsp;</p>
<p>2011, seed bank exhausted</p>
<p>&nbsp;</p>
<p>&nbsp;</td>
<td width="168">99% done</p>
<p>&nbsp;</p>
<p>Checked quarterly</p>
<p>&nbsp;</p>
<p>Requires 2hrs annually</td>
</tr>
<tr>
<td width="45">9</p>
<p>mint</td>
<td width="246">Entrance Road</p>
<p>a)      Upper Slektain Meadow</p>
<p>b)      Meadow below road corner</p>
<p>c)       Meadow above fire hydrant</p>
<p>d)      High ridge above road</p>
<p>e)      Overhang cliffs at road</p>
<p>f)       Meadow above Montfort staircases</p>
<p>&nbsp;</td>
<td width="180">“Special Places”</p>
<p>&nbsp;</p>
<p>1993, initial removal</p>
<p>&nbsp;</p>
<p>2016, seed bank exhausted</p>
<p>&nbsp;</td>
<td width="168">99% done</p>
<p>&nbsp;</p>
<p>Maintained quarterly</p>
<p>&nbsp;</p>
<p>Requires 15min per month / 3hrs annually</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>Despite John Dean Park’s current exceptional situation; baby broom produces seeds during its third year. Therefore it’s essential that all broom be removed immediately to hedge against the 35mth deadline.</p>
<p>&nbsp;</p>
<p>Updated for spring-2016: John Dean Park is broom free, and future volunteers inherit a zero debt &amp; zero deficit workload.</p>
<p>Jarrett has committed to all broom zones; assistance is requested…</p>
<p>&nbsp;</p>
<p><strong>EASY ASSESMENT</strong></p>
<p>&nbsp;</p>
<table>
<tbody>
<tr>
<td width="113"><strong> </strong></p>
<p><strong>Stage</strong></td>
<td width="134"><strong> </strong></p>
<p><strong>Effort</strong></p>
<p><strong> </strong></td>
<td width="131"><strong> </strong></p>
<p><strong>Age/Height</strong></td>
<td width="126"><strong> </strong></p>
<p><strong>Threat</strong></td>
<td width="134"><strong> </strong></p>
<p><strong>Control</strong></td>
</tr>
<tr>
<td width="113">6</td>
<td width="134">failure</td>
<td width="131">48mth / +30”</td>
<td width="126">seed generating</td>
<td width="134">abandonment</td>
</tr>
<tr>
<td width="113">5</td>
<td width="134">setback</td>
<td width="131">36-47mth / 24-29”</td>
<td width="126">seed producing</td>
<td width="134">negligence</td>
</tr>
<tr>
<td width="113">4</td>
<td width="134">debt</td>
<td width="131">24-35mth / 18-23”</td>
<td width="126">growth</td>
<td width="134">attention</td>
</tr>
<tr>
<td width="113">3</td>
<td width="134">deficit</td>
<td width="131">12-23mth / 12-17”</td>
<td width="126">growth</td>
<td width="134">care</td>
</tr>
<tr>
<td width="113">2</td>
<td width="134">routine</td>
<td width="131">3-11mth / 6-11”</td>
<td width="126">babies</td>
<td width="134">love</td>
</tr>
<tr>
<td width="113">1</td>
<td width="134">mastered</td>
<td width="131">1-5”</td>
<td width="126">babies minimal</td>
<td width="134">own</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>A message for future volunteers: I’ve been removing broom at John Dean Park since 1991 (25 years completed). It’s time to pass along my knowledge.</p>
<p>&nbsp;</p>
<p><strong><u>I believe the only way to sustain “broom free” is:</u></strong></p>
<ul>
<li>Set mission statement: “ensure John Dean Park remains broom-free (under 4mths growth)”;</li>
<li>Leadership monitors and updates the parks “Broom Register” quarterly (9 zones);</li>
<li>Assign each meadow to a person or family who commits;</li>
<li>The best time to surge on broom is October to December; conduct double checks January to February; avoid flower areas March to June; the monthly 15min per meadow is crucial</li>
<li>Leadership offers an allowance for each meadow; suggest $2 per hour to directly reimburse clothing and expenses, or to encourage and thank volunteers. As of 2016, each of the nine zones requires 3hrs per year (approx. $6 per meadow/total $54 each year forever.</li>
<li>I’m worried if my recommendations aren’t followed, and broom regrows to +3yrs, seeds will be deposited thereby creating a setback of 7yrs, meaning more and more work for future volunteers; and</li>
<li>Broom leadership is true stewardship, which I believe belongs within the Friends of John Dean Park Society (where I started). I believe it’s the duty of a volunteer to operate whereby less work is required from future volunteers.</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong><u>Qualities of Emerging Volunteer Broom Supervisors:</u></strong></p>
<p>Awareness – Interest – Time – Vigour – Ownership</p>
<ul>
<li>recognizes action is required;</li>
<li>believes broom free must be sustained;</li>
<li>identifies with the object of the exercise;</li>
<li>commits exceptional worth to the park;</li>
<li>performs well;</li>
<li>achieves results;</li>
<li>regards the role as a talent; and</li>
<li>succession plan arranged.</li>
</ul>
<p>&nbsp;</p>

												
					</div><!-- .entry-content -->
					
					<footer class="entry-utility cf"><ul class="main-utilities"><li><span class="meta-prep meta-prep-author">By </span><span class="author vcard"><a class="url fn n" href="https://www.johndeanpark.com/author/jarrett/" title="View all posts by Jarrett Teague">Jarrett Teague</a></span></li><li><span class="meta-prep meta-prep-entry-date">Published: </span><span class="entry-date"><abbr class="published" title="2015-11-03T18:28:44-0800">November 3, 2015</abbr></span></li><li><span class="comments-link"><a href="https://www.johndeanpark.com/broom-management-system/#respond" title="Comment on BROOM MANAGEMENT SYSTEM" rel="bookmark">1 Response</a></span></li></ul><ul class="sub-utilities"><li>

						<span class="cat-links">Categories <a href="https://www.johndeanpark.com/category/bc-parks-volunteer/" rel="category tag">BC Parks Volunteer</a>, <a href="https://www.johndeanpark.com/category/broom/" rel="category tag">Broom</a>, <a href="https://www.johndeanpark.com/category/broom-management/" rel="category tag">Broom Management</a>, <a href="https://www.johndeanpark.com/category/friends-of-john-dean/" rel="category tag">Friends of John Dean</a>, <a href="https://www.johndeanpark.com/category/john-dean-park/" rel="category tag">John Dean Park</a>, <a href="https://www.johndeanpark.com/category/john-dean-provincial-park/" rel="category tag">John Dean Provincial Park</a>, <a href="https://www.johndeanpark.com/category/park-stewardship/" rel="category tag">Park Stewardship</a></span></li><li><span class="tag-links"> Tagged <a href="https://www.johndeanpark.com/tag/broom/" rel="tag">Broom</a>, <a href="https://www.johndeanpark.com/tag/broom-free/" rel="tag">Broom Free</a>, <a href="https://www.johndeanpark.com/tag/broom-management/" rel="tag">Broom Management</a>, <a href="https://www.johndeanpark.com/tag/broom-management-system/" rel="tag">Broom Management System</a>, <a href="https://www.johndeanpark.com/tag/broom-removal/" rel="tag">Broom removal</a>, <a href="https://www.johndeanpark.com/tag/jarrett-teague/" rel="tag">Jarrett Teague</a>, <a href="https://www.johndeanpark.com/tag/john-dean-park/" rel="tag">John Dean Park</a>, <a href="https://www.johndeanpark.com/tag/mount-newton/" rel="tag">mount newton</a>, <a href="https://www.johndeanpark.com/tag/park-stewardship/" rel="tag">Park Stewardship</a>, <a href="https://www.johndeanpark.com/tag/removing-broom/" rel="tag">Removing broom</a></span> </li></ul>

					</footer><!-- .entry-utility -->
					
				</div><!-- #post -->
		
			<div id="nav-below" class="navigation">
				<div class="nav-previous"><a href="https://www.johndeanpark.com/pickles-bluff-stewardship/" rel="prev"><span class="meta-nav">&laquo;</span> PICKLES’ BLUFF STEWARDSHIP SUCCESSION</a></div>
				<div class="nav-next"><a href="https://www.johndeanpark.com/south-entrance-to-john-dean-park/" rel="next">SOUTH ENTRANCE TO JOHN DEAN PARK <span class="meta-nav">&raquo;</span></a></div>
			</div>

								
				<div id="comments">
	
					
					
										
												
					
											
					<div id="comments-list-wrapper" class="comments">

						<h3><span>One</span> Comment</h3>
	
						<ol id="comments-list" >
							    
       	<li id="comment-131344" class="comment even thread-even depth-1 thm-c-y2016 thm-c-m02 thm-c-d02 thm-c-h03">
    	
    		    		
    		<div class="comment-author vcard"><br />
<b>Fatal error</b>:  Uncaught Error: Call to undefined function ereg() in /home/grenbear/public_html/johndeanpark.com/wp-content/themes/thematic/library/extensions/comments-extensions.php:262
Stack trace:
#0 /home/grenbear/public_html/johndeanpark.com/wp-content/themes/thematic/library/extensions/discussion.php(30): thematic_commenter_link()
#1 /home/grenbear/public_html/johndeanpark.com/wp-includes/class-walker-comment.php(183): thematic_comments(Object(WP_Comment), Array, 1)
#2 /home/grenbear/public_html/johndeanpark.com/wp-includes/class-wp-walker.php(150): Walker_Comment-&gt;start_el('', Object(WP_Comment), 1, Array)
#3 /home/grenbear/public_html/johndeanpark.com/wp-includes/class-walker-comment.php(139): Walker-&gt;display_element(Object(WP_Comment), Array, 5, 0, Array, '')
#4 /home/grenbear/public_html/johndeanpark.com/wp-includes/class-wp-walker.php(397): Walker_Comment-&gt;display_element(Object(WP_Comment), Array, 5, 0, Array, '')
#5 /home/grenbear/public_html/johndeanpark.com/wp-includes/comment-template.php(2415): Walker-&gt;paged in <b>/home/grenbear/public_html/johndeanpark.com/wp-content/themes/thematic/library/extensions/comments-extensions.php</b> on line <b>262</b><br />
<error>
    <code>internal_server_error</code>
    <title><![CDATA[WordPress &amp;rsaquo; Error]]></title>
    <message><![CDATA[&lt;p&gt;There has been a critical error on this website.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://wordpress.org/documentation/article/faq-troubleshooting/&quot;&gt;Learn more about troubleshooting WordPress.&lt;/a&gt;&lt;/p&gt;]]></message>
    <data>
        <status>500</status>
    </data>
</error>
