Team:UESTC-China/Notebook

From 2014.igem.org

(Difference between revisions)
 
(25 intermediate revisions not shown)
Line 278: Line 278:
}
}
-
.m
+
.middle-photo-each .middle-content{
 +
height: 400px;
 +
width: 947px;
 +
}
 +
.middle-content img{
 +
float: left;
 +
}
 +
#examplepic{
 +
width: 100px;
 +
height:60px;
 +
}
 +
.middle-content p{
 +
color: black;
 +
font-size: 26px;
 +
font-family: helveticallt,"微软雅黑";
 +
line-height: 20px;
 +
}
 +
#team-content{
 +
margin-top: 15px;
 +
margin-bottom: 95px;
 +
}
 +
.team-photo img{
 +
width: 1215px;
 +
}
 +
.team-photo{
 +
margin-bottom: -2px;
 +
}
 +
#top{
 +
background-image: url('https://static.igem.org/mediawiki/2014/8/89/Uestc_top2.png');
 +
width: 65px;
 +
height: 138px;
 +
position: fixed;
 +
top: 70%;
 +
margin-left: 1200px;
 +
cursor: pointer;
 +
z-index: 999;
 +
}
 +
#logo{
 +
position: absolute;
 +
width: 154px;
 +
height: 147px;
 +
margin-left: 1000px;
 +
margin-top: 30px;
 +
cursor: pointer;
 +
}
 +
#footer-box{
 +
display: none;
 +
}
 +
.firstHeading{
 +
display: none;
 +
}
 +
#content{
 +
border:none;
 +
background: none;
 +
}
 +
li{
 +
color:white;
 +
}
 +
 
 +
@font-face {
 +
font-family:  Microsoft Yahei;
 +
font-weight: normal;
 +
font-style: normal;
 +
} /* Made with http://icomoon.io/ */
 +
 
 +
.cbp_tmtimeline {
 +
margin: 30px 0 0 0;
 +
left: -40px;
 +
padding: 0;
 +
list-style: none;
 +
position: relative;
 +
}
 +
 
 +
/* The line */
 +
.cbp_tmtimeline:before {
 +
content: '';
 +
position: absolute;
 +
top: 0;
 +
bottom: 0;
 +
width: 10px;
 +
background: #98CB00;
 +
left: 20%;
 +
margin-left: -10px;
 +
}
 +
 
 +
.cbp_tmtimeline > li {
 +
position: relative;
 +
}
 +
 
 +
/* The date/time */
 +
.cbp_tmtimeline > li .cbp_tmtime {
 +
display: block;
 +
width: 25%;
 +
padding-right: 100px;
 +
position: absolute;
 +
}
 +
 
 +
.cbp_tmtimeline > li .cbp_tmtime span {
 +
display: block;
 +
text-align: right;
 +
}
 +
 
 +
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
 +
font-size: 0.9em;
 +
color: #00CC99 ;
 +
}
 +
 
 +
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
 +
font-size: 1.5em;
 +
color: #00CC99;
 +
}
 +
 
 +
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
 +
color: #00CC66;
 +
}
 +
 
 +
/* Right content */
 +
.cbp_tmtimeline > li .cbp_tmlabel {
 +
margin: 0 0 15px 25%;
 +
background:#7DD917;
 +
color: #ffffff;
 +
padding:13px;
 +
font-size: 22px;
 +
font-weight: 300;
 +
line-height: 1.4;
 +
position: relative;
 +
border-radius:5px;
 +
}
 +
 
 +
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
 +
background: #00CC99;
 +
}
 +
 
 +
.cbp_tmtimeline > li .cbp_tmlabel h2 {
 +
margin-top: 0px;
 +
padding: 0 0 10px 0;
 +
border-bottom: 1px solid rgba(255,255,255,0.4);
 +
color:#ffffff;
 +
font-size: 35px;
 +
}
 +
 
 +
/* The triangle */
 +
.cbp_tmtimeline > li .cbp_tmlabel:after {
 +
right: 100%;
 +
border: solid transparent;
 +
content: " ";
 +
height: 0;
 +
width: 0;
 +
position: absolute;
 +
pointer-events: none;
 +
border-right-color: #7DD917;
 +
border-width: 10px;
 +
top: 10px;
 +
}
 +
 
 +
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
 +
border-right-color: #00CC99;
 +
}
 +
 
 +
/* The icons */
 +
.cbp_tmtimeline > li .cbp_tmicon {
 +
width: 40px;
 +
height: 40px;
 +
font-family:  Microsoft Yahei;
 +
speak: none;
 +
font-style: normal;
 +
font-weight: normal;
 +
font-variant: normal;
 +
text-transform: none;
 +
font-size: 1.4em;
 +
line-height: 40px;
 +
-webkit-font-smoothing: antialiased;
 +
position: absolute;
 +
color: #fff;
 +
background: #98CB00;
 +
border-radius: 50%;
 +
box-shadow: 0 0 0 8px #B2EC05 ;
 +
text-align: center;
 +
left: 20%;
 +
top: 0;
 +
margin: 0 0 0 -25px;
 +
}
 +
 
 +
.cbp_tmicon-phone:before {
 +
content: "\e000";
 +
}
 +
 
 +
.cbp_tmicon-screen:before {
 +
content: "\e001";
 +
}
 +
 
 +
.cbp_tmicon-mail:before {
 +
content: "\e002";
 +
}
 +
 
 +
.cbp_tmicon-earth:before {
 +
content: "\e003";
 +
}
 +
 
 +
/* Example Media Queries */
 +
@media screen and (max-width: 65.375em) {
 +
 
 +
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
 +
font-size: 1.5em;
 +
}
 +
}
 +
 
 +
