Difference between revisions of "Team:Elan Vital Korea/Notebook"

 
Line 1: Line 1:
{{Elan_Vital_Korea/Templates/Header}}
+
{{ElanVitalKoreaMWlook}}
 +
{{ElanVitalKorea}}
 +
 
 
<html>
 
<html>
 +
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
 +
<script>
 +
$(document).ready(function(){
 +
    // Cache the Window object
 +
    $window = $(window);
 +
               
 +
  $('section[data-type="background"]').each(function(){
 +
    var $bgobj = $(this); // assigning the object
 +
                   
 +
      $(window).scroll(function() {
 +
                   
 +
        // Scroll the background at var speed
 +
        // the yPos is a negative value because we're scrolling it UP!                               
 +
        var yPos = -($window.scrollTop() / $bgobj.data('speed'));
 +
       
 +
        // Put together our final background position
 +
        var coords = '50% '+ yPos + 'px';
 +
 +
        // Move the background
 +
        $bgobj.css({ backgroundPosition: coords });
 +
       
 +
}); // window scroll Ends
 +
 +
});   
 +
 +
});
 +
/*
 +
* Create HTML5 elements for IE's sake
 +
*/
 +
 +
document.createElement("article");
 +
document.createElement("section");
 +
</script>
 +
<style>
 +
body{
 +
    margin:0;
 +
    padding:0;
 +
}
 +
 +
 +
#home {
 +
    background: url(https://static.igem.org/mediawiki/2015/b/b3/Bg2.png) 50% 0 no-repeat fixed;
 +
    height: 1000px; 
 +
    margin: 0 auto;
 +
    width: 100%;
 +
    max-width: 1920px;
 +
    position: relative;
 +
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
 +
}
 +
#about {
 +
    background: url(https://static.igem.org/mediawiki/2015/2/28/Elan_Vital_solidbg.JPG) 50% 0 no-repeat fixed;
 +
    height: 1000px;
 +
    margin: 0 auto;
 +
    width: 100%;
 +
    max-width: 1920px;
 +
    position: relative;
 +
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
 +
}
 +
 +
/* Introduction */
 +
 +
#home article { background: url("#") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 291px; width: 100%; }
 +
 +
#about article { background: url("#") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 291px; width: 100%; }
 +
 +
 +
 +
 +
.galleryItem {
 +
    color: #797478;
 +
    font: 10px/1.5 Verdana, Helvetica, sans-serif;
 +
    float: left;   
 +
    width: 16%;
 +
    margin:  2% 2% 50px 2%;
 +
}
 +
 +
.galleryItem h2 {
 +
    text-transform: uppercase;
 +
}
 +
 +
.galleryItem img {
 +
    max-width: 100%;
 +
    -webkit-border-radius: 5px;
 +
    -moz-border-radius: 5px;
 +
    border-radius: 5px;
 +
}
 +
 +
 +
 +
.center {
 +
  position: absolute;
 +
  margin: auto;
 +
  top: 0;
 +
  right: 0;
 +
  bottom: 0;
 +
  left: 0;
 +
  width: 100px;
 +
  height: 100px;
 +
  border-radius: 3px;
 +
}
 +
 +
IMG.displayed {
 +
    display: block;
 +
    margin-left: auto;
 +
    margin-right: auto; }
 +
 +
h4 {
 +
color:white;
 +
font-size: 24px;
 +
letter-spacing:1px;
 +
line-height:25px;
 +
}
 +
 +
h5{
 +
text-decoration:none;
 +
font-size: 24px;
 +
letter-spacing:1px;
 +
line-height:25px;
 +
}
 +
 +
 +
IMG.igem {
 +
float:right;
 +
width:5%;
 +
margin:20px;
 +
}
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
    /* WIKI SETTINGS*/
 +
       
 +
        /* Hide first heading */
 +
            .firstHeading {
 +
                display: none;
 +
            }
 +
       
 +
        /* Remove borders, float content left and remove padding/margin */
 +
            #globalWrapper, #content{
 +
                background-color: transparent;
 +
                border: 0px;
 +
                margin:0px;
 +
                padding: 0px;
 +
            }
 +
#content {
 +
width: auto;
 +
}
 +
 +
 +
