|
|
(271 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | __NOTOC__
| + | {{WashUbackhome}} |
| <html> | | <html> |
- | <head><META NAME="Description" CONTENT="Washington University in St. Louis iGEM Wash U wustl iGEM Jacob Rubens Jacob Cecil Thomas Stevens Brendan Cummings Alice Meng Stephanie Chang Colin Foley Jaffre Athman Jeff Knuddy | + | <!--Thanks to Imperial College London 2011 iGEM team for some of their code. Visit their web page here:https://2011.igem.org/Team:Imperial_College_London Thanks to UIUC Illinois 2012 for inspiration, as well.--> |
- | ."> | + | <!--Also, please make sure to cite us at https://2012.igem.org/Team:WashU if you use our code. Thank you!--> |
- | </head> | + | |
- | <style type="text/css"> | + | <head> |
- | body {background-color:#8b0000;background-repeat:repeat; }
| + | <style type ="text/css"> |
- | .firstHeading {display: none;}
| + | td {background-color:#fcf4fa;} |
- | #content {padding-left:5px; padding-right:5px; background-color:#FFEFD5;}
| + | table{border-collapse: collapse;} |
- | #footer-box {background-color:#8b0000; border-color:#8b0000;}
| + | </style> |
- | #bodyContent {background-color: #FFEFD5;}
| + | |
- | p {color:#000000;}
| + | <script type="text/javascript"> |
- | /* Red Border */
| + | if (screen.width <= 699) { |
- | div#top-section {border-width:50px 30px; border-color:#ffefd5;}
| + | document.location = "https://2012.igem.org/Team:WashU/mobile/home"; |
- | div#footer-box {border-width: 50px 30px; border-color:#8b0000;}
| + | |
- | div#content {border-width:30px; border-color: #FFEFD5}
| + | |
- | </style> | + | |
- | <a href="https://2009.igem.org/Team:Wash_U"><img width=965px src="https://static.igem.org/mediawiki/2009/3/35/NewBanner.png"></a> | + | |
- | </body>
| + | |
- | <!-- Css Menu: -->
| + | |
- | <style>
| + | |
- | ul.cssMenu ul{display:none}
| + | |
- | ul.cssMenu li:hover>ul{display:block}
| + | |
- | ul.cssMenu ul{position: absolute;left:-50px;top:92px;} <!--Move drop down boxes-->
| + | |
- | ul.cssMenu ul ul{position: absolute;left:98%;top:-2px;}
| + | |
- | ul.cssMenu,ul.cssMenu ul {
| + | |
- | margin-left:50px;
| + | |
- | margin-top:-65px;
| + | |
- | list-style:none;
| + | |
- | padding:0px 3px 3px 0px;
| + | |
- | background-color:#FFEFD5;<!--background border, tan-->
| + | |
- | background-repeat:repeat;
| + | |
- | border-color:#8B0000;<!--main big border color, red-->
| + | |
- | border-width:1px;
| + | |
- | border-style:solid;
| + | |
| } | | } |
- | ul.cssMenu table {border-collapse:collapse;}ul.cssMenu {
| + | </script> |
- | display:block;
| + | <script type="text/javascript"> // <![CDATA[ |
- | zoom:1;
| + | if ( (navigator.userAgent.indexOf('Android') != -1) ) { |
- | position:absolute; | + | document.location = "https://2012.igem.org/Team:WashU/mobile/home"; |
- | z-index: 1000;
| + | } // ]]> |
- | left: 100;
| + | </script> |
- | top: 200;
| + | <script language=javascript> |
| + | if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { |
| + | location.replace("https://2012.igem.org/Team:WashU/mobile/home"); |
| } | | } |
- | * HTML ul.cssMenu {position:absolute;}
| + | </script> |
- | ul.cssMenu ul{
| + | |
- | width:161px; <!--width of background for drop downs-->
| + | |
- | }
| + | |
- | ul.cssMenu li {
| + | |
- | display:block;
| + | |
- | margin:3px 0px 0px 3px;
| + | |
- | font-size:0px;
| + | |
- | }
| + | |
- | ul.cssMenu a:active, ul.cssMenu a:focus {
| + | |
- | outline-style:none;
| + | |
- | }
| + | |
- | ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
| + | |
- | display:block;
| + | |
- | vertical-align:middle;
| + | |
- | background-color:#FFEFD5;<!--background inside boxes, tan-->
| + | |
- | border-width:0px;
| + | |
- | border-color:#FFEFD5;<!--inside smaller borders, tan-->
| + | |
- | border-style:solid;
| + | |
- | text-align:center;
| + | |
- | text-decoration:none;
| + | |
- | padding:4px;
| + | |
- | _padding-left:4px;
| + | |
- | font:17px Trebuchet MS;
| + | |
- | color: #000000;<!--text color, not in hover, black-->
| + | |
- | text-decoration:none;
| + | |
- | cursor:pointer;
| + | |
- | }
| + | |
- | ul.cssMenu span{
| + | |
- | overflow:hidden;
| + | |
- | }
| + | |
- | ul.cssMenu li {
| + | |
- | float:left;
| + | |
- | }
| + | |
- | ul.cssMenu ul li {
| + | |
- | float:none;
| + | |
- |
| + | |
- | }
| + | |
- | ul.cssMenu ul a {
| + | |
- | text-align:left; <!--Drop menus text align-->
| + | |
- | white-space:nowrap;
| + | |
- | horizontal-align:right;
| + | |
- | }
| + | |
- | ul.cssMenu li.sep{
| + | |
- | text-align:left;
| + | |
- | padding:0px;
| + | |
- | line-height:0;
| + | |
- | height:100%;
| + | |
- | }
| + | |
- | ul.cssMenu li.sep span{
| + | |
- | float:none; padding-right:0;
| + | |
- | width:3;
| + | |
- | height:100%;
| + | |
- | display:inline-block;
| + | |
- | background-color:#008000; background-image:none;}
| + | |
- | ul.cssMenu ul li.sep span{
| + | |
- | width:100%;
| + | |
- | height:3;
| + | |
- | }
| + | |
- | ul.cssMenu li:hover{
| + | |
- | position:relative;
| + | |
- | }
| + | |
- | ul.cssMenu li:hover>a{
| + | |
- | background-color:#8B0000;
| + | |
- | border-color:#8B0000;<!--?????????????, red-->
| + | |
- | border-style:solid;
| + | |
- | font:17px Trebuchet MS;
| + | |
- | color: ##FFFFFF;<!--???????????, white-->
| + | |
- | text-decoration:none;
| + | |
- | }
| + | |
- | ul.cssMenu li a:hover{
| + | |
- | position:left;
| + | |
- | background-color:#8B0000;
| + | |
- | font:17px Trebuchet MS;
| + | |
- | color: #FFFFFF;
| + | |
- | text-decoration:none;
| + | |
- | }
| + | |
- | ul.cssMenu li.dis a {
| + | |
- | color: #008000 !important;
| + | |
- | }
| + | |
- | ul.cssMenu img {border: none;float:left;_float:none;margin-right:0px;width:0px;
| + | |
- | height:0px;
| + | |
- | }
| + | |
- | ul.cssMenu ul img {width:16px;
| + | |
- | height:16px;
| + | |
- | }
| + | |
- | ul.cssMenu img.over{display:none}
| + | |
- | ul.cssMenu li.dis a:hover img.over{display:none !important}
| + | |
- | ul.cssMenu li.dis a:hover img.def {display:inline !important}
| + | |
- | ul.cssMenu li:hover > a img.def {display:none}
| + | |
- | ul.cssMenu li:hover > a img.over {display:inline}
| + | |
- | ul.cssMenu a:hover img.over,ul.cssMenu a:hover ul img.def,ul.cssMenu a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover img.over{display:inline}
| + | |
- | ul.cssMenu a:hover img.def,ul.cssMenu a:hover ul img.over,ul.cssMenu a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover img.def{display:none}
| + | |
- | ul.cssMenu a:hover ul,ul.cssMenu a:hover a:hover ul{display:block}
| + | |
- | ul.cssMenu a:hover ul ul{display:none}
| + | |
- | ul.cssMenu span{
| + | |
- | display:block;
| + | |
- | background-image:url(./images/arrow_sub5.gif);
| + | |
- | background-position:right center;
| + | |
- | background-repeat: no-repeat;
| + | |
- | padding-right:4px; padding-left:4px;} <!--Heres how you change padding on main bar-->
| + | |
- | ul.cssMenu ul span,ul.cssMenu a:hover table span{background-image:url(./images/arrow_sub2.gif)}
| + | |
- | ul.cssMenu ul li:hover > a span{ background-image:url(./images/arrow_sub5.gif);}
| + | |
- | ul.cssMenu table a:hover span,ul.cssMenu table a:hover a:hover span{background-image:url(./images/arrow_sub5.gif)}
| + | |
- | ul.cssMenu table a:hover table span{background-image:url(./images/arrow_sub2.gif)}
| + | |
| | | |
- | </style> | + | <?php flush(); ?> |
| </head> | | </head> |
| + | <div id ="missionstatement"> |
| + | <br><br> |
| + | <div align = "center"><font size = "6">WashU iGEM 2012 takes gold at Americas East Jamboree!!!!!!</font></div> |
| + | <br><br> |
| + | <p> |
| + | For all WashU students interested in joining the iGEM team of 2013, the application can be found <font size = "5"><a href="http://docs.google.com/spreadsheet/viewform?fromEmail=true&formkey=dE01RFZNeDN3Qjkxaktwc0VmUTFjOXc6MQ">here</a></font>. We will accept applications until February 15, 2013. |
| + | </p> |
| + | </div> |
| + | <div id ="missionstatement"> |
| + | <div align="center"><font size ="5">Project Abstract</font></div><br> |
| | | |
- | <body> | + | For over a millennium, saffron has stood as the most expensive spice in the world, mostly due to the incredible amount of work required to extract the spice from the crocus flower. <br> |
| + | Our iGEM team aims to produce saffron in the bacterium <i>E. coli</i>, in order to create an inexpensive alternative to the current method of manufacturing the spice. This project, named Saffron in a Kan, will seek to first express the genes necessary for the three main components of saffron - picrocin, crocin, and safranal - and then to optimize the output of these three components. |
| + | <br> |
| + | A secondary goal for our team is to produce the above components in <i>Synechocystis</i>, a cyanobacterium, as well, to see if our biobrick can be used in more than one bacterium as well as to compare yield. |
| | | |
- | <ul class="cssMenu cssMenum"> | + | </div> |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U" ="_blank"><b>Home</b></a></li>
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Team"><span><b>Team</b></span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
| + | |
- | <ul class=" cssMenum">
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Team#Students" ="_blank"><b>Students</b></a></li>
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Team#Faculty" ="_blank"><b>Faculty</b></a></li>
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Team#Advisors" ="_blank"><b>Advisors</b></a></li>
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Team#University" ="_blank"><b>University</b></a></li>
| + | |
- | </ul>
| + | |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
| + | |
| | | |
| + | <br> |
| + | <div id ="galleryandbuttons"> |
| + | <table> |
| + | <td> |
| + | </html> |
| + | {{WashUPhotoGallery}} |
| + | <html> |
| | | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Project"><span><b>Project</b></span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
| + | <body> |
- | <ul class=" cssMenum">
| + | </td> |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Project#Introduction" ="_blank"><b>Introduction</b></a></li>
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Project#Organism" ="_blank"><b>Organism</b></a></li>
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Project#Regulation" ="_blank"><b>Regulation</b></a></li>
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Project#Results" ="_blank"><b>Results</b></a></li>
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Project#Analysis" ="_blank"><b>Analysis</b></a></li>
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Project#Conclusion" ="_blank"><b>Conclusion</b></a></li>
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Project#References" ="_blank"><b>References</b></a></li>
| + | |
- | </ul>
| + | |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
| + | |
- |
| + | |
| | | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Biological_Parts"><span><b>Biological Parts</b></span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
| + | <td> |
- | <ul class=" cssMenum">
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Biological_Parts#Parts" ="_blank"><b>Parts</b></a></li>
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Biological_Parts#Characterization" ="_blank"><b>Characterization</b></a></li>
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Biological_Parts#Modeling" ="_blank"><b>Modeling</b></a></li>
| + | |
- | </ul>
| + | |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
| + | |
| | | |
| + | <div align = "center"> |
| + | <a href="https://2012.igem.org/Team:WashU/Tour"><img src="https://static.igem.org/mediawiki/igem.org/c/c3/Project_Snapshot2.png" width="225px" style="padding:0px 0px 10px 0px;" /></a> |
| + | <a href="https://2012.igem.org/Team:WashU/Achievements"><img src="https://static.igem.org/mediawiki/igem.org/1/17/Results.png" width="225px" style="padding:0px 0px 10px 0px;" /></a> |
| + | <a href="https://2012.igem.org/Team:WashU/DesignSynecho"><img src="https://static.igem.org/mediawiki/igem.org/7/7d/Data.png" width="225px" style="padding:0px 0px 10px 0px;" /></a> |
| | | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Protocol"><span><b>Protocol</b></span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]--> | + | <img src = "https://static.igem.org/mediawiki/2012/9/9e/Follow_us_on.png" width="250px"> |
- | <ul class=" cssMenum">
| + | <a href="http://twitter.com/#!/WashUiGEM" target="_new" alt="Twitter"><img src="https://static.igem.org/mediawiki/igem.org/f/f7/Twitter.png" /></a> |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Protocol#Procedures" ="_blank"><b>Procedures</b></a></li>
| + | <a href="http://www.youtube.com/user/WashUiGEM" target="_new" alt="Youtube"><img src="https://static.igem.org/mediawiki/igem.org/a/af/Youtube.png" /></a> |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Protocol#Recipes" ="_blank"><b>Recipes</b></a></li>
| + | <a href="http://www.facebook.com/WashuIgem"><img src="https://static.igem.org/mediawiki/igem.org/5/55/Facebook.png"></a> |
- | </ul>
| + | <a href="http://www.flickr.com/photos/80086560@N03/"><img src="https://static.igem.org/mediawiki/igem.org/1/10/Flickr.png"></a> |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
| + | <a href="http://www4.clustrmaps.com/user/16ef9dc6"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/2012.igem.org-Team-WashU-thumb.jpg" alt="Locations of visitors to this page" /></a> |
| + | </td> |
| + | </tr> |
| + | </table> |
| + | </body> |
| + | </div> |
| + | </html> |
| | | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Notebook"><span><b>Notebook</b></span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
| + | <div id="sponsors" align="center"><font size="5">Sponsored by:</font> |
- |
| + | <br> |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Safety"><span><b>Safety</b></span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
| + | {|cellpadding="10" align="center" border="0" |
- | <ul class=" cssMenum">
| + | |<html><a href="http://www.sigmaaldrich.com/united-states.html/"><img src="https://lh4.googleusercontent.com/-HHdcaqLasPI/UCAnHNADv8I/AAAAAAAAAcI/nVJUzzal_aE/s800/sigma.png" width="544" height="181"></a></html> |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Safety#Safety" ="_blank"><b>Safety</b></a></li>
| + | |} |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Safety#Sharing" ="_blank"><b>Sharing</b></a></li>
| + | {|cellpadding="10" align="center" border="0" |
- |
| + | |<html><a href="http://www.dna20.com/"><img src="https://lh4.googleusercontent.com/-w8npjWbB5aI/UCAvucaWa0I/AAAAAAAAAc4/ryhV1fmSPfs/s800/DNA2.0.png" width="205" height=></a></html> |
- | </ul>
| + | |<html><a href="http://www.monsanto.com/Pages/default.aspx"><img src="http://www.monsanto.com/SharedMonsantoLogos/media-kit/monsanto-thumb.png" width="205" ></a></html> |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
| + | |<html><a href="http://www.neb.com/nebecomm/default.asp"><img src="http://www.valaner.com/images/NEW%20ENGLAND%20BIOLABS.PNG" width="205" ></a></html> |
- | | + | |<html><a href="http://www.invitrogen.com/site/us/en/home.html"><img src="https://static.igem.org/mediawiki/2012/3/32/Invitrogen_Logonoback.png" width="205"></a></html> |
- | | + | |} |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Pictures"><span><b>Pictures</b></span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
| + | {|cellpadding="10" align="center" border="0" |
- | <ul class=" cssMenum">
| + | |<html><a href="http://artsci.wustl.edu"><img src="https://lh6.googleusercontent.com/-WXf6gojyToE/UCA1O8UuILI/AAAAAAAAAdQ/VNO-EDolcMs/s800/ArtSci.png" height="131" width="200"></a></html> |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Pictures#Slideshow" ="_blank"><b>Slideshow</b></a></li>
| + | |<html><a href="http://engineering.wustl.edu"><img src="https://lh3.googleusercontent.com/-uwmaKRG-7R0/UCA1sURhMdI/AAAAAAAAAdg/y5Qkz9JhM4s/s800/engineering.png"></a></html> |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Pictures#Planning" ="_blank"><b>Planning</b></a></li>
| + | |} |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Pictures#Lab" ="_blank"><b>Lab</b></a></li>
| + | </div> |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Pictures#People" ="_blank"><b>People</b></a></li>
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Pictures#Bacteria" ="_blank"><b>Bacteria</b></a></li>
| + | |
- | </ul>
| + | |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
| + | |
- | | + | |
- | | + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Credits"><span><b>Credits</b></span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
| + | |
- | <ul class=" cssMenum">
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Credits#Sponsors" ="_blank"><b>Sponsors</b></a></li>
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Credits#Acknowledgements" ="_blank"><b>Acknowledgements</b></a></li>
| + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Credits#Links" ="_blank"><b>Links</b></a></li>
| + | |
- | </ul>
| + | |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
| + | |
- | | + | |
- | | + | |
- | <li class=" cssMenui"><a class=" cssMenui" href="https://2009.igem.org/Team:Wash_U/Comments"><span><b>Comments</b></span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
| + | |
- | | + | |
- | | + | |
- | </ul> | + | |
- | </html>
| + | |