[Swift-commit] r4906 - in wwwdev: . main main/_notes

vytas at ci.uchicago.edu vytas at ci.uchicago.edu
Mon Aug 1 09:25:41 CDT 2011


Author: vytas
Date: 2011-08-01 09:25:39 -0500 (Mon, 01 Aug 2011)
New Revision: 4906

Added:
   wwwdev/main/
   wwwdev/main/_notes/
   wwwdev/main/_notes/dwsync.xml
   wwwdev/main/index.php
   wwwdev/main/index2.php
   wwwdev/main/rotator.php
   wwwdev/main/template.php
Log:
new look & feel

Added: wwwdev/main/_notes/dwsync.xml
===================================================================
--- wwwdev/main/_notes/dwsync.xml	                        (rev 0)
+++ wwwdev/main/_notes/dwsync.xml	2011-08-01 14:25:39 UTC (rev 4906)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<dwsync>
+<file name="template.php" server="login.ci.uchicago.edu//home/vytas/public_html/projects/2011_07-Swift/" local="3394630165" remote="16279532058" />
+<file name="index2.php" server="login.ci.uchicago.edu//home/vytas/public_html/projects/2011_07-Swift/" local="3394804378" remote="16279706419" />
+<file name="rotator.php" server="login.ci.uchicago.edu//home/vytas/public_html/projects/2011_07-Swift/" local="3394800047" remote="16279701950" />
+<file name="index.php" server="login.ci.uchicago.edu//home/vytas/public_html/projects/2011_07-Swift/" local="3394812432" remote="16279714328" />
+</dwsync>
\ No newline at end of file