@media screen and (max-width: 47.2em) {
 +
.cbp_tmtimeline:before {
 +
display: none;
 +
}
 +
 
 +
.cbp_tmtimeline > li .cbp_tmtime {
 +
width: 100%;
 +
position: relative;
 +
padding: 0 0 20px 0;
 +
}
 +
 
 +
.cbp_tmtimeline > li .cbp_tmtime span {
 +
text-align: left;
 +
}
 +
 
 +
.cbp_tmtimeline > li .cbp_tmlabel {
 +
margin: 0 0 30px 0;
 +
padding: 1em;
 +
font-weight: 400;
 +
font-size: 95%;
 +
}
 +
 
 +
.cbp_tmtimeline > li .cbp_tmlabel:after {
 +
right: auto;
 +
left: 20px;
 +
border-right-color: transparent;
 +
border-bottom-color: #3594cb;
 +
top: -20px;
 +
}
 +
 
 +
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
 +
border-right-color: transparent;
 +
border-bottom-color: #98CB00;
 +
}
 +
 
 +
.cbp_tmtimeline > li .cbp_tmicon {
 +
position: relative;
 +
float: right;
 +
left: auto;
 +
margin: -55px 5px 0 0px;
 +
}
 +
}
 +
 
 +
 
 +
/* General Blueprint Style */
 +
@font-face {
 +
font-family: Microsoft Yahei;
 +
font-weight: normal;
 +
font-style: normal;
 +
} /* Made with http://icomoon.io/ download by http://www.codefans.net*/
 +
 
 +
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
 +
body, html { font-size: 100%; padding: 0; margin: 0;}
 +
 
 +
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
 +
.clearfix:before, .clearfix:after { content: " "; display: table; }
 +
.clearfix:after { clear: both; }
 +
 
 +
body {
 +
    font-family:  Microsoft Yahei, Calibri, Arial, sans-serif;
 +
    color: #47a3da;
 +
}
 +
 
 +
a {
 +
color: #ffffff;
 +
text-decoration: none;
 +
}
 +
 
 +
a:hover {
 +
color: #000;
 +
}
 +
 
 +
.container{
 +
background-color:#ffffff;
 +
width:1214;
 +
padding-top:20px;}
 +
 
 +
.main{
 +
width: 95%;
 +
max-width: 69em;
 +
margin: 0 auto;
 +
padding: 0 1.875em 3.125em 1.875em;
 +
background-color: #ffffff;
 +
}
 +
.cbp_tmlabel strong{
 +
color:#FF5151;
 +
}
 +
</style>
 +
</head>
 +
 
 +
 
 +
<body>
 +
<div id="total-wrap">
 +
<div id="header">
 +
<div id="emp">
 +
<div id='logo'><a href="https://igem.org"><img src="https://static.igem.org/mediawiki/2014/d/da/NewLogo2.png"></a></div>
 +
</div>
 +
<div id="top-menu">
 +
<div class="top-menu-each">
 +
<a href="https://2014.igem.org/Team:UESTC-China"><p>Home</p></a>
 +
</div>
 +
<div class="top-menu-each">
 +
<div class="arrow"></div>
 +
<p>Team</p>
 +
<div class="top-menu-sub">
 +
<ul>
 +
 
 +
 
 +
<a href="https://2014.igem.org/Team:UESTC-China/Team"><li>Members</li></a>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Attribution"><li>Attribution</li></a>
 +
<a href="https://igem.org/Team.cgi?year=2014&team_name=UESTC-China"><li>Team Profile</li></a>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Notebook"><li>Notebook</li></a>
 +
</ul>
 +
</div>
 +
</div>
 +
 
 +
<div class="top-menu-each">
 +
<div class="arrow"></div>
 +
<p>Project</p>
 +
<div class="top-menu-sub">
 +
<ul>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Project"><li>Overview</li></a>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Design"><li>Design</li></a>
 +
<a href="https://2014.igem.org/Team:UESTC-China/result"><li>Result</li></a>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Futurework"><li>Future work</li></a>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Judingform"><li>Judging Criteria</li></a>
 +
 
 +
</ul>
 +
</div>
 +
</div>
 +
<div class="top-menu-each">
 +
<div class="arrow"></div>
 +
<p>Modeling</p>
 +
<div class="top-menu-sub">
 +
<ul>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Modeling"><li>Overview</li></a>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Modeling1"><li>HPS/PHI</li></a>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Modeling2"><li>FALDH/FDH</li></a>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Modeling3"><li>AtAHA2</li></a>
 +
 
 +
</ul>
 +
</div>
 +
</div>
 +
<div class="top-menu-each">
 +
<div class="arrow"></div>
 +
<p>Parts</p>
 +
<div class="top-menu-sub">
 +
<ul>
 +
<a href="https://2014.igem.org/Team:UESTC-China/BioBrick"><li>BioBrick</li></a>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Protocol"><li>Protocol</li></a>
 +
 
 +
</ul>
 +
  </div>
 +
  </div>
 +
<div class="top-menu-each">
 +
<div class="arrow"></div>
 +
<p>Human Practice</p>
 +
<div class="top-menu-sub">
 +
<ul>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Questionnaire.html"><li>Questionnaire</li></a>
 +
 
 +
<a href="https://2014.igem.org/Team:UESTC-China/Knowledgequiz"><li>Knowledge quiz</li></a>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Lecture.html"><li>Lecture</li></a>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Communication.html"><li>Communication</li></a>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Art"><li>Art</li></a>
 +
 +
</ul>
 +
  </div>
 +
</div>
 +
<div class="top-menu-each">
 +
<div class="arrow"></div>
 +
<p>Safety</p>
 +
<div class="top-menu-sub">
 +
<ul>
 +
<a href="https://2014.igem.org/Team:UESTC-China/Safety"><li>Safety</li></a>
 +
 +
</ul>
 +
  </div>
 +
</div>
 +
</div>
 +
</div>
 +
    <div id="middle-photo">
 +
<div class="middle-photo-each">
 +
 
 +
<div id="all">
 +
