Difference between revisions of "Team:NCTU Formosa/Notebook"

(Prototype team page)
 
 
(44 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{NCTU_Formosa}}
+
{{NCTU_Formosa/test}}
 
<html>
 
<html>
 +
<head>
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
 +
<link href="https://2016.igem.org/Team:NCTU_Formosa/wiki_reset?action=raw&ctype=text/css" rel="stylesheet">
 +
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
  
 +
<style type="text/css">
  
<div class="column full_size">
+
#sideMenu, #top_title {display:none;}
 +
#content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;}
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
#top_menu_inside {margin-left: 20px; margin-bottom: 0px;}
  
<h1>Notebook</h1>
+
html, body, div, span, applet, object, iframe,
<p> Document the dates you worked on your project. This should be a detailed account of the work done each day for your project.</p>
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 +
a, abbr, acronym, address, big, cite, code,
 +
del, dfn, em, font, img, ins, kbd, q, s, samp,
 +
small, strike, strong, sub, tt, var,
 +
b, u, i, center,
 +
dl, dt, dd, ol,
 +
fieldset, form, label, legend,
 +
table, caption, tbody, tfoot, thead, tr, th, td {
 +
    margin: 0;
 +
    padding: 0;
 +
    border: 0;
 +
    outline: 0;
  
</div>
+
}
<div class="clear"></div>
+
  
 +
html {
 +
-webkit-box-sizing: border-box;
 +
-moz-box-sizing: border-box;
 +
box-sizing: border-box;
 +
}
  
  
<div class="column two_thirds_size">
+
*:after {
<h3>What should this page have?</h3>
+
margin: 0;
<ul>
+
padding: 0;
<li>Chronological notes of what your team is doing.</li>
+
  font-family: 'Open Sans', sans-serif;
<li> Brief descriptions of daily important events.</li>
+
  font-weight: 400;
<li>Pictures of your progress. </li>
+
}
<li>Mention who participated in what task.</li>
+
</ul>
+
  
 +
body{
 +
    background: white !important;
 +
    font-family: Levenim MT;
 +
 +
}
 +
/*main-picture*/
 +
@media screen and (min-width: 768px) {
 +
  .img-container{
 +
    overflow:hidden ;
 +
    width:100%;
 +
  }
 +
  .main-img{
 +
    top: 0;
 +
    bottom: 0;
 +
    left: 0;
 +
    right: 0;
 +
    width: 100%;
 +
    margin: auto;
 +
    z-index:999;
 +
    }
 +
}
 +
@media screen and (orientation: portrait) {
 +
    .img-container{
 +
        height:auto;
 +
        overflow:none;
 +
        width:100%;
 +
    }
 +
    .main-img{
 +
        top: 0;
 +
        bottom: 0;
 +
        left: 0;
 +
        right: 0;
 +
        width: 100%;
 +
        margin: auto;
 +
        z-index:999;
 +
    }
 +
}
 +
 +
          /*notebook*/
 +
 +
table tr td a {
 +
color: white !important;
 +
text-decoration: none !important;
 +
}
 +
 +
h1 {
 +
color: #053B77;
 +
font-size: 6em;
 +
font-weight: 400;
 +
margin-bottom: 2vh;
 +
  margin-top:3vh;
 +
text-shadow: 0 1px 2px rgba(0,0,0,0.3);
 +
  width: 60%;
 +
  text-align: center;
 +
  margin-left: 20%;
 +
}
 +
 +
hr {
 +
  color: #053B77;
 +
  background: #053B77;
 +
  border: solid 0.5px #053B77;
 +
  margin-top: 0.75em;
 +
  margin-bottom: 1em;
 +
}
 +
/*--------------------------
 +
* MENU TABS
 +
---------------------------*/
 +
.menu__tabs {
 +
list-style: none;
 +
overflow:hidden;
 +
  margin: 0;
 +
  padding-left: 30px;
 +
}
 +
.menu__tabs li {
 +
float:left;
 +
margin-right:5px;
 +
font-size: 2.7vw;
 +
  margin-bottom:-2px;
 +
  font-weight:bold !important;
 +
}
 +
.menu__tabs a {
 +
padding: 3vmin;
 +
  padding-top: 3.5vmin;
 +
  padding-bottom: 2vmin;
 +
  font-weight:bold !important;
 +
background: #b1e0f2;
 +
display: inline-block;
 +
color: #053B77;
 +
text-decoration: none;
 +
-webkit-border-radius: 8px 8px 0 0;
 +
-moz-border-radius: 8px 8px 0 0;
 +
border-radius: 8px 8px 0 0;
 +
-webkit-transition: all 0.3s ease;
 +
-o-transition: all 0.3s ease;
 +
transition: all 0.3s ease;
 +
 +
}
 +
.menu__tabs a:hover {
 +
background: #ffec00;
 +
}
 +
.menu__tabs a.active {
 +
color: #b1e0f2;
 +
background: #053B77;
 +
-webkit-box-shadow: none;
 +
-moz-box-shadow: none;
 +
box-shadow: none;
 +
}
 +
.menu__tabs a.active i {color: #80cbb7;}
 +
.menu__tabs a i {
 +
margin-right: 3px;
 +
color: #aaaaaa;
 +
}
 +
 +
/*--------------------------
 +
* MENU WRAPPER
 +
---------------------------*/
 +
.menu {
 +
margin-left:10%;
 +
  margin-top:3vw;
 +
width: 35%;
 +
position: relative;
 +
  font-family: 'Myriad Pro';
 +
  display: inline-block;
 +
  float: left;
 +
}
 +
 +
@media screen and( max-width:768px){
 +
  .menu {
 +
  margin-left:10%;
 +
    margin-top:130px;
 +
  width: 80%;
 +
  position: relative;
 +
    font-family: 'Myriad Pro';
 +
  }
 +
  .notebook {
 +
    width: 80%;
 +
    margin-left: 10%;
 +
    position: relative;
 +
    margin-top: 2vw;
 +
  }
 +
}
 +
.menu__wrapper {
 +
padding: 6vmin;
 +
  padding-top: 4vmin;
 +
  padding-left: 3vw;
 +
  padding-bottom: 2vw;
 +
position: relative;
 +
z-index: 400;
 +
background: #053B77;
 +
min-height: 360px;
 +
-webkit-border-radius: 16px 16px 16px 16px;
 +
-moz-border-radius: 16px 16px 16px 16px;
 +
border-radius: 16px 16px 16px 16px;
 +
}
 +
.menu--shadow {
 +
position: absolute;
 +
z-index: 300;
 +
bottom: -5px;
 +
height: 25px;
 +
width: 100%;
 +
  -webkit-border-radius: 25px;
 +
-moz-border-radius: 25px;
 +
border-radius: 25px;
 +
-webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.25);
 +
-moz-box-shadow: 0 0 15px 5px rgba(0,0,0,0.25);
 +
box-shadow: 0 0 15px 5px rgba(0,0,0,0.25);
 +
-webkit-transform: scale(0.9);
 +
-ms-transform: scale(0.9);
 +
-o-transform: scale(0.9);
 +
transform: scale(0.9);
 +
  background: rgba(0,0,0,0.2);
 +
}
 +
 +
.menu--shadow:after {
 +
right: 0;
 +
left: auto;
 +
-webkit-transform: scale(0.8);
 +
-ms-transform: scale(0.8);
 +
-o-transform: scale(0.8);
 +
transform: scale(0.8);
 +
}
 +
.menu__wrapper .menu__item {
 +
line-height: 1.3;
 +
color: #76716f;
 +
display: none;
 +
}
 +
.menu__wrapper .menu__item.item-active {
 +
display: block;
 +
  color: #053B77;
 +
}
 +
 +
 +
/*calender*/
 +
 +
 +
.calender{
 +
    position:relative;
 +
    margin:auto;
 +
    border-radius:12px !important;
 +
}
 +
table {
 +
    width: 60%;
 +
    position:relative;
 +
    left:-10px;
 +
    margin-right:10px;
 +
}
 +
table tr th{
 +
    color: white;
 +
    padding-left: 2px !important;
 +
    padding-top: 5px;
 +
    padding-bottom: 40px;
 +
    font-weight:bold;
 +
}
 +
 +
table tr th:first-child{
 +
    color: #FDD026;
 +
}
 +
 +
table tr th:last-child{
 +
    color: #FDD026;
 +
}
 +
 +
table tr td {
 +
    color: white;
 +
    padding-left: 3px;
 +
    padding-right: 3px;
 +
    padding-top: 8px;
 +
    padding-bottom: 8px;
 +
}
 +
 +
table tr th:first-child,
 +
table tr td:first-child {
 +
 +
}
 +
table tr th:first-child,
 +
table tr td:first-child {
 +
 +
}
 +
table tr th {
 +
    margin: 20px;
 +
}
 +
 +
table.Info tr th,
 +
table.Info tr:first-child td{
 +
 +
}
 +
 +
/* top-left border-radius */
 +
.menu_item table tr:first-child th:first-child{
 +
    -webkit-border-top-left-radius: 6px !important;
 +
    -moz-border-top-left-radius: 6px !important;
 +
    border-top-left-radius: 6px !important;
 +
}
 +
 +
/* top-right border-radius */
 +
.menu_item table  tr:first-child th:last-child {
 +
    -webkit-border-top-right-radius: 6px !important;
 +
    -moz-border-top-right-radius: 6px !important;
 +
    border-top-right-radius: 6px !important;
 +
}
 +
 +
/* bottom-left border-radius */
 +
.menu_item table  tr:last-child td:first-child {
 +
    -webkit-border-bottom-left-radius: 6px !important;
 +
    -moz-border-bottom-left-radius: 6px !important;
 +
    border-bottom-left-radius: 6px !important;
 +
}
 +
/* bottom-right border-radius */
 +
.menu_item table  tr:last-child td:last-child {
 +
    -moz-border-radius-bottomright:12px;
 +
    -webkit-border-bottom-right-radius:12px;
 +
    border-bottom-right-radius:12px !imporant;
 +
}
 +
th, td {
 +
    width:100px;
 +
}
 +
 +
th{
 +
  font-size:2.3vw;
 +
  text-align:center;
 +
  margin: 15px;
 +
}
 +
 +
table tr td{
 +
  font-size:2.6vw;
 +
  text-align:center;
 +
 +
}
 +
tr .td-item:hover{
 +
    background:rgba(0, 206, 255,.5);
 +
    border-radius:3.5em;
 +
    -webkit-transition: all 0.4s ease;
 +
  -o-transition: all 0.4s ease;
 +
  transition: all 0.4s ease;
 +
}
 +
 +
 +
 +
/*notebook content*/
 +
 +
.notebook{
 +
    margin-left:10%;
 +
    margin-bottom:150px;
 +
    width: 35%;
 +
    display: inline-block;
 +
    margin-top: 3vw;
 +
}
 +
.notebook_wrapper{
 +
    background:#b1e0f2;
 +
    width:100%;
 +
    height:490px;
 +
    border-radius:10px;
 +
    padding:25px;
 +
    overflow-x:hidden;
 +
    overflow-y:auto;
 +
}
 +
.notebook_wrapper .note-item{
 +
    display:none;
 +
}
 +
.notebook_wrapper .note-item.note_active{
 +
    display: block;
 +
}
 +
.notebook_wrapper .note-item h2{
 +
    text-align:center;
 +
    color: #b1e0f2;
 +
    font-size:4em;
 +
    padding: 13px;
 +
    border-radius: 10px;
 +
    background: #053B77;
 +
}
 +
.notebook_wrapper .note-item p{
 +
    font-size:2em;
 +
    padding:10px;
 +
    margin-right:5px;
 +
    margin-left:5px;
 +
}
 +
.td-item.td-active{
 +
    border-radius:3.5em;
 +
    background: #63cef7;
 +
    -webkit-transition: all 0.4s ease;
 +
  -o-transition: all 0.4s ease;
 +
  transition: all 0.4s ease;
 +
}
 +
 +
table tr td a.active{
 +
    color: #053B77;
 +
}
 +
 +
.notebook_wrapper .note-item .note-title{
 +
    font-size:3em !important;
 +
    font-weight:bold !important;
 +
 +
}
 +
