Team:Sharon MA Aquila/Notebook

From 2012hs.igem.org

(Difference between revisions)
(Created page with "===Notebook=== '''March 13:''' After looking through old iGEM projects for inspiration, we stumbled upon a [https://2011.igem.org/Team:KULeuven/Description project] dealing with a...")
Line 1: Line 1:
-
===Notebook===
+
__NOTOC__<html lang="en">
-
'''March 13:''' After looking through old iGEM projects for inspiration, we stumbled upon a [https://2011.igem.org/Team:KULeuven/Description project] dealing with antifreeze protein (AFP) production.  We began brainstorming possible applications of this protein, which prevents ice crystal formation in certain fish, plants, fungi, and bacteria.  We discussed using AFP on roads, but after researching activation methods for road-thawing bacteria, we determined that we would have to introduce another material (arabinose, lactose, etc.) in order for our bacteria to begin producing the protein.  Briefly, we researched cold activation methods, before determining that these methods were generally difficult to implement and only operational at temperatures above zero - not to mention that bacteria are usually nonfunctional below freezing.
+
 
 +
<head>
 +
<!-- wiki hacks -->
 +
<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;
 +
 
 +
}
 +
 
 +
 
 +
#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-->'''March 13:''' After looking through old iGEM projects for inspiration, we stumbled upon a [https://2011.igem.org/Team:KULeuven/Description project] dealing with antifreeze protein (AFP) production.  We began brainstorming possible applications of this protein, which prevents ice crystal formation in certain fish, plants, fungi, and bacteria.  We discussed using AFP on roads, but after researching activation methods for road-thawing bacteria, we determined that we would have to introduce another material (arabinose, lactose, etc.) in order for our bacteria to begin producing the protein.  Briefly, we researched cold activation methods, before determining that these methods were generally difficult to implement and only operational at temperatures above zero - not to mention that bacteria are usually nonfunctional below freezing.
<br><br>
<br><br>
'''March 20:''' After some discussion with Mr. Dixon and among the group members, we decided to take an idea from the [https://2008.igem.org/Team:MIT 2008 MIT iGEM team], who created teeth-cleaning bacteria by transforming the bacteria used for yogurt cultures.  We decided it might be a good idea to introduce the AFP gene into one of the yogurt bacteria, which would already be present in the food we were trying to affect.  We additionally decided that the gene should be activated by lactose, because it was already present in the yogurt and because the bacteria already reacted to it to produce lactic acid.   
'''March 20:''' After some discussion with Mr. Dixon and among the group members, we decided to take an idea from the [https://2008.igem.org/Team:MIT 2008 MIT iGEM team], who created teeth-cleaning bacteria by transforming the bacteria used for yogurt cultures.  We decided it might be a good idea to introduce the AFP gene into one of the yogurt bacteria, which would already be present in the food we were trying to affect.  We additionally decided that the gene should be activated by lactose, because it was already present in the yogurt and because the bacteria already reacted to it to produce lactic acid.   
<br>
<br>
After researching the two bacteria present in yogurt cultures, ''Lactobacillus delbrueckii'' subsp. ''bulgaricus'' and ''Streptococcus salivarius'' subsp. ''thermophilus'', we determined that the former is more suitable for our experiment, because it generally remains in the yogurt following yogurt production - and because the MIT team wiki had detailed [https://2008.igem.org/Team:MIT/Experiments protocols] regarding transformation of ''Lactobacillus bulgaricus'' bacteria.
After researching the two bacteria present in yogurt cultures, ''Lactobacillus delbrueckii'' subsp. ''bulgaricus'' and ''Streptococcus salivarius'' subsp. ''thermophilus'', we determined that the former is more suitable for our experiment, because it generally remains in the yogurt following yogurt production - and because the MIT team wiki had detailed [https://2008.igem.org/Team:MIT/Experiments protocols] regarding transformation of ''Lactobacillus bulgaricus'' bacteria.
 +
<forum_subtle />

Revision as of 23:34, 20 March 2012

March 13: After looking through old iGEM projects for inspiration, we stumbled upon a project dealing with antifreeze protein (AFP) production. We began brainstorming possible applications of this protein, which prevents ice crystal formation in certain fish, plants, fungi, and bacteria. We discussed using AFP on roads, but after researching activation methods for road-thawing bacteria, we determined that we would have to introduce another material (arabinose, lactose, etc.) in order for our bacteria to begin producing the protein. Briefly, we researched cold activation methods, before determining that these methods were generally difficult to implement and only operational at temperatures above zero - not to mention that bacteria are usually nonfunctional below freezing.



March 20: After some discussion with Mr. Dixon and among the group members, we decided to take an idea from the 2008 MIT iGEM team, who created teeth-cleaning bacteria by transforming the bacteria used for yogurt cultures. We decided it might be a good idea to introduce the AFP gene into one of the yogurt bacteria, which would already be present in the food we were trying to affect. We additionally decided that the gene should be activated by lactose, because it was already present in the yogurt and because the bacteria already reacted to it to produce lactic acid.
After researching the two bacteria present in yogurt cultures, Lactobacillus delbrueckii subsp. bulgaricus and Streptococcus salivarius subsp. thermophilus, we determined that the former is more suitable for our experiment, because it generally remains in the yogurt following yogurt production - and because the MIT team wiki had detailed protocols regarding transformation of Lactobacillus bulgaricus bacteria.

<forum_subtle />