[Commits] [svn:einsteintoolkit] www/about/gallery/ (Rev. 1524)

barry.wardell at gmail.com barry.wardell at gmail.com
Sun Jun 5 17:04:37 CDT 2016


User: barry.wardell
Date: 2016/06/05 05:04 PM

Added:
 /about/gallery/gw150914/
  index.php

Modified:
 /about/gallery/
  index.php

Log:
 gallery: Move gw150914 to a separate page

File Changes:

Directory: /about/gallery/
==========================

File [modified]: index.php
Delta lines: +4 -47
===================================================================
--- about/gallery/index.php	2016-06-05 22:04:33 UTC (rev 1523)
+++ about/gallery/index.php	2016-06-05 22:04:37 UTC (rev 1524)
@@ -90,55 +90,12 @@
   <p><img src="poisson/err.png" alt="Error" width="40%" align="top"></p>
 
 <h3>Using external but public code</h3>
-
- <h4> Binary black hole GW150914, as observed by LIGO; the first detection of gravitational waves</h4>
-  <p>This simulation shows how to evolve a binary black hole system for the last 6 orbits through to merger. </p>
-
-  <h5>Physical parameters</h5>
-  <table>
-   <tr><th>Initial separation D</th><td>10 M [TODO: give in Schwarzschild radii?]</td></tr>
-   <tr><th>Mass ratio q = m1/m2</th><td>36/29 ~ 1.24</td></tr>
-   <tr><th>Spin chi1 = a1/m1</th><td>0.31</td></tr>
-   <tr><th>Spin chi2 = a2/m2</th><td>-0.46</td></tr>
-  </table>
-
-  <h5>Physical properties</h5>
-  <table>
-   <tr><th>Number of orbits</th><td>6</td></tr>
-   <tr><th>Time to merger</th><td>900 M [TODO: give in physical units for GW150914?]</td></tr>
-   <tr><th>Mass of final BH</th><td></td></tr>
-   <tr><th>Spin of final BH</th><td></td></tr>
-  </table>
-
-  <h5>Computational details</h5>
-  <?php
-     $sim_stats = json_decode(file_get_contents("gw150914/stats.json"), true);
-  ?></p>
-  <table>
-   <tr><th>Parameter file</th><td><a href="GW150914/GW150914.rpar">GW150914.rpar</a></td></tr>
-   <tr><th>Thornlist</th><td><a href="GW150914/GW150914.th">GW150914.th</a> (Llama multi-block code added to ET release version)</td></tr>
-   <tr><th>Submission command</th><td>simfactory/bin/sim create-submit GW150914_28 --define N 28 --parfile repos/GW150914/ParameterFiles/GW150914.rpar --procs 128 --walltime 24:00:00</td></tr>
-   <tr><th>Total memory</th><td><?php echo $sim_stats['TotalMemory']?> GB</td></tr>
-   <tr><th>Run time</th><td><?php echo $sim_stats['Runtime']?> days on <?php echo $sim_stats['Cores']?> cores (Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz)</td></tr>
-   <tr><th>Cost</th><td><?php echo $sim_stats['CostInCoreHours']?> core hours</td></tr>
-  </table>
-
 <p>
-  
-  <h5>Horizon centroid coordinate trajectories</h5>
-  <a href="gw150914/h22.asc"><img src="gw150914/trajectories.png" alt="BH trajectories" width="242" height="237"></a>
+<ul>
+<li><a href="gw150914">Binary black hole GW150914</a></li>
+</ul>
+</p>
 
-  <h5>Gravitational waveform</h5>
-  <a href="gw150914/h22.asc"><img src="gw150914/waveform.png" alt="h_+^{2,2} at r=500M as a function of retarded time" width="542" height="191"></a>
-
-  <h5>Tutorials</h5>
-  <ul>
-    <li><a href="https://bitbucket.org/barrywardell/gw150914sim/wiki/Simulation%20tutorial">Compile and run</a>:
-      Compile the code and run the simulation</li>
-    <li><a href="https://bitbucket.org/barrywardell/gw150914sim/wiki/Analysis%20tutorial">Analysis</a>: Analyse the results using SimulationTools for Mathematica</li>
-    <li><a href="https://bitbucket.org/barrywardell/gw150914sim/wiki/Visualising%20the%20spacetime%20with%20VisIt">Visualisation</a>: Visualise the data using VisIt</li>
-  </ul>
-
 <!--
 <h3>Using external and non-public code</h3>
 -->