.note-content{
 +
    font-size:1.5em !important;
 +
}
 +
.list{
 +
    font-size:15pt !important;
 +
    text-align:justify;
 +
    line-height:1.2;
 +
    padding-bottom:8px;
 +
    padding-left:5px !important;
 +
}
 +
 +
.lab{
 +
  width: 15%;
 +
  position: absolute;
 +
  left: 73%;
 +
  top: 30vw;
 +
  transition-duration: 0.4s;
 +
}
 +
 +
.protocol{
 +
  width: 15%;
 +
  position: absolute;
 +
  left: 73%;
 +
  top: 37vw;
 +
  transition-duration: 0.4s;
 +
}
 +
 +
.lab:hover{
 +
  transform: scale(1.1);
 +
}
 +
 +
.protocol:hover{
 +
  transform: scale(1.1);
 +
}
 +
 +
</style>
 +
</head>
 +
 +
<body>
 +
    <div class="img-container">
 +
        <img src="https://static.igem.org/mediawiki/2018/3/31/T--NCTU_Formosa--Notebook_cover.png" width="100%">
 +
        <a href="https://2018.igem.org/Team:NCTU_Formosa/Notebook"><img src="https://static.igem.org/mediawiki/2018/4/4c/T--NCTU_Formosa--Notebook_Lab_Note.png" class="lab"></a>
 +
        <a href="https://2018.igem.org/Team:NCTU_Formosa/Protocol"><img src="https://static.igem.org/mediawiki/2018/4/4f/T--NCTU_Formosa--Notebook_Lab_protocol.png" class="protocol"></a>
 +
    </div>
 +
<!-- Contenedor principal -->
 +
<div style="margin:auto;position:relative;">
 +
<h1>Wet Lab</h1>
 
</div>
 
</div>
 +
<div class="menu">
  
<div class="column third_size">
 
<div class="highlight decoration_A_full">
 
<h3>Inspiration</h3>
 
<p>You can see what others teams have done to organize their notes:</p>
 
  
<ul>  
+
<ul class="menu__tabs">
<li><a href="https://2014.igem.org/Team:ATOMS-Turkiye/Notebook">2014 ATOMS-Turkiye</a></li>
+
<li><a class="active" href="#item-1">Jul</a></li>
<li><a href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_project.html#tab_notebook">2014 Tec Monterrey</a></li>
+
<li><a href="#item-2">Aug</a></li>
<li><a href="https://2014.igem.org/Team:Kyoto/Notebook/Magnetosome_Formation#title">2014 Kyoto</a></li>
+
<li><a href="#item-3">Sep</a></li>
<li><a href="https://2014.igem.org/Team:Cornell/notebook">2014 Cornell</a></li>
+
<li><a href="#item-4">Oct</a></li>
</ul>
+
</ul>
</div>
+
<section class="menu__wrapper">
 +
 
 +
<article id="item-1" class="menu__item item-active">
 +
<table style="width:100%; background-color: #053B77" class="calender" >
 +
                    <tr>
 +
                        <th>Sun</th>
 +
                        <th>Mon</th>
 +
                        <th>Tue</th>
 +
                        <th>Wed</th>
 +
                        <th>Thu</th>
 +
                        <th>Fri</th>
 +
                        <th>Sat</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="td-item td-active"><a href="#July-1">1</a></td>
 +
                        <td class="td-item"><a href="#July-2">2</a></td>
 +
                        <td class="td-item"><a href="#July-3">3</a></td>
 +
                        <td class="td-item"><a href="#July-4">4</a></td>
 +
                        <td class="td-item"><a href="#July-5">5</a></td>
 +
                        <td class="td-item"><a href="#July-6">6</a></td>
 +
                        <td class="td-item"><a href="#July-7">7</a></td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="td-item"><a href="#July-8">8</a></td>
 +
                        <td class="td-item"><a href="#July-9">9</a></td>
 +
                        <td class="td-item"><a href="#July-10">10</a></td>
 +
                        <td class="td-item"><a href="#July-11">11</a></td>
 +
                        <td class="td-item"><a href="#July-12">12</a></td>
 +
                        <td class="td-item"><a href="#July-13">13</a></td>
 +
                        <td class="td-item"><a href="#July-14">14</a></td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="td-item"><a href="#July-15">15</a></td>
 +
                        <td class="td-item"><a href="#July-16">16</a></td>
 +
                        <td class="td-item"><a href="#July-17">17</a></td>
 +
                        <td class="td-item"><a href="#July-18">18</a></td>
 +
                        <td class="td-item"><a href="#July-19">19</a></td>
 +
                        <td class="td-item"><a href="#July-20">20</a></td>
 +
                        <td class="td-item"><a href="#July-21">21</a></td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="td-item"><a href="#July-22">22</a></td>
 +
                        <td class="td-item"><a href="#July-23">23</a></td>
 +
                        <td class="td-item"><a href="#July-24">24</a></td>
 +
                        <td class="td-item"><a href="#July-25">25</a></td>
 +
                        <td class="td-item"><a href="#July-26">26</a></td>
 +
                        <td class="td-item"><a href="#July-27">27</a></td>
 +
                        <td class="td-item"><a href="#July-28">28</a></td>
 +
                    </tr>
 +
                    <tr class="bottom"><!--calender bottom line-->
 +
                        <td class="td-item"><a href="#July-29">29</a></td>
 +
                        <td class="td-item"><a href="#July-30">30</a></td>
 +
                        <td class="td-item"><a href="#July-31">31</a></td>
 +
                        <td></td>
 +
                        <td></td>
 +
                        <td></td>
 +
                        <td></td>
 +
                    </tr>
 +
                </table>
 +
</article>
 +
 
 +
<article id="item-2" class="menu__item">
 +
<table style="width:100%; background-color: #053B77" class="calender">
 +
                    <tr>
 +
                        <th>Sun</th>
 +
                        <th>Mon</th>
 +
                        <th>Tue</th>
 +
                        <th>Wed</th>
 +
                        <th>Thu</th>
 +
                        <th>Fri</th>
 +
                        <th>Sat</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <td></td>
 +
                        <td></td>
 +
                        <td></td>
 +
                        <td class="td-item"><a href="#August-1">1</a></td>
 +
                        <td class="td-item"><a href="#August-2">2</a></td>
 +
                        <td class="td-item"><a href="#August-3">3</a></td>
 +
                        <td class="td-item"><a href="#August-4">4</a></td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="td-item"><a href="#August-5">5</a></td>
 +
                        <td class="td-item"><a href="#August-6">6</a></td>
 +
                        <td class="td-item"><a href="#August-7">7</a></td>
 +
                        <td class="td-item"><a href="#August-8">8</a></td>
 +
                        <td class="td-item"><a href="#August-9">9</a></td>
 +
                        <td class="td-item"><a href="#August-10">10</a></td>
 +
                        <td class="td-item"><a href="#August-11">11</a></td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="td-item"><a href="#August-12">12</a></td>
 +
                        <td class="td-item"><a href="#August-13">13</a></td>
 +
                        <td class="td-item"><a href="#August-14">14</a></td>
 +
                        <td class="td-item"><a href="#August-15">15</a></td>
 +
                        <td class="td-item"><a href="#August-16">16</a></td>
 +
                        <td class="td-item"><a href="#August-17">17</a></td>
 +
                        <td class="td-item"><a href="#August-18">18</a></td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="td-item"><a href="#August-19">19</a></td>
 +
                        <td class="td-item"><a href="#August-20">20</a></td>
 +
                        <td class="td-item"><a href="#August-21">21</a></td>
 +
                        <td class="td-item"><a href="#August-22">22</a></td>
 +
                        <td class="td-item"><a href="#August-23">23</a></td>
 +
                        <td class="td-item"><a href="#August-24">24</a></td>
 +
                        <td class="td-item"><a href="#August-25">25</a></td>
 +
                    </tr>
 +
                    <tr class="bottom">
 +
                        <td class="td-item"><a href="#August-26">26</a></td>
 +
                        <td class="td-item"><a href="#August-27">27</a></td>
 +
                        <td class="td-item"><a href="#August-28">28</a></td>
 +
                        <td class="td-item"><a href="#August-29">29</a></td>
 +
                        <td class="td-item"><a href="#August-30">30</a></td>
 +
                        <td class="td-item"><a href="#August-31">31</a></td>
 +
                        <td></td>
 +
                    </tr>
 +
                </table>
 +
</article>
 +
 
 +
<article id="item-3" class="menu__item">
 +
<table style="width:100%; background-color: #053B77" class="calender">
 +
                    <tr>
 +
                        <th>Sun</th>
 +
                        <th>Mon</th>
 +
                        <th>Tue</th>
 +
                        <th>Wed</th>
 +
                        <th>Thu</th>
 +
                        <th>Fri</th>
 +
                        <th>Sat</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <td></td>
 +
                        <td></td>
 +
                        <td></td>
 +
                        <td></td>
 +
                        <td></td>
 +
                        <td></td>
 +
                        <td class="td-item"><a href="#September-1">1</a></td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="td-item"><a href="#September-2">2</a></td>
 +
                        <td class="td-item"><a href="#September-3">3</a></td>
 +
                        <td class="td-item"><a href="#September-4">4</a></td>
 +
                        <td class="td-item"><a href="#September-5">5</a></td>
 +
                        <td class="td-item"><a href="#September-6">6</a></td>
 +
                        <td class="td-item"><a href="#September-7">7</a></td>
 +
                        <td class="td-item"><a href="#September-8">8</a></td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="td-item"><a href="#September-9">9</a></td>
 +
                        <td class="td-item"><a href="#September-10">10</a></td>
 +
                        <td class="td-item"><a href="#September-11">11</a></td>
 +
                        <td class="td-item"><a href="#September-12">12</a></td>
 +
                        <td class="td-item"><a href="#September-13">13</a></td>
 +
                        <td class="td-item"><a href="#September-14">14</a></td>
 +
                        <td class="td-item"><a href="#September-15">15</a></td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="td-item"><a href="#September-16">16</a></td>
 +
                        <td class="td-item"><a href="#September-17">17</a></td>
 +
                        <td class="td-item"><a href="#September-18">18</a></td>
 +
                        <td class="td-item"><a href="#September-19">19</a></td>
 +
                        <td class="td-item"><a href="#September-20">20</a></td>
 +
                        <td class="td-item"><a href="#September-21">21</a></td>
 +
                        <td class="td-item"><a href="#September-22">22</a></td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="td-item"><a href="#September-23">23</a></td>
 +
                        <td class="td-item"><a href="#September-24">24</a></td>
 +
                        <td class="td-item"><a href="#September-25">25</a></td>
 +
                        <td class="td-item"><a href="#September-26">26</a></td>
 +
                        <td class="td-item"><a href="#September-27">27</a></td>
 +
                        <td class="td-item"><a href="#September-28">28</a></td>
 +
                        <td class="td-item"><a href="#September-29">29</a></td>
 +
                    </tr>
 +
                    <tr class="bottom">
 +
                        <td class="td-item"><a href="#September-30">30</a></td>
 +
                        <td></td>
 +
                        <td></td>
 +
                        <td></td>
 +
                        <td></td>
 +
                        <td></td>
 +
                        <td></td>
 +
                    </tr>
 +
                </table>
 +
</article>
 +
 
 +
<article id="item-4" class="menu__item">
 +
