Team:Sharon MA Aquila/Project

From 2012hs.igem.org

(Difference between revisions)
(Parts)
 
(21 intermediate revisions not shown)
Line 1: Line 1:
-
__NOTOC__<html lang="en">
+
{{Aquila}}
-
<head>
+
===Parts===
-
<!-- wiki hacks -->
+
[http://http://partsregistry.org/Part:BBa_K116001 Our pH sensor]
-
<style type="text/css">
+
-
#globalwrapper {
+
-
    width:975px;
+
-
    padding:20px 0px;
+
-
    margin: 0 auto;
+
-
    background-color:#ffffff;
+
-
    height:100%;
+
-
}
+
-
.firstHeading {
+
-
    height:0px;
+
-
    visibility:hidden;
+
-
}
+
-
body {
+
-
    background: #E8E8E8;
+
-
    background-image: url('https://static.igem.org/mediawiki/2011/b/be/Background-gradient.jpg');
+
-
    background-position: center;
+
-
    background-repeat: repeat-y;
+
-
}
+
-
#p-logo {
+
-
    height:1px; overflow:hidden; display: none;
+
-
}
+
-
#top-section {
+
-
   
+
-
    background-image: url('http://img828.imageshack.us/img828/549/igemheader.jpg');
+
-
    background-position: top;
+
-
    height:200px ;
+
-
    background-repeat: no-repeat;
+
-
    border-width:0px;
+
-
    border-top-width:1px;
+
-
}
+
===Materials===
 +
*'''Culturing:'''
 +
**[http://www.bd.com/ds/productCenter/288110.asp MRS broth]
 +
**[http://www.bd.com/ds/productCenter/288210.asp MRS agar]
 +
*'''Bacterial Transformation:'''
 +
**Electroporation Buffer:(0.4 M sucrose, 1 mM MgCl2, 5 mM Kh2PO4; PH 6)
 +
**Erythromycin (for selection)
 +
**Gene Pulser and Pulse Controller Electrophoration apparatus
 +
**Gaspak or method to generate anaerobic conditions (airtight box with lit candles)
 +
*'''Miniprep'''
 +
**TES(50mM Tris[pH 7], 20mM EDTA, 0.2 mM sucrose)
 +
**10mg/ml lysozyme
 +
**70U/ml mutanolysin
-
#content {
 
-
    border-left-width:0px;
 
-
    border-right-width:0px;
 
-
    padding:5px;
 
-
    width:965px;
 
-
}
 
-
#menubar {
 
-
    background-color: white;
 
-
}
 
-
#menubar ul li a {
 
-
    color: #999999; }
 
-
    .right-menu li a {
 
-
    color: black;
 
-
    background-color: white;
 
-
}
 
-
 
-
#navbar
 
-
ul.navbar {
 
-
float:left;
 
-
width:100%;
 
-
padding:0;
 
-
margin:0;
 
-
list-style-type:none;
 
-
}
 
-
 
-
ul.navbar a {
 
-
float:left;
 
-
text-align:center;
 
-
width:7em;
 
-
text-decoration:none;
 
-
color:white;
 
-
background-color:#1A2B32;
 
-
padding:0.2em 0.6em;
 
-
border-right:1px solid white;
 
-
}
 
-
ul.navbar a:hover {background-color:#A3ABAE;}
 
-
ul.navbar li {display:inline;}
 
-
 
-
#long {
 
-
width:10em;
 
-
}
 
-
 
-
 
-
.navbar {
 
-
padding:0 20px;
 
-
}
 
-
 
-
</style>
 
-
</head>
 
-
 
-
<body>
 
-
 
-
 
-
<!--navigation menu-->
 
-
<ul class="navbar">
 
-
<li><a href="https://2012hs.igem.org/Team:Sharon_MA_Aquila">HOME</a></li>
 
-
<li><a href="https://2012hs.igem.org/Team:Sharon_MA_Aquila/Team">TEAM</a></li>
 
-
<li><a href="https://2012hs.igem.org/Team:Sharon_MA_Aquila/Project">PROJECT</a></li>
 
-
<li><a href="https://2012hs.igem.org/Team:Sharon_MA_Aquila/Results">RESULTS</a></li>
 