Added: wwwdev/main/index.php
===================================================================
--- wwwdev/main/index.php	                        (rev 0)
+++ wwwdev/main/index.php	2011-08-01 14:25:39 UTC (rev 4906)
@@ -0,0 +1,137 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>Swift - A system for rapid and reliable specification, execution, and management of large scale workflows</title>
+<link href="../css/960_12_col.css" rel="stylesheet" type="text/css" />
+<link href="../css/reset.css" rel="stylesheet" type="text/css" />
+<link href="../css/style3.css" rel="stylesheet" type="text/css" />
+<link href="../css/orbit-1.2.3.css" rel="stylesheet" type="text/css">
+<script type="text/javascript" src="../js/jquery-1.5.1.min.js"></script>
+<script type="text/javascript" src="../js/jquery.orbit-1.2.3.min.js"></script>
+<!--[if IE]>
+			     <style type="text/css">
+			         .timer { display: none !important; }
+			         div.caption { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);zoom: 1; }
+			    </style>
+			<![endif]-->
+<script type="text/javascript" src="http://use.typekit.com/dbf2lqy.js"></script>
+<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
+<!-- Run the plugin -->
+		<script type="text/javascript">
+			$(window).load(function() {
+				$('#featured').orbit({
+					bullets: true,
+					});
+			});
+		</script>
+</head>
+
+<body>
+<div class="container_12">
+	<!-- header -->
+	<?php require('../inc/header2.php') ?>
+	<!-- end header -->
+  <div class="grid_12">
+    <h1 class="tagline">
+      A system for rapid and reliable specification, execution, and management of large scale workflows.
+    </h1>
+  </div>
+  <!-- end .grid_12 -->
+  <div class="clear"></div>
+  <div class="grid_9">
+  	<div class="container"> 
+		<?php require('../inc/rotator.php') ?>
+		<img src="../images/rotator_shadow.png" width="674" height="10" />
+	</div>
+  </div>
+  <!-- end .grid_9 -->
+  <div class="grid_3">
+    <div id="box-prime"><div class="button_175"><a href="../packages/swift-0.92.1.tar.gz" onClick="javascript: pageTracker._trackPageview('/swift/packages/swift-0.92.1.tar.gz');">Download Now</a></div><b>0.92.1</b> current version<br />2011/04/13
+	<br /><a href="../downloads/index.php">view all downloads</a></div>
+	<div id="box-prime"><div class="button_175"><a href="../guides/quickstartguide.php">Get Started</a></div>Read our Quick Start Guide
+and start using Swift today!</div>
+  </div>
+  <!-- end .grid_3 -->
+  
+  <div class="clear"></div>
+  <div class="grid_6">
+    <p class="indented">
+      <b>Swift</b> is a system for the <b>rapid</b> and <b>reliable</b> specification, execution, and management of <b>large-scale</b> science and engineering <b>workflows</b>. It supports applications that execute many tasks coupled by disk-resident datasets—as is common, for example, when analyzing large quantities of data or performing parameter studies or ensemble simulations. </p>
+	  <p class="highlight-A">A simple scripting language to enable the concise, high-level specifications of complex parallel computations, and mappers for accessing diverse data formats in a convenient manner.</p>
+	  <p class="highlight-B">An execution engine that can manage the dispatch of many (10,000) tasks to many (100) processors, whether on parallel computers, campus grids, or multi-site grids.</p>
+	  <p class="indented">Swift users have achieved multiple-order-of-magnitude savings in program development and execution time.</p>
+  </div>
+  <!-- end .grid_6 -->
+  <div class="grid_3">
+  	<div id="feature">
+    	<h3>
+    	  Who's Using Swift
+    	</h3>
+		<ul class="swift-bullet">
+			<li>physical sciences</li>
+			<li>biological sciences</li>
+			<li>social sciences</li>
+			<li>humanities</li>
+			<li>computer science</li>
+			<li>education</li>
+		</ul>
+		<a href="../papers/index.php" class="trailingLink">read the papers</a>
+	</div>
+	<!-- end feature -->
+	<div id="feature">
+		<h3>
+     	 Supported Platforms
+    	</h3>
+		<p class="indented-half">Cillum brisket ad veniam exercitation andouille. Cillum turkey ut jowl in tail. Reprehenderit nisi pig ex culpa qui, ea meatball ball tip tenderloin pancetta pork. </p>
+		<a href="../downloads/index.php" class="trailingLink">explore downloads</a>
+	</div>
+	<!-- end feature -->
+  </div>
+  <!-- end .grid_3 -->
+  <div class="grid_3">
+  	<div id="feature">
+    	<h3>
+     	 What Users Are Saying
+   		</h3>
+		<p class="quote">A few lines of SwiftScript described how our analysis procedures should be applied to thousands of fMRI images. Our computation was performed quickly and reliably. Life is good.</p>
+		<p class="quote-speaker">Dr. Marielle Goodwin<br />
+Director of Brain Trauma Research<br />
+University of Chicago Hospitals</p>
+<a href="../case_studies/index.php" class="trailingLink">more case studies</a>
+	</div>
+	<!-- end feature -->
+	<div id="feature">
+		<h3>What's New</h3>
+		<h5>Paper Published</h5>
+		<p>Swift: A Language for Distributed Parallel Scripting</p>
+		<a href="../papers/SwiftLanguageForDistributedParallelScripting.pdf" class="trailingLinkPDF">read the paper</a>
+	</div>
+	<!-- end feature -->
+  </div>
+  <!-- end .grid_3 -->
+  <div class="clear"></div>
+  <div class="grid_12">
+    <p> </p>
+  </div>
+  <!-- end .grid_12 -->
+  <div class="clear"></div>
+  </div>
+  <!-- end .grid_12 -->
+  <div class="clear"></div>
+</div>
+<!-- end .container_12 -->
+<!-- footer -->
+<?php require('../inc/footer2.php') ?> 
+<!-- end footer -->
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-106257-5");
+pageTracker._trackPageview();
+} catch(err) {}</script>
+</body>
+</html>
\ No newline at end of file