<table style="width:100%; background-color: #053B77" class="calender">
 +
                    <tr>
 +
                        <th>Sun</th>
 +
                        <th>Mon</th>
 +
                        <th>Tue</th>
 +
                        <th>Wed</th>
 +
                        <th>Thu</th>
 +
                        <th>Fri</th>
 +
                        <th>Sat</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <td></td>
 +
                        <td class="td-item"><a href="#October-1">1</a></td>
 +
                        <td class="td-item"><a href="#October-2">2</a></td>
 +
                        <td class="td-item"><a href="#October-3">3</a></td>
 +
                        <td class="td-item"><a href="#October-4">4</a></td>
 +
                        <td class="td-item"><a href="#October-5">5</a></td>
 +
                        <td class="td-item"><a href="#October-6">6</a></td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="td-item"><a href="#October-7">7</a></td>
 +
                        <td class="td-item"><a href="#October-8">8</a></td>
 +
                        <td class="td-item"><a href="#October-9">9</a></td>
 +
                        <td class="td-item"><a href="#October-10">10</a></td>
 +
                        <td class="td-item"><a href="#October-11">11</a></td>
 +
                        <td class="td-item"><a href="#October-12">12</a></td>
 +
                        <td class="td-item"><a href="#October-13">13</a></td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td class="td-item"><a href="#October-14">14</a></td>
 +
                        <td class="td-item"><a href="#October-15">15</a></td>
 +
                        <td class="td-item"><a href="#October-16">16</a></td>
 +
                        <td class="td-item"><a href="#October-17">17</a></td>
 +
                        <td class="td-item"><a href="#October-18">18</a></td>
 +
                        <td class="td-item"><a href="#October-19">19</a></td>
 +
                        <td>20</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>21</td>
 +
                        <td>22</td>
 +
                        <td>23</td>
 +
                        <td>24</td>
 +
                        <td>25</td>
 +
                        <td>26</td>
 +
                        <td>27</td>
 +
                    </tr>
 +
                    <tr class="bottom">
 +
                        <td>28</td>
 +
                        <td>29</td>
 +
                        <td>30</td>
 +
                        <td>31</td>
 +
                        <td></td>
 +
                        <td></td>
 +
                        <td></td>
 +
                    </tr>
 +
                </table>
 +
</article>
 +
 
 +
</section>
 +
<div class="menu--shadow"></div>
 +
    </div>
 +