<div class="container">
 +
  <div class="main">
 +
<h1 style="color:#1b1b1b; position:relative; left:0px; padding:15 5px; font-size:40px; font-family: calibri, arial, helvetica, sans-serif; font-weight: bold;font-style: Italic; text-align:center; width:1140px;">Notebook</h1>
 +
    <ul class="cbp_tmtimeline">
 +
      <li>
 +
        <time class="cbp_tmtime" datetime="2013-04-10 18:30"><span></span><span>
 +
February</span></time>
 +
        <div class="cbp_tmicon cbp_tmicon-phone"></div>
 +
        <div class="cbp_tmlabel">
 +
       
 +
          <p>
 +
<B>Feb 14</B><br/>
 +
iGEM 2014 registration opens.<br/>
 +
<b>Feb 20</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
Team of iGEM 2014 in UESTC is founded.<br/>
 +
<b>Feb 21</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
We name our team Green Life;<br/>
 +
Discuss the direction we will focus on for the iGEM 2014.<br/>
 +
<b>Feb 24</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
We meet the supervisors Yong Zhang, Xuelian Zheng, Lixia Tang, discussing the direction and acquiring their opinions of our project.<br/>
 +
  </p>
 +
        </div>
 +
      </li>
 +
      <li>
 +
        <time class="cbp_tmtime" datetime="2013-04-11 12:04"><span></span><span>
 +
March</span></time>
 +
        <div class="cbp_tmicon cbp_tmicon-screen"></div>
 +
        <div class="cbp_tmlabel">
 +
         
 +
          <p>
 +
<b>March 3</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
We firstly choose plant as our receptor, each member of our team give advices for the details we plan to do, such as which plant to use, tobacco, arabidopsis or any other plant?<br/>
 +
<b>March 10</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
We talk with our supervisors and decide to use tobacco as our receptor for its simpleness as model organism.<br/>
 +
<b>March 17</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
We discuss the project and firstly decide to create a plant which can absorb formaldehyde largely by synthetic biology. And we choose Yasong Cui as our team leader.<br/>
 +
<b>March 24</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
Team leader assign task for us;<br/>
 +
The first phase for our task begins, searching references and designing our logo.<br/>
 +
<b>March 31</b><br/>
 +
We register our team with the name of Green Life;<br/>
 +
iGEM 2014 registration closes;<br/>
 +
Team registration fee due.<br/>
 +
 
 +
  </p>
 +
</div>
 +
      </li>
 +
      <li>
 +
        <time class="cbp_tmtime" datetime="2013-04-13 05:36"><span></span><span>
 +
April</span></time>
 +
        <div class="cbp_tmicon cbp_tmicon-mail"></div>
 +
        <div class="cbp_tmlabel">
 +
         
 +
          <p>
 +
<b>April 9</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
Group meeting for the references and information we have researched last few days. Team leader Yasong Cui and Jingyao Li report the key enzymes through the formaldehyde metabolic pathways. <i>HPS</i>, <i>PHI</i> are critical enzymes of RuMP pathway in formaldehyde assimilation. The references show that the transformation method is chloroplast transformation. The crucial enzyme in amplifying stomas of foliage is <i>AHA2</i>.<br/>
 +
<b>April 13</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
Group meeting for the reference reading.<br/>
 +
Mingyuan Wang reports one gene (<i>AdCP</i>) of pollen sterility;<br/>
 +
Jiao He reports <i>FDH</i> which can amplify metabolic pathway in plant;<br/>
 +
Yasong Cui reports gene <i>AHA2</i> which can amplify stoma of foliage.<br/>
 +
<b>April 16</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
Group meeting for the wiki constructing;<br/>
 +
The responsible person of wiki, Zhiqiang Yan assigns tasks for the rest.<br/>
 +
<b>April 20</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
Jie Li reports <i>FALDH</i> which can amplify metabolic pathway in plant;<br/>
 +
Rui Liu reports some information about <i>HPS</i>, <i>PHI</i>;<br/>
 +
Yasong Cui reports some information about <i>AHA2</i>.<br/>
 +
<b>April 23</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
Vector construction and confirmation of the gene (<i>HPS</i>, <i>PHI</i>, <i>FDH</i>, <i>FALDH</i>, <i>AHA2</i>, <i>AdCP</i>) being used in our project.<br/>
 +
<b>April 23</b><br/>
 +
Site: online<br/>
 +
We change the team name Green Life into UESTC-China.<br/>
 +
<b>April 25</b><br/>
 +
Start to design a questionnaire about iGEM and our project. And plan to do a small range research.<br/>
 +
<b>April 30</b><br/>
 +
Site: The seventh middle school in Chengdu<br/>
 +
We introduce the concept and racing type of iGEM to the students in the seventh middle school who were the best students in Sichuan province.<br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
We talk about the PrbcS-3C promoter sequence and the gene sequence of transit peptide of chloroplast.<br/>
 +
 
 +
  </p>
 +
        </div>
 +
      </li>
 +
      <li>
 +
        <time class="cbp_tmtime" datetime="2013-04-15 13:15"><span></span><span>
 +
May </span></time>
 +
        <div class="cbp_tmicon cbp_tmicon-phone"></div>
 +
        <div class="cbp_tmlabel">
 +
       
 +
          <p>
 +
DNA Distribution Kit sent to teams<br/>
 +
<b>May 01</b><br/>
 +
iGEM 2014 Late registration closes<br/>
 +
<b>May 3</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
Decision on the backbone vector.<br/>
 +
The backbone named pXZY006 is proffered by one of our advisor Zhengyang Xie. And we designate it piGEM001.<br/>
 +
Weixin Liu finds some chloroplast and cytoplasm transit peptide from Uniprot database.<br/>
 +
<b>May 7</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
Take a group meeting and design the vectors we plan to use.<br/>
 +
<b>May 14</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
Group meeting.<br/>
 +
