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

barry.wardell at gmail.com barry.wardell at gmail.com
Sun Jun 5 17:06:01 CDT 2016


User: barry.wardell
Date: 2016/06/05 05:06 PM

Modified:
 /about/gallery/
  index.php
 /about/gallery/gw150914/
  index.php

Log:
 gallery: Correct HTML validation errors

File Changes:

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

File [modified]: index.php
Delta lines: +8 -16
===================================================================
--- about/gallery/index.php	2016-06-05 22:05:55 UTC (rev 1538)
+++ about/gallery/index.php	2016-06-05 22:06:01 UTC (rev 1539)
@@ -8,7 +8,7 @@
 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.
+first.</p>
 
 <h3>Using exclusively the Einstein Toolkit</h3>
 
@@ -23,26 +23,20 @@
   <ul class="gallerytable">
     <li class="gallerytable">
       <div class="gallerytable">
-        <a href="tov">
-          <h4 class="gallerytable">Single, stable neutron star</h4>
-          <img src="tov/rho_max.png" class="gallerytable">
-        </a>
+          <h4 class="gallerytable"><a href="tov">Single, stable neutron star</a></h4>
+          <a href="tov"><img src="tov/rho_max.png" class="gallerytable" alt="Central density"/></a>
       </div>
     </li>
     <li class="gallerytable">
       <div class="gallerytable">
-        <a href="NsNsToHMNS">
-          <h4 class="gallerytable">Binary neutron star</h4>
-          <img src="NsNsToHMNS/rho.png"  class="gallerytable">
-        </a>
+        <h4 class="gallerytable"><a href="NsNsToHMNS">Binary neutron star</a></h4>
+        <a href="NsNsToHMNS"><img src="NsNsToHMNS/rho.png" class="gallerytable" alt="Density"/></a>
       </div>
     </li>
     <li class="gallerytable">
       <div class="gallerytable">
-        <a href="poisson">
-          <h4 class="gallerytable">Poisson equation</h4>
-          <img src="poisson/psi.png" class="gallerytable"/>
-        </a>
+          <h4 class="gallerytable"><a href="poisson">Poisson equation</a></h4>
+          <a href="poisson"><img src="poisson/psi.png" class="gallerytable" alt="Solution phi"/></a>
       </div>
     </li>
   </ul>
@@ -58,10 +52,8 @@
   <ul class="gallerytable">
     <li class="gallerytable">
       <div class="gallerytable">
-        <a href="gw150914">
           <h4 class="gallerytable">Binary black hole GW150914</h4>
-          <img src="gw150914/horizons.png" class="gallerytable"/>
-        </a>
+          <a href="gw150914"><img src="gw150914/horizons.png" class="gallerytable" alt="Horizons"/></a>
       </div>
     </li>
   </ul>

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

File [modified]: index.php
Delta lines: +3 -5
===================================================================
--- about/gallery/gw150914/index.php	2016-06-05 22:05:55 UTC (rev 1538)
+++ about/gallery/gw150914/index.php	2016-06-05 22:06:01 UTC (rev 1539)
@@ -40,27 +40,25 @@
    <tr><th>Cost</th><td><?php echo $sim_stats['CostInCoreHours']?> core hours</td></tr>
   </table>
 
-<p>
-
   <ul class="gallerytable">
     <li class="gallerytable">
       <div class="gallerytable">
         <h4 class="gallerytable">Horizons</h4>
-        <a href="horizons.png"><img src="horizons.png" alt="BH horizons"></a>
+        <a href="horizons.png"><img src="horizons.png" alt="BH horizons"/></a>
       </div>
     </li>
     
     <li class="gallerytable">
       <div class="gallerytable">
         <h4 class="gallerytable">Horizon coordinate trajectories</h4>
-        <a href="trajectories.png"><img src="trajectories.png" alt="BH trajectories" width="242" height="237"></a>
+        <a href="trajectories.png"><img src="trajectories.png" alt="BH trajectories" width="242" height="237"/></a>
       </div>
     </li>
     
     <li class="gallerytable">
       <div class="gallerytable">
         <h4 class="gallerytable">Gravitational waveform</h4>
-        <a href="waveform.png"><img src="waveform.png" alt="h_+^{2,2} at r=500M as a function of retarded time" width="542" height="191"></a>
+        <a href="waveform.png"><img src="waveform.png" alt="h_+^{2,2} at r=500M as a function of retarded time" width="542" height="191"/></a>
       </div>
     </li>
   </ul>



More information about the Commits mailing list