[Commits] [svn:einsteintoolkit] www/ (Rev. 922)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Mon Dec 17 22:47:23 CST 2012
User: knarf
Date: 2012/12/17 10:47 PM
Added:
/about/galery/
index.php
Modified:
/global/
navigation.php
Log:
add galery page
Directory Changes:
Directory: /svn:executable/
===========================
+ *
File Changes:
Directory: /about/galery/
=========================
File [added]: index.php
Delta lines: +49 -0
===================================================================
--- about/galery/index.php (rev 0)
+++ about/galery/index.php 2012-12-18 04:47:23 UTC (rev 922)
@@ -0,0 +1,49 @@
+<?php $title='Galery';
+include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php');?>
+
+<p>Einstein Toolkit Galery</p>
+
+<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.
+
+<h1>Using exclusively the Einstein Toolkit</h1>
+
+<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="ET Ãrsted release"
+ >https://svn.einsteintoolkit.org/manifest/branches/ET_2012_11/einsteintoolkit.th</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>
+
+<h1>Using external but public code</h1>
+
+<h1>Using external and non-public code</h1>
+
+<?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>
Property changes on: about/galery/index.php
___________________________________________________________________
Directory: /global/
===================
File [modified]: navigation.php
Delta lines: +1 -0
===================================================================
--- global/navigation.php 2012-12-18 04:33:09 UTC (rev 921)
+++ global/navigation.php 2012-12-18 04:47:23 UTC (rev 922)
@@ -10,6 +10,7 @@
<li><a href="/about/governance/">Governance</a></li>
<ul><li></li></ul>
<li><a href="/about/capabilities/">Capabilities</a></li>
+ <li><a href="/about/galery/"Galery</a></li>
<li><a href="/about/releases">Releases</a></li>
<li><a href="/about/tools/">Tools</a></li>
</ul></li>
More information about the Commits
mailing list