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
When it comes to the world of fashion, maths are often relegated to a behind-the-scenes role. Designers use math to transform fabric into three-dimensional garments to fit anyone from say size 2 to size 3X while making the design affordable for consumers. The bottom line is there wouldn't be an apparel industry if fashionistas didn't also pay attention to the retail math needed to keep a business afloat.
Some designers also use math as inspiration in their designs. Senegal's Diarra Bousso incorporates a considerable amount of maths into her designs for her Diarrablu label. Here's a short video introduction to her work:
In the video, you can see how she applies combinatorics to develop a wide range of potential combinations and permutations from a limited number of pieces to appeal to consumers for her swimsuit line, a philosophy she extends to Diarrablu's convertible jumpsuit, which can be worn in 19 different ways to create a uniquely personal fashion statement from a single garment.
But the fashionable maths don't stop there. She also directly utilizes math equations to develop her print designs:
The main print for Diarrablu’s SS19 collection, titled “Ndar”, was obtained from the graphing of various equations (linear, quadratic and absolute value) to recreate randomized shapes. The shapes were then filled with colors and the patterns were cut into various shapes and went through geometric transformations such as dilations, rotations and reflections in order to create a final motif, printed on crepe and chiffon fabrics. The main equations are parabolic of the form y = ax² + bx + c.
Here's a sample of one of her print templates, where we again see the influence of combinatorics for enabling the variety of color patterns that might be developed from an otherwise simple sketch:
Would you ever have expected something you might have had to sketch in a high school math class could become the foundation for something you could buy in a global fashion label's flagship store?
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.