<div class="notebook">
 +
    <section class="notebook_wrapper">
 +
    <!---July------------------------------>
 +
    <article id="July-1" class="note-item note_active">
 +
        <h2>July 1</h2><hr>
 +
        <p class="note-title">Cloning</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
            <li class="list">Received and resuspended of the IDT DNA fragments</li>
 +
            <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">GS linker+αS1-casein</li>
 +
                      <li class="list">Enterocin B</li>
 +
                      <li class="list">Enterocin 96</li>
 +
                      <li class="list">Bovicin HJ50</li>
 +
                      <li class="list">Durancin TW49M</li>
 +
                      <li class="list">Lacticin Z</li>
 +
                      <li class="list">Leucocyclicin Q</li>
 +
                </ul>
 +
        </ul>
 +
        <p class="note-title"></p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
            <li class="list">Received and resuspended of the IDT DNA fragments</li>
 +
        </ul>
 +
    </article>
 +
    <article id="July-2" class="note-item">
 +
        <h2>July 2</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
    <article id="July-3" class="note-item">
 +
        <h2>July 3</h2><hr>
 +
        <p class="note-title">Growth curve exp.</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
            <li class="list">Observe the growth population of <i>Bacillus subtilis</i> in different temperature Condition: 37°C, 32°C, 27°C</li>
 +
        </ul>
 +
    </article>
 +
    <article id="July-4" class="note-item">
 +
        <h2>July 4</h2><hr>
 +
        <p class="note-title">Cloning gene of Curcumin bio-sensor</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
            <li class="list">Doing the PCR and clean-up to amplify the DNA fragment. Digesting pET30a backbone and ligating it with αS1-casein+GS linker and T7 promoter.</li>
 +
            <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">pET30a backbone</li>
 +
                      <li class="list">DNA segment of αS1-casein+GS linker and T7 promoter.</li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="July-5" class="note-item">
 +
        <h2>July 5</h2><hr>
 +
        <p class="note-title">Cloning gene of Curcumin bio-sensor Expression</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
            <li class="list">Transforming the ligation product of the Curcumin bio-sensor into <i>E. coli</i> BL21 DE3 Cultivating the culture, preparing <i>E. coli</i> culture glycerol stocks, and doing the mini preparation.</li>
 +
            <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">fresh colony of <i>E. coli</i> BL21 DE3 carrying the backbone pET30a containing αS1-casein + GS linker and T7 promotor gene from an overnight plate</li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="July-6" class="note-item">
 +
        <h2>July 6</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
    <article id="July-7" class="note-item">
 +
        <h2>July 7</h2><hr>
 +
        <p class="note-title">Expression of αS1-casein</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
            <li class="list">Cultivating <i>E. coli</i> culture containing target protein αS1-casein from the <i>E. coli</i> glycerol stock and inducing it with IPTG to produce αS1-casein.</li>
 +
            <li class="list">Purifying the protein by His-Tag.</li>
 +
        </ul>
 +
    </article>
 +
    <article id="July-8" class="note-item">
 +
        <h2>July 8</h2><hr>
 +
        <p class="note-title">Growth curve exp</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
            <li class="list">Observe the growth population of <i>Bacillus subtilis</i> in different pH Condition: pH = 4, 5, 6, 7, 8</li>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="July-9" class="note-item">
 +
        <h2>July 9</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="July-10" class="note-item">
 +
        <h2>July 10</h2><hr>
 +
        <p class="note-title">Chip Production</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
            <li class="list">Preparing 18 chips for bio-sensor sensitivity pretest<br>
 +
                            1. Dip the gold chips in 10mM Mua, RT for 4hrs.<br>
 +
                            2. Wash the chips with 95% EtOH three times and dry.<br>
 +
                            3. Add EDC+NHS mixture (100+100mM in DDW) on chips, RT for 1hrs.<br>
 +
                            4. DDW rinse the chips and dry.<br>
 +
                            5. Add αS1-casein on chips, RT for 1hrs.<br>
 +
                            6. Wash with PBS three times and dry.<br>
 +
                            6. Dip the chips in blocking solution, RT for 1.5hrs.<br>
 +
                            7. Wash with PBS three times and dry.</li>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="July-11" class="note-item">
 +
        <h2>July 11</h2><hr>
 +
        <p class="note-title">Bio-sensor sensitivity pretest </p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
            <li class="list">Using DPV(Differential Pulse Voltammetry) to check whether our bio-sensor can detect curcumin.<br>
 +
                            1. Add the diluted curcumin samples on our bio-sensor to react for 30min.<br>
 +
                            2. Rinse with wash buffer and dry the chips.<br>
 +
                            3. Wash the reference and counter electrodes with DDW, and dry them.<br>
 +
                            4. Set up the three electrodes system within electrocheFunctional analysisal cell.<br>
 +
                            5. Use the prototype of electrocheFunctional analysisal machine to measure the DPV method</li>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="July-12" class="note-item">
 +
        <h2>July 12</h2><hr>
 +
        <p class="note-title">Bio-sensor sensitivity assay –Determine Standard Curve and Create the Formula</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
            <li class="list">Detecting the diluted standard curcumin samples by curcumin bio-sensor and made the standard curve and doing the polynomial curve fitting.</li>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="July-13" class="note-item">
 +
        <h2>July 13</h2><hr>
 +
        <p class="note-title">Bio-sensor sensitivity assay -Detecting the real Samples from Turmeric Root</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
            <li class="list">Milling the turmeric root and dividing the powder into two groups. One of them was added with extraction buffer but not underwent the extraction protocol, and the other was added with extraction buffer but underwent the extraction process</li>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="July-14" class="note-item">
 +
        <h2>July 14</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="July-15" class="note-item">
 +
        <h2>July 15</h2><hr>
 +
        <p class="note-title">Expression</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
            <li class="list">Preparing competent cell <i>E. coli</i> ER2566</li>
 +
          </ul>
 +
 
 +
      <p class="note-title">Growth curve exp</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Observe the growth population of <i>Bacillus subtilis</i> in different salinity condition: 0.17M, 0.25M, 0.5M, 0.75M, 1.0M</li>
 +
          </ul>
 +
    </article>
 +
 
 +
    <article id="July-16" class="note-item">
 +
        <h2>July 16</h2><hr>
 +
        <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Amplify the insert gene (Pfu PCR)</li>
 +
              <li class="list">Electrophoresis (To check PCR products)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Lacticin Z + pTXB1</li>
 +
                      <li class="list">Bovincin HJ50+ pTXB1</li>
 +
                </ul>
 +
          </ul>
 +
    </article>
 +
 
 +
    <article id="July-17" class="note-item">
 +
        <h2>July 17</h2><hr>
 +
        <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Digestion of PCR products (Including insert and backbone pTXB1)</li>
 +
              <li class="list">Ligation of digestion products (Ligase the DNA fragment into backbone pTXB1)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Lacticin Z + pTXB1</li>
 +
                      <li class="list">Bovincin HJ50+ pTXB1</li>
 +
                </ul>
 +
          </ul>
 +
    </article>
 +
    <article id="July-18" class="note-item">
 +
        <h2>July 18</h2><hr>
 +
      <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Transformation of ligation products (Transform into <i>E. coli</i> DH5α)</li>
 +
              <li class="list">Taq PCR (PCR of ligation products to amplify insert gene)</li>
 +
              <li class="list">Electrophoresis (To check PCR products)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Lacticin Z + pTXB1</li>
 +
                      <li class="list">Bovincin HJ50+ pTXB1</li>
 +
                </ul>
 +
          </ul>
 +
    </article>
 +
 
 +
    <article id="July-19" class="note-item">
 +
        <h2>July 19</h2><hr>
 +
      <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Cultivation</li>
 +
              <li class="list">Miniprep (Purify Plasmid)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Lacticin Z + pTXB1</li>
 +
                      <li class="list">Bovincin HJ50+ pTXB1</li>
 +
                </ul>
 +
          </ul>
 +
    </article>
 +
 
 +
    <article id="July-20" class="note-item">
 +
        <h2>July 20</h2><hr>
 +
      <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Sequencing plasmid</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Lacticin Z + pTXB1</li>
 +
                      <li class="list">Bovincin HJ50+ pTXB1</li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="July-21" class="note-item">
 +
        <h2>July 21</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="July-22" class="note-item">
 +
        <h2>July 22</h2><hr>
 +
      <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Amplify the insert gene (Pfu PCR)</li>
 +
              <li class="list">Electrophoresis (To check PCR products)</li>
 +
              <li class="list">Digestion of PCR products (Including insert and backbone pTXB1)</li>
 +
              <li class="list">Ligation of digestion products (Ligase the DNA fragment into backbone pTXB1)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Leucocyclicin Q + pTXB1</li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="July-23" class="note-item">
 +
        <h2>July 23</h2><hr>
 +
      <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Transformation of ligation products (Transform into <i>E. coli</i> DH5α)</li>
 +
              <li class="list">Taq PCR (PCR of ligation products to amplify insert gene)</li>
 +
              <li class="list">Electrophoresis (To check PCR products)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Leucocyclicin Q + pTXB1</li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="July-24" class="note-item">
 +
        <h2>July 24</h2><hr>
 +
      <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Cultivation</li>
 +
              <li class="list">Miniprep (Purify Plasmid)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Leucocyclicin Q + pTXB1</li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="July-25" class="note-item">
 +
        <h2>July 25</h2><hr>
 +
      <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Sequencing plasmid</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Leucocyclicin Q + pTXB1</li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="July-26" class="note-item">
 +
        <h2>July 26</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="July-27" class="note-item">
 +
        <h2>July 27</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="July-28" class="note-item">
 +
        <h2>July 28</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="July-29" class="note-item">
 +
        <h2>July 29</h2><hr>
 +
      <p class="note-title">Expression</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Transformation (Transform correct plasmid into <i>E. coli</i> ER2566)</li>
 +
                    <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                        <li class="list">Leucocyclicin Q + pTXB1</li>
 +
                    </ul>
 +
          </ul>
 +
    </article>
 +
 
 +
    <article id="July-30" class="note-item">
 +
        <h2>July 30</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
    <article id="July-31" class="note-item">
 +
        <h2>July 31</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <!-------------------------------------August------------------------------------------------->
 +
 
 +
    <article id="August-1" class="note-item">
 +
        <h2>August 1</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="August-2" class="note-item">
 +
        <h2>August 2</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="August-3" class="note-item">
 +
        <h2>August 3</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="August-4" class="note-item">
 +
        <h2>August 4</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="August-5" class="note-item">
 +
        <h2>August 5</h2><hr>
 +
      <p class="note-title">Expression</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Transformation (Transform correct plasmid into <i>E. coli</i> ER2566)</li>
 +
              <li class="list">sample</li>
 +
                    <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                        <li class="list">Leucocyclicin Q + pTXB1</li>
 +
                    </ul>
 +
          </ul>
 +
    </article>
 +
 
 +
 
 +
    <article id="August-6" class="note-item">
 +
        <h2>August 6</h2><hr>
 +
        <p class="note-title">Expression</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Cultivation (Cultivation of <i>E. coli</i> ER2566 colonies for IPTG induction)</li>
 +
              <li class="list">IPTG Induction (To test the O.D. levels of <i>E. coli</i> ER2566 to induce)Condition: O.D. = 0.5, 1.3</li>
 +
              <li class="list">sample</li>
 +
                    <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                        <li class="list">Leucocyclicin Q + pTXB1</li>
 +
                    </ul>
 +
          </ul>
 +
    </article>
 +
    <article id="August-7" class="note-item">
 +
        <h2>August 7</h2><hr>
 +
        <p class="note-title">Expression</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">SDS-PAGE (To check the protein production after induction)</li>
 +
              <li class="list">sample</li>
 +
                    <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                        <li class="list">Leucocyclicin Q + pTXB1</li>
 +
                    </ul>
 +
          </ul>
 +
    </article>
 +
    <article id="August-8" class="note-item">
 +
        <h2>August 8</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
    <article id="August-9" class="note-item">
 +
        <h2>August 9</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
    <article id="August-10" class="note-item">
 +
        <h2>August 10</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
    <article id="August-11" class="note-item">
 +
        <h2>August 11</h2><hr>
 +
        <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Amplify the insert gene (Pfu PCR)</li>
 +
              <li class="list">Electrophoresis (To check PCR products)</li>
 +
              <li class="list">sample</li>
 +
                    <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                        <li class="list">Enterocin B</li>
 +
                        <li class="list">Enterocin 96 </li>
 +
                        <li class="list">Durancin TW49M </li>
 +
                    </ul>
 +
          </ul>
 +
    </article>
 +
    <article id="August-12" class="note-item">
 +
        <h2>August 12</h2><hr>
 +
        <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Digestion of PCR products (Including insert and backbone pTXB1)</li>
 +
              <li class="list">Ligation of digestion products (Ligase the DNA fragment into backbone pTXB1)</li>
 +
              <li class="list">Transformation of ligation products (Transform into <i>E. coli</i> DH5α)</li>
 +
              <li class="list">sample</li>
 +
                    <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                        <li class="list">Enterocin B + pTXB1</li>
 +
                        <li class="list">Enterocin 96  + pTXB1</li>
 +
                        <li class="list">Durancin TW-49M  + pTXB1</li>
 +
                    </ul>
 +
          </ul>
 +
        <p class="note-title">Growth curve</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Observe the growth of <i>Bacillus subtilis</i> in different temperature, pH, salinityCondition:</li>
 +
              <li class="list">1.Temp: 37°C , pH:7 , salinity: 0.17M</li>
 +
              <li class="list">2.Temp: 30°C , pH:9 , salinity: 0.5M</li>
 +
              <li class="list">3.Temp: 25°C , pH:5 , salinity: 0.25M</li>
 +
          </ul>
 +
    </article>
 +
    <article id="August-13" class="note-item">
 +
        <h2>August 13</h2><hr>
 +
        <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Taq PCR (PCR of ligation products to amplify insert gene)</li>
 +
              <li class="list">Electrophoresis (To check PCR products)</li>
 +
              <li class="list">sample</li>
 +
                    <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                        <li class="list">Enterocin B + pTXB1</li>
 +
                        <li class="list">Enterocin 96  + pTXB1</li>
 +
                        <li class="list">Durancin TW-49M  + pTXB1</li>
 +
                    </ul>
 +
          </ul>
 +
    </article>
 +
 
 +
 
 +
    <article id="August-14" class="note-item">
 +
        <h2>August 14</h2><hr>
 +
      <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Cultivation</li>
 +
              <li class="list">Miniprep (Purify Plasmid)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                        <li class="list">Enterocin B + pTXB1</li>
 +
                        <li class="list">Enterocin 96  + pTXB1</li>
 +
                        <li class="list">Durancin TW-49M  + pTXB1</li>
 +
                </ul>
 +
          </ul>
 +
        <p class="note-title">Expression</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Transformation (Transform correct plasmid into <i>E. coli</i> ER2566)to test different cultivation temperature</li>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="August-15" class="note-item">
 +
        <h2>August 15</h2><hr>
 +
      <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Sequencing plasmid</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                        <li class="list">Enterocin B + pTXB1</li>
 +
                        <li class="list">Enterocin 96  + pTXB1</li>
 +
                        <li class="list">Durancin TW-49M  + pTXB1</li>
 +
                </ul>
 +
        </ul>
 +
 
 +
      <p class="note-title">Expression</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Cultivation (Cultivation of <i>E. coli</i> ER2566 colonies for IPTG induction)</li>
 +
              <li class="list">IPTG Induction (To test the temperature of cultivation after induction)Condition: temp = 37, 30, 13.5°C</li>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="August-16" class="note-item">
 +
        <h2>August 16</h2><hr>
 +
      <p class="note-title">Expression</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">SDS-PAGE (To check the protein production after induction)Check different temperature</li>
 +
              <li class="list">IPTG Induction (To test the concentration of IPTG)Condition: concentration = 200, 400, 600, 800, 1000μM</li>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="August-17" class="note-item">
 +
        <h2>August 17</h2><hr>
 +
          <p class="note-title">Expression</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">SDS-PAGE (To check the protein production after induction) -> Check different IPTG concentration</li>
 +
          </ul>
 +
    </article>
 +
 
 +
    <article id="August-18" class="note-item">
 +
        <h2>August 18</h2><hr>
 +
      <p class="note-title">Transformation</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Transforming backbone pTXB1 into <i>E. coli</i> ER2566 to produce protein as our negative control in verifying the function of our target peptide.</li>
 +
              <li class="list">Transforming backbone pTXB1 containing bacteriocin gene into <i>E. coli</i> ER2566 to produce our target protein as a bio-stimulator.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">backbone pTXB1 mini</li>
 +
                      <li class="list">backbone pTXB1 containing Enterocin B gene mini</li>
 +
                      <li class="list">backbone pTXB1 containing Enterocin 96 gene mini</li>
 +
                      <li class="list">backbone pTXB1 containing Leucocyclicin Q gene mini</li>
 +
                </ul>
 +
        <p class="note-title">Cultivation</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Cultivate the <i>E. coli</i> ER2566 at 37°C cultivating <i>Bacillus subtilis</i> ER2566 at 37°C carrying the backbone pTXB1 to produce protein as our negative control in verifying the function of our target peptide.</li>
 +
              <li class="list">Cultivate the <i>E. coli</i> ER2566 at 37°C cultivating <i>E. coli</i> ER2566 at 37°C carrying the backbone pTXB1 containing bacteriocin gene to produce our target protein as a bio-stimulator.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Fresh colony of <i>E. coli</i> ER2566 carrying the backbone pTXB1 from an overnight plate</li>
 +
                      <li class="list">Fresh colony of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Enterocin B gene from an overnight plate</li>
 +
                      <li class="list">Fresh colony of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Enterocin 96 gene from an overnight plate</li>
 +
                      <li class="list">Fresh colony of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Leucocyclicin Q gene from an overnight plate</li>
 +
                </ul>       
 +
        <p class="note-title">IPTG Induction</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Inducting <i>E. coli</i> ER2566 carrying the backbone pTXB1 after cultivating at 37°C to produce protein as our negative control in verifying the function of our target peptide</li>
 +
              <li class="list">Inducting <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing bacteriocin gene after cultivating at 37°C to produce our target protein as a bio-stimulator.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Culture of <i>E. coli</i> ER2566 carrying the backbone pTXB1</li>
 +
                      <li class="list">Culture of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Enterocin B gene</li>
 +
                      <li class="list">Culture of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Enterocin 96 gene</li>
 +
                      <li class="list">Culture of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Leucocyclicin Q gene</li>
 +
                </ul>       
 +
    </article>
 +
 
 +
    <article id="August-19" class="note-item">
 +
        <h2>August 19</h2><hr>
 +
        <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Digestion of PCR products (Including insert and backbone pET30a)</li>
 +
              <li class="list">Ligation of digestion products (Ligase the DNA fragment into backbone pET30a)</li>
 +
              <li class="list">Sample(8/17)</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Enterocin B + pET30a</li>
 +
                      <li class="list">Enterocin 96 + pET30a</li>
 +
                      <li class="list">Bovicin HJ50 + pET30a</li>
 +
                      <li class="list">Durancin TW-49M + pET30a</li>
 +
                      <li class="list">Lacticin Z + pET30a</li>
 +
                      <li class="list">Leucocyclicin Q + pET30a</li>
 +
                </ul>
 +
        </ul>
 +
        <p class="note-title">Sonication</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Breaking <i>E. coli</i> ER2566 carrying the backbone pTXB1 and pTXB1 containing bacteriocin gene after cultivating to harvest the protein by sonication.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Culture of <i>E. coli</i> ER2566 carrying the backbone pTXB1 induced by IPTG</li>
 +
                      <li class="list">Culture of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Enterocin B gene induced by IPTG </li>
 +
                      <li class="list">Culture of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Enterocin 96 gene induced by IPTG </li>
 +
                      <li class="list">Culture of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Leucocyclicin Q gene induced by IPTG </li>
 +
                </ul>
 +
        </ul>
 +
        <p class="note-title">Protein quantification & SDS-PAGE</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Quantificating the protein expressing the backbone pTXB1 and pTXB1 containing bacteriocin gene by Bradford method and running SDS-PAGE to check the protein expression.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Protein expressing the backbone pTXB1 induced by IPTG</li>
 +
                      <li class="list">Protein expressing the backbone pTXB1 containing Enterocin B gene induced by IPTG </li>
 +
                      <li class="list">Protein expressing the backbone pTXB1 containing Enterocin 96 gene induced by IPTG </li>
 +
                      <li class="list">Protein expressing the backbone pTXB1 containing Leucocyclicin Q gene induced by IPTG </li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="August-20" class="note-item">
 +
        <h2>August 20</h2><hr>
 +
      <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Transformation of ligation products (Transform into <i>E. coli</i> DH5α)</li>
 +
              <li class="list">Taq PCR (PCR of ligation products to amplify insert gene)</li>
 +
              <li class="list">Electrophoresis (To check PCR products)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Enterocin B + pET30a</li>
 +
                      <li class="list">Enterocin 96 + pET30a</li>
 +
                      <li class="list">Bovicin HJ50 + pET30a</li>
 +
                      <li class="list">Durancin TW-49M + pET30a</li>
 +
                      <li class="list">Lacticin Z + pET30a</li>
 +
                      <li class="list">Leucocyclicin Q + pET30a</li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="August-21" class="note-item">
 +
        <h2>August 21</h2><hr>
 +
      <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Cultivation</li>
 +
              <li class="list">Miniprep (Purify Plasmid)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Enterocin B + pET30a</li>
 +
                      <li class="list">Enterocin 96 + pET30a</li>
 +
                      <li class="list">Bovicin HJ50 + pET30a</li>
 +
                      <li class="list">Durancin TW-49M + pET30a</li>
 +
                      <li class="list">Lacticin Z + pET30a</li>
 +
                      <li class="list">Leucocyclicin Q + pET30a</li>
 +
                </ul>
 +
    </article>
 +
 
 +
    <article id="August-22" class="note-item">
 +
        <h2>August 22</h2><hr>
 +
      <p class="note-title">Cloning</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Sequencing plasmid</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Enterocin B + pET30a</li>
 +
                      <li class="list">Enterocin 96 + pET30a</li>
 +
                      <li class="list">Bovicin HJ50 + pET30a</li>
 +
                      <li class="list">Durancin TW-49M + pET30a</li>
 +
                      <li class="list">Lacticin Z + pET30a</li>
 +
                      <li class="list">Leucocyclicin Q + pET30a</li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="August-23" class="note-item">
 +
        <h2>August 23</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="August-24" class="note-item">
 +
        <h2>August 24</h2><hr>
 +
        <p class="note-title">Transformation</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Transforming backbone pTXB1 containing bacteriocin gene into <i>E. coli</i> ER2566 to produce our target protein as a bio-stimulator.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">backbone pTXB1 containing Bovicin HJ50 gene mini</li>
 +
                      <li class="list">backbone pTXB1 containing Durancin TW-49M gene mini</li>
 +
                </ul>
 +
          </ul>
 +
        <p class="note-title">Cultivation</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Cultivate the <i>E. coli</i> ER2566 at 37°C cultivating <i>E. coli</i> ER2566 at 37°C carrying the backbone pTXB1 containing bacteriocin gene to produce our target protein as a bio-stimulator.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Fresh colony of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Bovicin HJ50 gene from an overnight plate</li>
 +
                      <li class="list">Fresh colony of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Durancin TW-49M gene from an overnight plate</li>
 +
                </ul> 
 +
          </ul>               
 +
        <p class="note-title">IPTG Induction</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Inducting <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing bacteriocin gene after cultivating at 37°C to produce our target protein as a bio-stimulator.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Culture of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Bovicin HJ50 gene</li>
 +
                      <li class="list">Culture of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Durancin TW-49M gene</li>
 +
                </ul>
 +
          </ul>
 +
    </article>
 +
 
 +
    <article id="August-25" class="note-item">
 +
        <h2>August 25</h2><hr>
 +
              <p class="note-title">Sonication</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Breaking <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing bacteriocin gene after cultivating to harvest the protein by sonication.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Culture of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Bovicin HJ50 gene induced by IPTG </li>
 +
                      <li class="list">Culture of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Durancin TW-49M gene induced by IPTG </li>
 +
                </ul>
 +
        </ul>
 +
        <p class="note-title">Protein quantification & SDS-PAGE</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Quantificating the protein expressing the backbone pTXB1 containing bacteriocin gene by Bradford method and running SDS-PAGE to check the protein expression.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Protein expressing the backbone pTXB1 containing Bovicin HJ50 gene induced by IPTG </li>
 +
                      <li class="list">Protein expressing the backbone pTXB1 containing Durancin TW-49M gene induced by IPTG </li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="August-26" class="note-item">
 +
        <h2>August 26</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="August-27" class="note-item">
 +
        <h2>August 27</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="August-28" class="note-item">
 +
        <h2>August 28</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="August-29" class="note-item">
 +
        <h2>August 29</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="August-30" class="note-item">
 +
        <h2>August 30</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="August-31" class="note-item">
 +
        <h2>August 31</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <!--------------------------------September----------------------------------->
 +
 
 +
    <article id="September-1" class="note-item">
 +
        <h2>September 1</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="September-2" class="note-item">
 +
        <h2>September 2</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="September-3" class="note-item">
 +
        <h2>September 3</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="September-4" class="note-item">
 +
        <h2>September 4</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="September-5" class="note-item">
 +
        <h2>September 5</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="September-6" class="note-item">
 +
        <h2>September 6</h2><hr>
 +
                    <p class="note-title">Transformation</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Transforming backbone pTXB1 containing Lacticin Z gene into <i>E. coli</i> ER2566 to produce our target protein as a bio-stimulator.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">backbone pTXB1 containing Lacticin Z gene mini</li>
 +
                </ul>
 +
          </ul>
 +
        <p class="note-title">Cultivation</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Cultivate the <i>E. coli</i> ER2566 at 37°C cultivating <i>Bacillus subtilis</i> ER2566 at 37°C carrying the backbone pTXB1 containing Lacticin Z gene to produce our target protein as a bio-stimulator.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Fresh colony of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Lacticin Z gene from an overnight plate</li>
 +
                </ul>
 +
          </ul>     
 +
        <p class="note-title">IPTG Induction</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Inducting <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Lacticin Z gene after cultivating at 37°C to produce our target protein as a bio-stimulator.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Culture of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Lacticin Z gene</li>
 +
                </ul>
 +
          </ul>
 +
    </article>
 +
 
 +
    <article id="September-7" class="note-item">
 +
        <h2>September 7</h2><hr>
 +
        <p class="note-title">Sonication</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Breaking <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Lacticin Z gene after cultivating to harvest the protein by sonication.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                    <li class="list">Culture of <i>E. coli</i> ER2566 carrying the backbone pTXB1 containing Lacticin Z gene induced by IPTG </li>
 +
                </ul>
 +
        </ul>
 +
        <p class="note-title">Protein quantification & SDS-PAGE</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Quantificating the protein expressing the backbone pTXB1 containing Lacticin Z gene by Bradford method and running SDS-PAGE to check the protein expression.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                    <li class="list">Protein expressing the backbone pTXB1 containing Lacticin Z gene induced by IPTG </li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="September-8" class="note-item">
 +
        <h2>September 8</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="September-9" class="note-item">
 +
        <h2>September 9</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
 
 +
 
 +
