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 you have to work in an environment where you might be exposed to airborne respiratory hazards, a Powered Air Purifying Respirator (PAPR) is a device that can offer wearable protection for your head and face while allowing you breathe air that has been filtered to remove contaminants. In today's world, contaminants may include anything from dust particles, chemicals, and potentially virus-carrying fluid droplets.
It's the kind of Personal Protection Equipment (PPE) that has fallen into very short supply thanks to the coronavirus pandemic, where 3M (NYSE: MMM) has found its manufacturing facilities are unable to keep up with the demand for PAPR devices from health care workers.
That's a problem that a unique partnership between 3M and Ford Motor Company(NYSE: F) has been set up to solve. Ford, which has been reeling for months from a global recession in the automotive industry, has both production capacity and design engineering talent to spare at a time when 3M needs more of those capabilities than it has on its own.
But that's not all the problems 3M has. It's own supply chains are unable to increase their output to make more of the PAPR device's components, which limit its ability to increase its production to meet a surging demand for the protective equipment. Because of that limitation, 3M is not able to turn to an outside production house with greater available capacity, like Ford in this case, give them the parts and instructions for fabrication, and let them crank them out in the numbers needed.
And that's where Ford's available design engineering talent matters, because they've worked out how to make an effective version of 3M's PAPR using parts from Ford's truck production, combining 3M's HEPA cabin air filters with Ford's F-150 truck seat blowers. Here is a design sketch of Ford's version of a 3M PAPR air filtration components, which looks like it throws in a battery pack from a hand power tool for good measure.
By using this inventive approach and tapping into its own established supply chains and production facilities that can multiply 3M's regular production 10-fold, Ford can help 3M in providing these devices much more quickly to the people who wouldn't otherwise be able to acquire a regular PAPR device if 3M and Ford hadn't formed their partnership to solve 3M's supply challenges.
That's not the only kind of rapid innovation that's now occurring to solve other problems related to the coronavirus pandemic, such as critical shortages of life-saving equipment. There are many other stories about creative new inventions, including mechanical ventilators (including an open-source $100 design from MIT, and check out what Dyson's engineers did in just 10 days), 3-D printed valves used in assisted breathing devices, and a whole array of COVID-19 test kits, among other new inventions that have gone from concept to mass market products in just the last few months.
Update: This is cool - an Italian 3D printing house is converting snorkeling masks for use in ventilators.
Labels: coronavirus, health, technology
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.