[Commits] [svn:einsteintoolkit] www/info/documentation/ (Rev. 313)

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Fri Jul 9 17:42:32 CDT 2010


User: eschnett
Date: 2010/07/09 05:42 PM

Modified:
 /info/documentation/
  list.php

Log:
 Reformat

File Changes:

Directory: /info/documentation/
===============================

File [modified]: list.php
Delta lines: +24 -13
===================================================================
--- info/documentation/list.php	2010-07-09 22:42:00 UTC (rev 312)
+++ info/documentation/list.php	2010-07-09 22:42:31 UTC (rev 313)
@@ -1,20 +1,31 @@
 <?php $title='Documentation List';
 include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php');?>
 
-<p>
 <ul>
-
-<li> <b>Hydro interface:</b> Published conference paper (for CactusEinstein).
-
-<p>
-Erik Schnetter. Multi-physics coupling of Einstein and hydrodynamics evolution: A case study of the Einstein Toolkit. CBHPC 2008 (Component-Based High Performance Computing), 2008. (<a href="http://www.cct.lsu.edu/~eschnett/doc/Karlsruhe-2008-CBHPC-EinsteinToolkit.pdf">PDF</a>, 9 pages)</p>
-
-<li> <b>Component Retrieval Language:</b> Paper accepted to TeraGrid'10.
-
-<p>
-Eric L. Seidel, Gabrielle Allen, Steven Brandt, Frank Löffler, and Erik Schnetter. Simplifying Complex Software Assembly: The Component Retrieval Language and Implementation. TeraGrid'10, 2010. (<a href="http://www.eseidel.org/download/TeraGrid10_CRL_Paper">PDF</a>, 8 pages)</p>
-
+  
+  <li>
+    <p><b>Hydro interface:</b> Published conference paper (for
+      CactusEinstein).</p>
+    
+    <p>Erik Schnetter.  Multi-physics coupling of Einstein and
+      hydrodynamics evolution: A case study of the Einstein Toolkit.
+      CBHPC 2008 (Component-Based High Performance Computing), 2008.
+      (<a href="http://www.cct.lsu.edu/~eschnett/doc/Karlsruhe-2008-CBHPC-EinsteinToolkit.pdf">PDF</a>,
+      9 pages)</p>
+  </li>
+  
+  <li>
+    <p><b>Component Retrieval Language:</b> Paper accepted to
+      TeraGrid'10.</p>
+    
+    <p>Eric L. Seidel, Gabrielle Allen, Steven Brandt, Frank Löffler,
+      and Erik Schnetter.  Simplifying Complex Software Assembly: The
+      Component Retrieval Language and Implementation.  TeraGrid'10,
+      2010.
+      (<a href="http://www.eseidel.org/download/TeraGrid10_CRL_Paper">PDF</a>,
+      8 pages)</p>
+  </li>
+  
 </ul>
-</p>
 
 <?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>



More information about the Commits mailing list