[Commits] [svn:einsteintoolkit] www/about/gallery/ (Rev. 1009)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Mon May 13 13:12:20 CDT 2013
User: knarf
Date: 2013/05/13 01:12 PM
Modified:
/about/gallery/
index.php
Log:
don't show non-ready things
File Changes:
Directory: /about/gallery/
==========================
File [modified]: index.php
Delta lines: +11 -2
===================================================================
--- about/gallery/index.php 2013-05-13 18:06:52 UTC (rev 1008)
+++ about/gallery/index.php 2013-05-13 18:12:20 UTC (rev 1009)
@@ -1,8 +1,6 @@
<?php $title='Einstein Toolkit Gallery';
include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php');?>
-<p><b>This page is currently under construction (12/2012)</b></p>
-
<p>This page contains images and movies of example simulations using the
Einstein Toolkit, either exclusively or combined with external codes.
Some (hopefully most) also include the corresponding parameter files
@@ -14,11 +12,16 @@
<h3>Using exclusively the Einstein Toolkit</h3>
<ul>
+<!--
<li>
Single black hole
+ </li>
+-->
+<!--
<li>
Binary black hole inspiral
</li>
+-->
<li>
Single, stable neutron star
<p>This simulation shows how to evolve a stable, single neutron star. It uses a TOV solution
@@ -38,16 +41,22 @@
</table>
<a href="tov/rho_max.pdf"><img src="tov/rho_max.png" alt="Maximum density over time"></a>
</li>
+<!--
<li>
Single, collapsing neutron star
</li>
+-->
+<!--
<li>
Binary, inspiraling neutron stars
</li>
+-->
</ul>
+<!--
<h3>Using external but public code</h3>
<h3>Using external and non-public code</h3>
+-->
<?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>
More information about the Commits
mailing list