Team:WashU/Saffroninakansynecho

From 2012.igem.org

(Difference between revisions)
 
(65 intermediate revisions not shown)
Line 1: Line 1:
-
{{WashUback}}
+
{{WashUbackSaffron}}
-
=The Problem=
+
{{WashUprojectbar}}
{{WashUprojectbar}}
-
<br><br>
+
 
<html>
<html>
-
<head>
+
<div id = "overviewkan">
-
<script type="text/javascript">
+
<h1>Overview</h1>
-
$(document).ready(function(){
+
-
  var title = new Array();
+
-
  title[0] = "Saffron Overview";
+
-
  title[1] = "Flower of Crocus sativus";
+
-
  title[2] = "Harvesting saffron";
+
-
  title[3] = "Final product";
+
-
  title[4] = "Synechocystis";
+
-
  title[5] = "Gene construct";
+
-
  var text = new Array();
+
-
  text[0] = "Hover to learn about saffron production";
+
-
  text[1] = "Saffron is a spice derived from the flowers of the saffron crocus, more formally known as <i>Crocus sativus</i>. Each saffron crocus produces up to four flowers, each of which has three stigmas. The saffron spice is the end product of drying those stigmas. (FINISH THE ABOUT THE PLANT)";
+
-
  text[2] = "Saffron is currently the most expensive spice in the world. Around 75,000 flowers of saffron are needed to produce just one pound of the spice. The vast amount of manual labor required to hand-pick the stigmas out of the flowers explains the exorbitant price of the spice. (FINISH THE ABOUT WHY IT IS EXPENSIVE)";
+
-
  text[3] = "about saffron's use";
+
-
  text[4] = "about the bug";
+
-
  text[5] = "about our idea";
+
-
  $("#empty1").mouseenter(function() {
+
-
  $("#box1").show();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[1]);
+
-
  $("#maptext").append(text[1]);
+
-
  });
+
-
  $("#empty1").mouseleave(function() {
+
-
  $("#box1").hide();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[0]);
+
-
  $("#maptext").append(text[0]);
+
-
  });
+
-
  $("#empty2").mouseenter(function() {
+
-
  $("#box2").show();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[2]);
+
-
  $("#maptext").append(text[2]);
+
-
  });
+
-
  $("#empty2").mouseleave(function() {
+
-
  $("#box2").hide();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[0]);
+
-
  $("#maptext").append(text[0]);
+
-
  });
+
-
  $("#empty3").mouseenter(function() {
+
-
  $("#box3").show();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[3]);
+
-
  $("#maptext").append(text[3]);
+
-
  });
+
-
  $("#empty3").mouseleave(function() {
+
-
  $("#box3").hide();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[0]);
+
-
  $("#maptext").append(text[0]);
+
-
  });
+
-
  $("#empty4").mouseenter(function() {
+
-
  $("#box4").show();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[4]);
+
-
  $("#maptext").append(text[4]);
+
-
  });
+
-
  $("#empty4").mouseleave(function() {
+
-
  $("#box4").hide();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[0]);
+
-
  $("#maptext").append(text[0]);
+
-
  });
+
-
  $("#empty5").mouseenter(function() {
+
-
  $("#box5").show();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[5]);
+
-
  $("#maptext").append(text[5]);
+
-
  });
+
-
  $("#empty5").mouseleave(function() {
+
-
  $("#box5").hide();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[0]);
+
-
  $("#maptext").append(text[0]);
+
-
  });
+
-
});
+
-
</script>
+
-
 
+
-
<style type="text/css">
+
-
#mapmain {
+
-
  width:925px;
+
-
  position:relative;
+
-
  left:20px;
+
-
  z-index:0;}
+
-
#mappic {
+
-
  width:600px;
+
-
  height:460px;
+
-
  position:relative;
+
-
  top:0px;
+
-
  z-index:1;}
+
-
#mapbox {
+
-
  width:325px;
+
-
  height:460px;
+
-
  position:absolute;
+
-
  left:600px;
+
-
  top:0px;
+
-
  color:#ffffff;
+
-
  background-color:#633e29;
+
-
  z-index:0;}
+
-
#maptitle {
+
-
  width:285px;
+
-
  position:relative;
+
-
  left:20px;
+
-
  top:20px;
+
-
  font-family: arial,sans-serif;
+
-
  font-size:1.5em;
+
-
  font-weight:bold;
+
-
  background-color:#633e29;
+
-
  z-index:0;}
+
-
#maptext {
+
-
  width:285px;
+
-
  height:390px;
+
-
  position:relative;
+
-
  left:20px;
+
-
  top:40px;
+
-
  font-family: arial,sans-serif;
+
-
  background-color:#633e29;
+
-
  z-index:0;}
+
-
#empty1 {
+
-
  width:150px;
+
-
  height:192px;
+
-
  position:absolute;
+
-
  left:10px;
+
-
  top:10px;
+
-
  z-index:2;
+
-
  background-image:url('https://static.igem.org/mediawiki/2011/c/cd/ICL_blank.png');