-
<li><a href="https://2012hs.igem.org/Team:Sharon_MA_Aquila/Notebook">NOTEBOOK</a></li>
 
-
<li><a href="https://2012hs.igem.org/Team:Sharon_MA_Aquila/Safety">SAFETY</a></li>
 
-
<li><a id="long" href="https://2012hs.igem.org/Team:Sharon_MA_Aquila/HumanPractices">HUMAN PRACTICES</a></li>
 
-
<li><a id="long" href="https://2012hs.igem.org/Team:Sharon_MA_Aquila/Attributions">ATTRIBUTIONS</a></li>
 
-
</ul>
 
-
 
-
</body>
 
-
</html>
 
-
 
-
<html lang="en">
 
-
<head>
 
-
<style type="text/css">
 
-
 
-
a {
 
-
    color: #991133;
 
-
    text-decoration: none;
 
-
}
 
-
 
-
a:hover {
 
-
    text-decoration: underline;
 
-
}
 
-
 
-
#minimalist {
 
-
    font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
 
-
    font-size:9px;
 
-
    width: 100%;
 
-
    background:#fff;
 
-
    border-collapse:collapse;
 
-
    text-align:left;
 
-
    margin:20px;
 
-
}
 
-
 
-
#minimalist th {
 
-
    font-size:10px;
 
-
    font-weight:normal;
 
-
    color:#039;
 
-
    border-bottom:2px solid #6678b1;
 
-
    padding:10px 8px;
 
-
}
 
-
 
-
#minimalist td {
 
-
    color:#669;
 
-
    padding:9px 8px 0;
 
-
}
 
-
 
-
.clear {
 
-
    clear:both;
 
-
}
 
-
 
-
#col_left{
 
-
    float: left;
 
-
    width: 576px;
 
-
    padding: 30px 0px;
 
-
    margin:0;
 
-
}
 
-
#col_right{
 
-
    float: right;
 
-
    width: 242px;
 
-
    padding: 30px 28px 30px 15px;
 
-
    margin:0;
 
-
}
 
-
#col_center{
 
-
    float: center;
 
-
    width: 576;
 
-
    padding: 30px 100px;
 
-
    margin:0;
 
-
}
 
-
#col_nav{
 
-
    float: left;
 
-
    width: 200px;
 
-
    padding: 30px 15px 30px 50px;
 
-
    margin:0;
 
-
}
 
-
#block-content{
 
-
    padding-bottom: 15px;
 
-
    clear:both;
 
-
}
 
-
 
-
#gold_sponsors{
 
-
    float: left;
 
-
    width: 197px;
 
-
    margin-right: 17px;
 
-
    display: inline;
 
-
}
 
-
#gold_sponsors h3{
 
-
    color: #FFBE30;
 
-
    text-align:center;
 
-
}
 
-
#gold_sponsors ul{
 
-
    background-color: #FFF1C4;
 
-
}
 
-
#partners{
 
-
    float: left;
 
-
    width: 175px;
 
-
    margin-right: 17px;
 
-
    display: inline;
 
-
}
 
-
#partners h3{
 
-
    text-align:center;
 
-
}
 
-
#contributing_departments{
 
-
    float: left;
 
-
    width: 170px;
 
-
    display: inline;
 
-
}
 
-
#contributing_departments h3{
 
-
    text-align:center;
 
-
}
 
-
#partners ul, #contributing_departments ul, #gold_sponsors ul{
 
-
    list-style-type:none;
 
-
    list-style-image:none;
 
-
    margin-left:0px;
 
-
}
 
-
#partners li, #contributing_departments li, #gold_sponsors li{
 
-
    margin-left: 0px;
 
-
}
 
-
#partners img, #contributing_departments img, #gold_sponsors img{
 
-
    border: 1px solid #ccc;
 
-
}
 
-
h3{
 
-
    padding: 30px 0 20px 0;
 
-
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
 
-
    font-size: 18px;
 
-
    font-weight: normal;
 
-
}
 
-
 
-
#center{
 
-
    float:left;
 
-
    padding-bottom: 35px;
 
-
    margin-bottom:10px;
 
-
    border-top: 1px dotted #999;
 
-
    border-bottom: 1px dotted #999;
 
-
    clear:both;
 
-
    padding-left: 50px;
 
-
    padding-right: 50px;
 