We discuss some details in the designing of vector constructing;<br/>
 +
At the end of the meeting, we started our experiments.<br/>
 +
<b>May 19</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
We extract pXZY006 plasmid from bacterium culture using TIANGEN kit.<br/>
 +
Using SpeⅠand HpaⅠto do the double digestion of pXZY006 and F01 (contains <i>HPS</i> ) and do the ligation using T4 DNA ligase.<br/>
 +
<b>May 22</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Do the transformation in competent recipient <i>E.coli</i> cell.<br/>
 +
<b>May 23</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Repeat the experiments we do in May 19 and May 22 for the outcome is not that satisfactory.<br/>
 +
Also we do not use the T4 ligase to do the ligation but by Gibson assembly.<br/>
 +
<b>May 28</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Do the colony PCR to testify if the F01 has ligated to pXZY006.<br/>
 +
And it comes out with positive clones, so the vector piGEM001 has been successfully constructed.<br/>
 +
<b>May 29</b><br/>
 +
Site: West 304 of main building in UESTC<br/>
 +
Group meeting;<br/>
 +
Decide to build the second vector piGEM002.<br/>
 +
Ligate F05, F02, and F03 to piGEM001 to construct piGEM002;<br/>
 +
Ligate F06, F07 to piGEM002 to construct piGEM011.<br/>
 +
<b>May 30</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Ligate F06 and F07 to iGEM001.<br/>
 +
<b>May 31</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Do the transformation using heat shock.<br/>
 +
The outcome is satisfactory that there is no clone in control group and thirteen clones in experimental group.<br/>
 +
 
 +
  </p>
 +
        </div>
 +
      </li>
 +
      <li>
 +
        <time class="cbp_tmtime" datetime="2013-04-15 13:15"><span></span><span>
 +
June  </span></time>
 +
        <div class="cbp_tmicon cbp_tmicon-phone"></div>
 +
        <div class="cbp_tmlabel">
 +
         
 +
          <p>
 +
<b>June 5</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Do the colony PCR to testify if the F06 and F07 have ligated to piGEM001.<br/>
 +
This ligation fail due to the outcome of colony PCR.<br/>
 +
<b>June 6</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Repeat the experiments we did on May 31.<br/>
 +
<b>June 7</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Do the transformation and colony PCR.<br/>
 +
The outcome of colony PCR still demonstrate we fail again.<br/>
 +
<b>June 8-13</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
We do the ligation and transformation repeatedly, asking help from our advisors, finally we got the right outcome of piGEM011 (not the originally piGEM011 we planned to construct, used to be F06+F07+piGEM002 and now is F06+F07+piGEM001).<br/>
 +
<b>June 14</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
We ligate F02, F03, and F05 but fail.<br/>
 +
<b>June 15</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
We ligate F02, F03, and F05 but fail.<br/>
 +
<b>June 16</b><br/>
 +
Site: The area before Sun Shine dining hall in UESTC<br/>
 +
We make a knowledge quiz which contains a few questions concerning iGEM or synthetic biology to expand people's horizon.<br/>
 +
<b>June 19</b><br/>
 +
Open Office Hours -- ask safety questions, meet other iGEMers!<br/>
 +
<b>June 23</b><br/>
 +
About our Lab form due<br/>
 +
<b>June 17-30</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
We do the multiple ligation of F02, F03, and F05 repeatedly for changing the parameters in experiments but fail.<br/>
 +
 
 +
  </p>
 +
        </div>
 +
      </li>
 +
      <li>
 +
        <time class="cbp_tmtime" datetime="2013-04-15 13:15"><span></span><span>
 +
July  </span></time>
 +
        <div class="cbp_tmicon cbp_tmicon-phone"></div>
 +
        <div class="cbp_tmlabel">
 +
       
 +
          <p>
 +
<b>July 1-16</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
We do the multiple ligation of F02, F03, and F05 repeatedly for changing the parameters in experiments but fail. And finally we abandon F03 and F05, ‘cause no matter how we improve the criteria of our experiments we still get the fail result. But we still add F02 into piGEM001 to construct the backbone.<br/>
 +
<b>July 13</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Start to construct DNA samples in pSB1C3.<br/>
 +
<b>July 16</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
We ligate F02 to piGEM001 as the new vector piGEM002.<br/>
 +
<b>July 21</b><br/>
 +
Preliminary safety forms due.<br/>
 +
<b>July 23</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Group meeting.<br/>
 +
We decide to construct the rest vectors piGEM003, piGEM004, piGEM005, piGEM006, piGEM007, piGEM008, piGEM009, piGEM010.<br/>
 +
<b>July 25</b><br/>
 +
Track selection due;<br/>
 +
Site: West 121 and west 111 of main building in UESTC<br/>
 +
We communicate with the students from SCU. We exchange our project to each other and make a long talk about what we have done during the last month.<br/>
 +
<b>July 26</b><br/>
 +
Site: West 121 and west 111 of main building in UESTC<br/>
 +
From July 25th, we start to do the transformation part. That really requires large volume of work. Four members of our team do the most of the work,and other members also help a lot.<br/>
 +
<b>July 27</b><br/>
 +
Site: Before the main building of UESTC<br/>
 +
The members of our team gather and take a photo.<br/>
 +
<b>July 28</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Start to construct the vector piGEM003, piGEM004, piGEM005, piGEM006, piGEM008, piGEM010.<br/>
 +
<b>July 29</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Go on revising the questionnaire about iGEM. And plan to start a second research.<br/>
 +
<b>July 28-31</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Go on constructing the vector piGEM003, piGEM004, piGEM005, piGEM006, piGEM008, piGEM010.<br/>
 +
Start to construct piGEM007.<br/>
 +
 
 +
  </p>
 +
        </div>
 +
      </li>
 +
      <li>
 +
        <time class="cbp_tmtime" datetime="2013-04-17 12:11"><span></span><span>
 +
