<?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#"
	>

<channel>
	<title>astronomy</title>
	<atom:link href="https://dgen.net/0/category/science/astronomy/feed/" rel="self" type="application/rss+xml" />
	<link>https://dgen.net/0</link>
	<description>Designing our data infrastructure</description>
	<lastBuildDate>Sat, 22 Jul 2023 10:19:13 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://dgen.net/0/wp-content/uploads/2017/02/cropped-dgen-D-logo-2017-32x32.png</url>
	<title>astronomy</title>
	<link>https://dgen.net/0</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">232530259</site>	<item>
		<title>ai code example: animated planetary orbit</title>
		<link>https://dgen.net/0/2023/07/21/ai-code-example-animated-planetary-orbit/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Fri, 21 Jul 2023 20:31:49 +0000</pubDate>
				<category><![CDATA[astronomy]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[socialchange]]></category>
		<category><![CDATA[stuff]]></category>
		<guid isPermaLink="false">https://dgen.net/0/?p=6502</guid>

					<description><![CDATA[<img width="838" height="504" src="https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17.png" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" fetchpriority="high" srcset="https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17.png 838w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-300x180.png 300w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-768x462.png 768w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-830x499.png 830w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-230x138.png 230w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-350x211.png 350w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-480x289.png 480w" sizes="(max-width: 838px) 100vw, 838px" />Today&#8217;s example of how easy AI can make it to write code. The interactive animation below is the final output from various experiments below.[My words [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="838" height="504" src="https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17.png" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17.png 838w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-300x180.png 300w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-768x462.png 768w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-830x499.png 830w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-230x138.png 230w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-350x211.png 350w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-480x289.png 480w" sizes="(max-width: 838px) 100vw, 838px" />
<p class="has-cyan-bluish-gray-background-color has-background" style="font-size:22px">Today&#8217;s example of how easy AI can make it to write code. The <a href="/w/ai-orbit/shadow.html">interactive animation</a> below is the final output from various experiments below.<br>[My words have this colour background. My instructions to the AI are in bold. <br>The rest of the content on this page is the AI. All of it, including words, code and highlighting.] </p>



<iframe src="https://dgen.net/w/ai-orbit/shadow.html" title="ai example" width="100%" height="600px" border="0"></iframe>



<p class="has-cyan-bluish-gray-background-color has-background" style="font-size:22px">To begin with I just asked it the following:<br><strong>write html, css and javascript to demonstrate a planet orbiting the sun</strong><br>It replied&#8230;</p>



<p>Creating a realistic 3D planet orbiting the sun requires more advanced graphics and libraries, but I can show you a basic demonstration using HTML, CSS, and JavaScript that simulates a simple planet orbiting the sun</p>



<p><strong>example.html</strong></p>



<pre class="wp-block-preformatted">&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
  &lt;meta charset="UTF-8"&gt;
  &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
  &lt;title&gt;Orbiting Planet&lt;/title&gt;
  &lt;link rel="stylesheet" href="styles.css"&gt;
&lt;/head&gt;
&lt;body&gt;
  &lt;div class="sun"&gt;&lt;/div&gt;
  &lt;div class="planet"&gt;&lt;/div&gt;
  &lt;script src="script.js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>



<p><strong>CSS (styles.css):</strong></p>



<pre class="wp-block-preformatted">body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.sun {
  width: 100px;
  height: 100px;
  background-color: orange;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.planet {
  width: 30px;
  height: 30px;
  background-color: blue;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}</pre>



<p><strong>JavaScript (script.js):</strong></p>



<pre class="wp-block-preformatted">let angle = 0;
const orbitRadius = 150;
const orbitSpeed = 0.005;

function animatePlanet() {
  const planet = document.querySelector('.planet');
  const sun = document.querySelector('.sun');
  const sunRect = sun.getBoundingClientRect();
  const centerX = sunRect.left + sunRect.width / 2;
  const centerY = sunRect.top + sunRect.height / 2;

  const x = centerX + orbitRadius * Math.cos(angle);
  const y = centerY + orbitRadius * Math.sin(angle);

  planet.style.left = x + 'px';
  planet.style.top = y + 'px';

  angle += orbitSpeed;
  requestAnimationFrame(animatePlanet);
}

animatePlanet();
</pre>



<p>This code creates a basic representation of a planet (blue circle) orbiting the sun (orange circle). It uses CSS to position and style the sun and the planet, and JavaScript to calculate the position of the planet as it orbits the sun.</p>



<p>Please note that this is a simplified demonstration and does not include realistic physics or 3D graphics. For more advanced and realistic animations, you would need to use libraries like Three.js or other WebGL frameworks.&#8221;</p>



<p class="has-cyan-bluish-gray-background-color has-background" style="font-size:22px">This is pretty astonishing [<a href="https://dgen.net/w/ai-orbit">output</a>]</p>



<iframe src="https://dgen.net/w/ai-orbit" title="ai example" width="100%" height="400px" border="0"></iframe>



<p class="has-cyan-bluish-gray-background-color has-background" style="font-size:22px">but I wasn&#8217;t happy with it being a circular orbit, so I asked it to: <br><strong>redo with an elliptical orbit</strong></p>



<p>Creating an elliptical orbit requires more complex mathematical calculations and is beyond the scope of basic HTML, CSS, and JavaScript. However, I can show you an example using the p5.js library, which is a JavaScript library for creative coding and visualization. The p5.js library simplifies handling graphics and animation, making it easier to demonstrate an elliptical orbit.</p>



<ol class="wp-block-list">
<li>First, include the p5.js library in your HTML file:</li>
</ol>



<pre class="wp-block-preformatted">&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
  &lt;meta charset="UTF-8"&gt;
  &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
  &lt;title&gt;Elliptical Orbit&lt;/title&gt;
  &lt;script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"&gt;&lt;/script&gt;
  &lt;style&gt;
    body {
      margin: 0;
      padding: 0;
    }
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
  &lt;script src="sketch.js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>



<ol class="wp-block-list" start="2">
<li>Next, create a JavaScript file (e.g., &#8220;sketch.js&#8221;) that will handle the animation and display of the elliptical orbit:</li>
</ol>



<pre class="wp-block-preformatted">let sun;
let planet;
let orbitRadiusX = 150;
let orbitRadiusY = 100;
let angle = 0;
let orbitSpeed = 0.01;

function setup() {
  createCanvas(windowWidth, windowHeight);
  sun = createVector(width / 2, height / 2);
  planet = createVector(sun.x + orbitRadiusX, sun.y);
}

function draw() {
  background(240);

  // Draw the sun
  fill('orange');
  ellipse(sun.x, sun.y, 40, 40);

  // Calculate the position of the planet in the elliptical orbit
  let x = sun.x + orbitRadiusX * cos(angle);
  let y = sun.y + orbitRadiusY * sin(angle);

  // Draw the planet
  fill('blue');
  ellipse(x, y, 20, 20);

  // Update the angle for the next frame
  angle += orbitSpeed;
}</pre>



<p>The above code sets up a canvas, defines the sun and planet as vectors, and uses trigonometry to calculate the position of the planet as it moves along an elliptical orbit around the sun. The <code>orbitRadiusX</code> and <code>orbitRadiusY</code> variables determine the shape and size of the elliptical orbit, while the <code>orbitSpeed</code> variable controls the speed of the orbit.</p>



<p>Save these HTML and JavaScript files in the same folder and open the HTML file in a web browser. You should see an animation of a blue planet orbiting an orange sun in an elliptical path. Feel free to adjust the values of <code>orbitRadiusX</code>, <code>orbitRadiusY</code>, and <code>orbitSpeed</code> to experiment with different elliptical orbits.</p>



<p class="has-cyan-bluish-gray-background-color has-background" style="font-size:22px">This is a great example of how game-changing AI is becoming. To see the two bits of code (copy &amp; pasted) in action, click <a href="https://dgen.net/w/ai-orbit">Circular</a> or <a href="https://dgen.net/w/ai-orbit/ellipse.html">Elliptical</a>. Remarkable.</p>



<iframe loading="lazy" src="https://dgen.net/w/ai-orbit/ellipse.html" title="ai example" width="100%" height="300px"></iframe>



<p class="has-cyan-bluish-gray-background-color has-background has-medium-font-size">And then my friend Andy noticed it wasn&#8217;t doing a Keplerian orbit, so <br><strong>redo with a keplerian orbit</strong><br>led to this</p>



<p>Creating a Keplerian orbit involves implementing more complex mathematical formulas to simulate the motion of celestial bodies following Kepler&#8217;s laws of planetary motion. To do this, we&#8217;ll use the <code>p5.js</code> library to handle graphics and animation.</p>



<ol class="wp-block-list">
<li>First, include the p5.js library in your HTML file:</li>
</ol>



<pre class="wp-block-preformatted">&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
  &lt;meta charset="UTF-8"&gt;
  &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
  &lt;title&gt;Keplerian Orbit&lt;/title&gt;
  &lt;script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"&gt;&lt;/script&gt;
  &lt;style&gt;
    body {
      margin: 0;
      padding: 0;
    }
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
  &lt;script src="sketch.js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>



<ol class="wp-block-list" start="2">
<li>Next, create a JavaScript file (e.g., &#8220;sketch.js&#8221;) that will handle the animation and display of the Keplerian orbit:</li>
</ol>



<pre class="wp-block-preformatted">let sun;
let planet;
let a; // Semi-major axis
let b; // Semi-minor axis
let angle = 0;
let orbitSpeed = 0.01;

function setup() {
  createCanvas(windowWidth, windowHeight);
  sun = createVector(width / 2, height / 2);
  a = 150; // Set the semi-major axis
  b = 100; // Set the semi-minor axis
  planet = createVector(sun.x + a, sun.y);
}

function draw() {
  background(240);

  // Draw the sun
  fill('orange');
  ellipse(sun.x, sun.y, 40, 40);

  // Calculate the position of the planet in the Keplerian orbit
  let x = sun.x + a * cos(angle);
  let y = sun.y + b * sin(angle);

  // Draw the planet
  fill('blue');
  ellipse(x, y, 20, 20);

  // Update the angle for the next frame
  angle += orbitSpeed;
}
</pre>



<p>The above code sets up a canvas, defines the sun and planet as vectors, and uses trigonometry to calculate the position of the planet following Kepler&#8217;s laws of planetary motion. The <code>a</code> and <code>b</code> variables determine the size and shape of the Keplerian orbit, while the <code>orbitSpeed</code> variable controls the speed of the orbit.</p>



<p>Save these HTML and JavaScript files in the same folder and open the HTML file in a web browser. You should see an animation of a blue planet following a Keplerian orbit around an orange sun. Feel free to adjust the values of <code>a</code>, <code>b</code>, and <code>orbitSpeed</code> to experiment with different Keplerian orbits.</p>



<p class="has-cyan-bluish-gray-background-color has-background has-medium-font-size"><a href="https://dgen.net/w/ai-orbit/kepler.html">Interesting</a> but still not quite there</p>



<iframe loading="lazy" src="https://dgen.net/w/ai-orbit/kepler.html" title="ai example" width="100%" height="300px"></iframe>



<p class="has-cyan-bluish-gray-background-color has-background has-medium-font-size">So let&#8217;s <br><strong>place the sun at a focus point and add gravity</strong></p>



<p>To add gravity to the Keplerian orbit simulation, we can use Newton&#8217;s law of universal gravitation to calculate the gravitational force between the sun and the planet. The force will affect the acceleration of the planet, causing it to move in a curved path around the sun.</p>



<p>Here&#8217;s the updated code that includes gravity:</p>



<pre class="wp-block-preformatted">let sun;
let planet;
let a; // Semi-major axis
let b; // Semi-minor axis
let c; // Distance from the center to focus (c = sqrt(a^2 - b^2))
let angle = 0;
let orbitSpeed = 0.01;
let G = 0.5; // Gravitational constant

function setup() {
  createCanvas(windowWidth, windowHeight);
  sun = createVector(width / 2, height / 2);
  a = 150; // Set the semi-major axis
  b = 100; // Set the semi-minor axis
  c = sqrt(a * a - b * b);
  planet = createVector(sun.x + c + a, sun.y);
}

function draw() {
  background(240);

  // Draw the sun at the focus point
  fill('orange');
  ellipse(sun.x, sun.y, 40, 40);

  // Calculate the position of the planet in the Keplerian orbit
  let x = sun.x + c + a * cos(angle);
  let y = sun.y + b * sin(angle);

  // Draw the planet
  fill('blue');
  ellipse(x, y, 20, 20);

  // Calculate the distance between the planet and the sun
  let distance = dist(x, y, sun.x, sun.y);

  // Calculate the gravitational force between the planet and the sun
  let force = G * (1 / (distance * distance));

  // Calculate the angle of the force vector
  let forceAngle = atan2(sun.y - y, sun.x - x);

  // Calculate the acceleration of the planet due to gravity
  let acceleration = force / 1; // We can simplify the mass of the planet as 1

  // Update the planet's velocity based on the acceleration
  orbitSpeed += acceleration;

  // Update the angle for the next frame
  angle += orbitSpeed;
}

</pre>



<p>In this updated code, we introduce the gravitational constant <code>G</code> (you can adjust its value to control the strength of gravity) and calculate the gravitational force between the sun and the planet using Newton&#8217;s law of universal gravitation. The planet&#8217;s acceleration is then updated based on the gravitational force, and its velocity is adjusted accordingly. The result is a more realistic simulation of a Keplerian orbit with gravity affecting the motion of the planet around the sun.</p>



<p>Save these HTML and JavaScript files in the same folder and open the HTML file in a web browser. You should now see an animation of a blue planet following a Keplerian orbit around an orange sun, with gravity affecting its movement. Feel free to experiment with different values of <code>G</code> and other parameters to observe different orbital behaviors.</p>



<p class="has-cyan-bluish-gray-background-color has-background has-medium-font-size"><a href="https://dgen.net/w/ai-orbit/kepler-gravity.html">Very interesting</a>. It get&#8217;s it much more right, but there&#8217;s an acceleration that shouldn&#8217;t be there. The planet spins faster and faster&#8230; </p>



<iframe loading="lazy" src="https://dgen.net/w/ai-orbit/kepler-gravity.html" title="ai example" width="100%" height="320px"></iframe>



<p class="has-cyan-bluish-gray-background-color has-background has-medium-font-size">so, rather than try and troubleshoot it, let&#8217;s just ask it<br><strong>why does the speed of the planet accelerate?</strong></p>



<p>Apologies for the confusion in the code. The speed of the planet should not accelerate as a result of gravitational force. In reality, the speed of a planet in a stable orbit around the sun remains constant.</p>



<p>To accurately simulate a stable orbit, we need to use the principles of circular motion and centripetal force. The centripetal force acts perpendicular to the velocity vector, causing the planet to follow a circular path around the sun. In this scenario, the speed of the planet remains constant while its direction continuously changes.</p>



<p>Let&#8217;s correct the code to achieve a stable circular orbit:</p>



<pre class="wp-block-preformatted">let sun;
let planet;
let a; // Semi-major axis
let b; // Semi-minor axis
let c; // Distance from the center to focus (c = sqrt(a^2 - b^2))
let angle = 0;
let orbitSpeed = 0.01;
let G = 0.5; // Gravitational constant

function setup() {
  createCanvas(windowWidth, windowHeight);
  sun = createVector(width / 2, height / 2);
  a = 150; // Set the semi-major axis
  b = 100; // Set the semi-minor axis
  c = sqrt(a * a - b * b);
  planet = createVector(sun.x + c + a, sun.y);
}

function draw() {
  background(240);

  // Draw the sun at the focus point
  fill('orange');
  ellipse(sun.x, sun.y, 40, 40);

  // Calculate the position of the planet in the Keplerian orbit
  let x = sun.x + c + a * cos(angle);
  let y = sun.y + b * sin(angle);

  // Draw the planet
  fill('blue');
  ellipse(x, y, 20, 20);

  // Update the angle for the next frame
  angle += orbitSpeed;
}
</pre>



<p class="has-cyan-bluish-gray-background-color has-background">And, there we have it. We didn&#8217;t even need to understand why the planet was accelerating, or if there was a bug in the code, just ask a question and it corrected itself.</p>



<iframe loading="lazy" src="https://dgen.net/w/ai-orbit/kepler-gravity2.html" title="ai example" width="100%" height="300px"></iframe>



<p class="has-cyan-bluish-gray-background-color has-background has-medium-font-size">I wanted to change the colours and layout a bit, so I asked it to do that too<br><strong>left-align the scene, make the sun yellow, the background black and the planet blue</strong><br>and then I thought it&#8217;d be fun if we made it interactive, so I asked <br><strong>add a slider so I can change the value of G and ensure that the animation updates automatically if the value is changed. put the slider at the top in the middle<br></strong>which it didn&#8217;t get right the first time (the slider moved but the planet speed didn&#8217;t change) so,<br><strong>that isn&#8217;t updating the value of G in the animation<br></strong>which fixed it, and then a final bit of fiddling<br><strong>print the value of G on the screen as well. align the slider so it&#8217;s just above the animation</strong><br><strong>move it 200px left. Keep the value of G next to the slider<br></strong>and so on, which resulted in the <a href="/w/ai-orbit/example.html">interactive example</a> at the top of this page<br><br>And, lastly, for fans of <a href="https://processing.org/">Processing</a>, simply asking it to <br><strong>rewrite this in Processing<br></strong>gave this working code</p>



<pre class="wp-block-preformatted">int sunX, sunY;
float a; // Semi-major axis
float b; // Semi-minor axis
float c; // Distance from the center to focus (c = sqrt(a^2 - b^2))
float angle = 0;
float orbitSpeed = 0.01;
float G = 0.5; // Gravitational constant

void setup() {
  size(800, 600);
  sunX = width / 4;
  sunY = height / 2;
  a = 150; // Set the semi-major axis
  b = 100; // Set the semi-minor axis
  c = sqrt(a * a - b * b);
}

void draw() {
  background(0); // Set background color to black

  // Draw the sun at the focus point
  fill(255, 255, 0); // Change sun color to yellow
  ellipse(sunX, sunY, 40, 40);

  // Calculate the position of the planet in the Keplerian orbit
  float x = sunX + c + a * cos(angle);
  float y = sunY + b * sin(angle);

  // Draw the planet
  fill(0, 0, 255); // Change planet color to blue
  ellipse(x, y, 20, 20);

  // Update the angle for the next frame based on the slider value
  angle += G * orbitSpeed; // Use G to modify orbit speed

  // Display the value of G next to the slider
  fill(255);
  textSize(20);
  text("Gravitational Constant (G): " + G, 20, 20);
}

// Event handler for the slider
void mouseReleased() {
  if (mouseX &gt;= 20 &amp;&amp; mouseX &lt;= 320 &amp;&amp; mouseY &gt;= 40 &amp;&amp; mouseY &lt;= 60) {
    // Map the x-coordinate of the mouse to a value between 0 and 2 for G
    G = map(mouseX, 20, 320, 0, 2);
  }
}
</pre>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6502</post-id>	</item>
		<item>
		<title>Adventures in acoustic cosmology</title>
		<link>https://dgen.net/0/2017/07/03/adventures-in-acoustic-cosmology/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Mon, 03 Jul 2017 07:00:36 +0000</pubDate>
				<category><![CDATA[arts]]></category>
		<category><![CDATA[astronomy]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[performances]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[publications]]></category>
		<category><![CDATA[science]]></category>
		<guid isPermaLink="false">http://www.dgen.net/blog/?p=1461</guid>

					<description><![CDATA[<img width="200" height="200" src="https://dgen.net/0/wp-content/uploads/2017/07/RASLogo.png" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2017/07/RASLogo.png 200w, https://dgen.net/0/wp-content/uploads/2017/07/RASLogo-150x150.png 150w" sizes="(max-width: 200px) 100vw, 200px" />ROYAL ASTRONOMICAL SOCIETY PRESS RELEASE RAS PR 17/30 (NAM 13) 3rd July 2017 A project that explores whether there is a musical equivalent to the [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="200" height="200" src="https://dgen.net/0/wp-content/uploads/2017/07/RASLogo.png" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2017/07/RASLogo.png 200w, https://dgen.net/0/wp-content/uploads/2017/07/RASLogo-150x150.png 150w" sizes="(max-width: 200px) 100vw, 200px" /><p>ROYAL ASTRONOMICAL SOCIETY PRESS RELEASE</p>
<p><b>RAS PR 17/30 (NAM 13)</b></p>
<p><b>3</b><b><sup>rd</sup></b><b> July 2017</b></p>
<p>A project that explores whether there is a musical equivalent to the curvature of spacetime will be presented on Thursday 6<sup>th</sup> July by Gavin Starks at the National Astronomy Meeting at the University of Hull.</p>
<p>Starks, who has a background in radio astronomy and electronic music, been working on developing an ‘acoustic cosmology’ for more than 20 years in collaboration with Prof Andy Newsam of Liverpool John Moores University. Their aim is to test whether mathematical relationships that describe cosmology and quantum mechanics can be applied to a sonic universe, or ‘soniverse’.</p>
<p>Starks explains: “If we look at the way that music has evolved from mediaeval plainsong to the algorithms that generate current chart-hits, we can see parallels developing in the way we describe music and descriptions of our perception of the universe. We can now create new types of sound from scratch – electronic sounds that simply couldn’t have existed before. It leads us to think about a digital sound world that we can’t enter, because it physically doesn’t exist. The question is – what next?<span class="Apple-converted-space"> </span></p>
<p>“We are starting to develop completely new forms of manipulating the microstructure of sound, as well as the macroenvironment in which we experience it. This raises questions about whether we can create a soniverse based on a set of fundamental equations, in the same way that we can create mathematical models of the universe.”</p>
<p>Starting with a single wavelength ‘sonon’, a fundamental particle in the soniverse equivalent to a photon, Starks has attempted to define its properties and the physics that may apply to it. The project’s initial model of ‘wave-time’ has three independent dimensions: the individual sonon wavelength, instrument time (the duration that an individual instrument plays) and performance time (duration equal to the length of an individual piece).</p>
<p>Some of the relationships explored to date are causal (i.e. the physics is consistent within the soniverse) and some are aesthetic (i.e. they describe a subjective musical construct). Many have direct parallels in the physical universe. For example, the listener in the soniverse is analogous to the observer in quantum mechanics: a sonon is only rendered musical or not when it is heard.<span class="Apple-converted-space">  A temporal gravity allows the clustering of sonons to create rhythms or musical phrases. Wave-time can be bent by clusters of sonons, in the same way that gravity distorts space-time in the universe.</span></p>
<p>Starks believes that bringing together cutting-edge science and understanding of musical structure creates the opportunity for discovery: “There’s a long common history between physics and music, for instance people built columns in cathedrals at a height linked to the resonant frequency, even before they understood the nature of pressure dynamics. It’s a relatively recent phenomenon that art and science are treated as different disciplines. By bringing them back together, and creating a common language, we can find different ways of interpreting and thinking about both music and cosmology.”</p>
<p>Newsam adds: “As astronomers, our experience of the universe is essentially visual &#8211; images, graphs, and so on. With the soniverse, we hope to create a new way to appreciate the cosmos, using our instinctive grasp of music and tone to explore relationships between different objects and cosmological models.”</p>
<p><b>Media contacts</b></p>
<p>NAM press office</p>
<p>Robert Massey, Royal Astronomical Society, rm@ras.org.uk</p>
<p>Anita Heward, Royal Astronomical Society, anitaheward@btinternet.com</p>
<p>Morgan Hollis, Royal Astronomical Society, mh@ras.org.uk</p>
<p><b>Science contacts</b></p>
<p>Gavin Starks, Dgen, binarydust.org, gavin@dgen.net, <a href="http://twitter.com/agentGav">@agentGav</a></p>
<p>Andy Newsam, Professor of Astronomy Education and Engagement, Director of the National Schools&#8217; Observatory, Liverpool John Moores University, <a href="mailto:andy@schoolsobservatory.org.uk">andy@schoolsobservatory.org.uk</a></p>
<p><b>Multimedia</b></p>
<p>Blog post with embedded player, video and more information: <a href="http://www.binarydust.org/2017/05/18/listen-to-the-radio-cube-of-the-antennae-galaxies/">http://www.binarydust.org/2017/05/18/listen-to-the-radio-cube-of-the-antennae-galaxies/</a><span class="Apple-converted-space"> </span></p>
<p>This data-cube is based on an optical image of the “Antennae Galaxies” colliding, as taken by the Hubble Space Telescope and a radio-image taken by <a href="http://www.almaobservatory.org/en/home">ALMA</a>. Each pixel actually represents a spectrum of frequencies across the <a href="http://en.wikipedia.org/wiki/Electromagnetic_spectrum">electromagnetic radio spectrum</a></p>
<p>The data-cube works in two ways.</p>
<ul>
<li>Firstly, the radio frequencies have been transformed into visible colours, so you can see a slice of the cube.</li>
<li>Secondly, the electromagnetic spectrum has been transformed into an acoustic spectrum. Remember light≠sound: the frequency of electromagnetic radiation (‘light’) has been transformed into a frequency of pressure wave (sound).</li>
</ul>
<p>By clicking the image and moving your cursor around you can “play” a spectrum of the colliding galaxies. Underneath, you can see a visual representation of the frequency spectrum. Spend some time moving slowly around the red(redshifted) areas – there is a surprising richness to the harmonics for such a simple <a href="http://en.wikipedia.org/wiki/Sonification">sonification</a>.</p>
<p>Note: the data-cube is 8MB and could take between 20 seconds to several minutes to appear if you are on a slow connection.</p>
<p><b>Audio</b></p>
<p>Inspired by the discovery of the first double-pulsar system (ranked as the 6th most important scientific discovery of 2004), and specially written to celebrate the 10th anniversary of <a href="http://www.virac.lv">RT32 &#8211; a reclaimed 32m Radio Telescope</a> in the middle of the Latvian forests (the VIRAC Radio Telescope in Irbene) brought to life over a decade, after being trashed by the Soviet military, as the only radio telescope in the world that is dedicated to both science and art.<span class="Apple-converted-space"> </span></p>
<p>The full name of the piece is <i>ds² – series 1 (PSR J0737-3039B) </i><a href="http://www.binarydust.org/2010/01/04/ds2-series-1/">http://www.binarydust.org/2010/01/04/ds2-series-1/</a><span class="Apple-converted-space"> </span></p>
<p><b>Further information:</b></p>
<p>Further information on the project can be found at: <a href="http://www.binarydust.org/2017/01/27/escape-into-the-multiverse/">http://www.binarydust.org/2017/01/27/escape-into-the-multiverse/</a></p>
<p><b>Notes for editors</b></p>
<p>Running from 2 to 7 July, the RAS National Astronomy Meeting 2017 (NAM 2017, <a href="http://nam2017.org">http://nam2017.org</a>) takes place this year at the University of Hull. NAM 2017 will bring together around 500 space scientists and astronomers to discuss the latest research in their respective fields. The conference is principally sponsored by the Royal Astronomical Society and the Science and Technology Facilities Council.</p>
<p>T: <a href="http://twitter.com/rasnam2017">http://twitter.com/rasnam2017</a></p>
<p>The Royal Astronomical Society (RAS, <a href="http://www.ras.org.uk">www.ras.org.uk</a>), founded in 1820, encourages and promotes the study of astronomy, solar-system science, geophysics and closely related branches of science. The RAS organises scientific meetings, publishes international research and review journals, recognises outstanding achievements by the award of medals and prizes, maintains an extensive library, supports education through grants and outreach activities and represents UK astronomy nationally and internationally. Its more than 4000 members (Fellows), a third based overseas, include scientific researchers in universities, observatories and laboratories as well as historians of astronomy and others.</p>
<p>T: <a href="https://twitter.com/royalastrosoc">https://twitter.com/royalastrosoc</a></p>
<p>F: <a href="https://facebook.com/royalastrosoc">https://facebook.com/royalastrosoc</a></p>
<p>The Science and Technology Facilities Council (STFC, <a href="http://www.stfc.ac.uk">www.stfc.ac.uk</a>) is keeping the UK at the forefront of international science and has a broad science portfolio and works with the academic and industrial communities to share its expertise in materials science, space and ground-based astronomy technologies, laser science, microelectronics, wafer scale manufacturing, particle and nuclear physics, alternative energy production, radio communications and radar.</p>
<p>STFC&#8217;s Astronomy and Space Science programme provides support for a wide range of facilities, research groups and individuals in order to investigate some of the highest priority questions in astrophysics, cosmology and solar system science. STFC&#8217;s astronomy and space science programme is delivered through grant funding for research activities, and also through support of technical activities at STFC&#8217;s UK Astronomy Technology Centre and RAL Space at the Rutherford Appleton Laboratory. STFC also supports UK astronomy through the international European Southern Observatory.</p>
<p>T: <a href="https://twitter.com/stfc_matters">https://twitter.com/stfc_matters</a><span class="Apple-converted-space"> </span></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1461</post-id>	</item>
		<item>
		<title>some themes emerging</title>
		<link>https://dgen.net/0/2015/08/02/some-themes-emerging/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Sun, 02 Aug 2015 20:29:16 +0000</pubDate>
				<category><![CDATA[arts]]></category>
		<category><![CDATA[astronomy]]></category>
		<category><![CDATA[climate change]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[publications]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[socialchange]]></category>
		<category><![CDATA[webcasting]]></category>
		<category><![CDATA[work]]></category>
		<guid isPermaLink="false">http://www.dgen.net/blog/?p=1094</guid>

					<description><![CDATA[<img width="1024" height="565" src="https://dgen.net/0/wp-content/uploads/2015/08/GRS_8867-mod-small-1024x565.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2015/08/GRS_8867-mod-small.jpg 1024w, https://dgen.net/0/wp-content/uploads/2015/08/GRS_8867-mod-small-300x166.jpg 300w, https://dgen.net/0/wp-content/uploads/2015/08/GRS_8867-mod-small-768x424.jpg 768w, https://dgen.net/0/wp-content/uploads/2015/08/GRS_8867-mod-small-750x414.jpg 750w" sizes="(max-width: 1024px) 100vw, 1024px" />Thinking about the sea http://www.nytimes.com/2015/08/02/sunday-review/protecting-the-untamed-seas.html and webcasting https://dgen.net/blog/ms-hans and music http://rinse.fm http://store.darkclover.ro/album/sabo http://tidal.lurk.org http://lysuc888.blogspot.co.uk http://www.aec.at/aeblog/en/2015/08/03/rhythmus-als-dna-der-musik and long playing things http://longplayer.org/about/ and cosmology/topology http://www.binarydust.org/2012/09/21/evolving-language http://www.nersc.gov/news-publications/nersc-news/science-news/2014/simulations-reveal-unusual-death-for-ancient-stars and [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="1024" height="565" src="https://dgen.net/0/wp-content/uploads/2015/08/GRS_8867-mod-small-1024x565.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2015/08/GRS_8867-mod-small.jpg 1024w, https://dgen.net/0/wp-content/uploads/2015/08/GRS_8867-mod-small-300x166.jpg 300w, https://dgen.net/0/wp-content/uploads/2015/08/GRS_8867-mod-small-768x424.jpg 768w, https://dgen.net/0/wp-content/uploads/2015/08/GRS_8867-mod-small-750x414.jpg 750w" sizes="(max-width: 1024px) 100vw, 1024px" /><p>Thinking about the sea</p>
<ul>
<li><a href="http://www.nytimes.com/2015/08/02/sunday-review/protecting-the-untamed-seas.html">http://www.nytimes.com/2015/08/02/sunday-review/protecting-the-untamed-seas.html</a></li>
</ul>
<p>and webcasting</p>
<ul>
<li><a href="https://dgen.net/blog/ms-hans/">https://dgen.net/blog/ms-hans</a></li>
</ul>
<p>and music</p>
<ul>
<li><a href="http://rinse.fm/%20">http://rinse.fm</a></li>
<li><a href="http://store.darkclover.ro/album/sabo">http://store.darkclover.ro/album/sabo</a></li>
<li><a href="http://tidal.lurk.org/">http://tidal.lurk.org</a></li>
<li><a href="http://lysuc888.blogspot.co.uk/">http://lysuc888.blogspot.co.uk</a></li>
<li><a href="http://www.aec.at/aeblog/en/2015/08/03/rhythmus-als-dna-der-musik/">http://www.aec.at/aeblog/en/2015/08/03/rhythmus-als-dna-der-musik</a></li>
</ul>
<p>and long playing things</p>
<ul>
<li><a href="http://longplayer.org/about/">http://longplayer.org/about/</a></li>
</ul>
<p>and cosmology/topology</p>
<ul>
<li><a href="http://www.binarydust.org/2012/09/21/evolving-language/">http://www.binarydust.org/2012/09/21/evolving-language</a></li>
<li><a href="http://www.nersc.gov/news-publications/nersc-news/science-news/2014/simulations-reveal-unusual-death-for-ancient-stars/">http://www.nersc.gov/news-publications/nersc-news/science-news/2014/simulations-reveal-unusual-death-for-ancient-stars</a></li>
</ul>
<p>and data</p>
<ul>
<li><a href="http://theodi.org/who-owns-our-data-infrastructure">http://theodi.org/who-owns-our-data-infrastructure</a></li>
</ul>
<p>Some interesting Venn diagrams emerging.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1094</post-id>	</item>
		<item>
		<title>Welcome back Philae!</title>
		<link>https://dgen.net/0/2015/06/14/welcome-back-philae/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Sun, 14 Jun 2015 18:44:53 +0000</pubDate>
				<category><![CDATA[astronomy]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[stuff]]></category>
		<guid isPermaLink="false">http://www.dgen.net/blog/?p=1066</guid>

					<description><![CDATA[<img width="207" height="189" src="https://dgen.net/0/wp-content/uploads/2015/06/Philae-lander-lander-seen-009-e1434308094637.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" />To celebrate the news: Click the green flag and press S to start &#8230;. then press space bar to launch Philae. Arrow keys for left [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="207" height="189" src="https://dgen.net/0/wp-content/uploads/2015/06/Philae-lander-lander-seen-009-e1434308094637.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" /><p>To celebrate <a href="http://www.bbc.co.uk/news/science-environment-33126885">the news</a>:</p>
<p><iframe loading="lazy" src="//scratch.mit.edu/projects/embed/60406286/?autostart=false" width="485" height="402" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p>Click the green flag and press <strong>S</strong> to start &#8230;. then press <strong>space bar</strong> to launch Philae. <strong>Arrow keys</strong> for left and right. <strong>Up arrow</strong> for thrust. If it all goes weird, hit <strong>R</strong> to reset.<br />
Hit the red landing site to get points, but not too fast or you&#8217;ll pop! You have limited fuel, so try and get as many points as you can before you run out.</p>
<p><a href="https://dgen.net/blog/wp-content/uploads/2015/06/Philae-lander-lander-seen-009.jpg"><img decoding="async" class="alignleft wp-image-1073 size-thumbnail" src="https://dgen.net/blog/wp-content/uploads/2015/06/Philae-lander-lander-seen-009-e1434308094637-150x150.jpg" alt="Philae-lander-lander-seen-009" width="150" height="150" /></a></p>
<p><strong>Class notes:</strong><br />
This project was written in Nov 2014 by my seven year-old son and I for fun. We used it (about 2 months ago) to teach his class of 18 seven year old kids about the <a href="http://www.esa.int/Our_Activities/Space_Science/Rosetta">Rosetta mission</a>.</p>
<p>After watching the ESA video, and some narrative from me, they played this game. After about 10 minutes we went &#8220;inside the game&#8221; to let them edit the code (e.g. size of comet, speed, etc.), and draw their own Philae (which they loved). The game is deliberately more like lunar lander as I thought it was a bit too much to do a full gravitational and trig-based model with that age group!</p>
<p>&nbsp;</p>
<p>Key learning outcomes for the class:</p>
<ul>
<li>What comets are.</li>
<li>We sent a spaceship to a comet: it was an amazing achievement.</li>
<li>That the spaceship was controlled by software, and we can make something like it.</li>
<li>That we can &#8220;see inside&#8221; a game.</li>
<li>That we can edit it to make it our own version.</li>
<li>That we can draw our own things.</li>
<li>They also got an idea of what stop-frame animation is.</li>
</ul>
<p>My favourite moment was when I said &#8220;we&#8217;re now going to go inside the game&#8221; and they all looked amazed &#8211; one turned and said &#8220;are we going to hack into it?!&#8221; &#8211; to which I said &#8220;yes&#8221;, of course.</p>
<p><a href="https://scratch.mit.edu/projects/60406286">https://scratch.mit.edu/projects/60406286</a> to see the code/copy/modify as you wish.</p>
<p><strong>Update</strong></p>
<p><a href="http://www.nytimes.com/2016/10/01/science/rosetta-spacecraft-to-end-mission-by-sinking-to-its-comet-companion.html">News about the end of Rosetta&#8217;s mission</a></p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1066</post-id>	</item>
		<item>
		<title>RIP Patrick Moore</title>
		<link>https://dgen.net/0/2012/12/09/rip-patrick-moore/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Sun, 09 Dec 2012 21:25:59 +0000</pubDate>
				<category><![CDATA[astronomy]]></category>
		<category><![CDATA[science]]></category>
		<guid isPermaLink="false">http://www.dgen.net/blog/?p=913</guid>

					<description><![CDATA[<img width="460" height="288" src="https://dgen.net/0/wp-content/uploads/2012/12/Patrick-Moore-Eyeglasses.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2012/12/Patrick-Moore-Eyeglasses.jpg 460w, https://dgen.net/0/wp-content/uploads/2012/12/Patrick-Moore-Eyeglasses-300x187.jpg 300w" sizes="(max-width: 460px) 100vw, 460px" />Very few public figures have influenced me over the years &#8211; Patrick Moore was an exception. As a friend of my aunt, he wrote to [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="460" height="288" src="https://dgen.net/0/wp-content/uploads/2012/12/Patrick-Moore-Eyeglasses.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2012/12/Patrick-Moore-Eyeglasses.jpg 460w, https://dgen.net/0/wp-content/uploads/2012/12/Patrick-Moore-Eyeglasses-300x187.jpg 300w" sizes="(max-width: 460px) 100vw, 460px" /><p><a href="http://www.flickr.com/photos/dgen/8330979505/in/photostream"><img decoding="async" class="alignleft" src="https://c1.staticflickr.com/9/8080/8330979505_23e02894eb.jpg" alt="" width="375" height="500" /></a>Very few public figures have influenced me over the years &#8211; Patrick Moore was an exception.</p>
<p>As a friend of my aunt, he wrote to me when I was 8, sending letters and copies of his books. Being on <a href="http://en.wikipedia.org/wiki/Isle_of_Arran">Arran</a>, the skies were dark, and even the Milky Way visible on a clear night.</p>
<p>Fast-forward 10 years and I&#8217;m studying Astronomy at Glasgow University, then working at <a href="http://en.wikipedia.org/wiki/Jodrell_Bank_Observatory">Jodrell Bank</a> on Radio Astrophysics.</p>
<p>Fast-forward another 10, and I&#8217;m working at an early start-up, <a href="http://www.virginmedia.com/">Virgin Net</a>, where one evening we held an &#8220;webchat&#8221; with Sir Patrick. We then went for dinner.</p>
<p>Fast-forward another 10, and I&#8217;m in discussion with <a href="http://www.skyatnightmagazine.com/">Sky at Night</a> magazine about writing a feature, and separately with <a href="http://www.bbc.co.uk/news/uk-20659504">Chris Lintott</a> on related projects.</p>
<p>I know his enthusiasm for Astronomy was felt by many of my peers.</p>
<p>Thank you. Goodnight, and RIP.</p>
<p>And now, go outside and look at the stars.</p>
<p><a href="http://www.bbc.co.uk/news/uk-20657939">http://www.bbc.co.uk/news/uk-20657939</a></p>
<p><a href="http://www.guardian.co.uk/science/2012/dec/09/sir-patrick-moore">http://www.guardian.co.uk/science/2012/dec/09/sir-patrick-moore</a></p>
<p><a href="http://boingboing.net/2012/12/09/sir-patrick-moore-1923-2012.html">http://boingboing.net/2012/12/09/sir-patrick-moore-1923-2012.html</a></p>
<p>from 1978</p>
<p style="text-align: center;">
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">913</post-id>	</item>
		<item>
		<title>ISEA 2012</title>
		<link>https://dgen.net/0/2012/05/29/isea-2012/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Tue, 29 May 2012 01:18:41 +0000</pubDate>
				<category><![CDATA[arts]]></category>
		<category><![CDATA[astronomy]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[science]]></category>
		<guid isPermaLink="false">http://www.dgen.net/blog/?p=662</guid>

					<description><![CDATA[<img width="278" height="145" src="https://dgen.net/0/wp-content/uploads/2012/05/www_isea2012_org.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" />I&#8217;ll be speaking at the Eighteenth International Symposium on Electronic Art, ISEA2012 Albuquerque. Machine Wilderness is a symposium and series of events exploring the discourse [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="278" height="145" src="https://dgen.net/0/wp-content/uploads/2012/05/www_isea2012_org.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" /><p><a href="http://www.isea2012.org/"><img decoding="async" class=" wp-image-666 alignleft" style="margin: 10px 5px;" title="isea2012 machine wilderness" src="https://dgen.net/blog/wp-content/uploads/2012/05/www_isea2012_org.jpg" alt="" width="278" height="145" /></a><br />
I&#8217;ll be speaking at the Eighteenth International Symposium on Electronic Art, <a href="http://www.isea2012.org/">ISEA2012</a> Albuquerque.</p>
<p>Machine Wilderness is a symposium and series of events exploring the discourse of global proportions on the subject of art, technology and nature. The ISEA symposium is held every year in a different location around the world, and has a 30-year history of significant acclaim.</p>
<p><a title="Acoustic Cosmology" href="https://dgen.net/blog/acoustic-cosmology/">Acoustic Cosmology</a> will be included in the &#8220;<a href="http://www.isea2012.org/?q=info/subthemes-conference-tracks">Radical Cosmologies</a>&#8221; track.</p>
<p>Update: I&#8217;m speaking on &#8220;The Utterance of a Cosmological Model&#8221; in Hotel Albuquerque: Sandia Room at 2:30pm.</p>
<p>The “Radical Cosmologies” theme will gaze at the universe and question our place in it. It will explore a wide range of creative perspectives and practices around the cultural, scientific and philosophical possibilities of contemporary astronomy. This theme will incorporate various forms of media, written word, performance and installation, as well as workshops, community-based actions, lectures and online projects to offer viewers fresh interpretations and experiences of cultural myths, indigenous histories and contemporary science.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">662</post-id>	</item>
		<item>
		<title>Listen to the colliding &#8220;Antennae Galaxies&#8221;</title>
		<link>https://dgen.net/0/2011/10/11/listen-to-the-colliding-antennae-galaxies/</link>
					<comments>https://dgen.net/0/2011/10/11/listen-to-the-colliding-antennae-galaxies/#comments</comments>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Tue, 11 Oct 2011 01:08:37 +0000</pubDate>
				<category><![CDATA[arts]]></category>
		<category><![CDATA[astronomy]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[science]]></category>
		<guid isPermaLink="false">http://www.dgen.net/blog/?p=497</guid>

					<description><![CDATA[<img width="964" height="864" src="https://dgen.net/0/wp-content/uploads/2011/10/article-2044840-0E359E5700000578-113_964x864.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2011/10/article-2044840-0E359E5700000578-113_964x864.jpg 964w, https://dgen.net/0/wp-content/uploads/2011/10/article-2044840-0E359E5700000578-113_964x864-300x268.jpg 300w" sizes="(max-width: 964px) 100vw, 964px" />A sneak preview of some of the work I&#8217;ll be presenting on Sunday. Below is a radio-image taken by ALMA of the &#8220;Antennae Galaxies&#8221; colliding. [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="964" height="864" src="https://dgen.net/0/wp-content/uploads/2011/10/article-2044840-0E359E5700000578-113_964x864.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2011/10/article-2044840-0E359E5700000578-113_964x864.jpg 964w, https://dgen.net/0/wp-content/uploads/2011/10/article-2044840-0E359E5700000578-113_964x864-300x268.jpg 300w" sizes="(max-width: 964px) 100vw, 964px" /><p>A sneak preview of some of the work I&#8217;ll be <a href="/blog/?p=481">presenting</a> on Sunday.</p>
<p>Below is a radio-image taken by <a href="http://www.almaobservatory.org/en/home">ALMA</a> of the &#8220;Antennae Galaxies&#8221; colliding. We have transformed the image-cube data, in which each pixel represents an <a href="http://en.wikipedia.org/wiki/Electromagnetic_spectrum">electromagnetic radio spectrum</a>, into a sonic spectrum. By clicking the image and moving your cursor around you can &#8220;play&#8221; a spectrum of the colliding galaxies.</p>
<p>Spend some time moving slowly around the red(redshifted) areas &#8211; there is a surprising richness to the harmonics for such a simple <a href="http://en.wikipedia.org/wiki/Sonification">sonification</a>.</p>
<p>Note: this loads a 62MB data-cube before displaying (still working on a compressed version) &#8230; it could take many minutes to appear if you are on a slow connection &#8211; it did take these photons 70 million years to reach us, so please be patient while they go the last few bit-miles!</p>
<p>To view &amp; listen, I recommend you <a href="https://dgen.net/music/ALMACube/">open this link in a new tab</a> while you are reading this post.</p>
<p>To get a sense of the picture at optical wavelengths, the <a href="http://hubblesite.org/newscenter/archive/releases/2006/46/image/a/">HST</a> image [more at <a href="http://news.nationalgeographic.com/news/2011/10/111003-alma-radio-telescope-antennae-galaxies-picture-chile-space-science/">National Geographic</a> or <a href="http://www.wired.com/wiredscience/2011/10/alma-telescope-galaxies/">WIRED</a>] is on the left panel.</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dgen.net/0/2011/10/11/listen-to-the-colliding-antennae-galaxies/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">497</post-id>	</item>
		<item>
		<title>The utterance of a cosmological model?</title>
		<link>https://dgen.net/0/2011/10/09/the-utterance-of-a-cosmological-model/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Sun, 09 Oct 2011 17:24:15 +0000</pubDate>
				<category><![CDATA[arts]]></category>
		<category><![CDATA[astronomy]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[science]]></category>
		<guid isPermaLink="false">http://www.dgen.net/blog/?p=481</guid>

					<description><![CDATA[<img width="1024" height="313" src="https://dgen.net/0/wp-content/uploads/2011/10/heavenly-discourses-1024x313.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2011/10/heavenly-discourses-1024x313.jpg 1024w, https://dgen.net/0/wp-content/uploads/2011/10/heavenly-discourses-300x92.jpg 300w, https://dgen.net/0/wp-content/uploads/2011/10/heavenly-discourses-768x234.jpg 768w, https://dgen.net/0/wp-content/uploads/2011/10/heavenly-discourses-750x229.jpg 750w, https://dgen.net/0/wp-content/uploads/2011/10/heavenly-discourses.jpg 1802w" sizes="(max-width: 1024px) 100vw, 1024px" />&#8220;On 12 April 1961 Yuri Gagarin became the first human in outer space and the first to orbit the Earth. 2011 sees the fiftieth anniversary [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="1024" height="313" src="https://dgen.net/0/wp-content/uploads/2011/10/heavenly-discourses-1024x313.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2011/10/heavenly-discourses-1024x313.jpg 1024w, https://dgen.net/0/wp-content/uploads/2011/10/heavenly-discourses-300x92.jpg 300w, https://dgen.net/0/wp-content/uploads/2011/10/heavenly-discourses-768x234.jpg 768w, https://dgen.net/0/wp-content/uploads/2011/10/heavenly-discourses-750x229.jpg 750w, https://dgen.net/0/wp-content/uploads/2011/10/heavenly-discourses.jpg 1802w" sizes="(max-width: 1024px) 100vw, 1024px" /><div>
<p><em>&#8220;On 12 April 1961 Yuri Gagarin became the first human in outer space and the first to orbit the Earth. 2011 sees the fiftieth anniversary of that event&#8230;&#8221;</em></p>
<p>As part of my ongoing work on <a title="Binary Dust" href="http://www.binarydust.org">Binary Dust</a>, I am speaking at <a title="Heavenly Discourses" href="http://heavenlydiscourses.org/">Heavenly Discourses on Sunday 16th October</a> 16:45 – 18:00. PANEL: Music</p>
<p>I&#8217;ll be presenting new work (including sounds and pictures derived from <a title="ALMA " href="http://www.eso.org/sci/facilities/alma.html">ALMA</a>) that my great collaborators, <a title="Andrew Newsam" href="http://www.astro.ljmu.ac.uk/%7Eamn/">Andrew Newsam</a> and <a title="Julie Freeman" href="http://www.translatingnature.org/">Julie Freeman</a>, have helped me with (thank you!).</p>
<p>Here’s the abstract of my paper. I am delighted to have been accepted &#8211; esp. as I&#8217;m one of the few/the only non-institutional presenters at the conference.</p>
<p><strong>The utterance of a cosmological model?</strong></p>
<p>A conjoining of languages, Acoustic Cosmology is an attempt to describe our audible worlds – a 21st century progression of the music of the spheres – a narrative of acoustic sculpture within n-dimensional space. With no intentional stance on sound as a cultural construct or phenomenology, we openly explore links between cosmology and music, using the language of mathematics and sonic art.</p>
<p>Building on the works Trevor Wishart and Jean-Pierre Luminet, and developed by professional astronomers and musicians, we question and connect the fabric of these non-verbal languages.</p>
<p>Using cosmology and sonic art as its basis, this paper will provide a journey of discovery – a basis for discussion in the junction between music and astronomy, opening up new methods of comprehending scale, connection, depth and complexity. Sound examples and visuals will be included in the presentation.</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">481</post-id>	</item>
		<item>
		<title>Those are my stars&#8230;</title>
		<link>https://dgen.net/0/2011/09/25/those-are-my-stars/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Sun, 25 Sep 2011 17:13:04 +0000</pubDate>
				<category><![CDATA[arts]]></category>
		<category><![CDATA[astronomy]]></category>
		<category><![CDATA[climate change]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[socialchange]]></category>
		<category><![CDATA[stuff]]></category>
		<guid isPermaLink="false">http://www.dgen.net/blog/?p=454</guid>

					<description><![CDATA[<img width="265" height="191" src="https://dgen.net/0/wp-content/uploads/2011/09/stars.jpeg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" />Calling Virgin Galactic: &#8220;if we could get our political leaders to have a summit meeting in space, life on Earth would be markedly different&#8221; Alex [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="265" height="191" src="https://dgen.net/0/wp-content/uploads/2011/09/stars.jpeg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" /><p><img decoding="async" class="size-full wp-image-1222 alignleft" src="https://dgen.net/blog/wp-content/uploads/2011/09/stars.jpeg" alt="stars" width="265" height="191" />Calling <a href="http://www.virgingalactic.com/">Virgin Galactic</a>: &#8220;if we could get our political leaders to have a summit meeting in space, life on Earth would be markedly different&#8221;</p>
<p>Alex Evans reflects &#8220;during a break in an all-day meeting of senior policymakers at the United Nations, on the subject of &#8216;global sustainability&#8217;. Know what? The room had no windows&#8221;</p>
<p>&nbsp;</p>
<p>On this excellent snippet from and <a href="http://www.globaldashboard.org/2011/09/20/a-moment-of-perfect-cognitive-dissonance/">interview</a> with Apollo 14 astronaut Edgar Mitchell:</p>
<p>“Every two minutes, a picture of the Earth, Moon and Sun, and a 360 degree panorama of the heavens, appeared in the spacecraft window as I looked. And from my training in astronomy at Harvard and MIT, I realized that the matter in our universe was created in star systems, and thus the molecules in my body, and in the spacecraft, and in my partners’ bodies were prototyped or manufacted in some ancient generation of stars. And I had the recognition that we’re all part of the same stuff, we’re all one. Now in modern quantum physics you’d call that interconnectedness. It triggered this experience of saying wow, those are my stars, my body is connected to those stars. And it was accompanied by a deep ecstatic experience, which continued every time I looked out of the window, all the way home.”</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">454</post-id>	</item>
		<item>
		<title>Binary Dust &#8230;</title>
		<link>https://dgen.net/0/2010/12/10/binary-dust/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Fri, 10 Dec 2010 20:20:23 +0000</pubDate>
				<category><![CDATA[arts]]></category>
		<category><![CDATA[astronomy]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[music-industry]]></category>
		<category><![CDATA[performances]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[science]]></category>
		<guid isPermaLink="false">http://www.dgen.net/blog/?p=397</guid>

					<description><![CDATA[<img width="1024" height="542" src="https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website-1024x542.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website-1024x542.jpg 1024w, https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website-300x159.jpg 300w, https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website-768x406.jpg 768w, https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website-750x397.jpg 750w, https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website.jpg 2034w" sizes="(max-width: 1024px) 100vw, 1024px" />Well, it&#8217;s taken a little while to pull together, but Binary Dust is now live. Hope you enjoy.]]></description>
										<content:encoded><![CDATA[<img width="1024" height="542" src="https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website-1024x542.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website-1024x542.jpg 1024w, https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website-300x159.jpg 300w, https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website-768x406.jpg 768w, https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website-750x397.jpg 750w, https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website.jpg 2034w" sizes="(max-width: 1024px) 100vw, 1024px" /><p>Well, it&#8217;s taken a little while to pull together, but <a href="http://www.binarydust.org">Binary Dust</a> is now live. Hope you enjoy.</p>
<p><a href="http://www.binarydust.org"><img decoding="async" class="aligncenter size-large wp-image-1232" src="https://dgen.net/blog/wp-content/uploads/2010/12/binary-dust-website-1024x542.jpg" alt="binary dust website" width="630" height="333" srcset="https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website-1024x542.jpg 1024w, https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website-300x159.jpg 300w, https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website-768x406.jpg 768w, https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website-750x397.jpg 750w, https://dgen.net/0/wp-content/uploads/2010/12/binary-dust-website.jpg 2034w" sizes="(max-width: 630px) 100vw, 630px" /></a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">397</post-id>	</item>
	</channel>
</rss>