-
}
 
-
#quote{
 
-
float:left;
 
-
        padding: 0 25px 25px 25px;
 
-
font-family: Georgia, "Times New Roman", Times, serif;
 
-
font-size: 17px;
 
-
font-style: italic;
 
-
letter-spacing: 2px;
 
-
color: #333;
 
-
}
 
-
#quote p{
 
-
line-height: 22px;
 
-
}
 
-
#quote p.testimonial{
 
-
font-size: 12px;
 
-
font-family: Arial, Helvetica, sans-serif;
 
-
font-style: normal;
 
-
color: #000;
 
-
        margin-left:15px;
 
-
 
-
}
 
-
#quote .quote{
 
-
font-size: 26px;
 
-
}
 
-
#contacts h2{
 
-
    margin-top: 20px;
 
-
}
 
-
 
-
 
-
 
-
.col_list ul{
 
-
    list-style-type:none;
 
-
    list-style-image:none;
 
-
    background-image:none;
 
-
}
 
-
.col_list li{
 
-
    background-color:#e1e6e9;
 
-
    padding: 5px 15px;
 
-
}
 
-
 
-
.col_list_team ul{
 
-
    list-style-type:none;
 
-
    list-style-image:none;
 
-
    background-image:none;
 
-
}
 
-
.col_list_team li{
 
-
    background-color:#e1e6e9;
 
-
}
 
-
 
-
 
-
 
-
/* TEAM PAGE */
 
-
 
-
 
-
.bio {
 
-
    clear:both;
 
-
    padding-bottom: 20px;
 
-
    border-bottom: 1px solid #ccc;
 
-
}
 
-
.bio img {
 
-
    float:left;
 
-
    margin-right: 10px;
 
-
}
 
-
 
-
#videoiframe {
 
-
    overflow: hidden;
 
-
    margin-top: 20px;
 
-
}
 
-
 
-
#accordion .ui-accordion-content { padding: 0px 0px 0px 0px; }
 
-
 
-
</style>
 
-
</head>
 
-
</html>
 
-
<div id="col_center">
 
-
    <div id="block-content">
 
-
    </div><!--end block-content-->
 
-
The purpose of our project is to insert antifreeze protein (AFP) into yogurt cultures.  Milk is converted to yogurt using  ''Lactobacillus delbrueckii'' subsp. ''bulgaricus'' and ''Streptococcus salivarius'' subsp. ''thermophilus'' bacteria.  These cultures ferment the lactose sugar present in the milk and convert it to lactic acid, which gives yogurt its distinctive taste and texture.
 
-
 
-
AFP is a protein produced by plants, fungi, bacteria, and some vertebrates to prevent the formation of dangerous ice crystals at subzero temperatures. AFP is about 300 times more effective than industrially produced antifreezes at the same concentration, so they have many possible commercial applications, including cryosurgery, hypothermia treatment, and farm fish production.  Some companies have also started isolating AFPs from fish and introducing them into milk and yogurt products.  The protein could help prevent freezer burn and improve the texture of the yogurt (frozen or otherwise).
 
-
 
-
Our project will instead introduce the AFP-producing gene directly into the ''Lactobacillus bulgaricus'' bacteria, so that it is constantly produced as the bacteria metabolizes lactose.  Hooking up production of the protein to the lactose sensor already present in the bacteria would allow continuous production of the protein.  Since transplantation of a small quantity of yogurt cultures can be used to produce another batch of yogurt, our altered bacteria would easily be able to replicate and produce AFP in new batches.
 
<forum_subtle />
<forum_subtle />

Latest revision as of 19:37, 21 May 2013


Parts

Our pH sensor

Materials

  • Culturing:
  • Bacterial Transformation:
    • Electroporation Buffer:(0.4 M sucrose, 1 mM MgCl2, 5 mM Kh2PO4; PH 6)
    • Erythromycin (for selection)
    • Gene Pulser and Pulse Controller Electrophoration apparatus
    • Gaspak or method to generate anaerobic conditions (airtight box with lit candles)
  • Miniprep
    • TES(50mM Tris[pH 7], 20mM EDTA, 0.2 mM sucrose)
    • 10mg/ml lysozyme
    • 70U/ml mutanolysin


<forum_subtle />