Difference between revisions of "Team:Utah State"
Line 13: | Line 13: | ||
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]--> | <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]--> | ||
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]--> | <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]--> | ||
+ | |||
+ | <!-- Roating Banner Script --> | ||
+ | |||
+ | <script language="JavaScript1.2"> | ||
+ | |||
+ | var howOften = 5; //number often in seconds to rotate | ||
+ | var current = 0; //start the counter at 0 | ||
+ | var ns6 = document.getElementById&&!document.all; //detect netscape 6 | ||
+ | |||
+ | // place your images, text, etc in the array elements here | ||
+ | var items = new Array(); | ||
+ | items[0]="<img alt='image0 (9K)' src='https://static.igem.org/mediawiki/2015/c/c6/Team_Utah_State_LactowareCircuitRotatingBanner.jpg' height='448em' width='1335em' />"; | ||
+ | items[1]="<img alt='image1 (9K)' src='https://static.igem.org/mediawiki/2015/7/72/Team_Utah_State_LactowareCheeseBanner.jpg' height='448' width='1335em' />"; | ||
+ | //items[2]="<a href='link.htm'><img alt='image2 (9K)' src='/Images/image2.jpg' height='300' width='300' border='0' /></a>"; //a linked image | ||
+ | // items[3]="<a href='link.htm'><img alt='image3 (9K)' src='/Images/image3.jpg' height='300' width='300' border='0' /></a>"; //a linked image | ||
+ | //items[4]="<a href='link.htm'><img alt='image4 (9K)' src='/Images/image4.jpg' height='300' width='300' border='0' /></a>"; //a linked image | ||
+ | // items[5]="<a href='link.htm'><img alt='image5 (18K)' src='/Images/image5.jpg' height='300' width='300' border='0' /></a>"; //a linked image | ||
+ | function rotater() { | ||
+ | document.getElementById("placeholder").innerHTML = items[current]; | ||
+ | current = (current==items.length-1) ? 0 : current + 1; | ||
+ | setTimeout("rotater()",howOften*1000); | ||
+ | } | ||
+ | |||
+ | function rotater() { | ||
+ | if(document.layers) { | ||
+ | document.placeholderlayer.document.write(items[current]); | ||
+ | document.placeholderlayer.document.close(); | ||
+ | } | ||
+ | if(ns6)document.getElementById("placeholderdiv").innerHTML=items[current] | ||
+ | if(document.all) | ||
+ | placeholderdiv.innerHTML=items[current]; | ||
+ | |||
+ | current = (current==items.length-1) ? 0 : current + 1; //increment or reset | ||
+ | setTimeout("rotater()",howOften*1000); | ||
+ | } | ||
+ | window.onload=rotater; | ||
+ | //--> | ||
+ | </script> | ||
+ | |||
+ | |||
</head> | </head> | ||
<body> | <body> | ||
Line 68: | Line 108: | ||
</div> | </div> | ||
− | + | <!----> | |
<!-- Banner --> | <!-- Banner --> | ||
− | + | ||
+ | <section id="banner" style="background-image:<layer id='placeholderlayer'></layer><div id='placeholderdiv'></div>"> | ||
+ | <div id="placeholderdiv"></div> | ||
+ | |||
<header> | <header> | ||
<h2>USU iGEM: <em>Mmmmm cheese!</em></h2> | <h2>USU iGEM: <em>Mmmmm cheese!</em></h2> | ||
Line 177: | Line 220: | ||
<!-- Footer --> | <!-- Footer --> | ||
− | |||
<div class="container"> | <div class="container"> | ||
Line 190: | Line 232: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td><a href="https://2015.igem.org/Team:Utah_State/Team"> | + | <td><a href="https://2015.igem.org/Team:Utah_State/Team"></a>Team</td> |
− | <td><a href=" | + | <td><a href="#">Experiments and Protocols</a></td> |
<td><a href="https://2015.igem.org/Team:Utah_State/Basic_Part">Basic Parts</a></td> | <td><a href="https://2015.igem.org/Team:Utah_State/Basic_Part">Basic Parts</a></td> | ||
<td><a href="https://2015.igem.org/Team:Utah_State/Collaborations">Collaborations</a></td> | <td><a href="https://2015.igem.org/Team:Utah_State/Collaborations">Collaborations</a></td> | ||
Line 206: | Line 248: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td><a href="https://2015.igem.org/Team:Utah_State/ | + | <td><a href="https://2015.igem.org/Team:Utah_State/Safety">Standards</a></td> |
</tr> | </tr> | ||
</table> | </table> | ||
Line 242: | Line 284: | ||
<!-- Copyright --> | <!-- Copyright --> | ||
<div class="copyright"> | <div class="copyright"> | ||
− | <ul class="menu" Style="text-align:center;font-size:70%"> | + | <ul class="menu" Style="text-align:center;font-size:70%"> |
<li>© Untitled. All rights reserved</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li> | <li>© Untitled. All rights reserved</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li> | ||
</ul> | </ul> | ||
Line 248: | Line 290: | ||
</div> | </div> | ||
− | |||
− | |||
<!-- Scripts --> | <!-- Scripts --> |
Revision as of 23:14, 16 September 2015
Utah State University iGEM 2015
Abstract
The cheese industry generates billions of dollars each year, and no wonder—cheese is delicious! One of the greatest difficulties that the cheese industry faces is bacteriophage (virus) infection, which kills bacteria used in the manufacture of cheese. The industry utilizes a variety of approaches to deal with this problem, each having their own drawbacks. The 2015 USU iGEM team is implementing a synthetic biology approach to design and create phage resistant Lactococcus lactis, a commonly-used cheese starter bacteria. The genetic mechanism behind this phage resistance functions by pairing a promoter that is activated in the presence of phage with a kill switch to terminate infected cells before phage are able to propagate.