<!--9/10-->
 +
    <article id="September-10" class="note-item">
 +
        <h2>September 10</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="September-11" class="note-item">
 +
        <h2>September 11</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="September-12" class="note-item">
 +
        <h2>September 12</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="September-13" class="note-item">
 +
        <h2>September 13</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="September-14" class="note-item">
 +
        <h2>September 14</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="September-15" class="note-item">
 +
        <h2>September 15</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="September-16" class="note-item">
 +
        <h2>September 16</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="September-17" class="note-item">
 +
        <h2>September 17</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="September-18" class="note-item">
 +
        <h2>September 18</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="September-19" class="note-item">
 +
        <h2>September 19</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="September-20" class="note-item">
 +
        <h2>September 20</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="September-21" class="note-item">
 +
        <h2>September 21</h2><hr>
 +
        <p class="note-title">Functional analysis test</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Test the function of Lacticin Z (produced by <i>E. coli</i> ER2566) by elisa reader(triplicate)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                    <li class="list">Control:<br>
 +
                                      1. <i>Bacillus subtilis</i> + Ampicillin<br>
 +
                                      2. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone induced by IPTG<br>
 +
                                      3. <i>Bacillus subtilis</i> + LB broth<br>
 +
                                      4. LB broth for background</li>
 +
                    <li class="list">Test:<br>
 +
                                      1. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone containing Lacticin Z gene induced by IPTG</li><br>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
   
 +
    <article id="September-22" class="note-item">
 +
        <h2>September 22</h2><hr>
 +
          <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="September-23" class="note-item">
 +
        <h2>September 23</h2><hr>
 +
          <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="September-24" class="note-item">
 +
        <h2>September 24</h2><hr>
 +
          <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="September-25" class="note-item">
 +
        <h2>September 25</h2><hr>
 +
          <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="September-26" class="note-item">
 +
        <h2>September 26</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="September-27" class="note-item">
 +
        <h2>September 27</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="September-28" class="note-item">
 +
        <h2>September 28</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="September-29" class="note-item">
 +
        <h2>September 29</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="September-30" class="note-item">
 +
        <h2>September 30</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <!--October-->
 +
 
 +
    <article id="October-1" class="note-item">
 +
        <h2>October 1</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="October-2" class="note-item">
 +
        <h2>October 2</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="October-3" class="note-item">
 +
        <h2>October 3</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="October-4" class="note-item">
 +
        <h2>October 4</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="October-5" class="note-item">
 +
        <h2>October 5</h2><hr>
 +
      <p class="note-title">Transformation</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Transforming backbone pTXB1 into <i>E. coli</i> Rosetta-Gami to produce protein as our negative control in verifying the function of our target peptide.</li>
 +
              <li class="list">Transforming backbone pTXB1 containing bacteriocin gene into <i>E. coli</i> Rosetta-Gami to produce our target protein as a bio-stimulator.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">backbone pTXB1 mini</li>
 +
                      <li class="list">backbone pTXB1 containing Enterocin B gene mini</li>
 +
                      <li class="list">backbone pTXB1 containing Enterocin 96 gene mini</li>
 +
                      <li class="list">backbone pTXB1 containing Bovicin HJ50 gene mini</li>
 +
                      <li class="list">backbone pTXB1 containing Durancin TW-49M gene mini</li>
 +
                      <li class="list">backbone pTXB1 containing Lacticin Z gene mini</li>
 +
                      <li class="list">backbone pTXB1 containing Leucocyclicin Q gene mini</li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="October-6" class="note-item">
 +
        <h2>October 6</h2><hr>
 +
        <p class="note-title">Cultivation</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Cultivate the <i>E. coli</i> ER2566 at 37°C cultivating <i>E. coli</i> Rosetta-Gami at 37°C carrying the backbone pTXB1 to produce protein as our negative control in verifying the function of our target peptide.</li>
 +
              <li class="list">Cultivate the <i>E. coli</i> ER2566 at 37°C cultivating <i>E. coli</i> Rosetta-Gami at 37°C carrying the backbone pTXB1 containing bacteriocin gene produce our target protein as a bio-stimulator.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Fresh colony of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 from an overnight plate</li>
 +
                      <li class="list">Fresh colony of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Enterocin B gene from an overnight plate</li>
 +
                      <li class="list">Fresh colony of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Enterocin 96 gene from an overnight plate</li>
 +
                      <li class="list">Fresh colony of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Leucocyclicin Q gene from an overnight plate</li>
 +
                </ul>
 +
        </ul>
 +
        <p class="note-title">IPTG Induction</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Cultivate the <i>E. coli</i> ER2566 at 37°C cultivating <i>E. coli</i> Rosetta-Gami at 37°C carrying the backbone pTXB1 to produce protein as our negative control in verifying the function of our target peptide.</li>
 +
              <li class="list">Inducting <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing bacteriocin gene after cultivating at 37°C produce our target protein as a bio-stimulator.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Fresh colony of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 from an overnight plate</li>
 +
                      <li class="list">Culture of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Enterocin B gene</li>
 +
                      <li class="list">Culture of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Enterocin 96 gene</li>
 +
                      <li class="list">Culture of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Leucocyclicin Q gene</li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
    <article id="October-7" class="note-item">
 +
        <h2>October 7</h2><hr>
 +
        <p class="note-title">Cultivation</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Cultivate the <i>E. coli</i> ER2566 at 37°C cultivating <i>E. coli</i> Rosetta-Gami at 37°C carrying the backbone pTXB1 containing bacteriocin gene produce our target protein as a bio-stimulator.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Fresh colony of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Bovicin HJ50 gene from an overnight plate</li>
 +
                      <li class="list">Fresh colony of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Durancin TW-49M gene from an overnight plate</li>
 +
                      <li class="list">Fresh colony of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Lacticin Z gene from an overnight plate</li>
 +
                </ul>
 +
        </ul>
 +
        <p class="note-title">IPTG Induction</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Inducting <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing bacteriocin gene after cultivating at 37°C produce our target protein as a bio-stimulator.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Culture of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Bovicin HJ50 gene</li>
 +
                      <li class="list">Culture of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Durancin TW-49M gene</li>             
 +
                      <li class="list">Culture of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Lacticin Z gene</li>
 +
                </ul>
 +
        </ul>
 +
        <p class="note-title">Sonication</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Breaking <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 and pTXB1 containing bacteriocin gene after cultivating to harvest the protein by sonication.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Culture of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 induced by IPTG </li>
 +
                      <li class="list">Culture of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Enterocin B gene induced by IPTG</li>
 +
                      <li class="list">Culture of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Enterocin 96 gene induced by IPTG</li>
 +
                      <li class="list">Culture of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Leucocyclicin Q gene induced by IPTG</li>
 +
                </ul>
 +
        </ul>
 +
        <p class="note-title">Protein quantification & SDS-PAGE</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Quantificating the protein expressing the backbone pTXB1 and pTXB1 containing bacteriocin gene by Bradford method and running SDS-PAGE to check the protein expression.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Protein expressing the backbone pTXB1 induced by IPTG</li>
 +
                      <li class="list">Protein expressing the backbone pTXB1 containing Enterocin B gene induced by IPTG </li>
 +
                      <li class="list">Protein expressing the backbone pTXB1 containing Enterocin 96 gene induced by IPTG </li>
 +
                      <li class="list">Protein expressing the backbone pTXB1 containing Leucocyclicin Q gene induced by IPTG </li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="October-8" class="note-item">
 +
        <h2>October 8</h2><hr>
 +
      <p class="note-title">Sonication</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Breaking <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing bacteriocin gene after cultivating to harvest the protein by sonication.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Culture of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Bovicin HJ50 gene induced by IPTG</li>
 +
                      <li class="list">Culture of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Durancin TW-49M gene induced by IPTG</li>
 +
                      <li class="list">Culture of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Lacticin Z gene induced by IPTG</li>
 +
                      <li class="list">Culture of <i>E. coli</i> Rosetta-Gami carrying the backbone pTXB1 containing Leucocyclicin Q gene induced by IPTG</li>
 +
                </ul>
 +
        </ul>
 +
        <p class="note-title">Protein quantification & SDS-PAGE</p>
 +
          <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Quantificating the protein expressing the backbone pTXB1 containing bacteriocin gene by Bradford method and running SDS-PAGE to check the protein expression.</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Protein expressing the backbone pTXB1 containing Bovicin HJ50 gene induced by IPTG </li>
 +
                      <li class="list">Protein expressing the backbone pTXB1 containing Durancin TW-49M gene induced by IPTG </li>
 +
                      <li class="list">Protein expressing the backbone pTXB1 containing Lacticin Z gene induced by IPTG </li>
 +
                      <li class="list">Protein expressing the backbone pTXB1 containing Leucocyclicin Q gene induced by IPTG </li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="October-9" class="note-item">
 +
        <h2>October 9</h2><hr>
 +
        <p class="note-title">Functional analysis test</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Test the function of bacteriocins (produced by <i>E. coli</i> Rosetta-gami) by elisa reader(triplicate)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Control:<br>
 +
                                      1. <i>Bacillus subtilis</i> + Ampicillin<br>
 +
                                      2. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone induced by IPTG<br>
 +
                                      3. <i>Bacillus subtilis</i> + LB broth<br>
 +
                                      4. LB broth for background</li>
 +
                      <li class="list">Test:<br>
 +
                                      1. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone containing Enterocin B gene induced by IPTG<br>
 +
                                      2. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone containing Enterocin 96 gene induced by IPTG<br>
 +
                                      3. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone containing Lacticin Z gene induced by IPTG<br>
 +
                                      4. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone containing Durancin TW-49M gene induced by IPTG</li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
   
 +
    <article id="October-10" class="note-item">
 +
        <h2>October 10</h2><hr>
 +
        <p class="note-title">Functional analysis test</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Test the function of bacteriocins (produced by <i>E. coli</i> Rosetta-gami) by elisa reader(triplicate)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Control:<br>
 +
                                      1. <i>Bacillus subtilis</i> + Ampicillin<br>
 +
                                      2. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone induced by IPTG<br>
 +
                                      3. <i>Bacillus subtilis</i> + LB broth<br>
 +
                                      4. LB broth for background</li>
 +
                      <li class="list">Test:<br>
 +
                                      1. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone containing Bovicin HJ50 gene induced by IPTG<br>
 +
                                      2. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone containing Leucocyclicin Q gene induced by IPTG</li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
   
 +
    <article id="October-11" class="note-item">
 +
        <h2>October 11</h2><hr>
 +
      <p class="note-title">None</p>
 +
    </article>
 +
 
 +
    <article id="October-12" class="note-item">
 +
        <h2>October 12</h2><hr>
 +
        <p class="note-title">Functional analysis test</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Test the function of bacteriocins (produced by <i>E. coli</i> Rosetta-gami) by elisa reader(Dose response assessment)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Control:<br>
 +
                                      1. <i>Bacillus subtilis</i> + Ampicillin<br>
 +
                                      2. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone induced by IPTG<br>
 +
                                      3. <i>Bacillus subtilis</i> + LB broth<br>
 +
                                      4. LB broth for background</li>
 +
                      <li class="list">Test:<br>
 +
                                      1. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone containing Enterocin B gene induced by IPTG<br>
 +
                                      2. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone containing Enterocin 96 gene induced by IPTG<br>
 +
                                      3. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone containing Lacticin Z gene induced by IPTG<br>
 +
                                      4. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone containing Durancin TW-49M gene induced by IPTG</li>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
   
 +
    <article id="October-13" class="note-item">
 +
        <h2>October 13</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="October-14" class="note-item">
 +
        <h2>October 14</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="October-15" class="note-item">
 +
        <h2>October 15</h2><hr>
 +
        <p class="note-title">Functional analysis test</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Test the function of bacteriocins (produced by <i>E. coli</i> Rosetta-gami) by elisa reader(Dose response assessment)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Control:<br>
 +
                                      1. <i>Bacillus subtilis</i> + Ampicillin<br>
 +
                                      2. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone induced by IPTG<br>
 +
                                      3. <i>Bacillus subtilis</i> + LB broth<br>
 +
                                      4. LB broth for background</li>
 +
                      <li class="list">Test:<br>
 +
                                      1. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone containing Bovicin HJ50 gene induced by IPTG<br>
 +
                                      2. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone containing Leucocyclicin Q gene induced by IPTG</li>
 +
                </ul>
 +
        </ul>
 +
        <p class="note-title">Functional analysis test(inhibition zone)</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Test the function of Enterocin B (produced by <i>E. coli</i> Rosetta-gami) by LB Agar + Ampicillin plate</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">The <i>Bacillus subtilis</i> on the plate</li>
 +
                      <li class="list">Control:<br>
 +
                                      1. Ampicillin<br>
 +
                                      2. Production of the pTXB1 backbone induced by IPTG<br>
 +
                      <li class="list">Test:<br>
 +
                                      1. Production of the pTXB1 backbone containing Enterocin B gene induced by IPTG<br>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
 
 +
    <article id="October-16" class="note-item">
 +
        <h2>October 16</h2><hr>
 +
        <p class="note-title">Functional analysis test(inhibition zone)</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Test the function of bacteriocins (produced by <i>E. coli</i> Rosetta-gami) by LB Agar + Ampicillin plate</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">The <i>Bacillus subtilis</i> on the plate</li>
 +
                      <li class="list">Control:<br>
 +
                                      1. Ampicillin<br>
 +
                                      2. Production of the pTXB1 backbone induced by IPTG<br>
 +
                      <li class="list">Test:<br>
 +
                                      1. Production of the pTXB1 backbone containing Bovicin HJ50 gene induced by IPTG<br>
 +
                                      2. Production of the pTXB1 backbone containing Lacticin Z gene induced by IPTG<br>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
   
 +
    <article id="October-17" class="note-item">
 +
        <h2>October 17</h2><hr>
 +
        <p class="note-title">Functional analysis test</p>
 +
        <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
              <li class="list">Test the function of bacteriocins (produced by <i>E. coli</i> Rosetta-gami) by elisa reader(Dose response assessment)</li>
 +
              <li class="list">Sample</li>
 +
                <ul style="list-style-image:none;list-style-type: disc;padding-left:12px;">
 +
                      <li class="list">Control:<br>
 +
                                      1. <i>Bacillus subtilis</i> + Ampicillin<br>
 +
                                      2. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone induced by IPTG<br>
 +
                                      3. <i>Bacillus subtilis</i> + LB broth<br>
 +
                      <li class="list">Test:<br>
 +
                                      1. <i>Bacillus subtilis</i> + Production of the pTXB1 backbone containing Durancin TW-49M gene induced by IPTG<br>
 +
                </ul>
 +
        </ul>
 +
    </article>
 +
   
 +
    <article id="October-18" class="note-item">
 +
        <h2>October 18</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
   
 +
    <article id="October-19" class="note-item">
 +
        <h2>October 19</h2><hr>
 +
        <p class="note-title">None</p>
 +
    </article>
 +
    </section>
 
