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
In just two years, the United States has become one of the world's major oil exporting nations, going from virtually $0 to nearly $22 billion worth of oil shipments being sent out of U.S. ports in the last year after the U.S. Congress lifted a 40 year old ban on the export of crude oil from the nation.
The following chart shows the value of the amount of crude oil exported in each month to the world and also just to China since the ban was lifted in December 2015.
Believe it or not, China is just the second biggest importer of crude oil from the United States. The biggest importer is Canada, which you can confirm for yourself in the following chart showing the largest importers of U.S. crude oil in 2017.
From 2015 to 2016 to 2017, U.S. exports of crude oil to the world increased from $0 to $9.4 billion to $21.8 billion. But perhaps the more remarkable story is the growth of U.S. oil exports to China during that time, and particularly from 2016 to 2017.
Those exports have grown in value from $0 in 2015, to $360 million in 2016, to $4.4 billion in 2017 - one-fifth of all U.S. oil exports to the world - a torrid pace of growth that's finally drawing media attention.
Bit by bit, the U.S. petroleum industry is turning world oil markets inside out.
First, sharp drops in U.S. imports of crude oil eroded the biggest market that producers like OPEC had relied on for many years. Now, surging U.S. exports – largely banned by Washington until just two years ago - challenge the last region OPEC dominates: Asia.
U.S. oil shipments to China have surged, creating trade between the world's two biggest powers that until 2016 just did not exist, and helping Washington in its effort to reduce the nation's huge trade deficit with China.
The transformation is reflected in figures released in recent days that shows the U.S. now produces more oil than top exporter Saudi Arabia and means the Americans are likely to take over the No.1 producer spot from Russia by the end of the year.
2018 could be very good for the U.S. oil production and export industry. It's hard to believe that just seven months ago, we were lucky to stumble into what was then a hidden story for U.S.-China trade that has since become one of the biggest economic stories of 2017.
U.S. Census Bureau. U.S. Trade Online. [Online Database]. Accessed 11 February 2018.
Labels: trade
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.