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
If Michael Mann's infamous hockey stick graph should be taken seriously as evidence that human activity is causing global climate change that must be stopped, or else it will trigger positive feedback effects that will result in a catastrophe that will ruin the lives of millions of people, what then are we to make of the following chart showing how the U.S. federal government is running up its own debt for the sake of loaning out money to college students?
Here, we find that the federal government has sharply increased the amount of money it borrows for the sake of loaning it right back out to college students since 2008. Beginning in 2009, the net increase in those borrowings account for 2.9% of the entire increase in the U.S. national debt observed since 2008. That amount is above and beyond the amount directly added to the nation's total public debt outstanding by the federal government's annual budget deficits.
In this case, the disaster that would directly affect the lives of millions of people means being forced at the direction of government bureaucrats into a dramatically lower standard of living for the sake of being able to make the payments on their student loans to the U.S. federal government, without any real hope of being able to discharge that debt through bankruptcy.
That, in turn, has the real potential to indirectly hurt millions of other people, because student loan payments are rising at the rapid pace supported by the government-subsidized cost of tuition, even though college graduates are entering into jobs that pay far below what is required to both live well and to support their super-sized student loan debt.
It is quite possible then that we have reached a point where higher education hurts the economic growth of the nation, rather than helps it:
Student loans could be the next asset class to school the United States about poor debt management. Graduates are now forking over more of their disposable income in repayments than 10 years ago, defaults are rising and with Uncle Sam now directly holding $450 billion of student debt, taxpayers are on the hook again. That could put U.S. higher education in the embarrassing position of hindering, rather than helping to fuel, economic growth.
Here's how: first, the size of the student loan market has mushroomed. Bachelor-degree debt at graduation has grown 250 percent over the past decade, according to finaid.org. At $867 billion, it exceeds both credit-card and auto debt in the United States, according to a study by the New York Federal Reserve. If this trend continues, by 2021 it'll be equivalent to 1.3 percent of GDP, triple its current level, assuming GDP cleaves to its 4.5 percent 15-year average nominal growth.
Next, average payments have risen by 83 percent over the past decade while median income for those aged 25 to 34 has increased by just a fifth, according to the Bureau of Labor Statistics. That leaves less money for graduates to spend or save. Extrapolate ahead 10 years, and former students will be paying $125 billion extra a year. By then, that would equate to two-thirds of a percentage point of GDP.
We wonder how the higher education bubble and federal budget crisis deniers will react to this hockey stick chart....
U.S. Treasury. Monthly Statement of the Public Debt of the United States, September 30, 2011.
U.S. Treasury. Monthly Statement of the Public Debt of the United States, September 30, 2008.
Labels: education, national debt
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.