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
Not long ago, EU Rota's Gea3 posed an interesting question that specifically applies to economist Paul Krugman, who writes a regular column for the New York Times:
Why does a person who writes excellent books on the subject of economics feel so compelled to distort reality in his columns for the NYT?
Without focusing on the nature of the distortions of reality that frequently populate his columns in the New York Times, the answer to the question may lie in Krugman's so-far successful practical application of economic theory - in this case, Krugman's apparent pursuit of Profit Maximization. Under this theory, Krugman is exploiting weaknesses in the New York Times' editorial practices that allow the newspaper's columnists to have their work published without any real fact-checking on the part of the newspaper's editors and management of any kind. As a result, Krugman is able to minimize the amount of labor he must expend in producing his column while collecting a regular paycheck.
That the New York Times does not monitor the factual accuracy of its columnists is confirmed by New York Times Vice President of Corporate Communications Catherine Mathis, who notes that the New York Times' columnists themselves are responsible for their own fact-checking. (HT: Conspiracy to Keep You Poor and Stupid.) Given that checking the facts that appear in his columns would increase the amount of labor he would have to expend in writing them, Krugman instead appears to maximize his income from the New York Times by omitting this basic form of quality control from his writing process for the newspaper.
Since the New York Times does not seem to require a high standard for quality in its op-ed pages, at least as measured by factual accuracy, Krugman appears to have simply tailored his workload to meet the minimum requirement - a rare example of an economist who actually economizes! Then again, it might simply be a form of rent-seeking, an alternative theory that is supported by reports of Krugman's previous episodes in dealing with substantive criticism (free, registration required) related to the factual accuracy of his columns.
By contrast, when Krugman publishes a book, the editors of the publishing company must thoroughly review the text to ensure that the facts presented within the book are correct or risk failure in the marketplace. As a result, Krugman must expend a greater amount of labor to produce his work, as a higher standard of quality is required. This higher level of required labor also partially explains why Krugman doesn't write more books, as he is able to produce comparatively more columns for the New York Times with substantially less labor.
Not to beat up the New York Times any more, but recurring problems in product quality are ALWAYS the result of how a production system is organized and operated. At a minimum, a true quality control system must provide for preventing problems from occurring in the first place as well as for detecting and correcting problems when they do occur. That the newspaper's content quality continues to be an ongoing issue is itself more of a question of the commitment on the part of the organization's management to produce a high-quality, factually-accurate product in the first place.
Then again, maybe we should just take a poll to get to the bottom of the matter! Pick what you believe to be the best explanation for Paul Krugman's frequent mistatements of fact below. The answers have been selected from those most frequently offered by others, and range from the unlikely (incompetence) to those reasons suggested above. If you don't believe any one of these options truly fit the bill, there's even a choice for you (other, not listed):
The poll will be open over through the weekend, with results posted here early next week!
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.