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

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Sun Apr 20 20:55:47 CDT 2014


User: rhaas
Date: 2014/04/20 08:55 PM

Modified:
 /about/gallery/
  index.php

Log:
 activate NsNs gallery example

File Changes:

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

File [modified]: index.php
Delta lines: +24 -3
===================================================================
--- about/gallery/index.php	2014-04-21 01:49:31 UTC (rev 1159)
+++ about/gallery/index.php	2014-04-21 01:55:47 UTC (rev 1160)
@@ -1,5 +1,6 @@
 <?php $title='Einstein Toolkit Gallery';
 include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php');?>
+<script type="text/javascript" src="/global/jwplayer/jwplayer.js"></script>
 
 <p>This page contains images and movies of example simulations using the
 Einstein Toolkit, either exclusively or combined with external codes.
@@ -46,11 +47,31 @@
   Single, collapsing neutron star
  </li>
 -->
-<!--
  <li>
-  Binary, inspiraling neutron stars
+  Binary, inspiraling neutron stars forming a hypermassive neutron star
+  <p>This simulation shows how to evolve a pair of neutron stars, reading in
+     initial data provided by the <a href="http://www.lorene.obspm.fr/">LORENE</a> code. The video shows
+     the rest mass density in an equatorial slice of the simulation. The
+     emitted gravitational waves of the inspiral and due to the oscillations in
+     the formed hypermassive neutron star are shown as well. </p>
+  <table>
+   <tr><th>Parameter file</th><td><a href="NsNsToHMNS/NsNsToHMNS.par">NsNsToHMNS.par</a></td></tr>
+   <tr><th>Thornlist</th><td><a href="NsNsToHMNS/NsNsToHMNS.th">NsNsToHMNS.th</a></td></tr>
+   <tr><th>Support scripts</th><td><a href="NsNsToHMNS/scripts.tar.gz">scripts.tar.gz</a></td></tr>
+   <tr><th>approx. memory</th><td>8.8 GB</td></tr>
+   <tr><th>approx. runtime</th><td>12*48 SU</td></tr>
+  </table>
+  <a href="NsNsToHMNS/mp_Psi4_l2_m2_r300.00.asc"><img src="NsNsToHMNS/mp_Psi4_l2_m2_r300.00.png" alt="Psi_4^{2,2} at r=300M over time"></a>
+  <div id="NsNsToHMNS_rho">Loading the player...</div>
+  Download movie: <a href="NsNsToHMNS/rho.mp4">rho.mp4</a>
+  <script type="text/javascript">
+      jwplayer("NsNsToHMNS_rho").setup({
+          file: "NsNsToHMNS/rho.mp4",
+          image: "NsNsToHMNS/rho.png",
+          width: 640, height: 480
+      });
+  </script>
  </li>
--->
 </ul>
 
 <!--



More information about the Commits mailing list