[Commits] [svn:einsteintoolkit] www/about/gallery/gw150914/ (Rev. 1546)
barry.wardell at gmail.com
barry.wardell at gmail.com
Sun Jun 5 17:07:25 CDT 2016
User: barry.wardell
Date: 2016/06/05 05:07 PM
Modified:
/about/gallery/gw150914/
index.php
Log:
GW150914 gallery: Tidy up structure and layout
File Changes:
Directory: /about/gallery/gw150914/
===================================
File [modified]: index.php
Delta lines: +27 -44
===================================================================
--- about/gallery/gw150914/index.php 2016-06-05 22:07:20 UTC (rev 1545)
+++ about/gallery/gw150914/index.php 2016-06-05 22:07:25 UTC (rev 1546)
@@ -32,6 +32,7 @@
and 3D output, and totals several terabytes in size; as such it will be made available for download
once a suitable distribution method has been found.</p>
+<h3>Simulation details</h3>
<div style="display:inline-block; margin-right: 20px">
<h4>Physical parameters</h4>
<table>
@@ -62,48 +63,9 @@
<tr><th>Cost</th><td><?php echo $sim_stats['CostInCoreHours']?> core hours</td></tr>
</table>
- <ul class="gallerytable">
- <li class="gallerytable">
- <div class="gallerytable">
- <h4 class="gallerytable">Horizons</h4>
- <a href="horizons.png"><img src="horizons.png" alt="BH horizons"/></a>
- </div>
- </li>
-
- <li class="gallerytable">
- <div class="gallerytable">
- <h4 class="gallerytable">Horizon coordinate trajectories</h4>
- <a href="trajectories.png"><img src="trajectories.png" alt="BH trajectories" width="242" height="237"/></a>
- </div>
- </li>
- <li class="gallerytable">
- <div class="gallerytable">
- <h4 class="gallerytable">Curvature scalars</h4>
- <div style="display:block;">
- <a href="ReI.png"><img src="ReI.png" alt="R_{abcd} R^{abcd}" width="357" height="300"/></a>
- <a href="ImI.png"><img src="ImI.png" alt="R^*_{abcd} R^{abcd}" width="342" height="300"/></a>
- <a href="RePsi4.png"><img src="RePsi4.png" alt="Re(Psi_4)" width="299" height="300"/></a>
- </div>
- </div>
- </li>
-
- <li class="gallerytable">
- <div class="gallerytable">
- <h4 class="gallerytable">Gravitational waves</h4>
- <a href="Strain.png"><img src="Strain.png" alt="h_+ at t=700M" width="400" height="300"/></a>
- </div>
- </li>
-
- <li class="gallerytable">
- <div class="gallerytable">
- <h4 class="gallerytable">Gravitational waveform</h4>
- <a href="waveform.png"><img src="waveform.png" alt="h_+^{2,2} at r=500M as a function of retarded time" width="542" height="191"/></a>
- </div>
- </li>
- </ul>
-
- <h4>Tutorials</h4>
+<h3>Tutorials and data</h3>
+<h4>Tutorials</h4>
<ul>
<li><a href="https://bitbucket.org/barrywardell/gw150914sim/wiki/Simulation%20tutorial">Compile and run</a>:
Compile the code and run the simulation</li>
@@ -111,8 +73,29 @@
<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>
--->
+<h4>Simulation data</h3>
+<ul>
+ <li><a href="GW150914_32.tar.gz">Lightweight simulation data</a> (500MB)</li>
+ <li>Full simulation data (available on request)</li>
+</ul>
+<h3>Images and movies</h3>
+
+<h4>Horizons</h4>
+<a href="horizons.png"><img src="horizons.png" alt="BH horizons"/></a>
+
+<h4>Horizon coordinate trajectories</h4>
+<a href="trajectories.png"><img src="trajectories.png" alt="BH trajectories" width="242" height="237"/></a>
+
+<h4>Curvature scalars</h4>
+<a href="ReI.png"><img src="ReI.png" alt="R_{abcd} R^{abcd}" width="357" height="300"/></a>
+<a href="ImI.png"><img src="ImI.png" alt="R^*_{abcd} R^{abcd}" width="342" height="300"/></a>
+<a href="RePsi4.png"><img src="RePsi4.png" alt="Re(Psi_4)" width="299" height="300"/></a>
+
+<h4>Gravitational waves</h4>
+<a href="Strain.png"><img src="Strain.png" alt="h_+ at t=700M" width="400" height="300"/></a>
+
+<h4>Gravitational waveform</h4>
+<a href="waveform.png"><img src="waveform.png" alt="h_+^{2,2} at r=500M as a function of retarded time" width="542" height="191"/></a>
+
<?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>
More information about the Commits
mailing list