to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
What is the difference between having armed school officials/resource officers on site and relying upon police officers at a station just over two miles away when it comes to protecting the lives of students at a public school when there is a mass shooting incident?
Because of a recent incident at a public high school in Troutdale, Oregon on 10 June 2014, we are now able to answer that question and to directly compare the outcome of that situation with the tragedy that occurred in Newtown, Connecticut on 14 December 2012.
Here's the basic background for the Troutdale, Oregon shooting:
Authorities just wrapped up an 11:15 a.m. news conference where they shared the latest developments in the shooting at Reynolds High School.
Police identified the shooter as 15-year-old Reynolds High School freshman Jared Michael Padgett. Padgett exchanged gunfire with officers, then apparently shot himself, authorities said. He used an AR-15 type of rifle, owned by his family, that he obtained after removing it from its secured storage place, said Troutdale Chief Scott Anderson.
The shooting, which left 14-year-old Reynolds High School freshman Emilio Hoffman dead, and teacher Todd Rispler grazed by a bullet, occurred just as students were heading into their first period Tuesday morning.
Other news reports indicate that Padgett was armed with "an assault rifle, a handgun and nine ammunition magazines", so the incident had the real potential of reaching the same death toll as did the Newtown, Connecticut shooting. That tragic incident resulted in the deaths of six adults and twenty children before the shooter, Adam Lanza, was finally confronted by armed police officers who had just arrived from their station, which was just 2.3 miles away, roughly eleven minutes after the shootings began. Lanza committed suicide with a self-inflicted gunshot after being confronted by the armed police officers.
By contrast, the incident at Reynolds High School in Troutdale, Oregon ended very differently:
Troutdale school resource Officers Nick Thompson and Kyle Harris were at Reynolds High School when Tuesday's shooting occurred, Multnomah County Sheriff Dan Staton said.
"As soon as this happened, they were there in less than a minute," Staton said. "Had they not been there, it could have been a lot worse."
One of the first dispatches to police was at 8:07 am: In the boy's locker room, two shots, one person down.
Troutdale Police Chief Scott Anderson credited the two resource officers -- the first responders -- and two other local officers who formed a tactical team -- for preventing further carnage.
"I believe their quick response saved many of our students' lives," Anderson said. "For that, our community and I thank you."
And so, we're left with the following raw numbers to describe the difference in outcomes between both tragic events:
We estimated the lifetime cost of staffing two armed school resource officers at a public school to make more of an apples-to-apples comparison in the benefit-cost analysis above. The $11,170,860 would represent the cost of training and total compensation (salary, benefits, pension) of a dedicated armed school resource officer based on the annual costs estimated by Ned Hill over 60 years (typically, a 20-30 year career followed by 30-40 years of very generous pension benefits.
In reality, it would be much more affordable and cost effective for most communities to augment the public safety training of a number of school employees who have other, primary responsibilities at the schools, such as school administrators.
The bottom line however is that sharply reducing the reaction time of armed responders to confront an armed suspect is the key to realizing the benefits for a community - and that holds even if the offender behind such an event that can result in a large number of casualties isn't armed with a gun.
Labels: crime
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.