.gnb {
 +
    width:100%;
 +
    position:fixed;
 +
    background:url(https://static.igem.org/mediawiki/2015/5/5e/NCtopmenu_bg.png) repeat-x;
 +
    height:85px;
 +
    z-index:9999;
 +
}
 +
.gnb .default {
 +
    width:980px;
 +
    margin:0 auto;
 +
    font-size:18px;
 +
    font-family: Verdana, Helvetica, sans-serif;
 +
}
 +
.gnb_on, .gnb .default ul a:hover {
 +
    color:#5ab9cc;
 +
}
 +
.gnb_off, .gnb a {
 +
    color:#585858;
 +
    text-decoration:none;
 +
}
 +
.gnb .default ul {
 +
    padding-top:40px;
 +
}
 +
.gnb .default ul li {
 +
    display:inline-block;
 +
    margin-left:20px;
 +
    height:40px;   
 +
}
 +
.m-10 {
 +
    margin-top:-10px;
 +
}
 +
.m-40 {
 +
    margin-top:-40px;
 +
    }
 +
.m0 {
 +
    margin-top:0;
 +
}
 +
.m10 {
 +
    margin-top:10px;
 +
}
 +
.m20 {
 +
    margin-top:20px;
 +
}
 +
.m30 {
 +
    margin-top:30px;
 +
}
 +
.m40 {
 +
    margin-top:40px;
 +
}
 +
.m50 {
 +
    margin-top:50px;
 +
}
 +
.m80 {
 +
    margin-top:80px;
 +
}
 +
.mb10 {
 +
    margin-bottom:10px;
 +
}
 +
.ml5 {
 +
    margin-left:5px;
 +
}
 +
.ml10 {
 +
    margin-left:10px;
 +
}
 +
.ml40 {
 +
    margin-left:50px;
 +
}
 +
.ml50 {
 +
    margin-left:50px;
 +
}
 +
.ml60 {
 +
    margin-left:60px;
 +
}
 +
.ml160 {
 +
    margin-left:160px;
 +
}
 +
.ml350 {
 +
    margin-left:350px;
 +
}
 +
.mr0 {
 +
    margin-right:0;
 +
}
 +
.p10 {
 +
    padding:10px;
 +
}
 +
.p15 {
 +
    padding:15px;
 +
}
 +
.pl5 {
 +
    padding-left:5px;
 +
}
 +
.pl20 {
 +
    padding-left:20px;
 +
}
 +
.pl30 {
 +
    padding-left:30px;
 +
}
 +
.pl40 {
 +
    padding-left:40px;
 +
}
 +
.pl50 {
 +
    padding-left:50px;
 +
}
 +
.pl960 {
 +
    padding-left:px;
 +
}
 +
.pt20 {
 +
    padding-top:20px;
 +
}
 +
.pt40 {
 +
    padding-top:40px;
 +
}
 +
.pt80 {
 +
    padding-top:80px;
 +
}
 +
.pb40 {
 +
    padding-bottom:40px;
 +
    }
 +
.align-c {
 +
    text-align:center
 +
}
 +
.align-r {
 +
    text-align:right;
 +
}
 +
.align-l {
 +
    text-align:left;
 +
}
 +
.mar-c {
 +
    margin:0 auto;
 +
}
 +
.txt-i {
 +
    font-style:italic;
 +
}
 +
.txt-g {
 +
    color:#999999;
 +
}
 +
.txt-g55 {
 +
    color:#555555;
 +
}
 +
.w10 {
 +
    width:10px;
 +
}
 +
.w88 {
 +
    width:88px;
 +
}
 +
.w200 {
 +
    width:200px;
 +
}
 +
.w256 {
 +
    width:256px;
 +
}
 +
.w200 {
 +
    width:200px
 +
    }
 +
    .w260 {
 +
    width:260px
 +
    }
 +
.w300 {
 +
    width:300px
 +
    }
 +
.w340 {
 +
    width:340px
 +
    }
 +
.w640 {
 +
    width:640px;
 +
}
 +
.w600 {
 +
    width:600px;
 +
}
 +
.w700 {
 +
    width:700px;
 +
}
 +
.w900 {
 +
    width:900px;
 +
}
 +
.w980 {
 +
    width:980px;
 +
}
 +
.f-size12 {
 +
    font-size:12px;
 +
}
 +
.f-size13 {
 +
    font-size:13px;
 +
}
 +
.f-size15 {
 +
    font-size:15px;
 +
}
 +
.f-size30 {
 +
    font-size:30px;
 +
}
 +
.bgf5 {
 +
    background:#f5f5f5;
 +
}
 +
.back-y {
 +
    background:#fff2c2
 +
}
 +
.back-g {
 +
    background:#f1f1f1;
 +
}
 +
.back-gb {
 +
    background:#dbe4e6;
 +
}
 +
.back-gy {
 +
    background:#ebe9dd;
 +
}
 +
.liststyle-c li {
 +
    list-style:disc;
 +
}
 +
.liststyle-num li {
 +
    list-style:decimal;
 +
}
 +
.pdfLink a {
 +
    color:#00778c;
 +
}
 +
.pdfLink a:hover {
 +
    color:#00c2e4;
 +
}
 +
.link a {
 +
    color:#fff;
 +
    background:#00778c;
 +
    text-decoration:none;
 +
    padding:0 3px;
 +
}
 +
.link a:hover {
 +
    background:#00c2e4;
 +
    color:#FF0;
 +
}
 +
 +
.list-note-01 {
 +
        margin-left: 20%;
 +
        margin-right: 20%;
 +
}
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
</style>
 +
 +
</head>
 
<body>
 
<body>
<!--****************WETLAB***********-->  
+
 
<div class="subnav" style="padding-left:130px;">
+
 
    <ul>
+
<!-- Section #1 -->
          <a href="https://2015.igem.org/Team:Elan_Vital_Korea/Notebook"><li style="color:#5ab9cc;
+
        <section id="home" data-speed="10" data-type="background">
">Notebook</li></a>
+
            <a name="top" id="top"></a>
<a href="https://2015.igem.org/Team:Elan_Vital_Korea/Experiments"><li>Protocols</li></a>
+
            <a href="#">
<a href="https://2015.igem.org/Team:Elan_Vital_Korea/Safety"><li>Safety</li></a>
+
                <img class="igem" src="https://static.igem.org/mediawiki/2015/7/70/IGEM_Logo.gif">
<a href="https://2015.igem.org/Team:Elan_Vital_Korea/LabPictures"><li>Lab Pictures</li></a>
+
            </a>
        </ul>
+
                        <br><br><br><br><br><br><br>
    </div>
+
                    <div class="center;">
<div class="sub-top"><p class="sub-top-title w980 mar-c">Notebook</p></div>
+
            <a href="https://2015.igem.org/Team:Elan_Vital_Korea">
 +
                <img class="displayed" src="https://static.igem.org/mediawiki/2015/d/d5/ElanVital_Logo.png">
 +
            </a>
 +
                <h4 style="text-align:center;">
 +
                    WETLAB <br> -Notebook-
 +
                </h4>
 +
                    <a href="#myAnchor" rel="" id="anchor1" class="anchorLink"><img class="displayed" src="https://static.igem.org/mediawiki/2015/d/d2/Scroll_arrow.png"></a>
 +
          </div>
 +
    </section>
 +
 
 +
 
 +
<br><br><br><br>
 +
<a name="myAnchor" id="myAnchor"></a>
 +
<body>
 +
<!-- <div class="sub-top"><p class="sub-top-title w980 mar-c">Notebook</p></div> -->
 
  <!--****************notebook***********-->
 
  <!--****************notebook***********-->
<div id="notebook"></div>
+
    <div id="notebook"></div>
 +
<h5 style="text-align:center;">NOTEBOOK</h5>
 
     <!--<div class="notebook"><p class="w980 mar-c">Notebook</p></div> -->     
 
     <!--<div class="notebook"><p class="w980 mar-c">Notebook</p></div> -->     
<div class="list-note-01">
+
    <div class="list-note-01">
<h1 class="day">4/28/15</h1>
+
        <h1 class="day">4/28/15</h1>
         <p class="content-txt mb10">We received the DNA distribution kit from iGEM, and in order to amplify our amount of DNA, we transformed the DNA in competent cells, using the following LB growth medium.</p> <br />
+
         <p class="content-txt mb10">We received the DNA distribution kit from iGEM, and in order to amplify our amount of DNA, we transformed the DNA in competent cells, using the following LB growth medium.</p>
         <h2 class="sub-title">1. Solid Medium</h2>  
+
         <h2 class="sub-title">1. Solid Medium</h2>
 
         <div class="tbl">
 
         <div class="tbl">
        <table cellpadding="0" cellspacing="0">
+
            <table cellpadding="0" cellspacing="0">
            <colgroup>
+
                <colgroup>
                <col width="240px" />
+
                    <col width="240px" />
 
                     <col width="80px" />
 
                     <col width="80px" />
 
                 </colgroup>
 
                 </colgroup>
 
                 <tr>
 
                 <tr>
                <th>Trypton</th>
+
                    <th>Trypton</th>
 
                     <td class="back-y">2g</td>
 
                     <td class="back-y">2g</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>Sodium chloride</th>
+
                    <th>Sodium chloride</th>
 
                     <td class="back-y">2g</td>
 
                     <td class="back-y">2g</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>Yeast</th>
+
                    <th>Yeast</th>
 
                     <td class="back-y">1g</td>
 
                     <td class="back-y">1g</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th class="bdr-bt-none">Bacto-­Agar</th>
+
                    <th class="bdr-bt-none">Bacto­Agar</th>
 
                     <td class="bdr-bt-none back-y">3g</td>
 
                     <td class="bdr-bt-none back-y">3g</td>
 
                 </tr>
 
                 </tr>
 
             </table>
 
             </table>
 
         </div>
 
         </div>
         <h3 class="cmt">*D.W 200ml standard</h3> <br /><br />
+
         <h3 class="cmt">*D.W 200ml standard</h3>
 
         <h2 class="sub-title">2. Liquid Medium</h2>
 
         <h2 class="sub-title">2. Liquid Medium</h2>
 
         <div class="tbl">
 
         <div class="tbl">
        <table cellpadding="0" cellspacing="0">
+
            <table cellpadding="0" cellspacing="0">
            <colgroup>
+
                <colgroup>
                <col width="240px" />
+
                    <col width="240px" />
 
                     <col width="80px" />
 
                     <col width="80px" />
 
                 </colgroup>
 
                 </colgroup>
 
                 <tr>
 
                 <tr>
                <th>Trypton</th>
+
                    <th>Trypton</th>
 
                     <td class="back-y">2g</td>
 
                     <td class="back-y">2g</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>Sodium chloride</th>
+
                    <th>Sodium chloride</th>
 
                     <td class="back-y">2g</td>
 
                     <td class="back-y">2g</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th class="bdr-bt-none">Yeast</th>
+
                    <th class="bdr-bt-none">Yeast</th>
 
                     <td class="bdr-bt-none back-y">1g</td>
 
                     <td class="bdr-bt-none back-y">1g</td>
 
                 </tr>
 
                 </tr>
 
             </table>
 
             </table>
 
         </div>
 
         </div>
         <h3 class="cmt">*D.W 200ml standard</h3> <br /><br />
+
         <h3 class="cmt">*D.W 200ml standard</h3>
 
         <p class="content-txt">Because  we  needed  to  add  antibiotics,  we  created  a  stock  solution,  with  a  concentration  of 34mg/ml, diluted by 1000 times. When the growth medium cooled, we put in antibiotics.<br /><br />
 
         <p class="content-txt">Because  we  needed  to  add  antibiotics,  we  created  a  stock  solution,  with  a  concentration  of 34mg/ml, diluted by 1000 times. When the growth medium cooled, we put in antibiotics.<br /><br />
 
Next, we marked the plasmids that we wanted to use from the DNA distribution kit.<br />
 
Next, we marked the plasmids that we wanted to use from the DNA distribution kit.<br />
 
Then  we  added  10ul  of  distilled  water  to  each  plasmid,  and  stirred  well,  which  caused  the plasmid to turn red. We left the mixture to lay for 5 minutes.<br /><br />
 
Then  we  added  10ul  of  distilled  water  to  each  plasmid,  and  stirred  well,  which  caused  the plasmid to turn red. We left the mixture to lay for 5 minutes.<br /><br />
 
These were the plasmids we had selected:</p>
 
These were the plasmids we had selected:</p>
<div class="tbl">
+
        <div class="tbl">
        <table cellpadding="0" cellspacing="0">
+
            <table cellpadding="0" cellspacing="0">
            <colgroup>
+
                <colgroup>
                <col width="220px" />
+
                    <col width="220px" />
 
                     <col width="265px" />
 
                     <col width="265px" />
 
                 </colgroup>
 
                 </colgroup>
 
                 <tr>
 
                 <tr>
                <th>BBa J23100</th>
+
                    <th>BBa J23100</th>
 
                     <td class="left">17D plate 4 (ampicillin)</td>
 
                     <td class="left">17D plate 4 (ampicillin)</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>BBa B0030</th>
+
                    <th>BBa B0030</th>
 
                     <td class="left">4G plate 4</td>
 
                     <td class="left">4G plate 4</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>BBa C0062</th>
+
                    <th>BBa C0062</th>
 
                     <td class="left">4L plate 2</td>
 
                     <td class="left">4L plate 2</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>BBa B0024</th>
+
                    <th>BBa B0024</th>
 
                     <td class="left">1D plate 4</td>
 
                     <td class="left">1D plate 4</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>BBa R0062</th>
+
                    <th>BBa R0062</th>
 
                     <td class="left">6H plate 2</td>
 
                     <td class="left">6H plate 2</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>BBa E0040</th>
+
                    <th>BBa E0040</th>
 
                     <td class="left">13L plate 4 (ampicillin)</td>
 
                     <td class="left">13L plate 4 (ampicillin)</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>BBa B0015</th>
+
                    <th>BBa B0015</th>
 
                     <td class="left">3F plate 3</td>
 
                     <td class="left">3F plate 3</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>BBa C0060</th>
+
                    <th>BBa C0060</th>
 
                     <td class="left">4H plate 2</td>
 
                     <td class="left">4H plate 2</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th class="bdr-bt-none">BBa I732006</th>
+
                    <th class="bdr-bt-none">BBa I732006</th>
 
                     <td class="bdr-bt-none left">3B plate 3</td>
 
                     <td class="bdr-bt-none left">3B plate 3</td>
 
                 </tr>
 
                 </tr>
 
             </table>
 
             </table>
 
         </div>
 
         </div>
         <p class="content-txt">Next, we prepared the transformation of the plasmids into competent cells. Since the cells had been stored at ­-70°C, we had to leave them out previous to the experiment to let them thaw, along with the S.O.C medium.<br /><br />
+
         <p class="content-txt">Next, we prepared the transformation of the plasmids into competent cells. Since the cells had been stored at ­70°C, we had to leave them out previous to the experiment to let them thaw, along with the S.O.C medium.<br /><br />
First, we added 3ul of DNA to the cells, and shook the mixture (pipetting didn’t do the job). After leaving the mixture on ice for 30 minutes, we heat-­shocked it at 42°C, for 30 seconds. Then, we left it on ice again for two minutes.<br /><br />
+
First, we added 3ul of DNA to the cells, and shook the mixture (pipetting didn’t do the job). After leaving the mixture on ice for 30 minutes, we heat­shocked it at 42°C, for 30 seconds. Then, we left it on ice again for two minutes.<br /><br />
After that, we added 250ul of a pre-­warmed S.O.C medium, and left the mixture in a shaking incubator at 37°C and 225rpm for an hour. We then spread the mixture onto an LB plate, and allowed it to incubate overnight, for 16 hours.</p>
+
After that, we added 250ul of a pre­warmed S.O.C medium, and left the mixture in a shaking incubator at 37°C and 225rpm for an hour. We then spread the mixture onto an LB plate, and allowed it to incubate overnight, for 16 hours.</p>
<h1 class="day m40">4/29/15</h1>
+
        <h1 class="day m40">4/29/15</h1>
 
         <p class="content-txt">The  previous  results  were  divided,  as  B0030,  C0062,  R0062,  I732006,  B0015  formed observable  colonies,  while  J23100,  B0024,  C0060,  E0040  did  not.  Thus,  we  decided  to  re-spread these four onto another LB plate.<br /><br />Successful Results:</p>
 
         <p class="content-txt">The  previous  results  were  divided,  as  B0030,  C0062,  R0062,  I732006,  B0015  formed observable  colonies,  while  J23100,  B0024,  C0060,  E0040  did  not.  Thus,  we  decided  to  re-spread these four onto another LB plate.<br /><br />Successful Results:</p>
 
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/3/30/NCnote-img-1.jpg" /></p>
 
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/3/30/NCnote-img-1.jpg" /></p>
 
         <h1 class="day m40">4/30/15</h1>
 
         <h1 class="day m40">4/30/15</h1>
         <p class="content-txt">We re-­transformed J23100, B0024, C0060, and E0040, and spread them onto a growth medium with ampicillin.</p>
+
         <p class="content-txt">We re­transformed J23100, B0024, C0060, and E0040, and spread them onto a growth medium with ampicillin.</p>
 
         <h1 class="day m40">5/1/15</h1>
 
         <h1 class="day m40">5/1/15</h1>
         <p class="content-txt">As  of  May  1<sup>st</sup>, C0060,  E0040  colony  were  additionally  verified,  while  B0024,  J23100  still continued  to  not  show  any  sign  of  colony  growth.  We  decided  to  run  a  miniprep  with  the successful colonies B0030, C0062, R0062, I732006, B0015, C0060, and E0040, and thus left them in a 5ml liquid growth medium each.<br /><br />Successful Results:</p>
+
         <p class="content-txt">As  of  May  1>st C0060,  E0040  colony  were  additionally  verified,  while  B0024,  J23100  still continued  to  not  show  any  sign  of  colony  growth.  We  decided  to  run  a  miniprep  with  the successful colonies B0030, C0062, R0062, I732006, B0015, C0060, and E0040, and thus left them in a 5ml liquid growth medium each.<br /><br />Successful Results:</p>
 
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/f/f6/NCnote-img-2.jpg" /></p>
 
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/f/f6/NCnote-img-2.jpg" /></p>
 
         <h1 class="day m40">5/2/15</h1>
 
         <h1 class="day m40">5/2/15</h1>
Line 136: Line 555:
 
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/7/7d/NCnote-img-3.jpg" /></p>
 
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/7/7d/NCnote-img-3.jpg" /></p>
 
         <h1 class="day m40">5/10/15</h1>
 
         <h1 class="day m40">5/10/15</h1>
         <p class="content-txt">The  team  made  the  decision  to  change  the  plasmids  we  were  working  with,  opting  for  the J37032  plasmid,  a  LuxR-­responsive GFP,  in  order  to  save  time.  We  also  changed  our terminator to the K823017 plasmid. B0024 was supposed to be our bidirectional terminator, but because it couldn’t produce enough DNA, we had to find another plasmid to replace it.<br /><br />Here is the complete list of plasmids we are using:</p>
+
         <p class="content-txt">The  team  made  the  decision  to  change  the  plasmids  we  were  working  with,  opting  for  the J37032  plasmid,  a  LuxR­responsive GFP,  in  order  to  save  time.  We  also  changed  our terminator to the K823017 plasmid. B0024 was supposed to be our bidirectional terminator, but because it couldn’t produce enough DNA, we had to find another plasmid to replace it.<br /><br />Here is the complete list of plasmids we are using:</p>
 
         <div class="tbl">
 
         <div class="tbl">
        <table cellpadding="0" cellspacing="0">
+
            <table cellpadding="0" cellspacing="0">
            <colgroup>
+
                <colgroup>
                <col width="250px" />
+
                    <col width="250px" />
 
                     <col width="250px" />
 
                     <col width="250px" />
 
                     <col width="250px" />
 
                     <col width="250px" />
 
                 </colgroup>
 
                 </colgroup>
 
                 <tr>
 
                 <tr>
                <th>constitutive promoter</th>
+
                    <th>constitutive promoter</th>
 
                     <td class="left bdr-right">J23100</td>
 
                     <td class="left bdr-right">J23100</td>
 
                     <td class="left">ampicillin</td>
 
                     <td class="left">ampicillin</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>RBS</th>
+
                    <th>RBS</th>
 
                     <td class="left bdr-right">B0030</td>
 
                     <td class="left bdr-right">B0030</td>
 
                     <td class="left">chloramphenicol</td>
 
                     <td class="left">chloramphenicol</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>LuxR</th>
+
                    <th>LuxR</th>
 
                     <td class="left bdr-right">C0062</td>
 
                     <td class="left bdr-right">C0062</td>
 
                     <td class="left">ampicillin</td>
 
                     <td class="left">ampicillin</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>terminator</th>
+
                    <th>terminator</th>
 
                     <td class="left bdr-right">K823017</td>
 
                     <td class="left bdr-right">K823017</td>
 
                     <td class="left">chloramphenicol</td>
 
                     <td class="left">chloramphenicol</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>LuxR-­responsive GFP</th>
+
                    <th>LuxR­responsive GFP</th>
 
                     <td class="left bdr-right">J37032</td>
 
                     <td class="left bdr-right">J37032</td>
 
                     <td class="left">chloramphenicol</td>
 
                     <td class="left">chloramphenicol</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>terminator</th>
+
                    <th>terminator</th>
 
                     <td class="left bdr-right">B0015</td>
 
                     <td class="left bdr-right">B0015</td>
 
                     <td class="left">chloramphenicol</td>
 
                     <td class="left">chloramphenicol</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th class="bdr-bt-none">AiiA</th>
+
                    <th class="bdr-bt-none">AiiA</th>
 
                     <td class="left bdr-right bdr-bt-none">C0060</td>
 
                     <td class="left bdr-right bdr-bt-none">C0060</td>
 
                     <td class="left bdr-bt-none">chloramphenicol</td>
 
                     <td class="left bdr-bt-none">chloramphenicol</td>
Line 187: Line 606:
 
         <p class="content-txt">J37032</p>
 
         <p class="content-txt">J37032</p>
 
         <h2 class="sub-title m10">3. LuxR - GFP</h2>
 
         <h2 class="sub-title m10">3. LuxR - GFP</h2>
         <p class="content-txt">K823017 (fragment) :  EcoRI - SpeI<br />promoter RBS­-LuxR (vector) : EcoRI - XbaI<br />J37032 (fragment) : EcoRI - SpeI</p>
+
         <p class="content-txt">K823017 (fragment) :  EcoRI - SpeI<br />promoter RBS­LuxR (vector) : EcoRI - XbaI<br />J37032 (fragment) : EcoRI - SpeI</p>
 
         <h2 class="sub-title m10">4. Test plasmid</h2>
 
         <h2 class="sub-title m10">4. Test plasmid</h2>
         <p class="content-txt">C0060 (vector) : EcoRI - XbaI<br />B0030, J23100 (fragment) : EcoRI - SpeI</p>
+
         <p class="content-txt">C0060 (vector) : EcoRI - XbaII<br />B0030, J23100 (fragment) : EcoRI - SpeI</p>
 
         <h1 class="day m40">5/11/15</h1>
 
         <h1 class="day m40">5/11/15</h1>
         <p class="content-txt">We decided to make 1% concentration agarose gel, using 0.7 grams of Seakem LE Agarose, 0.3  grams  of  Nusieve GTG  agarose,  and  100  mililliters  of  1xTBE  buffer. After putting all the mentioned  ingredients  into  a  flask,  we  put  wrap  over  the  entrance,  and  microwaved  for  two minutes, melting it entirely. Then we solidified the agarose by pouring it into a mold. Out of the DNA kit, we also transformed K823017 and J37032 into competent cells.</p>
+
         <p class="content-txt">We decided to make 1% concentration agarose gel, using 0.7 grams of Seakem LE Agarose, 0.3  grams  of  Nusieye GTG  agarose,  and  100  mililliters  of  1xTBE  buffer. After putting all the mentioned  ingredients  into  a  flask,  we  put  wrap  over  the  entrance,  and  microwaved  for  two minutes, melting it entirely. Then we solidified the agarose by pouring it into a mold. Out of the DNA kit, we also transformed K823017 and J37032 into competent cells.</p>
 
         <h1 class="day m40">5/11/15</h1>
 
         <h1 class="day m40">5/11/15</h1>
 
         <p class="content-txt">We  verified  the  transformations  from  the  day  before,  and  both  the K823017  and  the  J37032 colony were successful.</p>
 
         <p class="content-txt">We  verified  the  transformations  from  the  day  before,  and  both  the K823017  and  the  J37032 colony were successful.</p>
Line 198: Line 617:
 
         <p class="content-txt">In  order  to  increase  the  amount  of  plasmids  of  B0015,  B0030,  J37032,  K823017,  C0060, C0062, I732073, and J23100, we did minipreps and midipreps, which left us with more viable DNA to work with.</p>
 
         <p class="content-txt">In  order  to  increase  the  amount  of  plasmids  of  B0015,  B0030,  J37032,  K823017,  C0060, C0062, I732073, and J23100, we did minipreps and midipreps, which left us with more viable DNA to work with.</p>
 
         <h1 class="day m40">5/20/15</h1>
 
         <h1 class="day m40">5/20/15</h1>
         <p class="content-txt">To  verify  whether  the  plasmids  we’ve  created  were relevant  to  our  experiment,  we  cut  them using a restriction enzyme.<br /><br />These were the plasmids we used: B0015, B0030, J37032, K823017, C0060, C0062, I732073, J23100<br /><br />The results (depending on the enzyme used, highlighted in bold):</p>
+
         <p class="content-txt">To  verify  whether  the  plasmids  we’ve  created  were relevant  to  our  experiment,  we  cut  them using a restriction enzyme.<br /><br />These were the plasmids we used: B0015, B0030, J37032, K823017, C0060, C0062, I732073, J23100<br /><br />The results (depending on the enzyme used, highlighted in bold):.</p>
 
         <div class="tbl">
 
         <div class="tbl">
        <table cellpadding="0" cellspacing="0">
+
            <table cellpadding="0" cellspacing="0">
            <colgroup>
+
                <colgroup>
                <col width="240px" />
+
                    <col width="240px" />
 
                     <col width="80px" />
 
                     <col width="80px" />
 
                 </colgroup>
 
                 </colgroup>
 
                 <tr>
 
                 <tr>
                <th>DNA of each</th>
+
                    <th>DNA of each</th>
 
                     <td class="back-y">1uL</td>
 
                     <td class="back-y">1uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>XbaI/PstI</th>
+
                    <th>XbaI/PstI</th>
 
                     <td class="back-y">2uL</td>
 
                     <td class="back-y">2uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>Buffer</th>
+
                    <th>Buffer</th>
 
                     <td class="back-y">2uL</td>
 
                     <td class="back-y">2uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>Distilled Water</th>
+
                    <th>Distilled Water</th>
 
                     <td class="back-y">15uL</td>
 
                     <td class="back-y">15uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th class="bdr-bt-none">Total</th>
+
                    <th class="bdr-bt-none">Total</th>
 
                     <td class="bdr-bt-none back-y">20uL</td>
 
                     <td class="bdr-bt-none back-y">20uL</td>
 
                 </tr>
 
                 </tr>
 
             </table>
 
             </table>
         </div><br />
+
         </div>
         
+
 
         <h2 class="sub-title align-c"><img src="https://static.igem.org/mediawiki/2015/0/0b/NCnote-img-5.jpg" /></h2>
 
         <h2 class="sub-title align-c"><img src="https://static.igem.org/mediawiki/2015/0/0b/NCnote-img-5.jpg" /></h2>
        <h1 class="day m40">5/29/15</h1>
+
        <p class="content-txt">This was the order of the gel electrophoresis markers:<br /><br />
 +
(2.19kb, 2.2kb, 2.08kb, 3.0kb, 2.88kb, 2.85kb, 5.1kb, 2.1kb)<br />
 +
B0015, K823017, B0030, J37032, C0060, C0062, I732073, J23100 / XbaI<br />
 +
B0015, K823017, B0030, J37032, C0060, C0062, I732073, J23100 / PstI<br /><br />
 +
C0062 and J23100 had larger sizes than were expected.</p>
 +
        <h1 class="day m40">5/29/15</h1>
 
         <p class="content-txt">Due to our electrophoresis results being incorrect, in order to verify the existence of fragments we had to do a double digestion procedure, cutting B0015, K823017, B0030, J37032, C0060, I732073, J23100 with EcoRI and XbaI.</p>
 
         <p class="content-txt">Due to our electrophoresis results being incorrect, in order to verify the existence of fragments we had to do a double digestion procedure, cutting B0015, K823017, B0030, J37032, C0060, I732073, J23100 with EcoRI and XbaI.</p>
 
         <div class="tbl">
 
         <div class="tbl">
        <table cellpadding="0" cellspacing="0">
+
            <table cellpadding="0" cellspacing="0">
            <colgroup>
+
                <colgroup>
                <col width="240px" />
+
                    <col width="240px" />
 
                     <col width="80px" />
 
                     <col width="80px" />
 
                 </colgroup>
 
                 </colgroup>
 
                 <tr>
 
                 <tr>
                <th>DNA of each</th>
+
                    <th>DNA of each</th>
 
                     <td class="back-y">2uL</td>
 
                     <td class="back-y">2uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>EcoRI</th>
+
                    <th>EcoRI</th>
 
                     <td class="back-y">1uL</td>
 
                     <td class="back-y">1uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>PstI</th>
+
                    <th>PstI</th>
 
                     <td class="back-y">1uL</td>
 
                     <td class="back-y">1uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>Buffer</th>
+
                    <th>Buffer</th>
 
                     <td class="back-y">2uL</td>
 
                     <td class="back-y">2uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>Distilled Water</th>
+
                    <th>Distilled Water</th>
 
                     <td class="back-y">14uL</td>
 
                     <td class="back-y">14uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th class="bdr-bt-none">Total</th>
+
                    <th class="bdr-bt-none">Total</th>
 
                     <td class="bdr-bt-none back-y">20uL</td>
 
                     <td class="bdr-bt-none back-y">20uL</td>
 
                 </tr>
 
                 </tr>
Line 268: Line 691:
 
         <p class="content-txt">We ran a miniprep on C0062.<br />C0062 #1, #2, #3  (ampicillin)<br />C0062 #1, #2, #3, #4, #5 ( chloramphenicol )</p>
 
         <p class="content-txt">We ran a miniprep on C0062.<br />C0062 #1, #2, #3  (ampicillin)<br />C0062 #1, #2, #3, #4, #5 ( chloramphenicol )</p>
 
         <div class="tbl">
 
         <div class="tbl">
        <table cellpadding="0" cellspacing="0">
+
            <table cellpadding="0" cellspacing="0">
            <colgroup>
+
                <colgroup>
                <col width="240px" />
+
                    <col width="240px" />
 
                     <col width="80px" />
 
                     <col width="80px" />
 
                 </colgroup>
 
                 </colgroup>
 
                 <tr>
 
                 <tr>
                <th>DNA of each</th>
+
                    <th>DNA of each</th>
 
                     <td class="back-y">2uL</td>
 
                     <td class="back-y">2uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>EcoRI</th>
+
                    <th>EcoRI</th>
 
                     <td class="back-y">1uL</td>
 
                     <td class="back-y">1uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>PstI</th>
+
                    <th>PstI</th>
 
                     <td class="back-y">1uL</td>
 
                     <td class="back-y">1uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>Buffer</th>
+
                    <th>Buffer</th>
 
                     <td class="back-y">2uL</td>
 
                     <td class="back-y">2uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>Distilled Water</th>
+
                    <th>Distilled Water</th>
 
                     <td class="back-y">14uL</td>
 
                     <td class="back-y">14uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th class="bdr-bt-none">Total</th>
+
                    <th class="bdr-bt-none">Total</th>
 
                     <td class="bdr-bt-none back-y">20uL</td>
 
                     <td class="bdr-bt-none back-y">20uL</td>
 
                 </tr>
 
                 </tr>
Line 300: Line 723:
 
         </div>
 
         </div>
 
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/f/f6/NCnote-img-6.jpg" /></p>
 
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/f/f6/NCnote-img-6.jpg" /></p>
              <p class="content-txt m40">All plasmids were cut with EcoRI and PstI, then underwent gel electrophoresis. Looking at the DNA  map of  J23100, which had 2,105bp, we noticed  that when we  cut with EcoRI  and PstI, there were two fragments, of 2kbp and 850bp.</p>
+
        <p class="content-txt ml160">Lane 1 : DNA ladder marker&#160;&#160;&#160; Lane 2 : J23100&#160;&#160;&#160; Lane 3 : C0060&#160;&#160;&#160; Lane 4 : B0030<br />Lane 5 : B0015&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Lane 6 : I732073&#160;&#160; Lane 7 : J37032&#160;&#160; Lane 8 : K823017</p>
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/8/83/NCnote-img-7.jpg"></p>
+
        <p class="content-txt m20">All plasmids were cut with EcoRI and PstI, then underwent gel electrophoresis. Looking at the DNA  map of  J23100, which had 2,105bp, we noticed  that when we  cut with EcoRI  and PstI, there were two fragments, of 2kbp and 850bp.</p>
                <p class="content-txt txt-i m20" style="width:650px; margin-left:190px">* If we cut C0062 with EcoRI and PstI, we get two fragments as well, of 2,030 bp and 822bp.<br />The plasmids labeled ① ② ③ have ampicillin resistance vectors.<br />The plasmids labeled ④ ⑤ ⑥ ⑦ ⑧ have chloramphenicol resistance vectors. Plasmid ⑧ is a C0062.</p><br>
+
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/8/83/NCnote-img-7.jpg" /></p>
         <p class="content-txt">While the DNA map states that the sizes of plasmids , , are accurate, because we know that they ampicillin resistance genes in the vector, there are issues with our experiment scheme.</p><p class="content-txt m40">To be able to verify the above results, we ran sequencing with B0030, C0062, and J23100.<br /><br />These were the sequencing primers:</p>
+
        <p class="content-txt ml160">Lane 1,2,3 : ① ② ③&#160;&#160;&#160; Lane 4,5,6,7,8 :④ ⑤ ⑥ ⑦ ⑧&#160;&#160;&#160; Lane 9 : DNA ladder marker</p>
 +
        <p class="content-txt txt-i m20">*If we cut C0062 with EcoRI and PstI, we get two fragments as well, of 2,030 bp and 822bp.<br />The plasmids labeled ① ② ③ have ampicillin resistance vectors.<br />The plasmids labeled ④ ⑤ ⑥ ⑦ ⑧ have chloramphenicol resistance vectors. Plasmid ⑧ is a C0062.</p>
 +
         <p class="content-txt">While the DNA map states that the sizes of plasmids 1, 2, 3 are accurate, because we know that they ampicillin resistance genes in the vector, there are issues with our experiment scheme.<br /><br />To be able to verify the above results, we ran sequencing with B0030, C0062, and J23100.<br /><br />These were the sequencing primers:</p>
 
         <div class="tbl">
 
         <div class="tbl">
        <table cellpadding="0" cellspacing="0">
+
            <table cellpadding="0" cellspacing="0">
            <colgroup>
+
                <colgroup>
                <col width="80px" />
+
                    <col width="80px" />
 
                     <col width="300px" />
 
                     <col width="300px" />
 
                 </colgroup>
 
                 </colgroup>
 
                 <tr>
 
                 <tr>
                <th>VF2</th>
+
                    <th>VF2</th>
 
                     <td class="left">TGC CAC CTG ACG TCT AAG AA</td>
 
                     <td class="left">TGC CAC CTG ACG TCT AAG AA</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th class="bdr-bt-none">VR</th>
+
                    <th class="bdr-bt-none">VR</th>
 
                     <td class="bdr-bt-none left">ATT ACC GCC TTT GAG TGA GC</td>
 
                     <td class="bdr-bt-none left">ATT ACC GCC TTT GAG TGA GC</td>
 
                 </tr>
 
                 </tr>
Line 323: Line 748:
 
         <p class="content-txt">We sent J23100, B0030, C0062, C0060, B0015, K823017, J37032, and J61100 plasmid to a sequencing company to see these exact DNA sequence of our samples.<br /><br />Out of these, J23100, B0030, and B0015 had different sequence results than we had expected when comparing with samples on the Registry.<br /><br />So we decided to change these parts.</p>
 
         <p class="content-txt">We sent J23100, B0030, C0062, C0060, B0015, K823017, J37032, and J61100 plasmid to a sequencing company to see these exact DNA sequence of our samples.<br /><br />Out of these, J23100, B0030, and B0015 had different sequence results than we had expected when comparing with samples on the Registry.<br /><br />So we decided to change these parts.</p>
 
         <div class="tbl">
 
         <div class="tbl">
        <table cellpadding="0" cellspacing="0">
+
            <table cellpadding="0" cellspacing="0">
            <colgroup>
+
                <colgroup>
                <col width="250px" />
+
                    <col width="250px" />
 
                     <col width="250px" />
 
                     <col width="250px" />
 
                     <col width="250px" />
 
                     <col width="250px" />
 
                 </colgroup>
 
                 </colgroup>
 
                 <tr>
 
                 <tr>
                <th>constitutive promoter</th>
+
                    <th>constitutive promoter</th>
 
                     <td class="left bdr-right"><font class="txt-g">J23100</font> -> J61100</td>
 
                     <td class="left bdr-right"><font class="txt-g">J23100</font> -> J61100</td>
 
                     <td class="left">ampicillin</td>
 
                     <td class="left">ampicillin</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>RBS</th>
+
                    <th>RBS</th>
 
                     <td class="left bdr-right"><font class="txt-g">B0030</font> -> J61100</td>
 
                     <td class="left bdr-right"><font class="txt-g">B0030</font> -> J61100</td>
 
                     <td class="left"></td>
 
                     <td class="left"></td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>LuxR</th>
+
                    <th>LuxR</th>
 
                     <td class="left bdr-right">C0062</td>
 
                     <td class="left bdr-right">C0062</td>
 
                     <td class="left">ampicillin</td>
 
                     <td class="left">ampicillin</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>terminator</th>
+
                    <th>terminator</th>
                     <td class="left bdr-right"><font class="txt-g">B0015</font> -> K823017</td>
+
                     <td class="left bdr-right"><font class="txt-g">K823017</font> -> K823017</td>
 
                     <td class="left">chloramphenicol</td>
 
                     <td class="left">chloramphenicol</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>LuxR­responsive GFP</th>
+
                    <th>LuxR­responsive GFP</th>
 
                     <td class="left bdr-right">J37032</td>
 
                     <td class="left bdr-right">J37032</td>
 
                     <td class="left">chloramphenicol</td>
 
                     <td class="left">chloramphenicol</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th class="bdr-bt-none">AiiA</th>
+
                    <th class="bdr-bt-none">AiiA</th>
 
                     <td class="left bdr-right bdr-bt-none">C0060</td>
 
                     <td class="left bdr-right bdr-bt-none">C0060</td>
 
                     <td class="left bdr-bt-none">chloramphenicol</td>
 
                     <td class="left bdr-bt-none">chloramphenicol</td>
Line 361: Line 786:
 
             </table>
 
             </table>
 
         </div>
 
         </div>
         <p class="content-txt">BBa J61100 &nbsp;&nbsp;&nbsp;plate 4 16C<br />BBa C0062 &nbsp;&nbsp;&nbsp;&nbsp;plate 2 4L<br />BBa K823017 plate 1 3D<br />BBa J37032 &nbsp;&nbsp;&nbsp;plate 3 8O<br />BBa C0060 &nbsp;&nbsp;&nbsp;&nbsp;plate 2 4H
+
         <p class="content-txt">BBa J61100 &#160;&#160;&#160;plate 4 16C<br />BBa C0062 &#160;&#160;&#160;&#160;plate 2 4L<br />BBa K823017 plate 1 3D<br />BBa J37032 &#160;&#160;&#160;plate 3 8O<br />BBa C0060 &#160;&#160;&#160;&#160;plate 2 4H
 
         </p>
 
         </p>
 
         <h1 class="content-txt m30 mb10">Plasmid Construction Scheme</h1>
 
         <h1 class="content-txt m30 mb10">Plasmid Construction Scheme</h1>
 
         <p class="content-txt">1. LuxR<br />
 
         <p class="content-txt">1. LuxR<br />
         J61100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (vector) &nbsp;&nbsp;&nbsp;&nbsp;: SpeI - PstI<br />
+
         J61100&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; (vector) &#160;&#160;&#160;&#160;: SpeI - PstI<br />
         C0062 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(fragment) : XbaI - PstI<br />
+
         C0062 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;(fragment) : XbaI - PstI<br />
         C0060 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(vector) &nbsp;&nbsp;&nbsp;&nbsp;: EcoRI - PstI<br />
+
         C0060 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;(vector) &#160;&#160;&#160;&#160;: EcoRI - PstI<br />
         J6110 + C0062 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(fragment) : EcoRI - PstI</p>
+
         J6110 + C0062 &#160;&#160;&#160;&#160;&#160;&#160;&#160;(fragment) : EcoRI - PstI</p>
 
         <p class="content-txt m20">2. GFP<br />
 
         <p class="content-txt m20">2. GFP<br />
         K823017&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (vector) &nbsp;&nbsp;&nbsp;&nbsp;: SpeI - PstI<br />
+
         K823017&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; (vector) &#160;&#160;&#160;&#160;: SpeI - PstI<br />
         J37032&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (fragment) : XbaI - PstI</p>              
+
         J37032&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; (fragment) : XbaI - PstI</p>
 
         <p class="content-txt m20">3. LuxR-GFP<br />
 
         <p class="content-txt m20">3. LuxR-GFP<br />
         promoter RBS-LuxR (vector)&nbsp;&nbsp;&nbsp;&nbsp; : SpeI - PstI<br />
+
         promoter RBS-LuxR (vector)&#160;&#160;&#160;&#160; : SpeI - PstI<br />
         K823017 + J37032 &nbsp;&nbsp;(fragment) : XbaI - PstI</p>
+
         K823017 + J37032 &#160;&#160;(fragment) : XbaI - PstI</p>
 
         <p class="content-txt m20">4. Test plasmid<br />
 
         <p class="content-txt m20">4. Test plasmid<br />
         J61100 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(vector) &nbsp;&nbsp;&nbsp;&nbsp;: SpeI - PstI<br />
+
         J61100 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;(vector) &#160;&#160;&#160;&#160;: SpeI - PstI<br />
         C0060 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(fragment) : XbaI - PstI<br />
+
         C0060 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;(fragment) : XbaI - PstI<br />
         C0060 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(vector) &nbsp;&nbsp;&nbsp;&nbsp;: EcoRI - PstI<br />
+
         C0060 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;(vector) &#160;&#160;&#160;&#160;: EcoRI - PstI<br />
         J6110 + C0060 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(fragment) : EcoRI - PstI
+
         J6110 + C0060 &#160;&#160;&#160;&#160;&#160;&#160;&#160;(fragment) : EcoRI - PstI
 
         </p>
 
         </p>
 
         <h1 class="day m40">6/7/15</h1>
 
         <h1 class="day m40">6/7/15</h1>
Line 411: Line 836:
 
         <p class="content-txt">We conducted a mini prep on J37032+K823017</p>
 
         <p class="content-txt">We conducted a mini prep on J37032+K823017</p>
 
         <h1 class="day m40">6/22/15</h1>
 
         <h1 class="day m40">6/22/15</h1>
         <p class="content-txt">We choose the plasmid which has plasmid that we want, and then we cut those plasmids with EcoRI and PstI. After that, we sent them to the sequencing company.</p>
+
         <p class="content-txt">We chose the plasmid which has plasmid that we want, and then we cut those plasmids with EcoRI and PstI. After that, we sent them to the sequencing company.</p>
 
         <h1 class="day m40">6/25/15</h1>
 
         <h1 class="day m40">6/25/15</h1>
 
         <p class="content-txt">We  learned  that  J61100  had  ampicillin  expression  so  we  changed  the  vector  to  have chloramphenicol resistance.</p>
 
         <p class="content-txt">We  learned  that  J61100  had  ampicillin  expression  so  we  changed  the  vector  to  have chloramphenicol resistance.</p>
Line 424: Line 849:
 
         <p class="content-txt">We  picked  up  6  colonies  of  the reporter  cell  and  inoculated  them  on  the  liquid  LB.  We  then incubated the cell culture overnight for 16 hours.</p>
 
         <p class="content-txt">We  picked  up  6  colonies  of  the reporter  cell  and  inoculated  them  on  the  liquid  LB.  We  then incubated the cell culture overnight for 16 hours.</p>
 
         <h1 class="day m40">7/1/15</h1>
 
         <h1 class="day m40">7/1/15</h1>
         <p class="content-txt">We conducted a mini prep on the reporter plasmid.<br>In order to check if our reporter plasmid produced GFP, we put AHL with it and observed the reaction that followed.</p>
+
         <p class="content-txt">We conducted a mini prep on the reporter plasmid.</p>
        <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/9/98/NCnote-img-12.jpg"></p>
+
 
         <h1 class="day m40">7/2/15</h1>
 
         <h1 class="day m40">7/2/15</h1>
 
         <p class="content-txt">We chose the plasmid which has plasmid that we want, and then we cut those plasmids with EcoRI and PstI. After that, we sent them to the sequencing company.<br /><br />Also, to make our new LacZ biobrick, we decided to use R0062’s LuxpR fragment.<br />But when we cut R0062 with EcoRI and SpeI, we got a very small fragment, of around 70 base pairs, making it difficult to extract viable DNA from the gel.</p>
 
         <p class="content-txt">We chose the plasmid which has plasmid that we want, and then we cut those plasmids with EcoRI and PstI. After that, we sent them to the sequencing company.<br /><br />Also, to make our new LacZ biobrick, we decided to use R0062’s LuxpR fragment.<br />But when we cut R0062 with EcoRI and SpeI, we got a very small fragment, of around 70 base pairs, making it difficult to extract viable DNA from the gel.</p>
Line 431: Line 855:
 
         <p class="content-txt">To extract LuxpR from R0062, we decided to run a PCR instead.<br />We made the following Primers:</p>
 
         <p class="content-txt">To extract LuxpR from R0062, we decided to run a PCR instead.<br />We made the following Primers:</p>
 
         <div class="tbl">
 
         <div class="tbl">
        <table cellpadding="0" cellspacing="0">
+
            <table cellpadding="0" cellspacing="0">
            <colgroup>
+
                <colgroup>
                <col width="80px" />
+
                    <col width="80px" />
 
                     <col width="300px" />
 
                     <col width="300px" />
 
                 </colgroup>
 
                 </colgroup>
 
                 <tr>
 
                 <tr>
                <th>R62_F</th>
+
                    <th>R62_F</th>
 
                     <td class="left">TGA TTT CTG GAA TTC GCG GC</td>
 
                     <td class="left">TGA TTT CTG GAA TTC GCG GC</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th class="bdr-bt-none">R62_R</th>
+
                    <th class="bdr-bt-none">R62_R</th>
 
                     <td class="bdr-bt-none left">CAG CGG CCG CTA CTA GTA</td>
 
                     <td class="bdr-bt-none left">CAG CGG CCG CTA CTA GTA</td>
 
                 </tr>
 
                 </tr>
Line 450: Line 874:
 
         <h2 class="sub-title">PCR</h2>
 
         <h2 class="sub-title">PCR</h2>
 
         <div class="tbl">
 
         <div class="tbl">
        <table cellpadding="0" cellspacing="0">
+
            <table cellpadding="0" cellspacing="0">
            <colgroup>
+
                <colgroup>
                <col width="240px" />
+
                    <col width="240px" />
 
                     <col width="80px" />
 
                     <col width="80px" />
 
                     <col width="150px" />
 
                     <col width="150px" />
 
                 </colgroup>
 
                 </colgroup>
 
                 <tr>
 
                 <tr>
                <th>DNA Template</th>
+
                    <th>DNA Template</th>
 
                     <td class="back-y" style="border-right:1px solid #686868">1uL</td>
 
                     <td class="back-y" style="border-right:1px solid #686868">1uL</td>
                     <td rowspan="6" class="bdr-bt-none">95°C for 2min<br />95°C for 20sec<br />57°C for 20sec<br />72°C for 20sec<br />35 cycles<br />72°C for 2min</td>
+
                     <td rowspan="6" class="bdr-bt-none">95°C for 2min<br />95°C for 20sec<br />57°C for 20sec<br />72°C for 20sec<<br />35 cycles<br />72°C for 2min</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>Forward Primer</th>
+
                    <th>Forward Primer</th>
 
                     <td class="back-y" style="border-right:1px solid #686868">1uL</td>
 
                     <td class="back-y" style="border-right:1px solid #686868">1uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>Reverse Primer</th>
+
                    <th>Reverse Primer</th>
 
                     <td class="back-y" style="border-right:1px solid #686868">1uL</td>
 
                     <td class="back-y" style="border-right:1px solid #686868">1uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>2X Buffer</th>
+
                    <th>2X Buffer</th>
 
                     <td class="back-y" style="border-right:1px solid #686868">10uL</td>
 
                     <td class="back-y" style="border-right:1px solid #686868">10uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th>Distilled Water</th>
+
                    <th>Distilled Water</th>
 
                     <td class="back-y" style="border-right:1px solid #686868">7uL</td>
 
                     <td class="back-y" style="border-right:1px solid #686868">7uL</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
                <th class="bdr-bt-none">Total</th>
+
                    <th class="bdr-bt-none">Total</th>
 
                     <td class="bdr-bt-none back-y" style="border-right:1px solid #686868">20uL</td>
 
                     <td class="bdr-bt-none back-y" style="border-right:1px solid #686868">20uL</td>
 
                 </tr>
 
                 </tr>
Line 485: Line 909:
 
         <p class="content-txt">Gel Electrophoresis:</p>
 
         <p class="content-txt">Gel Electrophoresis:</p>
 
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/7/72/NCnote-img-8.jpg" /></p>
 
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/7/72/NCnote-img-8.jpg" /></p>
         <p class="content-txt m40">After the PCR, we cut the DNA with EcoRI and SpeI.<br />Using a gel extraction kit, we managed to obtain the needed fragment from R0062.<br />We cut J61100 with EcoRI XbaI, then used it as a vector. Then we ligated this with the fragment from R0062, and transformed them.</p>
+
         <p class="content-txt">*Lane 1 : DNA Ladder marker. Lane 2 and 3 : PCR product</p>
 +
        <p class="content-txt align-c">After the PCR, we cut the DNA with EcoRI과 SpeI.<br />Using a gel extraction kit, we managed to obtain the needed fragment from R0062.<br />We cut J61100 with EcoRI XbaI, then used it as a vector. Then we ligated this with the fragment from R0062, and transformed them.</p>
 
         <h1 class="day m40">7/6/15</h1>
 
         <h1 class="day m40">7/6/15</h1>
 
         <p class="content-txt">We picked up 6 colonies from the LB plate they were on, and ran a mini prep.</p>
 
         <p class="content-txt">We picked up 6 colonies from the LB plate they were on, and ran a mini prep.</p>
 
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/a/ab/NCnote-img-9.jpg" /></p>
 
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/a/ab/NCnote-img-9.jpg" /></p>
                <p class="content-txt m40">We also ran a midiprep on Number 5, on lane 6. This was because Number 5, if cut with EcoRI and PstI, will yield around a 110-base pair fragment. As is shown in the picture, it also was the clearest on the gel. We also sent it to a sequencing company to be sequenced.</p>
+
        <p class="content-txt m20 ml160">&#160;&#160;*Lane 1 : DNA Ladder marker Lane 2~7 : J61100 + R0062 / EcoRI-PstI<br />&#160;&#160;&#160;&#160;Lane 8 : J61100/EcoRI-XbaI Lane 9~14 : J61100 + R0062 / XbaI</p>
 +
        <p class="content-txt m20">We also ran a midiprep on Number 5, on lane 6. This was because Number 5, if cut with EcoRI and PstI, will yield around a 110-base pair fragment. As is shown in the picture, it also was the clearest on the gel. We also sent it to a sequencing company to be sequenced.</p>
 
         <h1 class="day m40">7/8/15</h1>
 
         <h1 class="day m40">7/8/15</h1>
 
         <p class="content-txt">We cut R0062 and J61100 with PstI and SpeI, then used it as a vector.<br />For our fragment, we cut I732006 with XbaI and PstI.<br /><br />We ligated and transformed both, and noted that our vector had ampicillin resistance and not chloramphenicol.</p>
 
         <p class="content-txt">We cut R0062 and J61100 with PstI and SpeI, then used it as a vector.<br />For our fragment, we cut I732006 with XbaI and PstI.<br /><br />We ligated and transformed both, and noted that our vector had ampicillin resistance and not chloramphenicol.</p>
Line 498: Line 924:
 
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/e/e1/NCnote-img-10.jpg" /></p>
 
         <p class="img-align"><img src="https://static.igem.org/mediawiki/2015/e/e1/NCnote-img-10.jpg" /></p>
 
         <p class="content-txt ml160">*Lane 1: DNA Ladder Marker<br />
 
         <p class="content-txt ml160">*Lane 1: DNA Ladder Marker<br />
         &nbsp;&nbsp;Lane 2~4: R0062+J61100+I732006 / XbaI-PstI<br />
+
         &#160;&#160;Lane 2~4: R0062+J61100+I732006 / XbaI-PstI<br />
         &nbsp;&nbsp;Lane 5: I732006 / XbaI-PstI<br /></p>
+
         &#160;&#160;Lane 5: I732006 / XbaI-PstI<br /></p>
         <p class="content-txt m40">We got all our fragments from Lanes 2 to 4. We sent these to be sequenced as well.</p>
+
         <p class="content-txt m20">We got all our fragments from Lanes 2 to 4. We sent these to be sequenced as well.</p>
 
         <h1 class="day m40">7/13/15</h1>
 
         <h1 class="day m40">7/13/15</h1>
 
         <p class="content-txt">We cut R0062+J61100+I732006 with XbaI and PstI for our fragment.<br />We cut K823017 with PstI and SpeI for our vector. We then ligated and transformed.</p>
 
         <p class="content-txt">We cut R0062+J61100+I732006 with XbaI and PstI for our fragment.<br />We cut K823017 with PstI and SpeI for our vector. We then ligated and transformed.</p>
Line 517: Line 943:
 
         Lane 7 : R0062+J61100+I732006 / EcoRI-PstI<br />
 
         Lane 7 : R0062+J61100+I732006 / EcoRI-PstI<br />
 
         Lane 8 : K823017+ R0062+J61100+I732006 / EcoRI-PstI<br /></p>   
 
         Lane 8 : K823017+ R0062+J61100+I732006 / EcoRI-PstI<br /></p>   
         <p class="content-txt m40">We cut J61100+C0062 with PstI and SpeI for our vector.<br />We then cut K823017+R0062+J61100+I732006 with XbaI and PstI for our fragment. We then ligated and transformed both.</p>
+
         <p class="content-txt m20">We cut J61100+C0062 with PstI and SpeI for our vector.<br />We then cut K823017+R0062+J61100+I732006 with XbaI and PstI for our fragment. We then ligated and transformed both.</p>
 
         <h1 class="day m40">7/20/15</h1>
 
         <h1 class="day m40">7/20/15</h1>
 
         <p class="content-txt">We picked up the colony and incubated in a liquid LB for around 16 to 18 hours.</p>
 
         <p class="content-txt">We picked up the colony and incubated in a liquid LB for around 16 to 18 hours.</p>
Line 524: Line 950:
 
         <h1 class="day m40">7/23/15</h1>
 
         <h1 class="day m40">7/23/15</h1>
 
         <p class="content-txt">We ran a midiprep on the DNA we got.</p>
 
         <p class="content-txt">We ran a midiprep on the DNA we got.</p>
        <h1 class="day m40">7/24/15</h1>
+
    </div>
        <p class="content-txt">We put our lacZ plasmid in a cell, and put in X­gal and AHL. Then we observed whether the color changed to a blueish hue or not.</p>
+
<!--    <div id="LabPictures"></div>
<p class="img-align"><img src="https://static.igem.org/mediawiki/2015/c/c1/NCnote-img-13.jpg"></p>
+
    <div class="LabPictures"><p class="w980 mar-c">LabPictures</p></div>
<p class="content-txt m40">Because of cell density, there is a gradation in the level of color.</p>
+
    <div class="back-g"><p class="w980 mar-c"><img src="https://static.igem.org/mediawiki/2015/7/79/NC_lab_img_01.jpg" /></p></div>
</div>
+
    <div class="back-gy"><p class="w980 mar-c"><img src="https://static.igem.org/mediawiki/2015/3/30/NC_lab_img_02.jpg" /></p></div>
 +
    <div class="back-g"><p class="w980 mar-c"><img src="https://static.igem.org/mediawiki/2015/d/d4/NC_lab_img_03.jpg" /></p></div>
 +
    <div class="back-gb"><p class="w980 mar-c"><img src="https://static.igem.org/mediawiki/2015/f/ff/NC_lab_img_04.jpg" /></p></div> -->
 +
</body>
  
 +
 +
</div>
 +
    <div class="footer" style="margin-top:30px; border-bottom:10px; background:#666; height:10px;">
 +
    </div>
 +
 +
</p>
 +
<!--
 +
NewPP limit report
 +
CPU time usage: 0.011 seconds
 +
Real time usage: 0.012 seconds
 +
Preprocessor visited node count: 14/1000000
 +
Preprocessor generated node count: 64/1000000
 +
Post‐expand include size: 82/2097152 bytes
 +
Template argument size: 0/2097152 bytes
 +
Highest expansion depth: 2/40
 +
Expensive parser function count: 0/100
 +
-->
 +
 +
<!-- Saved in parser cache with key 2015_igem_org:pcache:idhash:3580-0!*!*!*!*!*!* and timestamp 20150916071448 and revision id 261610
 +
-->
 +
</div>            <div class="visualClear"></div>
 +
            </div>
 +
        </div>
 +
    </div>
 
</body>
 
</body>
 +
 
</html>
 
</html>
{{Elan_Vital_Korea/Templates/Footer}}
 

Latest revision as of 23:26, 18 September 2015








WETLAB
-Notebook-





NOTEBOOK

4/28/15

We received the DNA distribution kit from iGEM, and in order to amplify our amount of DNA, we transformed the DNA in competent cells, using the following LB growth medium.

1. Solid Medium

Trypton 2g
Sodium chloride 2g
Yeast 1g
Bacto­Agar 3g

*D.W 200ml standard

2. Liquid Medium

Trypton 2g
Sodium chloride 2g
Yeast 1g

*D.W 200ml standard

Because we needed to add antibiotics, we created a stock solution, with a concentration of 34mg/ml, diluted by 1000 times. When the growth medium cooled, we put in antibiotics.

Next, we marked the plasmids that we wanted to use from the DNA distribution kit.
Then we added 10ul of distilled water to each plasmid, and stirred well, which caused the plasmid to turn red. We left the mixture to lay for 5 minutes.

These were the plasmids we had selected:

BBa J23100 17D plate 4 (ampicillin)
BBa B0030 4G plate 4
BBa C0062 4L plate 2
BBa B0024 1D plate 4
BBa R0062 6H plate 2
BBa E0040 13L plate 4 (ampicillin)
BBa B0015 3F plate 3
BBa C0060 4H plate 2
BBa I732006 3B plate 3

Next, we prepared the transformation of the plasmids into competent cells. Since the cells had been stored at ­70°C, we had to leave them out previous to the experiment to let them thaw, along with the S.O.C medium.

First, we added 3ul of DNA to the cells, and shook the mixture (pipetting didn’t do the job). After leaving the mixture on ice for 30 minutes, we heat­shocked it at 42°C, for 30 seconds. Then, we left it on ice again for two minutes.

After that, we added 250ul of a pre­warmed S.O.C medium, and left the mixture in a shaking incubator at 37°C and 225rpm for an hour. We then spread the mixture onto an LB plate, and allowed it to incubate overnight, for 16 hours.

4/29/15

The previous results were divided, as B0030, C0062, R0062, I732006, B0015 formed observable colonies, while J23100, B0024, C0060, E0040 did not. Thus, we decided to re-spread these four onto another LB plate.

Successful Results:

4/30/15

We re­transformed J23100, B0024, C0060, and E0040, and spread them onto a growth medium with ampicillin.

5/1/15

As of May 1>st C0060, E0040 colony were additionally verified, while B0024, J23100 still continued to not show any sign of colony growth. We decided to run a miniprep with the successful colonies B0030, C0062, R0062, I732006, B0015, C0060, and E0040, and thus left them in a 5ml liquid growth medium each.

Successful Results:

5/2/15

We ran the miniprep, which was unsuccessful as the resulting amount of DNA was too small to work with.

5/4/15

Two weeks after receiving the DNA distribution kit from iGEM, we got the plasmids we needed to work with two weeks later, in bacterial cells.

5/6/15

We used the successful colonies to run our experiments. We transformed B0024 into a competent cell and spread it onto an ampicillin growth medium. We streaked bacteria containing J23100 and I732073. We also prepared C0060 and B0030 for a miniprep, and put them each in a 5ml liquid growth medium.

5/7/15

We looked at the results of the procedures of the day before, and while B0024 had no observable colony growth, J23100 and I732073 did. Then, we ran a miniprep on C0060 and B0030, which we had prepared for 18 hours the day before.

5/10/15

The team made the decision to change the plasmids we were working with, opting for the J37032 plasmid, a LuxR­responsive GFP, in order to save time. We also changed our terminator to the K823017 plasmid. B0024 was supposed to be our bidirectional terminator, but because it couldn’t produce enough DNA, we had to find another plasmid to replace it.

Here is the complete list of plasmids we are using:

constitutive promoter J23100 ampicillin
RBS B0030 chloramphenicol
LuxR C0062 ampicillin
terminator K823017 chloramphenicol
LuxR­responsive GFP J37032 chloramphenicol
terminator B0015 chloramphenicol
AiiA C0060 chloramphenicol

Plasmid Construction Scheme

1. LuxR

C0062 (vector) : EcoRI - XbaI
B0030, J23100 (fragment) : EcoRI - SpeI

2. GFP

J37032

3. LuxR - GFP

K823017 (fragment) : EcoRI - SpeI
promoter RBS­LuxR (vector) : EcoRI - XbaI
J37032 (fragment) : EcoRI - SpeI

4. Test plasmid

C0060 (vector) : EcoRI - XbaII
B0030, J23100 (fragment) : EcoRI - SpeI

5/11/15

We decided to make 1% concentration agarose gel, using 0.7 grams of Seakem LE Agarose, 0.3 grams of Nusieye GTG agarose, and 100 mililliters of 1xTBE buffer. After putting all the mentioned ingredients into a flask, we put wrap over the entrance, and microwaved for two minutes, melting it entirely. Then we solidified the agarose by pouring it into a mold. Out of the DNA kit, we also transformed K823017 and J37032 into competent cells.

5/11/15

We verified the transformations from the day before, and both the K823017 and the J37032 colony were successful.

5/13/15~5/19/15

In order to increase the amount of plasmids of B0015, B0030, J37032, K823017, C0060, C0062, I732073, and J23100, we did minipreps and midipreps, which left us with more viable DNA to work with.

5/20/15

To verify whether the plasmids we’ve created were relevant to our experiment, we cut them using a restriction enzyme.

These were the plasmids we used: B0015, B0030, J37032, K823017, C0060, C0062, I732073, J23100

The results (depending on the enzyme used, highlighted in bold):.

DNA of each 1uL
XbaI/PstI 2uL
Buffer 2uL
Distilled Water 15uL
Total 20uL

This was the order of the gel electrophoresis markers:

(2.19kb, 2.2kb, 2.08kb, 3.0kb, 2.88kb, 2.85kb, 5.1kb, 2.1kb)
B0015, K823017, B0030, J37032, C0060, C0062, I732073, J23100 / XbaI
B0015, K823017, B0030, J37032, C0060, C0062, I732073, J23100 / PstI

C0062 and J23100 had larger sizes than were expected.

5/29/15

Due to our electrophoresis results being incorrect, in order to verify the existence of fragments we had to do a double digestion procedure, cutting B0015, K823017, B0030, J37032, C0060, I732073, J23100 with EcoRI and XbaI.

DNA of each 2uL
EcoRI 1uL
PstI 1uL
Buffer 2uL
Distilled Water 14uL
Total 20uL

Because of C0062 being far too big in the electrophoresis results, we redid the miniprep.

Since we got two types of C0062 from the iGEM kit, one that grows in an ampicillin medium and one that grows in a chloramphenicol medium. We decided to do a miniprep, then run a restriction enzyme procedure to see which one would be better for our experiment. We then prepared the C0062s for a miniprep.

6/1/15

We ran a miniprep on C0062.
C0062 #1, #2, #3 (ampicillin)
C0062 #1, #2, #3, #4, #5 ( chloramphenicol )

DNA of each 2uL
EcoRI 1uL
PstI 1uL
Buffer 2uL
Distilled Water 14uL
Total 20uL

Lane 1 : DNA ladder marker    Lane 2 : J23100    Lane 3 : C0060    Lane 4 : B0030
Lane 5 : B0015                     Lane 6 : I732073   Lane 7 : J37032   Lane 8 : K823017

All plasmids were cut with EcoRI and PstI, then underwent gel electrophoresis. Looking at the DNA map of J23100, which had 2,105bp, we noticed that when we cut with EcoRI and PstI, there were two fragments, of 2kbp and 850bp.

Lane 1,2,3 : ① ② ③    Lane 4,5,6,7,8 :④ ⑤ ⑥ ⑦ ⑧    Lane 9 : DNA ladder marker

*If we cut C0062 with EcoRI and PstI, we get two fragments as well, of 2,030 bp and 822bp.
The plasmids labeled ① ② ③ have ampicillin resistance vectors.
The plasmids labeled ④ ⑤ ⑥ ⑦ ⑧ have chloramphenicol resistance vectors. Plasmid ⑧ is a C0062.

While the DNA map states that the sizes of plasmids 1, 2, 3 are accurate, because we know that they ampicillin resistance genes in the vector, there are issues with our experiment scheme.

To be able to verify the above results, we ran sequencing with B0030, C0062, and J23100.

These were the sequencing primers:

VF2 TGC CAC CTG ACG TCT AAG AA
VR ATT ACC GCC TTT GAG TGA GC

6/5/15 ~ 6/7/15

We sent J23100, B0030, C0062, C0060, B0015, K823017, J37032, and J61100 plasmid to a sequencing company to see these exact DNA sequence of our samples.

Out of these, J23100, B0030, and B0015 had different sequence results than we had expected when comparing with samples on the Registry.

So we decided to change these parts.

constitutive promoter J23100 -> J61100 ampicillin
RBS B0030 -> J61100
LuxR C0062 ampicillin
terminator K823017 -> K823017 chloramphenicol
LuxR­responsive GFP J37032 chloramphenicol
AiiA C0060 chloramphenicol

BBa J61100    plate 4 16C
BBa C0062     plate 2 4L
BBa K823017 plate 1 3D
BBa J37032    plate 3 8O
BBa C0060     plate 2 4H

Plasmid Construction Scheme

1. LuxR
J61100                    (vector)     : SpeI - PstI
C0062                     (fragment) : XbaI - PstI
C0060                     (vector)     : EcoRI - PstI
J6110 + C0062        (fragment) : EcoRI - PstI

2. GFP
K823017                 (vector)     : SpeI - PstI
J37032                    (fragment) : XbaI - PstI

3. LuxR-GFP
promoter RBS-LuxR (vector)     : SpeI - PstI
K823017 + J37032   (fragment) : XbaI - PstI

4. Test plasmid
J61100                    (vector)     : SpeI - PstI
C0060                     (fragment) : XbaI - PstI
C0060                     (vector)     : EcoRI - PstI
J6110 + C0060        (fragment) : EcoRI - PstI

6/7/15

We transformed J61100, and spread it on the ampicillin medium.

6/8/15

We picked 3 colonies from J61100 and inoculated for the miniprep.

6/11/15

We inoculated J61100 for the midiprep.

6/12/15

We ran a midiprep on the J61100.

6/15/15

Enzyme digestion

We digested J61100 with SpeI and PstI (used as a vector), while we digested C0062 with XbaI and PstI(used as a fragment), and digested C0060 (used as a fragment) with a XbaI and PstI. We then ran a gel electrophoresis and then extracted the gel for the plasmid fragment.

Ligation

We ligated J61100 and C0062 while we ligated J61100 and C0060.

Transformation

We then ran a transformation of these onto some competent cells.

6/16/15

We picked 6 colonies of each of J61100+C0062 and J61100+C0060, and inoculated them on the liquid LB. We then incubated the cell culture overnight for 16 hours.

6/17/15

We conducted a mini prep on J61100+C0062 and J61100+C0060.

Enzyme digestion

We digested J37032 with XbaI and PstI (used as a fragment), and K823017 with SpeI and PstI (used as a vector). We then ran a gel electrophoresis and then extracted the gel for the plasmid fragment.

Ligation

We ligated J37032 and K823017.

Transformation

We then ran a transformation of these onto some competent cells.

6/18/15

We picked up 6 colonies of J37032+K823017 and inoculated them on the liquid LB. We then incubated the cell culture overnight for 16 hours.

6/19/15

We conducted a mini prep on J37032+K823017

6/22/15

We chose the plasmid which has plasmid that we want, and then we cut those plasmids with EcoRI and PstI. After that, we sent them to the sequencing company.

6/25/15

We learned that J61100 had ampicillin expression so we changed the vector to have chloramphenicol resistance.

6/29/15

Enzyme digestion

We cut J61100+C0062 with SpeI and PstI (used as the vector), while we cut K823017+J37032 with XbaI and PstI (used as the fragment). We then ran a gel electrophoresis and then extracted the gel for the plasmid fragment.

Ligation

We ligated J61100+C0062 and K823017+J37032, creating the reporter plasmid.

Transformation

We then ran a transformation of these onto some competent cells.

6/30/15

We picked up 6 colonies of the reporter cell and inoculated them on the liquid LB. We then incubated the cell culture overnight for 16 hours.

7/1/15

We conducted a mini prep on the reporter plasmid.

7/2/15

We chose the plasmid which has plasmid that we want, and then we cut those plasmids with EcoRI and PstI. After that, we sent them to the sequencing company.

Also, to make our new LacZ biobrick, we decided to use R0062’s LuxpR fragment.
But when we cut R0062 with EcoRI and SpeI, we got a very small fragment, of around 70 base pairs, making it difficult to extract viable DNA from the gel.

7/3/15

To extract LuxpR from R0062, we decided to run a PCR instead.
We made the following Primers:

R62_F TGA TTT CTG GAA TTC GCG GC
R62_R CAG CGG CCG CTA CTA GTA

7/5/15

We templated R0062 and ran the PCR. The results and details are as below.

PCR

DNA Template 1uL 95°C for 2min
95°C for 20sec
57°C for 20sec
72°C for 20sec<
35 cycles
72°C for 2min
Forward Primer 1uL
Reverse Primer 1uL
2X Buffer 10uL
Distilled Water 7uL
Total 20uL

Gel Electrophoresis:

*Lane 1 : DNA Ladder marker. Lane 2 and 3 : PCR product

After the PCR, we cut the DNA with EcoRI과 SpeI.
Using a gel extraction kit, we managed to obtain the needed fragment from R0062.
We cut J61100 with EcoRI XbaI, then used it as a vector. Then we ligated this with the fragment from R0062, and transformed them.

7/6/15

We picked up 6 colonies from the LB plate they were on, and ran a mini prep.

  *Lane 1 : DNA Ladder marker Lane 2~7 : J61100 + R0062 / EcoRI-PstI
    Lane 8 : J61100/EcoRI-XbaI Lane 9~14 : J61100 + R0062 / XbaI

We also ran a midiprep on Number 5, on lane 6. This was because Number 5, if cut with EcoRI and PstI, will yield around a 110-base pair fragment. As is shown in the picture, it also was the clearest on the gel. We also sent it to a sequencing company to be sequenced.

7/8/15

We cut R0062 and J61100 with PstI and SpeI, then used it as a vector.
For our fragment, we cut I732006 with XbaI and PstI.

We ligated and transformed both, and noted that our vector had ampicillin resistance and not chloramphenicol.

7/9/15

We picked up 4 colonies from our plate and incubated them in a liquid LB for around 16 to 18 hours.

7/10/15

We ran a miniprep on R0062+J61100+I732006. Then we cut them with XbaI and PstI.

Gel Electrophoresis:

*Lane 1: DNA Ladder Marker
  Lane 2~4: R0062+J61100+I732006 / XbaI-PstI
  Lane 5: I732006 / XbaI-PstI

We got all our fragments from Lanes 2 to 4. We sent these to be sequenced as well.

7/13/15

We cut R0062+J61100+I732006 with XbaI and PstI for our fragment.
We cut K823017 with PstI and SpeI for our vector. We then ligated and transformed.

7/14/15

We picked up the colony and incubated in a liquid LB for around 16 to 18 hours.

7/15/15

We ran a miniprep and enzyme digestion following that. Then we sent the resulting sample to be sequenced.

7/17/15

Lane 1 : DNA Ladder marker
Lane 2 : J61100 / EcoRI
Lane 3 : R0062+J61100 / EcoRI
Lane 4 : R0062+J61100+I732006 / EcoRI
Lane 5 : K823017+ R0062+J61100+I732006 / EcoRI
Lane 6 : R0062+J61100 / EcoRI-PstI
Lane 7 : R0062+J61100+I732006 / EcoRI-PstI
Lane 8 : K823017+ R0062+J61100+I732006 / EcoRI-PstI

We cut J61100+C0062 with PstI and SpeI for our vector.
We then cut K823017+R0062+J61100+I732006 with XbaI and PstI for our fragment. We then ligated and transformed both.

7/20/15

We picked up the colony and incubated in a liquid LB for around 16 to 18 hours.

7/21/15

We ran a miniprep and enzyme digestion, then sent the result to be sequenced.

7/23/15

We ran a midiprep on the DNA we got.