Added: wwwdev/main/index2.php
===================================================================
--- wwwdev/main/index2.php	                        (rev 0)
+++ wwwdev/main/index2.php	2011-08-01 14:25:39 UTC (rev 4906)
@@ -0,0 +1,137 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>Swift - A system for rapid and reliable specification, execution, and management of large scale workflows</title>
+<link href="../css/960_12_col.css" rel="stylesheet" type="text/css" />
+<link href="../css/reset.css" rel="stylesheet" type="text/css" />
+<link href="../css/style3.css" rel="stylesheet" type="text/css" />
+<link href="../css/orbit-1.2.3.css" rel="stylesheet" type="text/css">
+<script type="text/javascript" src="../js/jquery-1.5.1.min.js"></script>
+<script type="text/javascript" src="../js/jquery.orbit-1.2.3.min.js"></script>
+<!--[if IE]>
+			     <style type="text/css">
+			         .timer { display: none !important; }
+			         div.caption { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);zoom: 1; }
+			    </style>
+			<![endif]-->
+<script type="text/javascript" src="http://use.typekit.com/dbf2lqy.js"></script>
+<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
+<!-- Run the plugin -->
+		<script type="text/javascript">
+			$(window).load(function() {
+				$('#featured').orbit({
+					bullets: true,
+					});
+			});
+		</script>
+</head>
+
+<body>
+<div class="container_12">
+	<!-- header -->
+	<?php require('../inc/header2.php') ?>
+	<!-- end header -->
+  <div class="grid_12">
+    <h1 class="tagline">
+      A system for rapid and reliable specification, execution, and management of large scale workflows.
+    </h1>
+  </div>
+  <!-- end .grid_12 -->
+  <div class="clear"></div>
+  <div class="grid_9">
+  	<div class="container"> 
+		<?php require('../inc/rotator.php') ?>
+		<img src="../images/rotator_shadow.png" width="674" height="10" />
+	</div>
+  </div>
+  <!-- end .grid_9 -->
+  <div class="grid_3">
+    <div id="box-prime"><div class="button_175"><a href="../packages/swift-0.92.1.tar.gz" onClick="javascript: pageTracker._trackPageview('/swift/packages/swift-0.92.1.tar.gz');">Download Now</a></div><b>0.92.1</b> current version<br />2011/04/13
+	<br /><a href="../downloads/index.php">view all downloads</a></div>
+	<div id="box-prime"><div class="button_175"><a href="../guides/quickstartguide.php">Get Started</a></div>Read our Quick Start Guide
+and start using Swift today!</div>
+  </div>
+  <!-- end .grid_3 -->
+  
+  <div class="clear"></div>
+  <div class="grid_6">
+    <p class="indented">
+      <b>Swift</b> is a system for the <b>rapid</b> and <b>reliable</b> specification, execution, and management of <b>large-scale</b> science and engineering <b>workflows</b>. It supports applications that execute many tasks coupled by disk-resident datasets—as is common, for example, when analyzing large quantities of data or performing parameter studies or ensemble simulations. </p>
+	  <p class="highlight-A">A simple scripting language to enable the concise, high-level specifications of complex parallel computations, and mappers for accessing diverse data formats in a convenient manner.</p>
+	  <p class="highlight-B">An execution engine that can manage the dispatch of many (10,000) tasks to many (100) processors, whether on parallel computers, campus grids, or multi-site grids.</p>
+	  <p class="indented">Swift users have achieved multiple-order-of-magnitude savings in program development and execution time.</p>
+  </div>
+  <!-- end .grid_6 -->
+  <div class="grid_3">
+  	<div id="feature">
+    	<h3>
+    	  Who's Using Swift
+    	</h3>
+		<ul class="swift-bullet">
+			<li>physical sciences</li>
+			<li>biological sciences</li>
+			<li>social sciences</li>
+			<li>humanities</li>
+			<li>computer science</li>
+			<li>education</li>
+		</ul>
+		<a href="../papers/index.php" class="trailingLink">read the papers</a>
+	</div>
+	<!-- end feature -->
+	<div id="feature">
+		<h3>
+     	 Supported Platforms
+    	</h3>
+		<p class="indented-half">Cillum brisket ad veniam exercitation andouille. Cillum turkey ut jowl in tail. Reprehenderit nisi pig ex culpa qui, ea meatball ball tip tenderloin pancetta pork. </p>
+		<a href="../downloads/index.php" class="trailingLink">explore downloads</a>
+	</div>
+	<!-- end feature -->
+  </div>
+  <!-- end .grid_3 -->
+  <div class="grid_3">
+  	<div id="feature">
+    	<h3>
+     	 What Users Are Saying
+   		</h3>
+		<p class="quote">A few lines of SwiftScript described how our analysis procedures should be applied to thousands of fMRI images. Our computation was performed quickly and reliably. Life is good.</p>
+		<p class="quote-speaker">Dr. Marielle Goodwin<br />
+Director of Brain Trauma Research<br />
+University of Chicago Hospitals</p>
+<a href="../case_studies/index.php" class="trailingLink">more case studies</a>
+	</div>
+	<!-- end feature -->
+	<div id="feature">
+		<h3>What's New</h3>
+		<h5>Paper Published</h5>
+		<p>Swift: A Language for Distributed Parallel Scripting</p>
+		<a href="../papers/SwiftLanguageForDistributedParallelScripting.pdf" class="trailingLinkPDF">read the paper</a>
+	</div>
+	<!-- end feature -->
+  </div>
+  <!-- end .grid_3 -->
+  <div class="clear"></div>
+  <div class="grid_12">
+    <p> </p>
+  </div>
+  <!-- end .grid_12 -->
+  <div class="clear"></div>
+  </div>
+  <!-- end .grid_12 -->
+  <div class="clear"></div>
+</div>
+<!-- end .container_12 -->
+<!-- footer -->
+<?php require('../inc/footer2.php') ?> 
+<!-- end footer -->
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-106257-5");
+pageTracker._trackPageview();
+} catch(err) {}</script>
+</body>
+</html>
\ No newline at end of file