August </span></time>
 +
        <div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
        <div class="cbp_tmlabel">
 +
       
 +
        <p>
 +
<b>August 2</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Start to construct the vector piGEM009.<br/>
 +
Do the colony PCR in the eight vectors to detect if the colony is positive or not.<br/>
 +
<b>August 3</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Amplify 6*A-MASS, GSG-P2A, GSG-T2A, GSG-F2A by PCR.<br/>
 +
<b>August 5</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Amplify <i>AtAHA2</i> by PCR.<br/>
 +
<b>August 8</b><br/>
 +
Site: The playground of UESTC and the opening area in front of supermarket<br/>
 +
We go to the playground and do the research for our questionnaire.<br/>
 +
<b>August 11</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
All the vectors (piGEM003-010) we planned to build have finished.<br/>
 +
<b>August 15</b><br/>
 +
Team project descriptions due.<br/>
 +
 
 +
<b>August 18</b><br/>
 +
Site: West 206 of main building in UESTC<br/>
 +
During the summer vacation, besides communicating with the students in SCU, there was another activity which worth a notice, our principal came to our laboratory and gave us a speech, which totally stimulated us to work harder and excitedly. The principal told us do not be scared to have the new idea, 'cause the study we received today is to make us to speak out a new idea no matter it is wizard or not.<br/>
 +
<b>August 20</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
For about two months work, our wiki has its fundamental appearance.<br/>
 +
<b>August 27</b><br/>
 +
Site: West 304of main building in UESTC<br/>
 +
Group meeting for the progress of our project.<br/>
 +
<b>August 30</b><br/>
 +
Site: Qingshui campus of UESTC<br/>
 +
To improve the outcome of our iGEM, we start to do a third research for our questionnaire today. 'cause the people from various places gather in our school for accompanying their children to go to school.<br/>
 +
 +
</p>
 +
</div>
 +
      </li>
 +
      <li>
 +
        <time class="cbp_tmtime" datetime="2013-04-17 12:11"><span></span><span>September</span></time>
 +
        <div class="cbp_tmicon cbp_tmicon-screen"></div>
 +
        <div class="cbp_tmlabel">
 +
         
 +
          <p>
 +
<b>September 1 to now</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
On September 1st, when the eighth leaves of the first batch of tobacco seedlings appear, we start the formal experiments of formaldehyde detection. Before that, some pre-tests are made based on some corresponding references. Finding the right amount of formaldehyde is the hardest part. By means of a series of experiments, we determine the final protocol which includes the qualitative detection and quantitative detection. From the experimental results, we can draw the conclusion that our super plants have remarkable formaldehyde tolerance and can dramatically reduce the concentration of formaldehyde in the air.<br/>
 +
<b>September 1</b><br/>
 +
Final safety forms due.<br/>
 +
<b>September 5</b><br/>
 +
Giant Jamboree attendance fee due at 11:59PM EDT;<br/>
 +
Team rosters due.<br/>
 +
<b>September 6</b><br/>
 +
Site: West 213 of main building in UESTC<br/>
 +
Extract the DNA and RNA from transgenis plant, testifying.<br/>
 +
Team rosters due.<br/>
 +
<b>September 7-15</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Sum up the information of the questionnaire, and draw up the statistics.<br/>
 +
<b>September 20-30</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
Analyze the statistics we get from the questionnaire. And start to consider how to present the conclusions on the wiki.<br/>
 +
<b>September 24</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
The DNA samples in pSB1C3 have been completely finished.<br/>
 +
<b>September 25</b><br/>
 +
Site: West 121 of main building in UESTC<br/>
 +
In the beginning of this new semester, our school held a science and culture activity. We caught this opportunity to advertise iGEM and our ultimate products, the plants which can absorb formaldehyde. The leaders and many teachers in our school also participated this activity. We displayed the plants which already owned the several genes which worked in the absorption of formaldehyde, to the people who visited our project. And the people visited our plant all said they want to owe one if there is already market available.<br/>
 +
 
 +
  </p>
 +
</div>
 +
      </li>
 +
      <li>
 +
        <time class="cbp_tmtime" datetime="2013-04-18 09:56"><span></span><span>October</span></time>
 +
        <div class="cbp_tmicon cbp_tmicon-phone"></div>
 +
        <div class="cbp_tmlabel">
 +
         
 +
          <p>
 +
<b>October 1</b><br/>
 +
Site: West 121 and west 111 of main building in UESTC<br/>
 +
Examine the formaldehyde tolerance of the transgenis plant and wildtype plant.<br/>
 +
<b>October 5</b><br/>
 +
Site: West 121 and west 111 of main building in UESTC<br/>
 +
Examine the formaldehyde tolerance of the transgenis plant and wildtype plant.<br/>
 +
<b>October 3-8</b><br/>
 +
Site: West 121 and west 111 of main building in UESTC<br/>
 +
Improve the outcomes of Questionnaire researching.<br/>
 +
<b>October 3-8</b><br/>
 +
Site: West 121 and west 111 of main building in UESTC<br/>
 +
Keep on constructing our wiki and doing the examinations of our super plant's tolerance of formaldehyde.<br/>
 +
<b>October 9 to now</b><br/>
 +
Site: West 121 and west 111 of main building in UESTC<br/>
 +
Keep on constructing our wiki, doing the examinations of our super plant's tolerance of formaldehyde and extract DNA and RNA from transgenis tobacco.<br/>
 +
<b>October 10</b><br/>
 +
Site: West 121 and west 111 of main building in UESTC<br/>
 +
We mimic the iGEM jamboree spot and to present our project to the teachers.<br/>
 +
<b>Up to October 17</b><br/>
 +
We keep on constructing our wiki, examining the writing error and lack of standardization and replenishing the picture and results of our project.<br/>
 +
<b>Up to now</b><br/>
 +
