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
Economically speaking, of all the ways to transport people between cities, rail is perhaps the stupidest. Nowhere else do we see the confluence of extraordinarily high infrastructure costs (land, construction, equipment, facilities, etc.) and extraordinarily high operating costs (labor, maintenance, fuel, utilities, overhead, etc.) combine with extraordinarily low demand by commuters to produce such little tangible benefit.
That's why the recent report by the Associated Press' Catherine Tsai of plans by a Denver group seeking to build a high-speed commuter rail line from Wyoming to New Mexico should light up big, bright, neon, flashing "WARNING" signs to responsible public officials who would be asked to contribute tax money to support the boondoggle.
The group, Front Range Commuter Rail, led by former Colorado state representative Bob Briggs is advocating connecting the cities of Cheyenne, Wyoming, Denver, Colorado and Albuquerque, New Mexico with high-speed passenger rail service. Trains would travel over a 602 mile long route at speeds of 110 miles per hour in the group's plan.
The plan is being pushed forward to exploit the perceived good graces of Denver-area voters who voted last November to expand rail service in Denver's metropolitan area. The plan also has the support of Cheyenne LEADS, a private corporation that supports economic development in that city.
Tsai's report notes that the group has gained support from several members of Colorado's delegation to the U.S. Congress (links added):
Briggs said Sen. Ken Salazar and Rep. Mark Udall, both D-Colo., and Rep. Bob Beauprez, R-Colo., all have voiced support for the line.
This political support is necessary for the advancement of the project, since the rail lines that the group would seek to convert from freight to high-speed rail service would need to be designated as a high-speed rail corridor in order to obtain federal funding for the project. Initially, the funding would be used to conduct a study of the feasibility of the project, and later the conversion of the line from freight to high-speed passenger rail service.
The conversion of the existing freight rail lines to high-speed rail lines would be expensive, costing roughly $3 to $4 million dollars per mile. Assuming that all 602 miles of rail line would need to be converted puts the minimum cost of just installing the high-speed rail tracks at $1.8 to $2.4 billion dollars.
Tsai summarizes the group's goals for ridership:
The grand plan is to have a line offering one trip per hour, 18 hours a day, carrying 3.5 million to 4 million people a year, Briggs said.
Using these numbers, assuming 260 working days per year and 18 trips per day, Briggs is counting on moving an average 13,462 and 15,385 people per day, or between 748 to 855 people per trip.
By contrast, Amtrak presently carries roughly 64,000 passengers a day over its entire nationwide system. Chris Suellentrop of Slate provides additional numbers for comparison:
Amtrak carries about 64,000 passengers a day. That compares to 1.8 million passengers daily for domestic airlines and 984,000 passengers daily for intercity buses. That's right, more than 15 times as many Americans use intercity buses than use Amtrak. And those are just the mass-transit options for intercity travel. More people drive between cities than take a plane.
Unless the group is prepared to remove Interstate 25 from the western landscape, it's highly unlikely it would ever see anything close to these figures. Anyone with any opportunity to vote against this boondoggle should do so, especially in light of greater, real needs following Hurricane Katrina.
Labels: economics, public transportation
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.