Added: wwwdev/main/rotator.php
===================================================================
--- wwwdev/main/rotator.php	                        (rev 0)
+++ wwwdev/main/rotator.php	2011-08-01 14:25:39 UTC (rev 4906)
@@ -0,0 +1,85 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>Swift - Move Me</title>
+<link href="../css/960_12_col.css" rel="stylesheet" type="text/css" />
+<link href="../css/reset.css" rel="stylesheet" type="text/css" />
+<link href="../css/style3.css" rel="stylesheet" type="text/css" />
+<link href="../css/orbit-1.2.3.css" rel="stylesheet" type="text/css">
+<script type="text/javascript" src="../js/jquery-1.5.1.min.js"></script>
+<script type="text/javascript" src="../js/jquery.orbit-1.2.3.min.js"></script>
+<!--[if IE]>
+			     <style type="text/css">
+			         .timer { display: none !important; }
+			         div.caption { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);zoom: 1; }
+			    </style>
+			<![endif]-->
+<script type="text/javascript" src="http://use.typekit.com/dbf2lqy.js"></script>
+<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
+<!-- Run the plugin -->
+		<script type="text/javascript">
+			$(window).load(function() {
+				$('#featured').orbit({
+					bullets: true,
+					});
+			});
+		</script>
+</head>
+
+<body>
+<div class="container_12">
+	<!-- header -->
+	<?php require('../inc/header2.php') ?>
+	<!-- end header -->
+<div class="grid_12 page-header">				
+	<h1>Rotator Set-Up</h1>	
+</div>
+<div class="clear"></div>
+<!-- end .grid_12 -->
+
+ <div class="grid_9">
+	<div class="container">
+	
+<!-- =======================================
+
+THE ACTUAL ORBIT SLIDER CONTENT 
+
+======================================= -->
+		<div id="featured"> 
+			<a href="#">
+			<img src="../images/rotator/2011_08_neuroscience.jpg" />
+			</a>
+			<img src="../images/rotator/bg_rotator2.jpg" data-caption="#htmlCaption" />
+			<img src="../images/rotator/bg_rotator3.jpg"  />
+		</div>
+		<!--
+		<div class="content" style="">
+				<h1>Orbit does content now.</h1>
+				<h3>Highlight me...I'm text.</h3>
+			</div>
+		-->
+		<!-- Captions for Orbit -->
+		<span class="orbit-caption" id="htmlCaption"><strong>I'm A  Caption:</strong> I can have <a href="#">links</a>, <em>style</em> or anything that is valid markup :)</span>
+		
+		
+		<img src="../images/rotator_shadow.png" width="674" height="10" />
+		</div>
+	</div>
+  <!-- end .grid_9 -->
+  <div class="grid_3">
+  	<h3>Right Header</h3>
+    <p>Right column content.</p>
+    <p> </p>
+  </div>
+  <!-- end .grid_3 -->
+  
+  <div class="clear"></div>
+				
+  </div>
+<!-- end .container_12 -->
+<!-- footer -->
+<?php require('../inc/footer2.php') ?> 
+<!-- end footer -->
+</body>
+</html>

