[Commits] [svn:einsteintoolkit] www/about/ (Rev. 926)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Mon Dec 17 23:45:02 CST 2012
User: knarf
Date: 2012/12/17 11:45 PM
Added:
/about/gallery/
index.php
Removed:
/about/galery/
/about/gallery/
index.php
Log:
typo
File Changes:
Directory: /about/gallery/
==========================
File [removed]: index.php
Delta lines: +46 -0
===================================================================
--- about/gallery/index.php (rev 0)
+++ about/gallery/index.php 2012-12-18 05:45:02 UTC (rev 926)
@@ -0,0 +1,46 @@
+<?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
+and thornlists that have been used. Some might not, which is mostly due
+to the use of external code which isn't public. We want to promote the
+use of open source software in science, which is why we put these examples
+first.
+
+<h3>Using exclusively the Einstein Toolkit</h3>
+
+<ul>
+ <li>
+ Single black hole
+ <p>This simulation shows how to evolve a stable, single black hole.
+ Nothing much happens, apart from ...</p>
+ <table>
+ <tr><th>Parameter file</th><td> </td></tr>
+ <tr><th>Thornlist</th><td><a href="https://svn.einsteintoolkit.org/manifest/branches/ET_2012_11/einsteintoolkit.th">ET Ãrsted release</a></td></tr>
+ <tr><th>approx. memory</th><td>X GB</td></tr>
+ <tr><th>approx. runtime</th><td>X SU</td></tr>
+ </table>
+ </li>
+ <li>
+ Binary black hole inspiral
+ </li>
+ <li>
+ Single, stable neutron star
+ </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');?>
File [added]: index.php
Delta lines: None
None
More information about the Commits
mailing list