+
-
}
+
-
#empty2 {
+
-
  width:145px;
+
-
  height:158px;
+
-
  position:absolute;
+
-
  left:226px;
+
-
  top:10px;
+
-
  z-index:2;
+
-
  background-image:url('https://static.igem.org/mediawiki/2011/c/cd/ICL_blank.png');}
+
-
#empty3 {
+
-
  width:172px;
+
-
  height:142px;
+
-
  position:absolute;
+
-
  left:394px;
+
-
  top:12px;
+
-
  z-index:2;
+
-
  background-image:url('https://static.igem.org/mediawiki/2011/c/cd/ICL_blank.png');}
+
-
#empty4 {
+
-
  width:174px;
+
-
  height:174px;
+
-
  position:absolute;
+
-
  left:12px;
+
-
  top:232px;
+
-
  z-index:2;
+
-
  background-image:url('https://static.igem.org/mediawiki/2011/c/cd/ICL_blank.png');
+
-
}
+
-
#empty5 {
+
-
  width:180px;
+
-
  height:164px;
+
-
  position:absolute;
+
-
  left:250px;
+
-
  top:256px;
+
-
  z-index:2;
+
-
  background-image:url('https://static.igem.org/mediawiki/2011/c/cd/ICL_blank.png');
+
-
}
+
-
 
+
-
</style>
+
-
</head>
+
-
 
+
-
<body>
+
-
<hr style="color:#BDCBBD; height:3px;" />
+
-
 
+
-
 
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<div id="mapmain">
+
-
  <img id="mappic" style="border:1px solid #633e29" src="https://static.igem.org/mediawiki/2012/3/33/Saffron_production5.pdf.jpg" />
+
-
  <div id="box1">
+
-
  </div>
+
-
  <div id="dot_box1">
+
-
  </div>
+
-
  <div id="empty1">
+
-
  </div>
+
-
  <div id="box2">
+
-
  </div>
+
-
  <div id="dot_box2">
+
-
  </div>
+
-
  <div id="empty2">
+
-
  </div>
+
-
  <div id="box3">
+
-
  </div>
+
-
  <div id="dot_box3">
+
-
  </div>
+
-
  <div id="empty3">
+
-
  </div>
+
-
  <div id="box4">
+
-
  </div>
+
-
  <div id="dot_box4">
+
-
  </div>
+
-
  <div id="empty4">
+
-
  </div>
+
-
  <div id="box5">
+
-
  </div>
+
-
  <div id="dot_box5">
+
-
  </div>
+
-
  <div id="empty5">
+
-
  </div>
+
-
 
+
-
  <div id="mapbox">
+
-
  <div id="maptitle">Saffron Background
+
-
  </div>
+
-
  <div id="maptext">Hover to learn about saffron
+
-
  </div>
+
-
</div>
+
-
 
+
<p>
<p>
-
<br>
+
Our project consisted of three different phases. <br>
 +
Phase 1: Produce zeaxanthin in our two chosen organisms (<i>E. coli</i> and <i>Synechocystis</i>). <br>
 +
Phase 2: Overproduce the two genes needed for the conversion of zeaxanthin to crocin and safranal (ZCD and UGTCs2 proteins). <br>
 +
Phase 3: Synthesize crocin <i> in vivo </i> and characterize its production <br>
 +
</p>
 +
</div>
 +
<div align = "center">
 +
<div class="prezi-player"><style type="text/css" media="screen">.prezi-player { width: 645px; } .prezi-player-links { text-align: center; }</style><object id="prezi_tgbap4h1y2qn" name="prezi_tgbap4h1y2qn" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="645" height="900"><param name="movie" value="http://prezi.com/bin/preziloader.swf"/><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="bgcolor" value="#ffffff"/><param name="flashvars" value="prezi_id=tgbap4h1y2qn&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0"/><embed id="preziEmbed_tgbap4h1y2qn" name="preziEmbed_tgbap4h1y2qn" src="http://prezi.com/bin/preziloader.swf" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="780" height="600" bgcolor="#ffffff" flashvars="prezi_id=tgbap4h1y2qn&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0"></embed></object><div class="prezi-player-links"><p><a title="Saffron in a Kan" href="http://prezi.com/tgbap4h1y2qn/saffron-in-a-kan/">Saffron in a Kan</a></p></div></div>
 +
</html>
-
</body>
+
<html>
 +
<div align = "center">
 +
<a href="/Team:WashU/Characterization"><img src ="http://aux.iconpedia.net/uploads/1782679686.png" width=82px height=82px></a></div>
</html>
</html>

Latest revision as of 01:29, 15 September 2012




Overview

Our project consisted of three different phases.
Phase 1: Produce zeaxanthin in our two chosen organisms (E. coli and Synechocystis).
Phase 2: Overproduce the two genes needed for the conversion of zeaxanthin to crocin and safranal (ZCD and UGTCs2 proteins).
Phase 3: Synthesize crocin in vivo and characterize its production