<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Newton Excel Bach,  not (just) an Excel Blog</title>
	<atom:link href="http://newtonexcelbach.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://newtonexcelbach.wordpress.com</link>
	<description>An Excel blog for engineers and scientists, and an engineering and science blog for Excel users.</description>
	<lastBuildDate>Tue, 21 May 2013 21:44:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='newtonexcelbach.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Newton Excel Bach,  not (just) an Excel Blog</title>
		<link>http://newtonexcelbach.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://newtonexcelbach.wordpress.com/osd.xml" title="Newton Excel Bach,  not (just) an Excel Blog" />
	<atom:link rel='hub' href='http://newtonexcelbach.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Using Goal Seek on a multi-column range</title>
		<link>http://newtonexcelbach.wordpress.com/2013/05/20/using-goal-seek-on-a-multi-column-range/</link>
		<comments>http://newtonexcelbach.wordpress.com/2013/05/20/using-goal-seek-on-a-multi-column-range/#comments</comments>
		<pubDate>Mon, 20 May 2013 12:32:00 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[Goal Seek]]></category>
		<category><![CDATA[multiple column range]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=4908</guid>
		<description><![CDATA[Following a comment requesting help using my Goal Seek spreadsheet I have modified the macro to allow it to operate on a multi-column range.  The spreadsheet can be downloaded from GSeek.zip, including the solution to the problem described below. The &#8230; <a href="http://newtonexcelbach.wordpress.com/2013/05/20/using-goal-seek-on-a-multi-column-range/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4908&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Following a <a href="http://newtonexcelbach.wordpress.com/2009/07/25/using-goal-seek-on-multiple-cells/#comment-5532">comment requesting help</a> using my Goal Seek spreadsheet I have modified the macro to allow it to operate on a multi-column range.  The spreadsheet can be downloaded from <a href="http://interactiveds.com.au/software/GSeek.zip">GSeek.zip</a>, including the solution to the problem described below.</p>
<p>The problem is to find the values of H such that Z = 1/(sqrt(H^2 + (A-x)^2 + (A-y)^2) for values of x and y between -10 and 10.</p>
<p>The stages to solve the problem are:</p>
<p>Set up a 21 x 21 table with copies of the formula reading x values from the row above the table, y values from the column to the left, and H values from a 21 x 21 range below:</p>
<div id="attachment_4910" class="wp-caption aligncenter" style="width: 650px"><a href="http://newtonexcelbach.files.wordpress.com/2013/05/gseek3-1.jpg"><img class="size-full wp-image-4910" alt="Click for full-size view" src="http://newtonexcelbach.files.wordpress.com/2013/05/gseek3-1.jpg?w=640&#038;h=266" width="640" height="266" /></a><p class="wp-caption-text">Click for full-size view</p></div>
<p>The formula is entered in cell B13 as =SQRT(B36^2+($B$7-B$12)^2+($B$7-$A13)^2)<br />
note the use of $ signs to specify x values in row 12 (B$12) and y values in column A ($A13).  The formula is then copied to the range B13:V33.  The Z values will be written to the range B36:V56, and this range must be filled with a starting value for Goal Seek.</p>
<p>The ranges for the target cells and &#8220;by changing&#8221; cells, and the target value are then entered in the grey shaded cells.  Note that I have entered the target as 1/Z, and modified the formula accordingly.  This gives better precision in the results, because the target is a larger number (and also makes the formulas a little simpler).</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2013/05/gseek3-2b.jpg"><img class="aligncenter size-full wp-image-4913" alt="Gseek3-2b" src="http://newtonexcelbach.files.wordpress.com/2013/05/gseek3-2b.jpg?w=640&#038;h=316" width="640" height="316" /></a></p>
<p>After entering the data and ranges press Alt-F8 and run the GSeekA macro.  The range B13:V33 should show the target value (100.0) and the range B36:V66 will contain the Z values found by Goal Seek:</p>
<div id="attachment_4914" class="wp-caption aligncenter" style="width: 650px"><a href="http://newtonexcelbach.files.wordpress.com/2013/05/gseek3-3.jpg"><img class="size-full wp-image-4914" alt="Click for full size view" src="http://newtonexcelbach.files.wordpress.com/2013/05/gseek3-3.jpg?w=640&#038;h=237" width="640" height="237" /></a><p class="wp-caption-text">Click for full size view</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/4908/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/4908/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4908&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2013/05/20/using-goal-seek-on-a-multi-column-range/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70b23d219794d2dff261b274d159a091?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">dougaj4</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/gseek3-1.jpg" medium="image">
			<media:title type="html">Click for full-size view</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/gseek3-2b.jpg" medium="image">
			<media:title type="html">Gseek3-2b</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/gseek3-3.jpg" medium="image">
			<media:title type="html">Click for full size view</media:title>
		</media:content>
	</item>
		<item>
		<title>Using RC Design Functions – 2</title>
		<link>http://newtonexcelbach.wordpress.com/2013/05/18/using-rc-design-functions-2/</link>
		<comments>http://newtonexcelbach.wordpress.com/2013/05/18/using-rc-design-functions-2/#comments</comments>
		<pubDate>Sat, 18 May 2013 07:55:30 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[UDFs]]></category>
		<category><![CDATA[Newton]]></category>
		<category><![CDATA[Concrete]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[EStress]]></category>
		<category><![CDATA[RC Design Functions]]></category>
		<category><![CDATA[Reinforced concrete design]]></category>
		<category><![CDATA[UDF]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=4886</guid>
		<description><![CDATA[In the previous post we looked at a summary of the functions in the RC Design Functions spreadsheet, and ways of using the EStress function (download file with examples).  In this post we will look in more detail at the &#8230; <a href="http://newtonexcelbach.wordpress.com/2013/05/18/using-rc-design-functions-2/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4886&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In the <a href="http://newtonexcelbach.wordpress.com/2013/05/10/using-rc-design-functions-1/">previous post </a>we looked at a summary of the functions in the RC Design Functions spreadsheet, and ways of using the EStress function (download file with <a href="http://interactiveds.com.au/software/EStress%20Examples.xlsx">examples</a>).  In this post we will look in more detail at the output from EStress.</p>
<p>Since the last post there have been some minor changes to the EStress output, and the calculation of cracking moment including shrinkage effects has been updated to the latest version of the code, so to follow the notes below it is best to download the latest version of <a title="Click to download" href="http://interactiveds.com.au/software/RC%20design%20functions5.zip">RC Design Functions</a>.</p>
<p>The output is controlled by the arguments <strong>out1</strong> and <strong>out2</strong>:</p>
<div id="attachment_4887" class="wp-caption aligncenter" style="width: 650px"><a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-0.jpg"><img class="size-full wp-image-4887" alt="EStress function arguments" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-0.jpg?w=640&#038;h=238" width="640" height="238" /></a><p class="wp-caption-text">EStress function arguments</p></div>
<p>The &#8220;Insert Function&#8221; dialog can be displayed by clicking on the icon to the left of the Edit Bar, and selecting the function from the &#8220;User Defined&#8221; category, or enter &#8220;=Estress(&#8221; then click the Insert Function icon. <strong>Out1</strong> selects the output column, and <strong>Out2</strong> the output row.</p>
<p><strong>Out1</strong> = 1 returns stress values (in MPa) and <strong>Out1</strong> = 2 returns strain and curvature (in m^-1) results:<br />
<a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-1.jpg"><img class="aligncenter size-full wp-image-4892" alt="RCdesign5b-1" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-1.jpg?w=640&#038;h=264" width="640" height="264" /></a></p>
<p>The stress and strain results are given at (controlled by the value of <strong>Out2</strong>):</p>
<ol>
<li>Concrete top face</li>
<li>Top steel centroid</li>
<li>Bottom steel centroid</li>
<li>Bottom face</li>
</ol>
<p>Note that if the concrete is in tension (negative strain) the stress displays as zero, because the analysis ignores tensile stress in the concrete.</p>
<p>If the Code argument is omitted, or is equal to 1 or 2, row 5 of the stress output returns the maximum allowable stress under SLS loading according to the Australian design codes, (AS 3600 and AS 5100).  If the Code value is 2, row 6 returns the maximum allowable stress under SLS dead load only, according to AS 5100 (the bridge design code).</p>
<p>The strains and curvature returned in column 2 are calculated assuming zero tension stress in the concrete.</p>
<p><strong>Out1</strong> = 3 or 4 returns force and moment results:</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-2.jpg"><img class="aligncenter size-full wp-image-4891" alt="RCdesign5b-2" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-2.jpg?w=640&#038;h=285" width="640" height="285" /></a></p>
<p>The total force and moment should be equal to the input applied load values.  The force and moment in the concrete are calculated from the total section area above the neutral axis times the average concrete stress (compression face stress / 2), less the concrete force and moment over the area of the reinforcement in the compression zone (if any).</p>
<p><strong>Out1</strong> = 5 or 6 returns the depth to the neutral axis and cracking stresses and moments; and an echo of the input values respectively:</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-3.jpg"><img class="aligncenter size-full wp-image-4890" alt="RCdesign5b-3" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-3.jpg?w=640&#038;h=516" width="640" height="516" /></a></p>
<p>The concrete design flexural tensile strength (rows 4 and 7) is based on the code provisions if f&#8217;ct is specified as -1 in the input, or the input value for any other value.</p>
<p>The AS 3600 cracking moment including shrinkage is based on Cl. 8.5.3.1 of the code and the input shrinkage strain:</p>
<div id="attachment_4896" class="wp-caption aligncenter" style="width: 650px"><a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-6.jpg"><img class="size-full wp-image-4896" alt="AS 3600 Cl 8.5.3.1 (part)" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-6.jpg?w=640&#038;h=575" width="640" height="575" /></a><p class="wp-caption-text">AS 3600 Cl 8.5.3.1 (part)</p></div>
<p>The other code cracking moments do not allow for shrinkage.</p>
<p>The values in output Column 6 should be equal to the corresponding input values.  Any difference indicates that the input ranges have not been specified correctly.</p>
<p><strong>Out1</strong> = 7 returns miscellaneous intermediate results:<br />
<a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-4.jpg"><img class="aligncenter size-full wp-image-4889" alt="RCdesign5b-4" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-4.jpg?w=640&#038;h=416" width="640" height="416" /></a></p>
<p>1, 2:  Area of tension and compression steel.<br />
3,4:  Depth of the centroid of the tension and compression steel, measured from the compression face.<br />
5,6: Maximum compressive load and associated bending moment.<br />
7,8: Maximum tensile load and associated bending moment.<br />
9:    Sign of the applied moment (tension on the bottom face positive)<br />
10:  Ig, the second moment of area of the gross  section, including reinforcement using transformed area properties.</p>
<p>The maximum compressive an tensile loads are based on the specified concrete compressive strength and steel tensile strength respectively.  Note that no reduction factors are applied, and the calculated stresses and strains in output columns 1 and 2 assume elastic behaviour under all loads.</p>
<p><strong>Out1</strong> = 8 returns crack width and effective stiffness results:</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-51.jpg"><img class="aligncenter size-full wp-image-4902" alt="RCdesign5b-5" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-51.jpg?w=640&#038;h=267" width="640" height="267" /></a></p>
<p>If the input Code value = 4 or 5 then <strong>Out1</strong> = 8 returns just the crack width to the British code BS 5400.  The Mq/Md  ratio (Live Load/ Dead Load) is set to the input Beta value.</p>
<p>For a Code value of 3 (Eurocode 2) <strong>Out1</strong> = 8 returns:</p>
<p><strong>Out2<br />
</strong>&lt;2:   Crack width for kt = Out2-1 (kt = 0.4 for long term load, 0.6 for short term)<br />
2:      Crack spacing<br />
3:      Curvature with no tension stiffening<br />
4:       Curvature to Eurocode 2, with no shrinkage<br />
5:        Shrinkage curvature to Eurocode 2<br />
6:        Total curvature to Eurocode 2<br />
7:        Uncracked curvature; = 0.0 for cracked section<br />
8:       Effective E, based on total curvature to Eurocode 2 and Ig</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/4886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/4886/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4886&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2013/05/18/using-rc-design-functions-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70b23d219794d2dff261b274d159a091?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">dougaj4</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-0.jpg" medium="image">
			<media:title type="html">EStress function arguments</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-1.jpg" medium="image">
			<media:title type="html">RCdesign5b-1</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-2.jpg" medium="image">
			<media:title type="html">RCdesign5b-2</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-3.jpg" medium="image">
			<media:title type="html">RCdesign5b-3</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-6.jpg" medium="image">
			<media:title type="html">AS 3600 Cl 8.5.3.1 (part)</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-4.jpg" medium="image">
			<media:title type="html">RCdesign5b-4</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5b-51.jpg" medium="image">
			<media:title type="html">RCdesign5b-5</media:title>
		</media:content>
	</item>
		<item>
		<title>A Fish Called Newton</title>
		<link>http://newtonexcelbach.wordpress.com/2013/05/17/a-fish-called-newton/</link>
		<comments>http://newtonexcelbach.wordpress.com/2013/05/17/a-fish-called-newton/#comments</comments>
		<pubDate>Fri, 17 May 2013 02:01:41 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
				<category><![CDATA[Newton]]></category>
		<category><![CDATA[Hihg's Boson]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[Wilczek]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=4883</guid>
		<description><![CDATA[From Big Questions Online (via Letters to Nature): By Frank Wilczek     April 22, 2013 Imagine a planet encrusted with ice, beneath which a vast ocean lies. (Imagine Europa.) Within that ocean a species of brilliant fish evolved. Those fish were &#8230; <a href="http://newtonexcelbach.wordpress.com/2013/05/17/a-fish-called-newton/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4883&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>From <a href="https://www.bigquestionsonline.com/content/why-does-higgs-particle-matter">Big Questions Online</a> (via <a href="http://letterstonature.wordpress.com/2013/04/27/fundamental-harmony-between-mind-and-matter/">Letters to Nature</a>):</p>
<blockquote><p>By <a href="https://www.bigquestionsonline.com/users/frank-wilczek">Frank Wilczek</a></p>
<div>
<div>    April 22, 2013</div>
</div>
<div>
<div>
<div>
<div>
<div>
<p>Imagine a planet encrusted with ice, beneath which a vast ocean lies. (Imagine Europa.)</p>
<p>Within that ocean a species of brilliant fish evolved. Those fish were so intelligent that they took up physics, and formulated the laws that govern motion. At first they derived quite complicated laws, because the motion of bodies within water is complicated.<br />
One day, however, a genius among fish, call her Fish Newton, had a startling new idea. She proposed fundamental laws of motion––Newton&#8217;s laws––that are simpler and more beautiful than the laws the fish had derived directly from experience. She demonstrated mathematically that you could reproduce the observed motions from the new, simpler laws, if you assume that there is a space-filling medium that complicates things. She called it Ocean.</p>
<p>&#8230;</p>
</div>
</div>
</div>
</div>
</div>
</blockquote>
<div>
<div>
<div>
<div>
<div>
<p>Read the full article at <a href="https://www.bigquestionsonline.com/content/why-does-higgs-particle-matter">Big Questions Online</a></p>
<p>This is the clearest statement I have seen (at least from a recognised scientist in the field) that &#8220;space&#8221; is full of matter, albeit a different form of matter to the one we are familiar with.  It makes me wonder how much the underlying mental picture of what space consists of affects the interpretation of the observational evidence and the maths by different scientists.  I suspect that it may be more than they would like to think.</p>
</div>
</div>
</div>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/4883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/4883/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4883&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2013/05/17/a-fish-called-newton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70b23d219794d2dff261b274d159a091?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">dougaj4</media:title>
		</media:content>
	</item>
		<item>
		<title>While sitting in a tin can &#8230;</title>
		<link>http://newtonexcelbach.wordpress.com/2013/05/13/while-sitting-in-a-tin-can/</link>
		<comments>http://newtonexcelbach.wordpress.com/2013/05/13/while-sitting-in-a-tin-can/#comments</comments>
		<pubDate>Mon, 13 May 2013 11:00:19 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
				<category><![CDATA[Bach]]></category>
		<category><![CDATA[Newton]]></category>
		<category><![CDATA[David Bowie]]></category>
		<category><![CDATA[ISS]]></category>
		<category><![CDATA[Space Oddity]]></category>
		<category><![CDATA[Tom Hadfield]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=4873</guid>
		<description><![CDATA[&#8230; astronaut Chris Hadfield has created a video cover of David Bowie&#8217;s &#8220;Space Oddity&#8221; made on location in the International Space Station: and a damned good job he made of it too. Top comment: I can&#8217;t stop watching this. Seriously.. everything &#8230; <a href="http://newtonexcelbach.wordpress.com/2013/05/13/while-sitting-in-a-tin-can/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4873&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>&#8230; astronaut Chris Hadfield has created a video cover of David Bowie&#8217;s &#8220;Space Oddity&#8221; made on location in the International Space Station:</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/KaOC9danxNo?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>and a damned good job he made of it too.</p>
<p>Top comment:</p>
<blockquote><p>I can&#8217;t stop watching this. Seriously.. everything is surreal in this video. No special effects or CGI gimmicks. The earth in the background is really us.. our home. This is just a fine example of humanity at it&#8217;s best. A reminder of the things we can achieve and experience when we work together for a better life instead of killing/taking advantage of one another.</p></blockquote>
<p>And more details about how the piece was put together:</p>
<p><a href="http://www.forbes.com/sites/davidkroll/2013/05/13/iss-commander-chris-hadfield-plays-a-canadian-larrivee-guitar-on-space-oddity/">ISS Commander Chris Hadfield Plays A Canadian Larrivée Guitar On Space Oddity</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/4873/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/4873/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4873&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2013/05/13/while-sitting-in-a-tin-can/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70b23d219794d2dff261b274d159a091?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">dougaj4</media:title>
		</media:content>
	</item>
		<item>
		<title>Using RC Design Functions &#8211; 1</title>
		<link>http://newtonexcelbach.wordpress.com/2013/05/10/using-rc-design-functions-1/</link>
		<comments>http://newtonexcelbach.wordpress.com/2013/05/10/using-rc-design-functions-1/#comments</comments>
		<pubDate>Fri, 10 May 2013 03:01:07 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
				<category><![CDATA[Beam Bending]]></category>
		<category><![CDATA[Concrete]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Newton]]></category>
		<category><![CDATA[UDFs]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[RC Design Functions]]></category>
		<category><![CDATA[Reinforced Concrete]]></category>
		<category><![CDATA[UDF]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=4838</guid>
		<description><![CDATA[Download RC Design Functions (includes full open source code) and EStress Examples.xlsx This series of posts will cover ways of using the many functions contained in the RC Design Functions spreadsheet, starting with some general comments on using the User &#8230; <a href="http://newtonexcelbach.wordpress.com/2013/05/10/using-rc-design-functions-1/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4838&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Download <a title="Click to download" href="http://interactiveds.com.au/software/RC%20design%20functions5.zip">RC Design Functions </a>(includes full open source code) and <a href="http://interactiveds.com.au/software/EStress%20Examples.xlsx">EStress Examples.xlsx</a></p>
<p>This series of posts will cover ways of using the many functions contained in the RC Design Functions spreadsheet, starting with some general comments on using the User Defined Functions (UDFs), and details of usage of the Estress function.</p>
<p>All the functions available in the spreadsheet are listed on the Contents sheet:</p>
<div id="attachment_4846" class="wp-caption aligncenter" style="width: 650px"><a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-1.jpg"><img class=" wp-image-4846 " alt="RCdesign5a-1" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-1.jpg?w=640&#038;h=457" width="640" height="457" /></a><p class="wp-caption-text">Reinforced Concrete Section Analysis Functions</p></div>
<div id="attachment_4845" class="wp-caption aligncenter" style="width: 650px"><a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-2.jpg"><img class="size-full wp-image-4845" alt="RCdesign5a-2" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-2.jpg?w=640&#038;h=237" width="640" height="237" /></a><p class="wp-caption-text">Time related properties and associated functions</p></div>
<p style="text-align:left;">There are also over 40 general purpose and utility functions called by the main functions listed above, most of which can also be used as UDFs from the spreadsheet.</p>
<p style="text-align:left;">The simplest way to use the functions is to enter data in the grey cells on the function input sheet.  For instance for Estress: <a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-3.jpg"><img class="aligncenter size-full wp-image-4844" alt="RCdesign5a-3" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-3.jpg?w=640"   /></a><br />
The resulting 8 columns of output can then be seen on the results sheet:<br />
<a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-4.jpg"><img class="aligncenter size-full wp-image-4843" alt="RCdesign5a-4" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-4.jpg?w=640&#038;h=182" width="640" height="182" /></a></p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-5.jpg"><img class="aligncenter size-full wp-image-4842" alt="RCdesign5a-5" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-5.jpg?w=640&#038;h=247" width="640" height="247" /></a><br />
The results are generated using the UDF EStress:<br />
EStress(Input Range, Axial Load, Moment, Output Column Index, Output Row Index, <em>Prestress, Code, Depth, Ect, Cracked</em>):</p>
<ul>
<li>
<div style="text-align:left;">Input Range: Single column range, 15 rows as shown in range D3:D17 in the screen-shot above.</div>
</li>
<li>Axial Load, Moment: Design actions; see notes</li>
<li>Output Column Index, Output Row Index: Index values defining output as shown in screen-shots above</li>
<li><em>Prestress</em>: Single column, two row range with prestress in top and bottom row reinforcement (MPA)</li>
<li> <em>Code: </em>Design code for crack width calculation; see notes</li>
<li><em>Depth: </em>Section depth; overriding value in input range<em> </em></li>
<li><em>Ect: </em>Concrete elastic modulus;  overriding value in input range<em> </em></li>
<li><em>Cracked:</em> See Note 12</li>
</ul>
<p>Notes:</p>
<ol>
<li>The functions assume a rectangular concrete section, or T section with the neutral axis within the flange.</li>
<li>Typical output is shown on the Estress Out sheet (screen shots above).</li>
<li>Input ranges must be a single column range, with data ordered as shown above</li>
<li>&#8220;Axial load&#8221; may be a single value or cell, or a multi cell range, or an array of values</li>
<li>If &#8220;axial load&#8221; is a range or an array then the function will return a single column array with one value for each axial load.</li>
<li>If &#8220;moment&#8221; and/or &#8220;depth&#8221; ranges are specified they must have the same number of values as &#8220;axial load&#8221;.</li>
<li>If a &#8220;depth&#8221; range is specified the depth corresponding to each moment and axial load supersedes the value specified in the input range.</li>
<li>Display of output values is controlled by the output indices, as shown in the examples.</li>
<li>The optional &#8220;code&#8221; parameter only affects crack width and curvature output (out1 = 8); Available Codes are:<br />
1: AS3600<br />
2: AS5100<br />
3: EC2<br />
4: BS5400<br />
5: BS8100<br />
6: CEB_FIP</li>
<li>If the &#8220;Ect&#8221; parameter is specified this supersedes  the Elastic Modulus value specified in the input range.</li>
<li>The input assumes a &#8220;top&#8221; and &#8220;bottom&#8221; face with positive bending tending to cause tension in the bottom face.</li>
<li>If the &#8220;Cracked&#8221; parameter is specified as True (or 1) the concrete is treated as cracked for curvature calculations under all load conditions. The default value is Cracked = False.</li>
</ol>
<p>The main advantage in writing the routines in this spreadsheet as UDFs is that it offers much more flexibility in use.  The section data range, and the list of axial loads and bending moments may be located anywhere, in any open spreadsheet, and similarly the output data can be located in any convenient range.  As an example, the screenshot below shows bending moment and axial load data for a concrete arch structure, together with the associated stress in the top and bottom reinforcement layers.</p>
<div id="attachment_4865" class="wp-caption aligncenter" style="width: 650px"><a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-12.jpg"><img class="size-full wp-image-4865" alt="EStress input and results" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-12.jpg?w=640&#038;h=626" width="640" height="626" /></a><p class="wp-caption-text">EStress input and results</p></div>
<p>The UDF, EStress, is located in a different workbook to the data, so it must be preceded by the file name. The easiest way to do this is to use the &#8220;Insert Function&#8221; icon to the left of the edit bar:</p>
<div id="attachment_4858" class="wp-caption aligncenter" style="width: 650px"><a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-10.jpg"><img class="size-full wp-image-4858" alt="Insert Function" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-10.jpg?w=640&#038;h=567" width="640" height="567" /></a><p class="wp-caption-text">Insert Function</p></div>
<p>The Estress function may then be selected from the User Defined category. The full input for the top reinforcement stress is:</p>
<p>=&#8217;RC design functions5.xlsb&#8217;!estress($C$4:$C$18,-D23,C23,1,2)</p>
<p>The axial load in D23 is specified as compression negative, whereas EStress treats compression as positive; the cell D23 is therefore preceded with a minus. C23 is the bending moment, and the final two inputs specify stress output (1), and the top steel layer (2).</p>
<p>The same function is used for the bottom reinforcement stress, with the final 2 replaced with a 3.  Note that the section data is entered as an &#8220;absolute&#8221; address (with $ signs), so that it does not change when the function is copied.</p>
<p>Having entered the functions for the top and bottom steel stress, and copied down over the full list of results, the results may be plotted as shown below:</p>
<div id="attachment_4864" class="wp-caption aligncenter" style="width: 650px"><a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-13.jpg"><img class="size-full wp-image-4864" alt="Reinforcement stresses around arch structure" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-13.jpg?w=640&#038;h=488" width="640" height="488" /></a><p class="wp-caption-text">Reinforcement stresses around arch structure</p></div>
<p>On the next sheet the example shows how  reinforcement that varies along the length of the arch can be dealt with.  The reinforcement is defined in the four columns: C4:F18. The four columns are named: Full_Length, Add_Top, Add_Bott, Add_Both.</p>
<div id="attachment_4859" class="wp-caption aligncenter" style="width: 650px"><a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-9.jpg"><img class="size-full wp-image-4859" alt="EStress input and results" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-9.jpg?w=640&#038;h=569" width="640" height="569" /></a><p class="wp-caption-text">EStress input and results</p></div>
<p>The Indirect function is used to select the appropriate data, as specified in the range E23:E86:</p>
<p>=&#8217;RC design functions5.xlsb&#8217;!estress(INDIRECT(E23:E86),-D23:D86,C23:C86,1,2)</p>
<p>In this case the function has been entered as an array function, with the full list of axial forces (D23:D86), bending moments (C23:C86), and reinforcement types (E23:E86), rather than just the top cell.  The function returns values for all 64 rows of the input ranges, and must be entered as an array function (press Ctrl-Shift-Enter; see <a href="http://newtonexcelbach.wordpress.com/2011/05/10/using-array-formulas/">Using Array Formulas</a> for details).</p>
<p>The resulting graph is shown below; note the reduced stress in the regions with additional reinforcement.</p>
<div id="attachment_4857" class="wp-caption aligncenter" style="width: 650px"><a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-11.jpg"><img class="size-full wp-image-4857" alt="Reinforcement stresses around arch structure" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-11.jpg?w=640&#038;h=485" width="640" height="485" /></a><p class="wp-caption-text">Reinforcement stresses around arch structure</p></div>
<p>The third example illustrate how a section with varying depth can be analysed, without entering the full section details for every cross section. In the screen-shot below the section depth has been added in Column C:</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-14.jpg"><img class="aligncenter size-full wp-image-4868" alt="RCdesign5a-14" src="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-14.jpg?w=640&#038;h=514" width="640" height="514" /></a><br />
The full function is now:</p>
<p>=&#8217;RC design functions5.xlsb&#8217;!estress(INDIRECT(F23:F86),-E23:E86,D23:D86,1,2,,,C23:C86)</p>
<p>The range C23:C86 specifies the section depth (in mm), and this overrides the value specified in the section data range.  The function again must be entered as an array function.</p>
<p>The examples shown above may be downloaded from <a href="http://interactiveds.com.au/software/EStress%20Examples.xlsx">EStress Examples.xlsx</a>. Note that the file RC Design Functions5.xlsb should be in the same folder as the examples file, and should be opened first.  Estress Examples.xlsx should then be opened, and will link to the RC Design Functions automatically.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/4838/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/4838/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4838&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2013/05/10/using-rc-design-functions-1/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70b23d219794d2dff261b274d159a091?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">dougaj4</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-1.jpg" medium="image">
			<media:title type="html">RCdesign5a-1</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-2.jpg" medium="image">
			<media:title type="html">RCdesign5a-2</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-3.jpg" medium="image">
			<media:title type="html">RCdesign5a-3</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-4.jpg" medium="image">
			<media:title type="html">RCdesign5a-4</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-5.jpg" medium="image">
			<media:title type="html">RCdesign5a-5</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-12.jpg" medium="image">
			<media:title type="html">EStress input and results</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-10.jpg" medium="image">
			<media:title type="html">Insert Function</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-13.jpg" medium="image">
			<media:title type="html">Reinforcement stresses around arch structure</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-9.jpg" medium="image">
			<media:title type="html">EStress input and results</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-11.jpg" medium="image">
			<media:title type="html">Reinforcement stresses around arch structure</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/05/rcdesign5a-14.jpg" medium="image">
			<media:title type="html">RCdesign5a-14</media:title>
		</media:content>
	</item>
		<item>
		<title>World&#8217;s Largest Natural Arches</title>
		<link>http://newtonexcelbach.wordpress.com/2013/05/09/worlds-largest-natural-arches/</link>
		<comments>http://newtonexcelbach.wordpress.com/2013/05/09/worlds-largest-natural-arches/#comments</comments>
		<pubDate>Wed, 08 May 2013 23:57:47 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
				<category><![CDATA[Arch structures]]></category>
		<category><![CDATA[Newton]]></category>
		<category><![CDATA[Natural Arch and Bridge Society]]></category>
		<category><![CDATA[Natural arches]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=4851</guid>
		<description><![CDATA[Update 9th May 2013: Not in the top 10 for size, but a little known rock formation in Australia: From AmusingPlanet.com and The Natural Arch and Bridge Society A natural arch is a geological formation where rocky cliffs subject to erosion &#8230; <a href="http://newtonexcelbach.wordpress.com/2013/05/09/worlds-largest-natural-arches/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4851&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Update 9th May 2013: Not in the top 10 for size, but a little known rock formation in Australia:</p>
<div class="wp-caption alignnone" style="width: 460px"><img alt="" src="http://www.naturalarches.org/gallery_files/Australia-RainbowBridge.jpg" width="450" height="668" /><p class="wp-caption-text">Kissing Rocks</p></div>
<p>From <a href="http://www.amusingplanet.com/2012/06/10-largest-natural-arches-in-world.html">AmusingPlanet.com</a> and The <a href="http://www.naturalarches.org/">Natural Arch and Bridge Society</a></p>
<p><img class="alignnone" alt="" src="http://lh5.ggpht.com/-euZRDefPh7U/T-ILBt7YimI/AAAAAAAAZAI/st8k_kBKEqs/natural-arches%25255B2%25255D.jpg?imgmax=800" width="790" height="493" /></p>
<blockquote><p>A natural arch is a geological formation where rocky cliffs subject to erosion from the sea, rivers or weathering forms a rock arch. Some natural arch has a stream of water flowing underneath, in which case the arch is called a natural bridge. The distinction between a bridge and arch is somewhat arbitrary. The Natural Arch and Bridge Society identifies a bridge as a subtype of arch that is primarily water-formed. By contrast, the Dictionary of Geological Terms defines a natural bridge as a &#8220;natural arch that spans a valley of erosion.&#8221; The correct method to measure an arch is also debated because of which the reported measurements often varies from source to source. Under these circumstances to prepare an irrefutable list of the world’s largest or longest or highest natural arch is impossible. Amidst this confusion new discoveries and potential candidates always keep popping up around the globe.</p>
<p>Natural arches are abundant in the deserts of Utah and Arizona in the United States. The Arches National Park in eastern Utah contains the largest concentration of significant natural arches in the world. As many as 2000 natural sandstone arches, including the world-famous Delicate Arch, in addition to a variety of unique geological resources and formations are found in this region.</p></blockquote>
<p>See <a href="http://www.amusingplanet.com/2012/06/10-largest-natural-arches-in-world.html">AmusingPlanet.com</a> for more photos and details of the 10 biggest natural arches from around the world according to the <a href="http://www.naturalarches.org/">Natural Arch and Bridge Society</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/4851/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/4851/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4851&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2013/05/09/worlds-largest-natural-arches/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70b23d219794d2dff261b274d159a091?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">dougaj4</media:title>
		</media:content>

		<media:content url="http://www.naturalarches.org/gallery_files/Australia-RainbowBridge.jpg" medium="image" />

		<media:content url="http://lh5.ggpht.com/-euZRDefPh7U/T-ILBt7YimI/AAAAAAAAZAI/st8k_kBKEqs/natural-arches%25255B2%25255D.jpg?imgmax=800" medium="image" />
	</item>
		<item>
		<title>On Time</title>
		<link>http://newtonexcelbach.wordpress.com/2013/04/29/on-time/</link>
		<comments>http://newtonexcelbach.wordpress.com/2013/04/29/on-time/#comments</comments>
		<pubDate>Sun, 28 Apr 2013 23:37:51 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
				<category><![CDATA[Bach]]></category>
		<category><![CDATA[Pentangle]]></category>
		<category><![CDATA[Sandy Denny]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[xkcd]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=4824</guid>
		<description><![CDATA[http://xkcd.com/1190/ The History of Time: http://www.explainxkcd.com/wiki/index.php?title=1190:_Time In Time: Who Knows Where the Time Goes? (Demo version)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4824&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://xkcd.com/1190/">http://xkcd.com/1190/</a></p>
<p><img class="alignnone" alt="" src="http://imgs.xkcd.com/comics/time/30cb09bdb30c66917e0648ae00c6eee7223fcc466ecfdd798becde1911a254d7.png" width="553" height="395" /></p>
<p>The History of Time:</p>
<p><a href="http://www.explainxkcd.com/wiki/index.php?title=1190:_Time">http://www.explainxkcd.com/wiki/index.php?title=1190:_Time</a></p>
<p><img class="alignnone" alt="" src="http://www.explainxkcd.com/wiki/images/4/41/time-animated.gif" width="553" height="395" /></p>
<p>In Time:</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/xRrnHrnweFg?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>Who Knows Where the Time Goes? (Demo version)</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/vbpURBJA4uA?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/4824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/4824/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4824&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2013/04/29/on-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70b23d219794d2dff261b274d159a091?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">dougaj4</media:title>
		</media:content>

		<media:content url="http://imgs.xkcd.com/comics/time/30cb09bdb30c66917e0648ae00c6eee7223fcc466ecfdd798becde1911a254d7.png" medium="image" />

		<media:content url="http://www.explainxkcd.com/wiki/images/4/41/time-animated.gif" medium="image" />
	</item>
		<item>
		<title>More from the Low Countries</title>
		<link>http://newtonexcelbach.wordpress.com/2013/04/24/more-from-the-low-countries/</link>
		<comments>http://newtonexcelbach.wordpress.com/2013/04/24/more-from-the-low-countries/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 09:48:07 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
				<category><![CDATA[Bach]]></category>
		<category><![CDATA[Anne Briggs]]></category>
		<category><![CDATA[Lowlands]]></category>
		<category><![CDATA[Steeley Span]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=4819</guid>
		<description><![CDATA[Two songs to go with the painting from last week: A beautiful unaccompanied rendition of Lowlands from Anne Briggs: Anne Briggs sang Lowlands in 1964 on her Topic Records EP The Hazards of Love. This recording was reissued on her &#8230; <a href="http://newtonexcelbach.wordpress.com/2013/04/24/more-from-the-low-countries/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4819&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Two songs to go with the <a href="http://newtonexcelbach.wordpress.com/2013/04/17/folklore-of-the-low-countries/">painting from last week</a>:</p>
<p>A beautiful unaccompanied rendition of Lowlands from Anne Briggs:</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/DlObhhN1kkk?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<blockquote><p>Anne Briggs sang <em>Lowlands</em> in 1964 on her Topic Records EP <cite><a href="http://mainlynorfolk.info/anne.briggs/records/thehazardsoflove.html">The Hazards of Love</a></cite>. This recording was reissued on her Fellside and Topic compilation CDs, <cite><a href="http://mainlynorfolk.info/anne.briggs/records/classicannebriggs.html">Classic Anne Briggs</a></cite> and <cite><a href="http://mainlynorfolk.info/anne.briggs/records/acollection.html">A Collection</a></cite>. A.L. Lloyd wrote in the album&#8217;s sleeve notes:</p>
<blockquote><p>The song is a bit of a mystery.  It has often been found in tradition in Britain and USA but always as a sailor shanty, usually sung while working at the pumps. Two distinct sets of words accompany the tune: one text tells the present story of the dead lover who returns; the other text concerns the work and pay of cotton-lumbers in the port of Mobile, Alabama.  Deceived by the latter version, some specialists declare it to be a Negro song.  More likely, it&#8217;s a fragment of an Anglo-Scots ballad, full form forgotten, that lived on among British seamen who passed it on to longshoremen in the Gulf ports. The “Lowlands” refrain may be an echo from the old ballad of <em><a href="http://mainlynorfolk.info/lloyd/songs/thegoldenvanity.html">The Golden Vanity</a></em>. Captain Whall, best of the pioneer shanty collectors, says that in Liverpool in the old days a crew of merchant seaman was often spoken of as “the Johns” so the term “my John” in the ballad is no more personal than “my lad”.  Anne Briggs sings <em>Lowlands</em> not as a shanty but as a ballad, in what is probably something like its original form.</p></blockquote>
</blockquote>
<p>More at <a href="http://mainlynorfolk.info/anne.briggs/songs/lowlands.html">Mainly Norfolk: English Folk and Other Good Music</a></p>
<p>And from an early Steeleye Span LP, Lowlands of Holland:</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/PBBSYK20-T0?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/4819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/4819/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4819&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2013/04/24/more-from-the-low-countries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70b23d219794d2dff261b274d159a091?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">dougaj4</media:title>
		</media:content>
	</item>
		<item>
		<title>GeodesiX</title>
		<link>http://newtonexcelbach.wordpress.com/2013/04/19/geodesix/</link>
		<comments>http://newtonexcelbach.wordpress.com/2013/04/19/geodesix/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 12:47:27 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
				<category><![CDATA[Computing - general]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[GeodesiX]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=4812</guid>
		<description><![CDATA[Another link from Alfred Vachris: GeodesiX is is an addin for Microsoft Excel which allows you to display maps, perform forward and reverse geocoding, compute distances (Great Circle, driving, bicycling and walking) and verify your results in Google Maps, all within &#8230; <a href="http://newtonexcelbach.wordpress.com/2013/04/19/geodesix/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4812&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Another link from Alfred Vachris:</p>
<p><a href="http://www.calvert.ch/geodesix/">GeodesiX</a> is is an addin for Microsoft Excel which allows you to display maps, perform forward and reverse geocoding, compute distances (Great Circle, driving, bicycling and walking) and verify your results in Google Maps, all within Excel.</p>
<p>It is a truly remarkable piece of software, and what&#8217;s more, it is free.</p>
<p>A few screen-shots below; see the link for more details and download.</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2013/04/geodesix1.jpg"><img class="aligncenter size-full wp-image-4816" alt="Geodesix1" src="http://newtonexcelbach.files.wordpress.com/2013/04/geodesix1.jpg?w=640&#038;h=385" width="640" height="385" /></a> <a href="http://newtonexcelbach.files.wordpress.com/2013/04/geodesix2.jpg"><img class="aligncenter size-full wp-image-4815" alt="Geodesix2" src="http://newtonexcelbach.files.wordpress.com/2013/04/geodesix2.jpg?w=640&#038;h=482" width="640" height="482" /></a> <a href="http://newtonexcelbach.files.wordpress.com/2013/04/geodesix3.jpg"><img class="aligncenter size-full wp-image-4814" alt="Geodesix3" src="http://newtonexcelbach.files.wordpress.com/2013/04/geodesix3.jpg?w=640&#038;h=396" width="640" height="396" /></a></p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2013/04/geodesix4.jpg"><img class="aligncenter size-full wp-image-4817" alt="Geodesix4" src="http://newtonexcelbach.files.wordpress.com/2013/04/geodesix4.jpg?w=640&#038;h=297" width="640" height="297" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/4812/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/4812/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4812&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2013/04/19/geodesix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70b23d219794d2dff261b274d159a091?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">dougaj4</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/04/geodesix1.jpg" medium="image">
			<media:title type="html">Geodesix1</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/04/geodesix2.jpg" medium="image">
			<media:title type="html">Geodesix2</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/04/geodesix3.jpg" medium="image">
			<media:title type="html">Geodesix3</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/04/geodesix4.jpg" medium="image">
			<media:title type="html">Geodesix4</media:title>
		</media:content>
	</item>
		<item>
		<title>Folklore of the Low Countries &#8230;</title>
		<link>http://newtonexcelbach.wordpress.com/2013/04/17/folklore-of-the-low-countries/</link>
		<comments>http://newtonexcelbach.wordpress.com/2013/04/17/folklore-of-the-low-countries/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 09:42:12 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
				<category><![CDATA[Bach]]></category>
		<category><![CDATA[Brueghel]]></category>
		<category><![CDATA[proverbs]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=4803</guid>
		<description><![CDATA[&#8230; is a painting by Peter Brueghel the Elder, featuring depictions of more than 100 Dutch proverbs, a few of which are shown below.  It is today&#8217;s (17 April 13) Wikipedia Featured Picture, and the full hi-res image can be downloaded from: &#8230; <a href="http://newtonexcelbach.wordpress.com/2013/04/17/folklore-of-the-low-countries/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4803&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>&#8230; is a painting by Peter Brueghel the Elder, featuring depictions of more than 100 Dutch proverbs, a few of which are shown below.  It is today&#8217;s (17 April 13) Wikipedia Featured Picture, and the full hi-res image can be downloaded from: <a href="http://en.wikipedia.org/wiki/File:Pieter_Bruegel_the_Elder_-_The_Dutch_Proverbs_-_Google_Art_Project.jpg">http://en.wikipedia.org/wiki/File:Pieter_Bruegel_the_Elder_-_The_Dutch_Proverbs_-_Goog</a><a href="http://en.wikipedia.org/wiki/File:Pieter_Bruegel_the_Elder_-_The_Dutch_Proverbs_-_Google_Art_Project.jpg">le_Art_Project.jpg</a></p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2013/04/netherlandish-proverbs1.jpg"><img class="aligncenter size-full wp-image-4808" alt="netherlandish-proverbs1" src="http://newtonexcelbach.files.wordpress.com/2013/04/netherlandish-proverbs1.jpg?w=640&#038;h=371" width="640" height="371" /></a> <a href="http://newtonexcelbach.files.wordpress.com/2013/04/netherlandish-proverbs2.jpg"><img class="aligncenter size-full wp-image-4807" alt="netherlandish-proverbs2" src="http://newtonexcelbach.files.wordpress.com/2013/04/netherlandish-proverbs2.jpg?w=640&#038;h=481" width="640" height="481" /></a> <a href="http://newtonexcelbach.files.wordpress.com/2013/04/netherlandish-proverbs3.jpg"><img class="aligncenter size-full wp-image-4806" alt="netherlandish-proverbs3" src="http://newtonexcelbach.files.wordpress.com/2013/04/netherlandish-proverbs3.jpg?w=640"   /></a> <a href="http://newtonexcelbach.files.wordpress.com/2013/04/netherlandish-proverbs4.jpg"><img class="aligncenter size-full wp-image-4805" alt="netherlandish-proverbs4" src="http://newtonexcelbach.files.wordpress.com/2013/04/netherlandish-proverbs4.jpg?w=640&#038;h=407" width="640" height="407" /></a></p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2013/04/netherlandish-proverbs5.jpg"><img class="aligncenter size-full wp-image-4804" alt="netherlandish-proverbs5" src="http://newtonexcelbach.files.wordpress.com/2013/04/netherlandish-proverbs5.jpg?w=640"   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/4803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/4803/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&#038;blog=2893655&#038;post=4803&#038;subd=newtonexcelbach&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2013/04/17/folklore-of-the-low-countries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70b23d219794d2dff261b274d159a091?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">dougaj4</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/04/netherlandish-proverbs1.jpg" medium="image">
			<media:title type="html">netherlandish-proverbs1</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/04/netherlandish-proverbs2.jpg" medium="image">
			<media:title type="html">netherlandish-proverbs2</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/04/netherlandish-proverbs3.jpg" medium="image">
			<media:title type="html">netherlandish-proverbs3</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/04/netherlandish-proverbs4.jpg" medium="image">
			<media:title type="html">netherlandish-proverbs4</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2013/04/netherlandish-proverbs5.jpg" medium="image">
			<media:title type="html">netherlandish-proverbs5</media:title>
		</media:content>
	</item>
	</channel>
</rss>
