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 if your town got really lucky and landed a new major employer - one that would directly bring hundreds of high-paying jobs to your community that would also boost the number of other jobs available locally? How big of an economic benefit could that be for your town?
To answer that question, you're going to have to make some assumptions about how many other additional jobs might be generated as a result of having the new employer and all its employees come to town - jobs that will indirectly support the new business its employees, such as real estate agents, restaurant workers, personal service providers, couriers, teachers, landscapers, et cetera. It will also help to know both how much the new jobs coming to town will pay on average, as well as how much the average "other" job in your community pays today.
If you have that information, then you have all you need to get a quick sense of how much your community will benefit as a result of becoming a boomtown for new jobs! Just enter the indicated information in the tool below, and you can do your own economic impact calculation. If you're reading this article on a site that republishes our RSS news feed, click here to ensure that you can access a working version of this tool!
In the results above, the Combined Annual Income from All Jobs Added to Community represents the money that will fully pass through to members of the community, not counting any charitable contributions that might pass through to members of the community on the part of the new employer.
Meanwhile, the Total Annual Economic Contribution of the New Employer represents the value of the economic activity that its business brings to the community, which we calculated by adding the New Employer's Projected Annual Revenue for Work Done in Community to the Total Annual Income from Additional Jobs Generated in Community. Because the incomes from the jobs of the new employer are paid from their business revenues, doing the math this way avoids double counting the contribution from the incomes of the direct jobs with the new employer.
In case you're wondering about the default data, it is based on information that is available for the aerospace industry, and represents the average value of jobs that at least one employer delivered to its community.
Our tool will also work in reverse to estimate the economic impact upon a community if a major employer leaves, goes out of business or undergoes major layoffs, such as the oil industry has experienced in recent years. If you want to try that math out, the number of other jobs generated for each direct job in the oil industry is approximately 3.0.
For a football stadium, we estimate the figure to be about 0.3. This is based upon data for Levi's Stadium in Santa Clara, California, where we assume that 4,500 people are employed for 8 hours on game days, which in terms of the collective hours they might work, is the equivalent of 17.3 full time employees who work year round. Divided by the 60 actual full time, year-round direct employees of the stadium gives the appropriate multiplier of 0.3.
You know the best part of having developed this tool? Now, towns and cities don't need to hire costly economic consultants just to do the math to get these estimates!
Labels: business, economics, sports, tool
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.