[Swift-commit] r5275 - in wwwdev: case_studies case_studies/images inc

vytas at ci.uchicago.edu vytas at ci.uchicago.edu
Tue Nov 8 18:12:06 CST 2011


Author: vytas
Date: 2011-11-08 18:11:13 -0600 (Tue, 08 Nov 2011)
New Revision: 5275

Added:
   wwwdev/case_studies/CIM-Earth.php
   wwwdev/case_studies/images/
   wwwdev/case_studies/images/CIM-Earth.jpg
   wwwdev/case_studies/index.php
   wwwdev/inc/case_study_sidebar.php
Removed:
   wwwdev/case_studies/index.php
Log:
New case study files.

Added: wwwdev/case_studies/CIM-Earth.php
===================================================================
--- wwwdev/case_studies/CIM-Earth.php	                        (rev 0)
+++ wwwdev/case_studies/CIM-Earth.php	2011-11-09 00:11:13 UTC (rev 5275)
@@ -0,0 +1,56 @@
+<!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 - Case Studies</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>Case Studies</h1>
+</div>
+<div class="clear"></div>
+<!-- end .grid_12 -->
+
+ <div class="grid_9">
+	<h3>Energy/Climate/Economics Modelling</h3>
+	<p>The CIM-EARTH project develops a large-scale integrated modeling framework for decision makers in climate and energy policy.  (Foster, Elliott)</p>
+	<img src="images/CIM-Earth.jpg" style="padding:0px 0px 15px 20px;" />
+	<p><b>Approach.</b> Beagle is being used to study land use, land cover, and the impacts of climate change on agriculture and the global food supply.  Using a DSSAT 4.0 (“decision support system for agrotechnology transfer”) crop systems model ported from Windows, a parallel simulation framework was implemented using Swift. Benchmarks of this framework have been performed on a prototype simulation campaign, measuring yield and climate impact for a single crop (maize) across the conterminous USA with daily weather data and climate model output spanning 120 years (1981-2100) and 16 different configurations of local management (fertilizer and irrigation) and cultivar choice.</p>
+	<p><b>Results.</b> Preliminary results of parallel DSSAT on Beagle have been presented in an NSF/advisory board meeting of the CIM-EARTH project. At right, top 2 maps: Preliminary results of parallel DSSAT: maize yields across the USA with intensive nitrogen application and full irrigation; bottom 2 maps show results with no irrigation. Each model run is ~120,000 DSSAT invocations.</p>
+	<p> </p>
+	</div>
+  <!-- end .grid_9 -->
+  <div class="grid_3">
+  <?php require('../inc/case_study_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>

Added: wwwdev/case_studies/images/CIM-Earth.jpg
===================================================================
(Binary files differ)


Property changes on: wwwdev/case_studies/images/CIM-Earth.jpg
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Deleted: wwwdev/case_studies/index.php
===================================================================
--- wwwdev/case_studies/index.php	2011-11-09 00:10:53 UTC (rev 5274)
+++ wwwdev/case_studies/index.php	2011-11-09 00:11:13 UTC (rev 5275)
@@ -1,55 +0,0 @@
-<!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" />
-<meta name="robots" content="noindex">
-<title>Swift - Case Studies</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>Case Studies</h1>
-</div>
-<div class="clear"></div>
-<!-- end .grid_12 -->
-
- <div class="grid_9">
-	<h3>Main Header</h3>
-	<p>Main column content.</p>
-	<p> </p>
-	</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 -->
-<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>

Added: wwwdev/case_studies/index.php
===================================================================
--- wwwdev/case_studies/index.php	                        (rev 0)
+++ wwwdev/case_studies/index.php	2011-11-09 00:11:13 UTC (rev 5275)
@@ -0,0 +1,89 @@
+<!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 - Case Studies</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>Case Studies</h1>
+</div>
+<div class="clear"></div>
+<!-- end .grid_12 -->
+
+ <div class="grid_12">
+	<h3>Energy/Climate/Economics Modelling</h3>
+	<p>The CIM-EARTH project develops a large-scale integrated modeling framework for decision makers in climate and energy policy.  (Foster, Elliott)</p>
+	<a href="../case_studies/CIM-Earth.php" class="trailingLink">learn more</a>
+	<p> </p>
+	 <div class="clear"></div>
+	 
+	<h3>Protein Structure Prediction</h3>
+	<p>The laboratories of Karl Freed and Tobin Sosnick use Beagle to develop and validate methods to predict protein structure using homology-free approaches.</p>
+	<a href="#" class="trailingLink">learn more</a>
+	<p> </p>
+	 <div class="clear"></div>
+	
+	<h3>Protein-RNA interaction modeling</h3>
+	<p>M. Parisien (with T. Sosnick, T. Pan, and K. Freed) used Beagle to develop a first-generation algorithm for the prediction of the RNA-protein interactome.</p>
+	<a href="#" class="trailingLink">learn more</a>
+	<p> </p>
+	 <div class="clear"></div>
+	
+	<h3>Glass Structure Modeling</h3>
+	<p>This project models of aspects of glass structure at a theoretical chemistry level. (Hocky/Reichman)</p>
+	<a href="#" class="trailingLink">learn more</a>
+	<p> </p>
+	 <div class="clear"></div>
+	
+	<h3>Modeling climate impact on hydrology</h3>
+	<p>Projecting biofuel production impact on hydrology (E. Yan)</p>
+	<a href="#" class="trailingLink">learn more</a>
+	<p> </p>
+	 <div class="clear"></div>
+	
+	<h3>Computational neuroscience application research infrastructure</h3>
+	<p>needs text here</p>
+	<a href="#" class="trailingLink">learn more</a>
+	<p> </p>
+	 <div class="clear"></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 -->
+<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>

Added: wwwdev/inc/case_study_sidebar.php
===================================================================
--- wwwdev/inc/case_study_sidebar.php	                        (rev 0)
+++ wwwdev/inc/case_study_sidebar.php	2011-11-09 00:11:13 UTC (rev 5275)
@@ -0,0 +1,9 @@
+<h3>More Case Studies</h3>
+<ul class="swift-bullet">
+	<li><a href="#">study 1</a></li>
+	<li><a href="#">study 2</a></li>
+	<li><a href="#">study 3</a></li>
+	<li><a href="#">study 4</a></li>
+	<li><a href="#">study 5</a></li>
+	<li><a href="#">study 6</a></li>
+</ul>
\ No newline at end of file




More information about the Swift-commit mailing list