</div>
 
</div>
  
 +
 +
<script>
 +
$(function() {
 +
 +
var $menu_tabs = $('.menu__tabs li a');
 +
$menu_tabs.on('click', function(e) {
 +
e.preventDefault();
 +
$menu_tabs.removeClass('active');
 +
$(this).addClass('active');
 +
 +
$('.menu__item').fadeOut(300);
 +
$(this.hash).delay(300).fadeIn();
 +
});
 +
 +
});
 +
 +
$(function() {
 +
 +
// Menu Tabular
 +
var $td_tabs = $('tr .td-item a');
 +
$td_tabs.on('click', function(e) {
 +
e.preventDefault();
 +
$td_tabs.removeClass('active');
 +
$(this).addClass('active');
 +
 +
$('.note-item').fadeOut(300);
 +
$(this.hash).delay(300).fadeIn();
 +
 +
        $('.td-item').removeClass('td-active');
 +
        $(this).parent('.td-item').addClass('td-active');
 +
});
 +
 +
});
 +
</script>
 +
 +
 +
</body>
 
</html>
 
</html>
 +
{{NCTU_Formosa/Footer}}

Latest revision as of 19:43, 17 October 2018

Navigation Bar

Wet Lab

July 1


Cloning

  • Received and resuspended of the IDT DNA fragments
  • Sample
    • GS linker+αS1-casein
    • Enterocin B
    • Enterocin 96
    • Bovicin HJ50
    • Durancin TW49M
    • Lacticin Z
    • Leucocyclicin Q

  • Received and resuspended of the IDT DNA fragments

July 2


None

July 3


Growth curve exp.

  • Observe the growth population of Bacillus subtilis in different temperature Condition: 37°C, 32°C, 27°C

July 4


Cloning gene of Curcumin bio-sensor

  • Doing the PCR and clean-up to amplify the DNA fragment. Digesting pET30a backbone and ligating it with αS1-casein+GS linker and T7 promoter.
  • Sample
    • pET30a backbone
    • DNA segment of αS1-casein+GS linker and T7 promoter.

July 5


Cloning gene of Curcumin bio-sensor Expression

  • Transforming the ligation product of the Curcumin bio-sensor into E. coli BL21 DE3 Cultivating the culture, preparing E. coli culture glycerol stocks, and doing the mini preparation.
  • Sample
    • fresh colony of E. coli BL21 DE3 carrying the backbone pET30a containing αS1-casein + GS linker and T7 promotor gene from an overnight plate

July 6


None

July 7


Expression of αS1-casein

  • Cultivating E. coli culture containing target protein αS1-casein from the E. coli glycerol stock and inducing it with IPTG to produce αS1-casein.
  • Purifying the protein by His-Tag.

July 8


Growth curve exp

  • Observe the growth population of Bacillus subtilis in different pH Condition: pH = 4, 5, 6, 7, 8

July 9


None

July 10


Chip Production

  • Preparing 18 chips for bio-sensor sensitivity pretest
    1. Dip the gold chips in 10mM Mua, RT for 4hrs.
    2. Wash the chips with 95% EtOH three times and dry.
    3. Add EDC+NHS mixture (100+100mM in DDW) on chips, RT for 1hrs.
    4. DDW rinse the chips and dry.
    5. Add αS1-casein on chips, RT for 1hrs.
    6. Wash with PBS three times and dry.
    6. Dip the chips in blocking solution, RT for 1.5hrs.
    7. Wash with PBS three times and dry.

July 11


Bio-sensor sensitivity pretest

  • Using DPV(Differential Pulse Voltammetry) to check whether our bio-sensor can detect curcumin.
    1. Add the diluted curcumin samples on our bio-sensor to react for 30min.
    2. Rinse with wash buffer and dry the chips.
    3. Wash the reference and counter electrodes with DDW, and dry them.
    4. Set up the three electrodes system within electrocheFunctional analysisal cell.
    5. Use the prototype of electrocheFunctional analysisal machine to measure the DPV method

July 12


Bio-sensor sensitivity assay –Determine Standard Curve and Create the Formula

  • Detecting the diluted standard curcumin samples by curcumin bio-sensor and made the standard curve and doing the polynomial curve fitting.

July 13


Bio-sensor sensitivity assay -Detecting the real Samples from Turmeric Root

  • Milling the turmeric root and dividing the powder into two groups. One of them was added with extraction buffer but not underwent the extraction protocol, and the other was added with extraction buffer but underwent the extraction process