Added: wwwdev/main/template.php
===================================================================
--- wwwdev/main/template.php	                        (rev 0)
+++ wwwdev/main/template.php	2011-08-01 14:25:39 UTC (rev 4906)
@@ -0,0 +1,84 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>Swift - A system for rapid and reliable specification, execution, and management of large scale workflows</title>
+<link href="../css/960_12_col.css" rel="stylesheet" type="text/css" />
+<link href="../css/reset.css" rel="stylesheet" type="text/css" />
+<link href="../css/style3.css" rel="stylesheet" type="text/css" />
+<script type="text/javascript" src="http://use.typekit.com/dbf2lqy.js"></script>
+<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
+</head>
+
+<body>
+<div class="container_12">
+  <a href="../main/index.php"><img src="../images/logo_swift.png" width="328" height="92" alt="Swift" align="left" border="0" /></a>
+  <ul id="nav">
+    <li><a href="../downloads/index.php">downloads</a></li> 
+	<li><a href="../documentation/index.php">documentation</a></li> 
+	<li><a href="../case_studies/index.php">case studies</a></li> 
+	<li><a href="../papers/index.php">papers</a></li> 
+	<li class="last"><a href="../support/index.php">support</a></li> 
+  </ul>
+  <div class="grid_12">
+    <h1 class="tagline">
+      A system for rapid and reliable specification, execution, and management of large scale workflows.
+    </h1>
+  </div>
+  <!-- end .grid_12 -->
+  <div class="clear"></div>
+  <div class="grid_9">
+    <p>
+      700
+    </p>
+  </div>
+  <!-- end .grid_9 -->
+  <div class="grid_3">
+    <p>
+      220
+    </p>
+  </div>
+  <!-- end .grid_3 -->
+  
+  <div class="clear"></div>
+  <div class="grid_6">
+    <p>
+      460
+    </p>
+  </div>
+  <!-- end .grid_6 -->
+  <div class="grid_3">
+    <p>
+      220
+    </p>
+  </div>
+  <!-- end .grid_3 -->
+  <div class="grid_3">
+    <p>
+      220
+    </p>
+  </div>
+  <!-- end .grid_3 -->
+  <div class="clear"></div>
+  <div class="grid_12">
+    <p> </p>
+  </div>
+  <!-- end .grid_12 -->
+  <div class="clear"></div>
+  </div>
+  <!-- end .grid_12 -->
+  <div class="clear"></div>
+</div>
+<!-- end .container_12 -->
+<div id="footer">
+    <ul>
+		<li><a href="../downloads/index.php">downloads</a></li> 
+		<li><a href="../documentation/index.php">documentation</a></li> 
+		<li><a href="../case_studies/index.php">case studies</a></li> 
+		<li><a href="../papers/index.php">papers</a></li> 
+		<li class="last"><a href="../support/index.php">support</a></li>
+	</ul>
+	<div class="footer-blurb">The Swift project is supported by the National Science Foundation with additional support from NIH, Argonne National Laboratory and the University of Chicago Computation Institute.</div>
+  </div>
+</body>
+</html>
\ No newline at end of file




More information about the Swift-commit mailing list