[Swift-commit] r5371 - in wwwdev: . about inc

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Wed Dec 7 21:35:14 CST 2011


Author: wilde
Date: 2011-12-07 21:35:14 -0600 (Wed, 07 Dec 2011)
New Revision: 5371

Modified:
   wwwdev/TODO
   wwwdev/about/index.php
   wwwdev/inc/about_sidebar.php
   wwwdev/inc/docs_sidebar.php
Log:
Update team member list on About page. Remove TeraGrid note on Docs and About sidebar.

Modified: wwwdev/TODO
===================================================================
--- wwwdev/TODO	2011-12-07 23:48:07 UTC (rev 5370)
+++ wwwdev/TODO	2011-12-08 03:35:14 UTC (rev 5371)
@@ -39,3 +39,19 @@
 ---
 
 
+Hey Mike,
+  Just some wording things that I found.  Maybe they are meant to be like that and these probably do not block the site from launching on Friday.
+
+Home page
+1) "The Swift parallel scripting language is an easy way to use almost any parallel computer system".  Instead of parallel computer system I think should read High-Performance resource since technically we could retrieve all the data from some parallel file system and do work locally on a workstation.  Swift does not limit to only use parallel computing systems. At the very least maybe it should read "parallel computing system".
+2) Bottom left: replace "it" with "Swift". This is more of a pet-peeve of mine when reading a website.  Sometimes the clarity of what "it" is, is not obvious.
+3) Bottom left: case studies should be a link to the case studies section
+
+Documention:
+1) The TeraGrid section on the right is in "" but the GlobusToolkit and the Java COG Kit are both not in "".
+2) Swift tutorial: "... introducing you to THE Swift environment"
+3) Swift userguide: Swift should be capitalized in the first sentence. Swift seems to be capitalized in every other instance.
+
+These are just writing things that I see wrong(imho) but you may think are fine. More of pet-peeves of mine really when I visit a website and nothing here is really a high-prio to fix or anything to keep the site from launching on Friday.
+
+---

Modified: wwwdev/about/index.php
===================================================================
--- wwwdev/about/index.php	2011-12-07 23:48:07 UTC (rev 5370)
+++ wwwdev/about/index.php	2011-12-08 03:35:14 UTC (rev 5371)
@@ -22,7 +22,7 @@
 <!-- end .grid_12 -->
 
  <div class="grid_9">
-	<p> Swift incorporates several existing toolkits and engines to achieve its results. <em>What can Swift do for you?</em> </p> 
+	<p> Swift incorporates several existing toolkits. </p> 
 
 <h4>Globus Toolkit</h4>
 <p>Swift uses the <a href="http://www.globus.org/" target="_blank">Globus Toolkit</a> as middleware to talk to various resources.</p>
@@ -30,10 +30,12 @@
 <h4>Java CoG Kit</h4>
 <p>The <a href="http://wiki.cogkit.org/index.php/Main_Page" target="_blank">CoG Kit</a> provides a high level uniform interface to different versions of the Globus Toolkit. It also contains the Karajan language and interpreter which is used as an underlying execution engine for Swift.</p>
 
+<!--
 <h4>TeraGrid</h4>
 <p>
 "<a href="http://www.teragrid.org/">TeraGrid</a> is an open scientific discovery infrastructure combining leadership class resources at nine partner sites to create an integrated, persistent computational resource."</p>
 	<p> </p>
+-->
 	</div>
   <!-- end .grid_9 -->
   <div class="grid_3">

Modified: wwwdev/inc/about_sidebar.php
===================================================================
--- wwwdev/inc/about_sidebar.php	2011-12-07 23:48:07 UTC (rev 5370)
+++ wwwdev/inc/about_sidebar.php	2011-12-08 03:35:14 UTC (rev 5371)
@@ -1,11 +1,25 @@
-<h3>Swift Development Team</h3>
+<h3>Current Swift Project Team</h3>
+
 <ul class="swift-bullet">
-	<li>Ian Foster</li>
-	<li>Mike Wilde</li>
-	<li>Mihail Hategan</li>
-	<li>Ben Clifford</li>
-	<li>Yong Zhao</li>
-	<li>Veronika Nefedova</li>
+  <li>Ian Foster</li>
+  <li>Mihail Hategan</li>
+  <li>Dan Katz</li>
+  <li>David Kelly</li>
+  <li>Ketan Maheshwari</li>
+  <li>Jon Monette</li>
+  <li>Mike Wilde</li>
+  <li>Justin Wozniak</li>
 </ul>
+
+<h3>Swift Alumni</h3>
+
+<ul class="swift-bullet">
+  <li>Ben Clifford</li>
+  <li>Sarah Kenny</li>
+  <li>Veronika Nefedova</li>
+  <li>Tibi Stef-Praun</li>
+  <li>Yong Zhao</li>
+</ul>
+
 <!-- <h4>NEWS ITEMS</h4>
 <p>Interesting news items can go here.</p>-->

Modified: wwwdev/inc/docs_sidebar.php
===================================================================
--- wwwdev/inc/docs_sidebar.php	2011-12-07 23:48:07 UTC (rev 5370)
+++ wwwdev/inc/docs_sidebar.php	2011-12-08 03:35:14 UTC (rev 5371)
@@ -13,11 +13,12 @@
 	Globus Toolkit. It also contains the Karajan language and interpreter which
 	is used as an underlying execution engine for Swift.
 </p>
-
+<!--
 <h4>TeraGrid</h4>
 <p>
 	"<a href="http://www.teragrid.org/">TeraGrid</a> is an open scientific
 	discovery infrastructure combining leadership class resources at nine
 	partner sites to create an integrated, persistent computational resource."
 </p>
+-->
 <p> </p>




More information about the Swift-commit mailing list