We keep on replenish our experiments, and examining the formaldehyde tolerance of transgenis plant. And continue to picture the differences of formaldehyde tolerance in transgenis and wildtype plant.<br/>
 +
 
 +
          </p>
 +
</div>
 +
      </li>
 +
 
 +
 
 +
    </ul>
 +
  </div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
 +
<script type="text/javascript">
 +
 
 +
$(document).ready(function(){
 +
 
 +
var imageload=new Array("https://static.igem.org/mediawiki/2014/1/15/NewPlant1.jpg","https://static.igem.org/mediawiki/2014/9/9f/NewPlant2.jpg","https://static.igem.org/mediawiki/2014/1/14/All_students3.jpg");
 +
var datatemp=function(){
 +
this.head;
 +
this.content;
 +
}
 +
var data1=new datatemp();
 +
var data2=new datatemp();
 +
var data3=new datatemp();
 +
data1.head="Plants";
 +
data1.content="Culture";
 +
data2.head="Plants ";
 +
data2.content="Transform";
 +
data3.head="Our Team";
 +
data3.content="Keep moving";
 +
var imageintro=new Array(data1,data2,data3);
 +
var imagecount=0;
 +
 +
var init=function(){
 +
$('.arrow').hide();
 +
$('.top-menu-sub').hide();
 +
 
 +
}
 +
var bind=function(){
 +
$("#top").hide();
 +
$(document).scroll(function(){
 +
if($(document).scrollTop()>308){
 +
$("#left-bar").css("position","fixed");
 +
$("#left-bar").css("top","0%");
 +
}
 +
else{
 +
console.log(1);
 +
$("#left-bar").css("position","absolute");
 +
$("#left-bar").css("top","");
 +
 
 +
};
 +
})
 +
$('.top-menu-each').hover(function(){
 +
$('.top-menu-each.click .arrow').hide();
 +
$('.top-menu-each.click').removeClass('click');
 +
$(this).addClass('click');
 +
$(this).find('.arrow').show();
 +
$('.top-menu-sub.show').hide();
 +
$('.top-menu-sub.show').removeClass('show');
 +
$(this).find('.top-menu-sub').addClass('show');
 +
$(this).find('.top-menu-sub').show();}
 +
,
 +
function() {
 +
 
 +
$(this).removeClass('click');
 +
$(this).find('.arrow').hide();
 +
$(this).find('.top-menu-sub').removeClass('show');
 +
$(this).find('.top-menu-sub').hide();
 +
 
 +
 +
})
 +
 
 +
 +
}
 +
var changepic=function(){
 +
imagecount=imagecount+1;
 +
if(imagecount==imageload.length){
 +
imagecount=imagecount-imageload.length;
 +
}
 +
$('#big-photo-hover').fadeOut(function(){
 +
$('#big-photo-wrap').prepend('<img src='+imageload[imagecount]+'>');
 +
$('#big-photo img:eq(0)').css('margin-left','-1214px');
 +
$('#big-photo img:eq(0)').animate({marginLeft:'0px'},3000);
 +
$('#big-photo img:eq(1)').animate({marginLeft:'1214px'},3000,function(){
 +
$('#big-photo img:eq(1)').remove();
 +
$('#big-photo-hover .header').html(imageintro[imagecount].head);
 +
$('#big-photo-hover .content').html(imageintro[imagecount].content);
 +
$('#big-photo-hover').fadeIn();
 +
});
 +
})
 +
 +
 +
}
 +
$(window).scroll(function(){
 +
min_height=window.screen.availHeight ;
 +
var s = $(window).scrollTop();
 +
if( s > 0){
 +
if(!$("#top").hasClass("hide"))
 +
$('#top').fadeIn(100);
 +
}else{
 +
$('#top').fadeOut(200);
 +
};
 +
});
 +
 +
 +
$('#top').click(function(){
 +
$('html,body').animate({scrollTop:0},300);
 +
 +
});
 +
setInterval(changepic,8000);
 +
init();
 +
bind();
 +
/*
 +
if ($("p:contains('Team')").parent().next().find("p").html() == "Result") {
 +
$("p:contains('Result')").parent().remove();
 +
};
 +
if ($("p:contains('Modeling')").parent().next().find("p").html() != "Result") {
 +
a = $("p:contains('Home')").parent().parent().clone();
 +
a.find('p').html('Result');
 +
a.find('a').attr('href','/Team:UESTC-China/result');
 +
$("p:contains('Modeling')").parent().after(a);
 +
};*/
 +
item = window.location.href.split('/').pop();
 +
item = item.split('.')[0];
 +
 
 +
if ( item == "members" ) {
 +
 
 +
$('iframe').css('width','900px');
 +
 
 +
};
 +
 
 +
 
 +
})
 +
 
 +
</script>
 +
 
 +
</body>
 +
</html>

Latest revision as of 02:25, 18 October 2014

UESTC-China

