[Swift-commit] r8432 - in www: . main

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Tue Apr 21 13:32:49 CDT 2015


Author: wozniak
Date: 2015-04-21 13:32:49 -0500 (Tue, 21 Apr 2015)
New Revision: 8432

Modified:
   www/main/index.php
   www/push_to.sh
Log:
Post link to ERROR


Modified: www/main/index.php
===================================================================
--- www/main/index.php	2015-04-21 17:46:27 UTC (rev 8431)
+++ www/main/index.php	2015-04-21 18:32:49 UTC (rev 8432)
@@ -55,7 +55,7 @@
   <!-- end .grid_12 -->
   <div class="clear"></div>
   <div class="grid_9">
-  	<div class="container"> 
+  	<div class="container">
 		<?php require('../inc/main_rotator.php') ?>
 		<img src="../images/rotator_shadow.png" width="674" height="10" />
 	</div>
@@ -78,7 +78,7 @@
 
   </div>
   <!-- end .grid_3 -->
-  
+
   <div class="clear"></div>
   <div class="grid_6">
     <p class="indented">
@@ -110,7 +110,7 @@
 scripts can do large-scale work.
 The same script runs on
 multicore computers, clusters, grids, clouds, and
-supercomputers. 
+supercomputers.
 </p>
 
 <!-- FIXME: [Swift runtime picture here, in right column] -->
@@ -130,7 +130,7 @@
   <div class="grid_3">
   	<div id="feature">
     	<h3>
-    	  Who's Using Swift
+    	  Who’s Using Swift
     	</h3>
 		<ul class="swift-bullet">
 			<li>physical sciences</li>
@@ -143,8 +143,8 @@
 		<a href="../papers/index.php" class="trailingLink">read the papers</a>
 	</div>
 	<!-- end feature -->
-	
-        <!-- 
+
+        <!--
         <div id="feature">
 		<h3>
      	 Supported Platforms
@@ -157,7 +157,7 @@
   </div>
   <!-- end .grid_3 -->
   <div class="grid_3">
-        <!-- 
+        <!--
   	<div id="feature">
     	<h3>
      	 What Users Are Saying
@@ -171,9 +171,31 @@
         -->
 	<!-- end feature -->
 	<div id="feature">
-		<h3>What's New</h3>
-	
+	<h3>What’s New</h3>
+
         <div id="feature">
+		<h5>The ERROR Workshop</h5>
+                <center>
+                <a href="http://press3.mcs.anl.gov/errorworkshop">
+                <img src="ERROR_2015.png"
+                     height="140"
+                     hspace="20"
+                     align="right"/></a>
+                </center>
+
+                <p><small>Submit a paper about unexpected or negative
+                results using Swift or other scientific tools!</small></p>
+                </div>
+
+
+        <div id="feature">
+		<h5>Next Generation Swift</h5>
+		<p><b>Swift/T</b> runs millions of tasks per second on supercomputers.</p>
+		<!-- <p><a href="../Swift-T" class="trailingLink">Learn more...</a></p> -->
+        <p><a href="../Swift-T" class="trailingLink" target="_parent">Learn more...</a></p>
+        </div>
+
+        <div id="feature">
 		<h5>Swift at <a href="http://sc14.supercomputing.org">SC 2014</a></h5>
 		<p>Swift will be featured in many events: <br>
                     <a href="http://sc14.supercomputing.org/schedule/event_detail?evid=pap450">
@@ -183,13 +205,6 @@
                       <a href="http://www.vi-hps.org/symposia/other/espt-sc14.html">ESPT</a>
                   </p>
         </div>
-	
-        <div id="feature">
-		<h5>Next Generation Swift</h5>
-		<p><b>Swift/T</b> runs millions of tasks per second on supercomputers.</p>
-		<!-- <p><a href="../Swift-T" class="trailingLink">Learn more...</a></p> -->
-        <p><a href="../Swift-T" class="trailingLink" target="_parent">Learn more...</a></p>
-        </div>
 
         <div id="feature">
         <h5>RESEARCH: Swift on GPUS</h5>
@@ -213,7 +228,7 @@
 </div>
 <!-- end .container_12 -->
 <!-- footer -->
-<?php require('../inc/footer2.php') ?> 
+<?php require('../inc/footer2.php') ?>
 <!-- end footer -->
 <script type="text/javascript">
 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

Modified: www/push_to.sh
===================================================================
--- www/push_to.sh	2015-04-21 17:46:27 UTC (rev 8431)
+++ www/push_to.sh	2015-04-21 18:32:49 UTC (rev 8432)
@@ -111,6 +111,7 @@
 js/jquery.orbit-1.2.3.min.js
 main/index.php
 main/template.php
+main/ERROR_2015.png
 case_studies/images/CIM-Earth.jpg
 case_studies/images/climate.png
 case_studies/images/glass.png




More information about the Swift-commit mailing list