Directory: /about/gallery/gw150914/
===================================

File [added]: index.php
Delta lines: +59 -0
===================================================================
--- about/gallery/gw150914/index.php	                        (rev 0)
+++ about/gallery/gw150914/index.php	2016-06-05 22:04:37 UTC (rev 1524)
@@ -0,0 +1,59 @@
+<?php $title="Gallery: Binary black hole GW150914";
+include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php');?>
+<script type="text/javascript" src="/global/jwplayer/jwplayer.js"></script>
+
+<h4>As observed by LIGO; the first detection of gravitational waves</h4>
+
+  <p>This simulation shows how to evolve a binary black hole system for the last 6 orbits through to merger. </p>
+
+  <div>
+  <h5>Physical parameters</h5>
+  <table>
+   <tr><th>Initial separation D</th><td>10 M</td></tr>
+   <tr><th>Mass ratio q = m1/m2</th><td>36/29 ~ 1.24</td></tr>
+   <tr><th>Spin chi1 = a1/m1</th><td>0.31</td></tr>
+   <tr><th>Spin chi2 = a2/m2</th><td>-0.46</td></tr>
+  </table>
+  
+  <h5>Physical properties</h5>
+  <table>
+   <tr><th>Number of orbits</th><td>6</td></tr>
+   <tr><th>Time to merger</th><td>900 M</td></tr>
+   <tr><th>Mass of final BH</th><td></td></tr>
+   <tr><th>Spin of final BH</th><td></td></tr>
+  </table>
+
+  <h5>Computational details</h5>
+  <?php
+     $sim_stats = json_decode(file_get_contents("stats.json"), true);
+  ?></p>
+  <table>
+   <tr><th>Parameter file</th><td><a href="GW150914.rpar">GW150914.rpar</a></td></tr>
+   <tr><th>Thornlist</th><td><a href="GW150914.th">GW150914.th</a> (Llama multi-block code added to ET release version)</td></tr>
+   <tr><th>Submission command</th><td>simfactory/bin/sim create-submit GW150914_28 --define N 28 --parfile repos/GW150914/ParameterFiles/GW150914.rpar --procs 128 --walltime 24:00:00</td></tr>
+   <tr><th>Total memory</th><td><?php echo $sim_stats['TotalMemory']?> GB</td></tr>
+   <tr><th>Run time</th><td><?php echo $sim_stats['Runtime']?> days on <?php echo $sim_stats['Cores']?> cores (Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz)</td></tr>
+   <tr><th>Cost</th><td><?php echo $sim_stats['CostInCoreHours']?> core hours</td></tr>
+  </table>
+
+<p>
+  
+  <h5>Horizon centroid coordinate trajectories</h5>
+  <a href="h22.asc"><img src="trajectories.png" alt="BH trajectories" width="242" height="237"></a>
+
+  <h5>Gravitational waveform</h5>
+  <a href="h22.asc"><img src="waveform.png" alt="h_+^{2,2} at r=500M as a function of retarded time" width="542" height="191"></a>
+
+  <h5>Tutorials</h5>
+  <ul>
+    <li><a href="https://bitbucket.org/barrywardell/gw150914sim/wiki/Simulation%20tutorial">Compile and run</a>:
+      Compile the code and run the simulation</li>
+    <li><a href="https://bitbucket.org/barrywardell/gw150914sim/wiki/Analysis%20tutorial">Analysis</a>: Analyse the results using SimulationTools for Mathematica</li>
+    <li><a href="https://bitbucket.org/barrywardell/gw150914sim/wiki/Visualising%20the%20spacetime%20with%20VisIt">Visualisation</a>: Visualise the data using VisIt</li>
+  </ul>
+
+<!--
+<h3>Using external and non-public code</h3>
+-->
+
+<?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>



More information about the Commits mailing list