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
It takes 687 Earth days for the planet Mars to complete an orbit around the Sun. That's not quite two Earth years, it's a little under one Earth year and 11 Earth months.
Which is relevant today because of a unique project we launched a little over two years ago. We recognized the arrival of the Mars Perseverance Rover on the planet with its ambitious plan to drill and collect rock samples represented something more than an expensive science experiment. It represented the birth of the Martian economy.
That's because the plan for rock samples drilled by the rover was to store them in special containers on the surface of Mars for eventual return to Earth for scientific study. Or rather, these valuable goods produced by the rover would be placed into an inventory prior to being exported to Earth. These are all economic activities in which value is added to a raw product that can be accomplished by remotely operated or automated equipment.
But how much value has been added by these activities over the past Martian year? That's a big question because the answer represents the gross domestic product for Mars. We were able to estimate a market value for the rock samples based on the auction prices of samples of meteorites found on Earth that were determined to have originated from Mars, so all we have to do is add up the number of samples that have been produced over the span of a Martian year.
For our purposes, we're looking at a 687 day long period that runs from 12 July 2021 through 30 May 2023. During that period, Mars Perseverance Rover drilled and packaged 19 samples for future export to Earth. The following table tallies up the value of those future exports currently stored in inventory by the Martian quarter in which they were produced.
Martian GDP Estimates (Constant 2021 U.S. Dollars) | ||||
---|---|---|---|---|
Martian Quarter | First Quarter | Second Quarter | Third Quarter | Fourth Quarter |
Approximate Earthdates | 12 Jul 2021 - 31 Dec 2021 | 1 Jan 2022 - 21 Jun 2022 | 22 Jun 2022 - 11 Dec 2022 | 12 Dec 2022 - 30 May 2023 |
Estimated GDP | $494,430 ($110,780 - $878,080) |
$296,658 ($66,468 - $526,848) |
$889,974 ($199,404 - $1,580,544) |
$98,886 ($22,156 - $175,616) |
Revision Level | Final | Third | Second | Initial |
With only one sample collected during the entire Martian fourth quarter, we estimate the amount of Martian GDP for the entire Martian year is $1,779,948, which represents the average of the low and high end estimates we have for the value of the rock samples collected and stored by the rover, which range from $398,808 to $3,161,088.
Looking ahead to Mars' future export economy, NASA and the European Space Agency reached an agreement to establish a sample transfer depot at the Three Forks location within Mars' Jezero Crater. The Perseverence Rover will cache its full inventory of rock and atmospheric samples at the Three Forks Depot before their future export.
But that's as far as they've gotten because of what has proven to be very bad planning by government space agencies, who failed to develop a viable plan for their export from Mars to Earth.
NASA’s audacious Mars Sample Return (MSR) mission has serious technical flaws and “unrealistic” assumptions about its budget and timetable, an independent review found in a report released yesterday. Originally estimated to cost some $4 billion, the reviewers found that NASA’s share of the mission could end up costing between $8 billion to $11 billion, and that launch could happen no sooner than 2030, 2 years later than now planned.
A joint project between NASA and the European Space Agency (ESA), MSR would gather rocks collected by the Perseverance rover, which has been drilling samples since it landed on Mars in 2020. MSR would then rocket the samples off the planet and ferry them to Earth, where scientists would study them for signs of past life and planetary evolution. The top priority of planetary science for several decades, it remains a worthy goal and one still worth pursuing, especially in light of similar sample return plans for Mars planned by China for later this decade, according to the review report, which was commissioned by NASA.
But NASA won’t get there without dramatically rethinking how it runs the program and accepting the true cost. “MSR was established with unrealistic budget and schedule expectations from the beginning,” the report says. “As a result, there is currently no credible, congruent technical, nor properly margined schedule, cost, and technical baseline that can be accomplished with the likely available funding.” And proposed NASA budgets simply do not provide the funding needed to make the mission happen, it adds.
To put it simply, the space agencies' sample return plan for the Martian rock samples was modeled on South Park's underwear gnomes' business plan:
The space agencies are expected to present a recovery plan sometime later this year. For what it's worth, they do believe the collected rock samples are valuable. The following short video describes what they hope to learn from them:
And just because Martians play a key role in it, here's one more for fun!
Labels: ideas
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.