Notebook

  • Feb 14
    iGEM 2014 registration opens.
    Feb 20
    Site: West 304 of main building in UESTC
    Team of iGEM 2014 in UESTC is founded.
    Feb 21
    Site: West 304 of main building in UESTC
    We name our team Green Life;
    Discuss the direction we will focus on for the iGEM 2014.
    Feb 24
    Site: West 304 of main building in UESTC
    We meet the supervisors Yong Zhang, Xuelian Zheng, Lixia Tang, discussing the direction and acquiring their opinions of our project.

  • March 3
    Site: West 304 of main building in UESTC
    We firstly choose plant as our receptor, each member of our team give advices for the details we plan to do, such as which plant to use, tobacco, arabidopsis or any other plant?
    March 10
    Site: West 304 of main building in UESTC
    We talk with our supervisors and decide to use tobacco as our receptor for its simpleness as model organism.
    March 17
    Site: West 304 of main building in UESTC
    We discuss the project and firstly decide to create a plant which can absorb formaldehyde largely by synthetic biology. And we choose Yasong Cui as our team leader.
    March 24
    Site: West 304 of main building in UESTC
    Team leader assign task for us;
    The first phase for our task begins, searching references and designing our logo.
    March 31
    We register our team with the name of Green Life;
    iGEM 2014 registration closes;
    Team registration fee due.

  • April 9
    Site: West 304 of main building in UESTC
    Group meeting for the references and information we have researched last few days. Team leader Yasong Cui and Jingyao Li report the key enzymes through the formaldehyde metabolic pathways. HPS, PHI are critical enzymes of RuMP pathway in formaldehyde assimilation. The references show that the transformation method is chloroplast transformation. The crucial enzyme in amplifying stomas of foliage is AHA2.
    April 13
    Site: West 304 of main building in UESTC
    Group meeting for the reference reading.
    Mingyuan Wang reports one gene (AdCP) of pollen sterility;
    Jiao He reports FDH which can amplify metabolic pathway in plant;
    Yasong Cui reports gene AHA2 which can amplify stoma of foliage.
    April 16
    Site: West 304 of main building in UESTC
    Group meeting for the wiki constructing;
    The responsible person of wiki, Zhiqiang Yan assigns tasks for the rest.
    April 20
    Site: West 304 of main building in UESTC
    Jie Li reports FALDH which can amplify metabolic pathway in plant;
    Rui Liu reports some information about HPS, PHI;
    Yasong Cui reports some information about AHA2.
    April 23
    Site: West 304 of main building in UESTC
    Vector construction and confirmation of the gene (HPS, PHI, FDH, FALDH, AHA2, AdCP) being used in our project.
    April 23
    Site: online
    We change the team name Green Life into UESTC-China.
    April 25
    Start to design a questionnaire about iGEM and our project. And plan to do a small range research.
    April 30
    Site: The seventh middle school in Chengdu
    We introduce the concept and racing type of iGEM to the students in the seventh middle school who were the best students in Sichuan province.
    Site: West 304 of main building in UESTC
    We talk about the PrbcS-3C promoter sequence and the gene sequence of transit peptide of chloroplast.

  • DNA Distribution Kit sent to teams
    May 01
    iGEM 2014 Late registration closes
    May 3
    Site: West 304 of main building in UESTC
    Decision on the backbone vector.
    The backbone named pXZY006 is proffered by one of our advisor Zhengyang Xie. And we designate it piGEM001.
    Weixin Liu finds some chloroplast and cytoplasm transit peptide from Uniprot database.
    May 7
    Site: West 304 of main building in UESTC
    Take a group meeting and design the vectors we plan to use.
    May 14
    Site: West 304 of main building in UESTC
    Group meeting.
    We discuss some details in the designing of vector constructing;
    At the end of the meeting, we started our experiments.
    May 19
    Site: West 121 of main building in UESTC
    We extract pXZY006 plasmid from bacterium culture using TIANGEN kit.
    Using SpeⅠand HpaⅠto do the double digestion of pXZY006 and F01 (contains HPS ) and do the ligation using T4 DNA ligase.
    May 22
    Site: West 121 of main building in UESTC
    Do the transformation in competent recipient E.coli cell.
    May 23
    Site: West 121 of main building in UESTC
    Repeat the experiments we do in May 19 and May 22 for the outcome is not that satisfactory.
    Also we do not use the T4 ligase to do the ligation but by Gibson assembly.
    May 28
    Site: West 121 of main building in UESTC
    Do the colony PCR to testify if the F01 has ligated to pXZY006.
    And it comes out with positive clones, so the vector piGEM001 has been successfully constructed.
    May 29
    Site: West 304 of main building in UESTC
    Group meeting;
    Decide to build the second vector piGEM002.
    Ligate F05, F02, and F03 to piGEM001 to construct piGEM002;
    Ligate F06, F07 to piGEM002 to construct piGEM011.
    May 30
    Site: West 121 of main building in UESTC
    Ligate F06 and F07 to iGEM001.
    May 31
    Site: West 121 of main building in UESTC
    Do the transformation using heat shock.
    The outcome is satisfactory that there is no clone in control group and thirteen clones in experimental group.

  • June 5
    Site: West 121 of main building in UESTC
    Do the colony PCR to testify if the F06 and F07 have ligated to piGEM001.
    This ligation fail due to the outcome of colony PCR.
    June 6
    Site: West 121 of main building in UESTC
    Repeat the experiments we did on May 31.
    June 7
    Site: West 121 of main building in UESTC
    Do the transformation and colony PCR.
    The outcome of colony PCR still demonstrate we fail again.
    June 8-13
    Site: West 121 of main building in UESTC
    We do the ligation and transformation repeatedly, asking help from our advisors, finally we got the right outcome of piGEM011 (not the originally piGEM011 we planned to construct, used to be F06+F07+piGEM002 and now is F06+F07+piGEM001).
    June 14
    Site: West 121 of main building in UESTC
    We ligate F02, F03, and F05 but fail.
    June 15
    Site: West 121 of main building in UESTC
    We ligate F02, F03, and F05 but fail.
    June 16
    Site: The area before Sun Shine dining hall in UESTC
    We make a knowledge quiz which contains a few questions concerning iGEM or synthetic biology to expand people's horizon.
    June 19
    Open Office Hours -- ask safety questions, meet other iGEMers!
    June 23
    About our Lab form due
    June 17-30
    Site: West 121 of main building in UESTC
    We do the multiple ligation of F02, F03, and F05 repeatedly for changing the parameters in experiments but fail.

  • July 1-16
    Site: West 121 of main building in UESTC
    We do the multiple ligation of F02, F03, and F05 repeatedly for changing the parameters in experiments but fail. And finally we abandon F03 and F05, ‘cause no matter how we improve the criteria of our experiments we still get the fail result. But we still add F02 into piGEM001 to construct the backbone.
    July 13
    Site: West 121 of main building in UESTC
    Start to construct DNA samples in pSB1C3.
    July 16
    Site: West 121 of main building in UESTC
    We ligate F02 to piGEM001 as the new vector piGEM002.
    July 21
    Preliminary safety forms due.
    July 23
    Site: West 121 of main building in UESTC
    Group meeting.
    We decide to construct the rest vectors piGEM003, piGEM004, piGEM005, piGEM006, piGEM007, piGEM008, piGEM009, piGEM010.
    July 25
    Track selection due;
    Site: West 121 and west 111 of main building in UESTC
    We communicate with the students from SCU. We exchange our project to each other and make a long talk about what we have done during the last month.
    July 26
    Site: West 121 and west 111 of main building in UESTC
    From July 25th, we start to do the transformation part. That really requires large volume of work. Four members of our team do the most of the work,and other members also help a lot.
    July 27
    Site: Before the main building of UESTC
    The members of our team gather and take a photo.
    July 28
    Site: West 121 of main building in UESTC
    Start to construct the vector piGEM003, piGEM004, piGEM005, piGEM006, piGEM008, piGEM010.
    July 29
    Site: West 121 of main building in UESTC
    Go on revising the questionnaire about iGEM. And plan to start a second research.
    July 28-31
    Site: West 121 of main building in UESTC
    Go on constructing the vector piGEM003, piGEM004, piGEM005, piGEM006, piGEM008, piGEM010.
    Start to construct piGEM007.

  • August 2
    Site: West 121 of main building in UESTC
    Start to construct the vector piGEM009.
    Do the colony PCR in the eight vectors to detect if the colony is positive or not.
    August 3
    Site: West 121 of main building in UESTC
    Amplify 6*A-MASS, GSG-P2A, GSG-T2A, GSG-F2A by PCR.
    August 5
    Site: West 121 of main building in UESTC
    Amplify AtAHA2 by PCR.
    August 8
    Site: The playground of UESTC and the opening area in front of supermarket
    We go to the playground and do the research for our questionnaire.
    August 11
    Site: West 121 of main building in UESTC
    All the vectors (piGEM003-010) we planned to build have finished.
    August 15
    Team project descriptions due.
    August 18
    Site: West 206 of main building in UESTC
    During the summer vacation, besides communicating with the students in SCU, there was another activity which worth a notice, our principal came to our laboratory and gave us a speech, which totally stimulated us to work harder and excitedly. The principal told us do not be scared to have the new idea, 'cause the study we received today is to make us to speak out a new idea no matter it is wizard or not.
    August 20
    Site: West 121 of main building in UESTC
    For about two months work, our wiki has its fundamental appearance.
    August 27
    Site: West 304of main building in UESTC
    Group meeting for the progress of our project.
    August 30
    Site: Qingshui campus of UESTC
    To improve the outcome of our iGEM, we start to do a third research for our questionnaire today. 'cause the people from various places gather in our school for accompanying their children to go to school.

  • September 1 to now
    Site: West 121 of main building in UESTC
    On September 1st, when the eighth leaves of the first batch of tobacco seedlings appear, we start the formal experiments of formaldehyde detection. Before that, some pre-tests are made based on some corresponding references. Finding the right amount of formaldehyde is the hardest part. By means of a series of experiments, we determine the final protocol which includes the qualitative detection and quantitative detection. From the experimental results, we can draw the conclusion that our super plants have remarkable formaldehyde tolerance and can dramatically reduce the concentration of formaldehyde in the air.
    September 1
    Final safety forms due.
    September 5
    Giant Jamboree attendance fee due at 11:59PM EDT;
    Team rosters due.
    September 6
    Site: West 213 of main building in UESTC
    Extract the DNA and RNA from transgenis plant, testifying.
    Team rosters due.
    September 7-15
    Site: West 121 of main building in UESTC
    Sum up the information of the questionnaire, and draw up the statistics.
    September 20-30
    Site: West 121 of main building in UESTC
    Analyze the statistics we get from the questionnaire. And start to consider how to present the conclusions on the wiki.
    September 24
    Site: West 121 of main building in UESTC
    The DNA samples in pSB1C3 have been completely finished.
    September 25
    Site: West 121 of main building in UESTC
    In the beginning of this new semester, our school held a science and culture activity. We caught this opportunity to advertise iGEM and our ultimate products, the plants which can absorb formaldehyde. The leaders and many teachers in our school also participated this activity. We displayed the plants which already owned the several genes which worked in the absorption of formaldehyde, to the people who visited our project. And the people visited our plant all said they want to owe one if there is already market available.

  • October 1
    Site: West 121 and west 111 of main building in UESTC
    Examine the formaldehyde tolerance of the transgenis plant and wildtype plant.
    October 5
    Site: West 121 and west 111 of main building in UESTC
    Examine the formaldehyde tolerance of the transgenis plant and wildtype plant.
    October 3-8
    Site: West 121 and west 111 of main building in UESTC
    Improve the outcomes of Questionnaire researching.
    October 3-8
    Site: West 121 and west 111 of main building in UESTC
    Keep on constructing our wiki and doing the examinations of our super plant's tolerance of formaldehyde.
    October 9 to now
    Site: West 121 and west 111 of main building in UESTC
    Keep on constructing our wiki, doing the examinations of our super plant's tolerance of formaldehyde and extract DNA and RNA from transgenis tobacco.
    October 10
    Site: West 121 and west 111 of main building in UESTC
    We mimic the iGEM jamboree spot and to present our project to the teachers.
    Up to October 17
    We keep on constructing our wiki, examining the writing error and lack of standardization and replenishing the picture and results of our project.
    Up to now
    We keep on replenish our experiments, and examining the formaldehyde tolerance of transgenis plant. And continue to picture the differences of formaldehyde tolerance in transgenis and wildtype plant.