July 14


None

July 15


Expression

  • Preparing competent cell E. coli ER2566

Growth curve exp

  • Observe the growth population of Bacillus subtilis in different salinity condition: 0.17M, 0.25M, 0.5M, 0.75M, 1.0M

July 16


Cloning

  • Amplify the insert gene (Pfu PCR)
  • Electrophoresis (To check PCR products)
  • Sample
    • Lacticin Z + pTXB1
    • Bovincin HJ50+ pTXB1

July 17


Cloning

  • Digestion of PCR products (Including insert and backbone pTXB1)
  • Ligation of digestion products (Ligase the DNA fragment into backbone pTXB1)
  • Sample
    • Lacticin Z + pTXB1
    • Bovincin HJ50+ pTXB1

July 18


Cloning

  • Transformation of ligation products (Transform into E. coli DH5α)
  • Taq PCR (PCR of ligation products to amplify insert gene)
  • Electrophoresis (To check PCR products)
  • Sample
    • Lacticin Z + pTXB1
    • Bovincin HJ50+ pTXB1

July 19


Cloning

  • Cultivation
  • Miniprep (Purify Plasmid)
  • Sample
    • Lacticin Z + pTXB1
    • Bovincin HJ50+ pTXB1

July 20


Cloning

  • Sequencing plasmid
  • Sample
    • Lacticin Z + pTXB1
    • Bovincin HJ50+ pTXB1

July 21


None

July 22


Cloning

  • Amplify the insert gene (Pfu PCR)
  • Electrophoresis (To check PCR products)
  • Digestion of PCR products (Including insert and backbone pTXB1)
  • Ligation of digestion products (Ligase the DNA fragment into backbone pTXB1)
  • Sample
    • Leucocyclicin Q + pTXB1

July 23


Cloning

  • Transformation of ligation products (Transform into E. coli DH5α)
  • Taq PCR (PCR of ligation products to amplify insert gene)
  • Electrophoresis (To check PCR products)
  • Sample
    • Leucocyclicin Q + pTXB1

July 24


Cloning

  • Cultivation
  • Miniprep (Purify Plasmid)
  • Sample
    • Leucocyclicin Q + pTXB1

July 25


Cloning

  • Sequencing plasmid
  • Sample
    • Leucocyclicin Q + pTXB1

July 26


None

July 27


None

July 28


None

July 29


Expression

  • Transformation (Transform correct plasmid into E. coli ER2566)
    • Leucocyclicin Q + pTXB1

July 30


None

July 31


None

August 1


None

August 2


None

August 3


None

August 4


None

August 5


Expression

  • Transformation (Transform correct plasmid into E. coli ER2566)
  • sample
    • Leucocyclicin Q + pTXB1

August 6


Expression

  • Cultivation (Cultivation of E. coli ER2566 colonies for IPTG induction)
  • IPTG Induction (To test the O.D. levels of E. coli ER2566 to induce)Condition: O.D. = 0.5, 1.3
  • sample
    • Leucocyclicin Q + pTXB1

August 7


Expression

  • SDS-PAGE (To check the protein production after induction)
  • sample
    • Leucocyclicin Q + pTXB1

August 8


None

August 9


None

August 10


None

August 11


Cloning

  • Amplify the insert gene (Pfu PCR)
  • Electrophoresis (To check PCR products)
  • sample
    • Enterocin B
    • Enterocin 96
    • Durancin TW49M

August 12


Cloning

  • Digestion of PCR products (Including insert and backbone pTXB1)
  • Ligation of digestion products (Ligase the DNA fragment into backbone pTXB1)
  • Transformation of ligation products (Transform into E. coli DH5α)
  • sample
    • Enterocin B + pTXB1
    • Enterocin 96 + pTXB1
    • Durancin TW-49M + pTXB1

Growth curve

  • Observe the growth of Bacillus subtilis in different temperature, pH, salinityCondition:
  • 1.Temp: 37°C , pH:7 , salinity: 0.17M
  • 2.Temp: 30°C , pH:9 , salinity: 0.5M
  • 3.Temp: 25°C , pH:5 , salinity: 0.25M

August 13


Cloning

  • Taq PCR (PCR of ligation products to amplify insert gene)
  • Electrophoresis (To check PCR products)
  • sample
    • Enterocin B + pTXB1
    • Enterocin 96 + pTXB1
    • Durancin TW-49M + pTXB1

August 14


Cloning

  • Cultivation
  • Miniprep (Purify Plasmid)
  • Sample
    • Enterocin B + pTXB1
    • Enterocin 96 + pTXB1
    • Durancin TW-49M + pTXB1

Expression

  • Transformation (Transform correct plasmid into E. coli ER2566)to test different cultivation temperature

August 15


Cloning

  • Sequencing plasmid
  • Sample
    • Enterocin B + pTXB1
    • Enterocin 96 + pTXB1
    • Durancin TW-49M + pTXB1

Expression

  • Cultivation (Cultivation of E. coli ER2566 colonies for IPTG induction)
  • IPTG Induction (To test the temperature of cultivation after induction)Condition: temp = 37, 30, 13.5°C

August 16


Expression

  • SDS-PAGE (To check the protein production after induction)Check different temperature
  • IPTG Induction (To test the concentration of IPTG)Condition: concentration = 200, 400, 600, 800, 1000μM

August 17


Expression

  • SDS-PAGE (To check the protein production after induction) -> Check different IPTG concentration

August 18


Transformation

  • Transforming backbone pTXB1 into E. coli ER2566 to produce protein as our negative control in verifying the function of our target peptide.
  • Transforming backbone pTXB1 containing bacteriocin gene into E. coli ER2566 to produce our target protein as a bio-stimulator.
  • Sample
    • backbone pTXB1 mini
    • backbone pTXB1 containing Enterocin B gene mini
    • backbone pTXB1 containing Enterocin 96 gene mini
    • backbone pTXB1 containing Leucocyclicin Q gene mini

    Cultivation

    • Cultivate the E. coli ER2566 at 37°C cultivating Bacillus subtilis ER2566 at 37°C carrying the backbone pTXB1 to produce protein as our negative control in verifying the function of our target peptide.
    • Cultivate the E. coli ER2566 at 37°C cultivating E. coli ER2566 at 37°C carrying the backbone pTXB1 containing bacteriocin gene to produce our target protein as a bio-stimulator.
    • Sample
      • Fresh colony of E. coli ER2566 carrying the backbone pTXB1 from an overnight plate
      • Fresh colony of E. coli ER2566 carrying the backbone pTXB1 containing Enterocin B gene from an overnight plate
      • Fresh colony of E. coli ER2566 carrying the backbone pTXB1 containing Enterocin 96 gene from an overnight plate
      • Fresh colony of E. coli ER2566 carrying the backbone pTXB1 containing Leucocyclicin Q gene from an overnight plate

      IPTG Induction

      • Inducting E. coli ER2566 carrying the backbone pTXB1 after cultivating at 37°C to produce protein as our negative control in verifying the function of our target peptide
      • Inducting E. coli ER2566 carrying the backbone pTXB1 containing bacteriocin gene after cultivating at 37°C to produce our target protein as a bio-stimulator.
      • Sample
        • Culture of E. coli ER2566 carrying the backbone pTXB1
        • Culture of E. coli ER2566 carrying the backbone pTXB1 containing Enterocin B gene
        • Culture of E. coli ER2566 carrying the backbone pTXB1 containing Enterocin 96 gene
        • Culture of E. coli ER2566 carrying the backbone pTXB1 containing Leucocyclicin Q gene

August 19


Cloning

  • Digestion of PCR products (Including insert and backbone pET30a)
  • Ligation of digestion products (Ligase the DNA fragment into backbone pET30a)
  • Sample(8/17)
    • Enterocin B + pET30a
    • Enterocin 96 + pET30a
    • Bovicin HJ50 + pET30a
    • Durancin TW-49M + pET30a
    • Lacticin Z + pET30a
    • Leucocyclicin Q + pET30a

Sonication

  • Breaking E. coli ER2566 carrying the backbone pTXB1 and pTXB1 containing bacteriocin gene after cultivating to harvest the protein by sonication.
  • Sample
    • Culture of E. coli ER2566 carrying the backbone pTXB1 induced by IPTG
    • Culture of E. coli ER2566 carrying the backbone pTXB1 containing Enterocin B gene induced by IPTG
    • Culture of E. coli ER2566 carrying the backbone pTXB1 containing Enterocin 96 gene induced by IPTG
    • Culture of E. coli ER2566 carrying the backbone pTXB1 containing Leucocyclicin Q gene induced by IPTG

Protein quantification & SDS-PAGE

  • Quantificating the protein expressing the backbone pTXB1 and pTXB1 containing bacteriocin gene by Bradford method and running SDS-PAGE to check the protein expression.
  • Sample
    • Protein expressing the backbone pTXB1 induced by IPTG
    • Protein expressing the backbone pTXB1 containing Enterocin B gene induced by IPTG
    • Protein expressing the backbone pTXB1 containing Enterocin 96 gene induced by IPTG
    • Protein expressing the backbone pTXB1 containing Leucocyclicin Q gene induced by IPTG

August 20


Cloning

  • Transformation of ligation products (Transform into E. coli DH5α)
  • Taq PCR (PCR of ligation products to amplify insert gene)
  • Electrophoresis (To check PCR products)
  • Sample
    • Enterocin B + pET30a
    • Enterocin 96 + pET30a
    • Bovicin HJ50 + pET30a
    • Durancin TW-49M + pET30a
    • Lacticin Z + pET30a
    • Leucocyclicin Q + pET30a

August 21


Cloning

  • Cultivation
  • Miniprep (Purify Plasmid)
  • Sample
    • Enterocin B + pET30a
    • Enterocin 96 + pET30a
    • Bovicin HJ50 + pET30a
    • Durancin TW-49M + pET30a
    • Lacticin Z + pET30a
    • Leucocyclicin Q + pET30a

August 22


Cloning

  • Sequencing plasmid
  • Sample
    • Enterocin B + pET30a
    • Enterocin 96 + pET30a
    • Bovicin HJ50 + pET30a
    • Durancin TW-49M + pET30a
    • Lacticin Z + pET30a
    • Leucocyclicin Q + pET30a

August 23


None

August 24


Transformation

  • Transforming backbone pTXB1 containing bacteriocin gene into E. coli ER2566 to produce our target protein as a bio-stimulator.
  • Sample
    • backbone pTXB1 containing Bovicin HJ50 gene mini
    • backbone pTXB1 containing Durancin TW-49M gene mini

Cultivation

  • Cultivate the E. coli ER2566 at 37°C cultivating E. coli ER2566 at 37°C carrying the backbone pTXB1 containing bacteriocin gene to produce our target protein as a bio-stimulator.
  • Sample
    • Fresh colony of E. coli ER2566 carrying the backbone pTXB1 containing Bovicin HJ50 gene from an overnight plate
    • Fresh colony of E. coli ER2566 carrying the backbone pTXB1 containing Durancin TW-49M gene from an overnight plate

IPTG Induction

  • Inducting E. coli ER2566 carrying the backbone pTXB1 containing bacteriocin gene after cultivating at 37°C to produce our target protein as a bio-stimulator.
  • Sample
    • Culture of E. coli ER2566 carrying the backbone pTXB1 containing Bovicin HJ50 gene
    • Culture of E. coli ER2566 carrying the backbone pTXB1 containing Durancin TW-49M gene

August 25


Sonication

  • Breaking E. coli ER2566 carrying the backbone pTXB1 containing bacteriocin gene after cultivating to harvest the protein by sonication.
  • Sample
    • Culture of E. coli ER2566 carrying the backbone pTXB1 containing Bovicin HJ50 gene induced by IPTG
    • Culture of E. coli ER2566 carrying the backbone pTXB1 containing Durancin TW-49M gene induced by IPTG

Protein quantification & SDS-PAGE

  • Quantificating the protein expressing the backbone pTXB1 containing bacteriocin gene by Bradford method and running SDS-PAGE to check the protein expression.
  • Sample
    • Protein expressing the backbone pTXB1 containing Bovicin HJ50 gene induced by IPTG
    • Protein expressing the backbone pTXB1 containing Durancin TW-49M gene induced by IPTG

