[Swift-commit] r4893 - in wwwdev/about: . _notes

vytas at ci.uchicago.edu vytas at ci.uchicago.edu
Mon Aug 1 09:18:32 CDT 2011


Author: vytas
Date: 2011-08-01 09:18:31 -0500 (Mon, 01 Aug 2011)
New Revision: 4893

Added:
   wwwdev/about/_notes/
   wwwdev/about/_notes/dwsync.xml
   wwwdev/about/index.php
Log:
new look & feel

Added: wwwdev/about/_notes/dwsync.xml
===================================================================
--- wwwdev/about/_notes/dwsync.xml	                        (rev 0)
+++ wwwdev/about/_notes/dwsync.xml	2011-08-01 14:18:31 UTC (rev 4893)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<dwsync>
+<file name="index.php" server="login.ci.uchicago.edu//home/vytas/public_html/projects/2011_07-Swift/" local="3394811999" remote="16279713897" />
+</dwsync>
\ No newline at end of file

Added: wwwdev/about/index.php
===================================================================
--- wwwdev/about/index.php	                        (rev 0)
+++ wwwdev/about/index.php	2011-08-01 14:18:31 UTC (rev 4893)
@@ -0,0 +1,62 @@
+<!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 - About</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">
+	<!-- header -->
+	<?php require('../inc/header2.php') ?>
+	<!-- end header -->
+<div class="grid_12 page-header">				
+	<h1>About</h1>
+</div>
+<div class="clear"></div>
+<!-- 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> 
+
+<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>
+
+<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">
+  	<?php require('../inc/about_sidebar.php') ?>
+    <p> </p>
+  </div>
+  <!-- end .grid_3 -->
+  
+  <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>




More information about the Swift-commit mailing list