August 26


None

August 27


None

August 28


None

August 29


None

August 30


None

August 31


None

September 1


None

September 2


None

September 3


None

September 4


None

September 5


None

September 6


Transformation

  • Transforming backbone pTXB1 containing Lacticin Z gene into E. coli ER2566 to produce our target protein as a bio-stimulator.
  • Sample
    • backbone pTXB1 containing Lacticin Z gene mini

Cultivation

  • Cultivate the E. coli ER2566 at 37°C cultivating Bacillus subtilis ER2566 at 37°C carrying the backbone pTXB1 containing Lacticin Z gene to produce our target protein as a bio-stimulator.
  • Sample
    • Fresh colony of E. coli ER2566 carrying the backbone pTXB1 containing Lacticin Z gene from an overnight plate

IPTG Induction

  • Inducting E. coli ER2566 carrying the backbone pTXB1 containing Lacticin Z gene after cultivating at 37°C to produce our target protein as a bio-stimulator.
  • Sample
    • Culture of E. coli ER2566 carrying the backbone pTXB1 containing Lacticin Z gene

September 7


Sonication

  • Breaking E. coli ER2566 carrying the backbone pTXB1 containing Lacticin Z gene after cultivating to harvest the protein by sonication.
  • Sample
    • Culture of E. coli ER2566 carrying the backbone pTXB1 containing Lacticin Z gene induced by IPTG

Protein quantification & SDS-PAGE

  • Quantificating the protein expressing the backbone pTXB1 containing Lacticin Z gene by Bradford method and running SDS-PAGE to check the protein expression.
  • Sample
    • Protein expressing the backbone pTXB1 containing Lacticin Z gene induced by IPTG

September 8


None

September 9


None

September 10


None

September 11


None

September 12


None

September 13


None

September 14


None

September 15


None

September 16


None

September 17


None

September 18


None

September 19


None

September 20


None

September 21


Functional analysis test

  • Test the function of Lacticin Z (produced by E. coli ER2566) by elisa reader(triplicate)
  • Sample
    • Control:
      1. Bacillus subtilis + Ampicillin
      2. Bacillus subtilis + Production of the pTXB1 backbone induced by IPTG
      3. Bacillus subtilis + LB broth
      4. LB broth for background
    • Test:
      1. Bacillus subtilis + Production of the pTXB1 backbone containing Lacticin Z gene induced by IPTG

September 22


None

September 23


None

September 24


None

September 25


None

September 26


None

September 27


None

September 28


None

September 29


None

September 30


None

October 1


None

October 2


None

October 3


None

October 4


None

October 5


Transformation

  • Transforming backbone pTXB1 into E. coli Rosetta-Gami to produce protein as our negative control in verifying the function of our target peptide.
  • Transforming backbone pTXB1 containing bacteriocin gene into E. coli Rosetta-Gami to produce our target protein as a bio-stimulator.
  • Sample
    • backbone pTXB1 mini
    • backbone pTXB1 containing Enterocin B gene mini
    • backbone pTXB1 containing Enterocin 96 gene mini
    • backbone pTXB1 containing Bovicin HJ50 gene mini
    • backbone pTXB1 containing Durancin TW-49M gene mini
    • backbone pTXB1 containing Lacticin Z gene mini
    • backbone pTXB1 containing Leucocyclicin Q gene mini

October 6


Cultivation

  • Cultivate the E. coli ER2566 at 37°C cultivating E. coli Rosetta-Gami at 37°C carrying the backbone pTXB1 to produce protein as our negative control in verifying the function of our target peptide.
  • Cultivate the E. coli ER2566 at 37°C cultivating E. coli Rosetta-Gami at 37°C carrying the backbone pTXB1 containing bacteriocin gene produce our target protein as a bio-stimulator.
  • Sample
    • Fresh colony of E. coli Rosetta-Gami carrying the backbone pTXB1 from an overnight plate
    • Fresh colony of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Enterocin B gene from an overnight plate
    • Fresh colony of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Enterocin 96 gene from an overnight plate
    • Fresh colony of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Leucocyclicin Q gene from an overnight plate

IPTG Induction

  • Cultivate the E. coli ER2566 at 37°C cultivating E. coli Rosetta-Gami at 37°C carrying the backbone pTXB1 to produce protein as our negative control in verifying the function of our target peptide.
  • Inducting E. coli Rosetta-Gami carrying the backbone pTXB1 containing bacteriocin gene after cultivating at 37°C produce our target protein as a bio-stimulator.
  • Sample
    • Fresh colony of E. coli Rosetta-Gami carrying the backbone pTXB1 from an overnight plate
    • Culture of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Enterocin B gene
    • Culture of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Enterocin 96 gene
    • Culture of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Leucocyclicin Q gene

October 7


Cultivation

  • Cultivate the E. coli ER2566 at 37°C cultivating E. coli Rosetta-Gami at 37°C carrying the backbone pTXB1 containing bacteriocin gene produce our target protein as a bio-stimulator.
  • Sample
    • Fresh colony of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Bovicin HJ50 gene from an overnight plate
    • Fresh colony of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Durancin TW-49M gene from an overnight plate
    • Fresh colony of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Lacticin Z gene from an overnight plate

IPTG Induction

  • Inducting E. coli Rosetta-Gami carrying the backbone pTXB1 containing bacteriocin gene after cultivating at 37°C produce our target protein as a bio-stimulator.
  • Sample
    • Culture of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Bovicin HJ50 gene
    • Culture of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Durancin TW-49M gene
    • Culture of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Lacticin Z gene

Sonication

  • Breaking E. coli Rosetta-Gami carrying the backbone pTXB1 and pTXB1 containing bacteriocin gene after cultivating to harvest the protein by sonication.
  • Sample
    • Culture of E. coli Rosetta-Gami carrying the backbone pTXB1 induced by IPTG
    • Culture of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Enterocin B gene induced by IPTG
    • Culture of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Enterocin 96 gene induced by IPTG
    • Culture of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Leucocyclicin Q gene induced by IPTG

Protein quantification & SDS-PAGE

  • Quantificating the protein expressing the backbone pTXB1 and pTXB1 containing bacteriocin gene by Bradford method and running SDS-PAGE to check the protein expression.
  • Sample
    • Protein expressing the backbone pTXB1 induced by IPTG
    • Protein expressing the backbone pTXB1 containing Enterocin B gene induced by IPTG
    • Protein expressing the backbone pTXB1 containing Enterocin 96 gene induced by IPTG
    • Protein expressing the backbone pTXB1 containing Leucocyclicin Q gene induced by IPTG

October 8


Sonication

  • Breaking E. coli Rosetta-Gami carrying the backbone pTXB1 containing bacteriocin gene after cultivating to harvest the protein by sonication.
  • Sample
    • Culture of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Bovicin HJ50 gene induced by IPTG
    • Culture of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Durancin TW-49M gene induced by IPTG
    • Culture of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Lacticin Z gene induced by IPTG
    • Culture of E. coli Rosetta-Gami carrying the backbone pTXB1 containing Leucocyclicin Q gene induced by IPTG

Protein quantification & SDS-PAGE

  • Quantificating the protein expressing the backbone pTXB1 containing bacteriocin gene by Bradford method and running SDS-PAGE to check the protein expression.
  • Sample
    • Protein expressing the backbone pTXB1 containing Bovicin HJ50 gene induced by IPTG
    • Protein expressing the backbone pTXB1 containing Durancin TW-49M gene induced by IPTG
    • Protein expressing the backbone pTXB1 containing Lacticin Z gene induced by IPTG
    • Protein expressing the backbone pTXB1 containing Leucocyclicin Q gene induced by IPTG

October 9


Functional analysis test

  • Test the function of bacteriocins (produced by E. coli Rosetta-gami) by elisa reader(triplicate)
  • Sample
    • Control:
      1. Bacillus subtilis + Ampicillin
      2. Bacillus subtilis + Production of the pTXB1 backbone induced by IPTG
      3. Bacillus subtilis + LB broth
      4. LB broth for background
    • Test:
      1. Bacillus subtilis + Production of the pTXB1 backbone containing Enterocin B gene induced by IPTG
      2. Bacillus subtilis + Production of the pTXB1 backbone containing Enterocin 96 gene induced by IPTG
      3. Bacillus subtilis + Production of the pTXB1 backbone containing Lacticin Z gene induced by IPTG
      4. Bacillus subtilis + Production of the pTXB1 backbone containing Durancin TW-49M gene induced by IPTG

October 10


Functional analysis test

  • Test the function of bacteriocins (produced by E. coli Rosetta-gami) by elisa reader(triplicate)
  • Sample
    • Control:
      1. Bacillus subtilis + Ampicillin
      2. Bacillus subtilis + Production of the pTXB1 backbone induced by IPTG
      3. Bacillus subtilis + LB broth
      4. LB broth for background
    • Test:
      1. Bacillus subtilis + Production of the pTXB1 backbone containing Bovicin HJ50 gene induced by IPTG
      2. Bacillus subtilis + Production of the pTXB1 backbone containing Leucocyclicin Q gene induced by IPTG

October 11


None

October 12


Functional analysis test

  • Test the function of bacteriocins (produced by E. coli Rosetta-gami) by elisa reader(Dose response assessment)
  • Sample
    • Control:
      1. Bacillus subtilis + Ampicillin
      2. Bacillus subtilis + Production of the pTXB1 backbone induced by IPTG
      3. Bacillus subtilis + LB broth
      4. LB broth for background
    • Test:
      1. Bacillus subtilis + Production of the pTXB1 backbone containing Enterocin B gene induced by IPTG
      2. Bacillus subtilis + Production of the pTXB1 backbone containing Enterocin 96 gene induced by IPTG
      3. Bacillus subtilis + Production of the pTXB1 backbone containing Lacticin Z gene induced by IPTG
      4. Bacillus subtilis + Production of the pTXB1 backbone containing Durancin TW-49M gene induced by IPTG

October 13


None

October 14


None

October 15


Functional analysis test

  • Test the function of bacteriocins (produced by E. coli Rosetta-gami) by elisa reader(Dose response assessment)
  • Sample
    • Control:
      1. Bacillus subtilis + Ampicillin
      2. Bacillus subtilis + Production of the pTXB1 backbone induced by IPTG
      3. Bacillus subtilis + LB broth
      4. LB broth for background
    • Test:
      1. Bacillus subtilis + Production of the pTXB1 backbone containing Bovicin HJ50 gene induced by IPTG
      2. Bacillus subtilis + Production of the pTXB1 backbone containing Leucocyclicin Q gene induced by IPTG

Functional analysis test(inhibition zone)

  • Test the function of Enterocin B (produced by E. coli Rosetta-gami) by LB Agar + Ampicillin plate
  • Sample
    • The Bacillus subtilis on the plate
    • Control:
      1. Ampicillin
      2. Production of the pTXB1 backbone induced by IPTG
    • Test:
      1. Production of the pTXB1 backbone containing Enterocin B gene induced by IPTG

October 16


Functional analysis test(inhibition zone)

  • Test the function of bacteriocins (produced by E. coli Rosetta-gami) by LB Agar + Ampicillin plate
  • Sample
    • The Bacillus subtilis on the plate
    • Control:
      1. Ampicillin
      2. Production of the pTXB1 backbone induced by IPTG
    • Test:
      1. Production of the pTXB1 backbone containing Bovicin HJ50 gene induced by IPTG
      2. Production of the pTXB1 backbone containing Lacticin Z gene induced by IPTG

October 17


Functional analysis test

  • Test the function of bacteriocins (produced by E. coli Rosetta-gami) by elisa reader(Dose response assessment)
  • Sample
    • Control:
      1. Bacillus subtilis + Ampicillin
      2. Bacillus subtilis + Production of the pTXB1 backbone induced by IPTG
      3. Bacillus subtilis + LB broth
    • Test:
      1. Bacillus subtilis + Production of the pTXB1 backbone containing Durancin TW-49M gene induced by IPTG

October 18


None

October 19


None