Difference between revisions of "Team:ZJU-China/Safety"

(Prototype team page)
 
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ZJU-China}}
+
<html lang="zh-CN">
<html>
+
  <head>
  
  
<div class="column full_size">
+
<link href="https://2017.igem.org/Zju/css/bootstrap?action=raw&ctype=text/css" rel="stylesheet" media="screen" />
 +
<link href="https://2017.igem.org/Zju/css/bootstraptheme?action=raw&ctype=text/css" rel="stylesheet" id="bs-theme-stylesheet">
 +
<link href='https://2017.igem.org/Team:ZJU-China/cs/font?action=raw&ctype=text/css' rel='stylesheet' type='text/css'>
 +
<link href="https://2017.igem.org/Zju/css/docs/min?action=raw&ctype=text/css" rel="stylesheet" type="text/css"/>
 +
<link href="https://2017.igem.org/Zju/css/doc-style?action=raw&ctype=text/css" rel="stylesheet">
 +
<link href="https://2017.igem.org/Zju/css/responsive/min?action=raw&ctype=text/css" rel="stylesheet">
  
<h1> Safety </h1>
+
<script>
<p>Please visit <a href="https://2017.igem.org/Safety">the main Safety page</a> to find this year's safety requirements & deadlines, and to learn about safe & responsible research in iGEM.</p>
+
  var _hmt = _hmt || [];
 +
</script>
 +
  </head>
  
<p>On this page of your wiki, you should write about how you are addressing any safety issues in your project. The wiki is a place where you can <strong>go beyond the questions on the safety forms</strong>, and write about whatever safety topics are most interesting in your project. (You do not need to copy your safety forms onto this wiki page.)</p>
 
  
</div>
+
<style>
 +
/*Override default CSS*/
 +
#sideMenu, #top_title {display:none;}
 +
#content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;background-color: transparent;}
  
  
<div class="column full_size">
+
/* set all basic objects to neutral formatting*/
<h5>Safe Project Design</h5>
+
html, body, div, span, applet, object, iframe, 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, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
 +
    margin: 0;
 +
    padding: 0;
 +
    border: 0;
 +
    outline: 0;
 +
    font-size: 100%;
 +
    vertical-align: baseline;
 +
    background: transparent;
 +
}
  
<p>Does your project include any safety features? Have you made certain decisions about the design to reduce risks? Write about them here! For example:</p>
+
#globalWrapper {
 +
    margin: 0;
 +
    padding: 0;
 +
    border: 0;
 +
    outline: 0;
 +
    font-size: 100%;
 +
    vertical-align: baseline;
 +
    background: transparent;
 +
}
  
<ul>
 
<li>Choosing a non-pathogenic chassis</li>
 
<li>Choosing parts that will not harm humans / animals / plants</li>
 
<li>Substituting safer materials for dangerous materials in a proof-of-concept experiment</li>
 
<li>Including an "induced lethality" or "kill-switch" device</li>
 
</ul>
 
  
</div>
+
/* set page to fill window*/
 +
html{
 +
  height: 100%;
 +
}
 +
body {
 +
  min-height: 100%;
 +
  background-color: #FFFFFF;
 +
}
  
<div class="column half_size">
 
<h5>Safe Lab Work</h5>
 
  
<p>What safety procedures do you use every day in the lab? Did you perform any unusual experiments, or face any unusual safety issues? Write about them here!</p>
+
#content_wrapper {
 +
    position: relative;
 +
  top: 0px;
 +
  left: 0px; 
 +
  margin: 0px;
 +
    width: 100%;
 +
    height: 100%;
 +
  text-align:center;
 +
    background-color: #FFFFFF;
 +
}
  
 +
#content_wrapper p {
 +
    font-family: 'Tempus Sans ITC',Tahoma, Geneva, sans-serif;
 +
}
 +
 +
#content_wrapper a {
 +
    color:#004789;
 +
}
 +
 +
 +
#footer {
 +
    position:absolute;   
 +
    bottom: 0px;
 +
    left: 0px;
 +
    width: 100%;
 +
    margin-top: 0px;
 +
    margin-bottom: 20px;
 +
    background-color: #FFFFFF;
 +
    text-align: center;
 +
}
 +
 +
.center {
 +
  width: 60%;
 +
    margin-top: 16px;
 +
  min-width: 500px;
 +
    padding-bottom:32px;
 +
  display: inline-block;       
 +
}
 +
 +
.TextContent { 
 +
  text-align: left;
 +
  vertical-align: baseline;
 +
  font-size: 0.875em;
 +
  font-family:'Tempus Sans ITC', verdana, sans-serif;
 +
}
 +
 +
.TextContent h1{
 +
  text-align: center;
 +
  font-size: 1.5rem;
 +
  margin-bottom: 1em;
 +
  margin-top: 0.2em;
 +
  color: #3399ff;
 +
  font-family:'Tempus Sans ITC', verdana, sans-serif;
 +
}
 +
 +
.TextContent h2{
 +
  line-height: 1.6;
 +
  margin-bottom: 0em;
 +
  margin-top: 1em;
 +
  text-align: left;
 +
  font-family:'Tempus Sans ITC', verdana, sans-serif;
 +
}
 +
 +
.TextContent p{
 +
  margin-bottom: 1.2em;
 +
  font-family:'Tempus Sans ITC', verdana, sans-serif;
 +
}
 +
 +
.Page_Wide { 
 +
  width:100%;
 +
}
 +
 +
.Quarter_Image {
 +
  width:25%;
 +
  max-height:250px;
 +
  float:left;
 +
}
 +
 +
.Quarter_Image img {
 +
    display:block;
 +
    margin:auto;
 +
    max-height: 250px; 
 +
    width: auto;
 +
}
 +
 +
.SocialMediaIconWrapper {
 +
    width:100%;
 +
}
 +
 +
.SocialMediaIcon {
 +
    width:4%;
 +
    height:auto;
 +
    margin-left:20px;
 +
    display: inline-block;
 +
    float:left;
 +
 +
}
 +
 +
.SocialMediaIcon img{
 +
    max-width:100%;
 +
  height:auto
 +
}
 +
 +
.TeamImage {
 +
  width:100%;
 +
}
 +
 +
.TeamImage img { 
 +
    max-width:100%;
 +
  height:auto
 +
}
 +
 +
.sponsors {
 +
  width: 100%; 
 +
}
 +
 +
.sponsor_row {   
 +
  width: 100%;
 +
}
 +
 +
.sponsor_img {   
 +
  width: 16.6666667%;
 +
  float:left;   
 +
}
 +
 +
.sponsor_img img{ 
 +
  max-width:100%;
 +
  height:auto
 +
}
 +
 +
.clear {
 +
    clear:both;
 +
}
 +
 +
.clear.extra_space {
 +
    height: 20px;
 +
}
 +
 +
.line_divider {
 +
    border-top: 1px solid #d3d3d3;
 +
    width: 98%;
 +
    margin: auto;
 +
}
 +
 +
.copyright{
 +
  color: #888888;
 +
  font-size: 13px;
 +
  text-align: center !important;
 +
}
 +
 +
 +
.copyright a{
 +
  color: #d2ebe3;
 +
  border-bottom: dotted 1px #a5d8c7;
 +
}
 +
 +
/*文中自定义*/
 +
.CuteButton:active {
 +
    -webkit-box-shadow: 0px 3px 0px rgba(0,52,63,1), 0px 3px 6px rgba(0,0,0,.9);
 +
    -moz-box-shadow: 0px 3px 0px rgba(0,52,63,1), 0px 3px 6px rgba(0,0,0,.9);
 +
    box-shadow: 0px 3px 0px rgba(0,52,63,1), 0px 3px 6px rgba(0,0,0,.9);
 +
    position: relative;
 +
    top: 6px;
 +
}
 +
 +
.YellowCB {
 +
    background-color: rgba(254,196,62,1);
 +
    -webkit-box-shadow: 0px 9px 0px rgba(245,253,202,1), 0px 9px 25px rgba(0,0,0,.7);
 +
    -moz-box-shadow: 0px 9px 0px rgba(245,253,202,1), 0px 9px 25px rgba(0,0,0,.7);
 +
    box-shadow: 0px 9px 0px rgba(245,253,202,1), 0px 9px 25px rgba(0,0,0,.7);
 +
}
 +
 +
.GreenCB {
 +
    background-color: rgba(25,148,117,1);
 +
    -webkit-box-shadow: 0px 9px 0px rgba(4,77,34,1), 0px 9px 25px rgba(0,0,0,.7);
 +
    -moz-box-shadow: 0px 9px 0px rgba(4,77,34,1), 0px 9px 25px rgba(0,0,0,.7);
 +
    box-shadow: 0px 9px 0px rgba(4,77,34,1), 0px 9px 25px rgba(0,0,0,.7);
 +
}
 +
 +
.SmallCB {
 +
    font-size: 1.5em;
 +
    margin-left: 2px;
 +
    padding: 2px 10px ;
 +
    width: 100px;
 +
}
 +
 +
 +
.ArticleHead{
 +
  font-family: 'Tempus Sans ITC',georgia !important;
 +
  font-size: 40px !important;
 +
  font-weight: 800 !important;
 +
  color: #56A36C !important;
 +
  text-align: center !important;
 +
    margin-bottom: 0 !important;
 +
    /*margin-top: .6em !important;*/
 +
}
 +
 +
.H3Head{
 +
  font-family: 'Tempus Sans ITC',georgia !important;
 +
  color: #FEC43E !important;
 +
  font-size: 25px !important;
 +
  font-weight: 400 !important;
 +
  text-align: left !important;
 +
    margin-bottom: 0 !important;
 +
    margin-top:.6em !important;
 +
}
 +
 +
.PP{
 +
  font-family:Tahoma, Geneva, sans-serif !important;
 +
  font-size: 20px !important;
 +
  font-weight: 100 !important;
 +
  text-align: left !important;
 +
    margin-bottom: 20px !important;
 +
}
 +
 +
 +
.Retract{
 +
  padding-left: 50px;
 +
}
 +
 +
.GreenAH{
 +
  color: #56A36C;
 +
}
 +
 +
.YellowAH{
 +
  color: #FEC43E;
 +
}
 +
 +
.contentLi{
 +
    margin:0;
 +
    font-size:17px;
 +
    line-height: 27px;
 +
    padding-bottom: 20px;
 +
    color: #111111;
 +
}
 +
 +
.greyTable
 +
{
 +
    font-color:black !important;
 +
  /*background-color: #979797 !important;*/
 +
}
 +
 +
.yellowTable th
 +
{
 +
    font-color:#000 !important;
 +
    background-color: #CD9B1D !important;
 +
}
 +
 +
.yellowTable th
 +
{
 +
    font-color:#000 !important;
 +
    background-color: #CD9B1D !important;
 +
}
 +
 +
h2{
 +
  font-family: 'Tempus Sans ITC';
 +
  font-weight: 500;
 +
  font-size: 35px;
 +
  text-align: left;
 +
}
 +
 +
h3{
 +
  font-family: 'Tempus Sans ITC';
 +
  font-weight: 500;
 +
  font-size: 32px;
 +
  text-align: left;
 +
}
 +
 +
h4{
 +
  font-family: 'Tempus Sans ITC';
 +
  font-weight: 500;
 +
  font-size: 28px;
 +
  text-align: left;
 +
}
 +
 +
h5{
 +
  font-family: 'Tempus Sans ITC';
 +
  font-weight: 500;
 +
  font-size: 25px;
 +
  text-align: left;
 +
}
 +
 +
p{
 +
  margin:0;
 +
  font-size:17px;
 +
  line-height: 30px;
 +
  /*padding-bottom: 20px;*/
 +
  color: #111111;
 +
}
 +
 +
.bs-docs-sidenav
 +
{
 +
    font-family:Tahoma, Geneva, sans-serif !important;
 +
    font-size: 20px !important;
 +
    font-weight: 100 !important;
 +
    text-align: left !important;
 +
}
 +
 +
 +
.textli li{
 +
    font-family:Tahoma, Geneva, sans-serif !important;
 +
    font-size: 20px !important;
 +
    font-weight: 100 !important;
 +
    text-align: left !important;
 +
}
 +
 +
.nonStyleTable
 +
{
 +
    background: transparent !important;
 +
    border:none !important;
 +
}
 +
 +
.textimg{
 +
    width:70% !important;
 +
    /*margin-top: 20px;*/
 +
    /*padding-bottom: 20px;*/
 +
    text-align: center;
 +
}
 +
 +
.capture
 +
{
 +
    color: #7f7f7f !important;
 +
    font-size:15px !important;
 +
}
 +
 +
/*文中自定义*/
 +
</style>
 +
 +
  <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
 +
  <div class="page-loader"></div>
 +
      <!-- Docs master nav -->
 +
                  <!-- <h1><a class="navbar-brand" href="index.html">MuMei Lab</a></h1> -->
 +
 +
  <div class="container">
 +
      <!-- header -->
 +
      <div class="header-w3layouts">
 +
          <!-- Navigation -->
 +
          <nav class="navbar navbar-default navbar-fixed-top">
 +
              <div class="navbar-header page-scroll">
 +
                  <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
 +
                  </button>
 +
 +
                  <a href="https://2017.igem.org/Team:ZJU-China">
 +
                      <img style="margin-top:11px" class="navbar-brand"  src="https://static.igem.org/mediawiki/2017/d/d5/ZJUChina_logo.png">
 +
                  </a>
 +
 +
                  <!-- <h1><a class="navbar-brand" href="index.html">My Design</a></h1> -->
 +
 +
              </div>
 +
              <!-- Collect the nav links, forms, and other content for toggling -->
 +
              <div class="collapse navbar-collapse navbar-ex1-collapse">
 +
                  <ul class="nav navbar-nav navbar-right cl-effect-15">
 +
                      <!-- Hidden li included to remove active class from about link when scrolled up past about section -->
 +
                      <li class="hidden"><a class="page-scroll" href="#page-top"></a> </li>
 +
 +
                      <li class="m_nav_item dropdown">
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Overview<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Overview">Description</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Demonstrate">Demonstrate</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Applied_Design">Applied Design</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Achievements">Achievements</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Improve">Improve Parts</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/InterLab">InterLab</a></li>
 +
 +
                          </ul>
 +
                      </li>
 +
 +
                      <li class="m_nav_item dropdown">
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Project<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Project/tp">Trichoderma Proof</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Project/voc">VOC sensors</a></li>
 +
                              <li><a style="font-size: 0.7em!important;" href="https://2017.igem.org/Team:ZJU-China/Project/st">Chemical Signal Transduction</a></li>
 +
                              <li><a style="font-size: 0.7em!important;" href="https://2017.igem.org/Team:ZJU-China/Project/mt">Medium Wave Transduction</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Project/Downstream">Downstream</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Project/conclusion">Conclusions</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Notebook">Notebook</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Protocols">Protocols</a></li>
 +
                          </ul>
 +
                      </li>
 +
 +
                      <li class="m_nav_item dropdown" >
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Model<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <!--<li><a href="https://2017.igem.org/Team:ZJU-China/Model">Summery</a></li>-->
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Model">VOC analysis</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Model/Coculture">Coculture</a></li>
 +
 +
                          </ul>
 +
                      </li>
 +
 +
                      <li class="m_nav_item dropdown">
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Parts<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Parts">All Parts</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Basic_Part">Basic Parts</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Composite_Part">Composite Parts</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Part_Collection">Part Collection</a></li>
 +
 +
 +
 +
 +
                          </ul>
 +
                      </li>
 +
 +
                      <li class="m_nav_item dropdown" >
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Hardware<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Hardware">Overview</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Hardware/Device">Device</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Hardware/Improvements">Improvements</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Hardware/MediumWave">Medium Wave</a></li>
 +
                          </ul>
 +
                      </li>
 +
 +
                      <li class="m_nav_item dropdown" >
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Safety<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Safety">Environment</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Safety/Lab">Laboratory</a></li>
 +
                          </ul>
 +
                      </li>
 +
 +
                      <li class="m_nav_item dropdown">
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">HP<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Human_Practices">Summary</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/HP/Silver">Silver</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/HP/Gold_Integrated">Gold Integrated</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Engagement">Engagement</a></li>
 +
                          </ul>
 +
                      </li>
 +
 +
                      <li class="m_nav_item dropdown" >
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Team<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Team">Teammates</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Attributions">Attribution</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Collaborations">Collaboration</a></li>
 +
                          </ul>
 +
                      </li>
 +
                  </ul>
 +
              </div>
 +
          </nav>
 +
      </div>
 +
  </div>
 +
<p></p>
 +
<div style="margin-top:0;padding-top:0">
 +
  <!--<img src="https://static.igem.org/mediawiki/2017/b/bf/ZJU_China_Project_TP_Head2.jpg" width="100%">-->
 +
    <img src="https://static.igem.org/mediawiki/2017/a/aa/ZJU_China_SafetyEnviron_header.jpg" width="100%">
 
</div>
 
</div>
  
<div class="column half_size">
 
<h5>Safe Shipment</h5>
 
  
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
+
<div  style="width: 100%"  class="container zjuContent">
 +
  <div class="col-md-3"></div>
 +
    <div class="col-md-9" role="main">
 +
      <div class="bs-docs-section">
 +
 
 +
          <h1 id="safety" class="page-header ArticleHead GreenAH">Safety</h1>
 +
 
 +
          <h2 id="background" class="H2Head">Background</h2>
 +
              <!--<p class="PP">As the model microorganism of our project, <em>T.atroviride</em> has strong power of biocontrol as well as multiplying. Considering the potential risk of gene transfer due to the development of conidia, we planned to induce some changes in the genome of <em>T.atroviride</em> so that we can limit the spread of it.</p>-->
 +
 
 +
              <p class="PP">According to the grading of ATCC(American Type Culture Collection), <em>T. atroviride</em> is a grade 1 organism, which means that it is safe to use in almost all conditions. Besides, there is no documented report of <em>T.atroviride</em> infection on human species. However, since we made genetic transformation on T.atroviride, there still remains some uncertain safety risks.</p>
 +
              <p class="PP">As most filamentous fungi does, <em>T.atroviride</em> produce conidia, which enables the engineered Trichoderma to spread and get out of control. The conidia producing ability may cause an escape of exogenous genes.Thus, we made effort to interfere the production of conidia, trying to limit such influence to a minimum level.</p>
 +
 
 +
          <p class="PP">Interestingly, during the culture of <em>T.atroviride</em>, we found an exciting phenomenon. As Figure 1 shows, when the <em>T.atroviride</em> grew in the dark condition, the colony is white. After being transferred to the incubator with light on, some green dots appeared around the primitive white colony. Faced with this puzzling fact, we turned to Prof.Zhang for explanation. He told us that the green dots were developed Trichoderma conidia. That is to say, with the light stimulating the <em>T.atroviride</em>, the conidia developed! In other words, if we inhibit the response of <em>T.atroviride</em> towards light, the conidia may fail to come out.</p>
 +
              <div class="imgdiv"><img class="textimg"  style="width: 50% !important;" src=" https://static.igem.org/mediawiki/2017/c/c5/ZJU_China_Safety_1.jpg "></div>
 +
              <p class="capture">Fig.1 The development of conidia in the dark and light</p>
 +
              <p class="PP">Inspired by this surprising phenomenon, we searched for some information about the mechanism of light-response in <em>T.atroviride</em>. Luckily, we found a key gene named hda-2 in the paper, which plays a significant role in the regulatory network. According to the paper, Δhda-2 mutant strain showed slow growth and the absence of conidia when exposed to blue light, which is the main light stimuli causing the development of conidia. Therefore, we chose the hda-2 as our target to knock out.</p>
 +
 
 +
          <h2 id="design" class="H2Head">Design</h2>
 +
              <p class="PP">In this part, we used a site-specific recombination to delete the gene hda-2, which is indispensable for the development of conidia of <em>T.atroviride</em>. To delete this gene, a deletion  element was constructed to assemble into a vector used for transformation into Agrobacterium. As is shown in the Figure 2,  this element consists of fragments which are ~1.5 kb long corresponding to each 5′- and 3′-flanking regions for the hda-2 open reading frame, with the hygromycin-resistant gene(HygR) inserted between them. When the element is absorbed by <em>T.atroviride</em>, the flanking sequence in the element complements to the sequence near hda-2 gene, which is replaced by the HygR.</p>
 +
              <div class="imgdiv"><img class="textimg"  style="width: 50% !important;" src=" https://static.igem.org/mediawiki/2017/6/67/ZJU_China_Safety_2.png "></div>
 +
              <p class="capture">Fig.2 Pko1 with deletion construct</p>
 +
 
 +
          <h2 id="futurework" class="H2Head">Future work</h2>
 +
              <p class="PP">Due to the lack of time, we did not fulfill the construction of the plasmid used for transformation into Agrobacterium. Previously, we successfully ligated the flanking fragments and the hygromycin-resistant gene by overlap PCR. Furthermore, we confirmed the identity of the whole construct. Therefore, the remaining work is to insert the construct into the vector pko1 and transformation of this plasmid. And we will try to optimize the condition of experiment such as enzyme digestion to make sure our system works.</p>
 +
 
 +
          <h2 id="reference" class="H2Head">References</h2>
 +
              <p class="ref">[1] Osorio-Concepción M, Cristóbal-Mondragón G R, Gutiérrez-Medina B, et al. Histone Deacetylase HDA-2 Regulates Trichoderma atroviride Growth, Conidiation, Blue Light Perception, and Oxidative Stress Responses[J]. Applied and environmental microbiology, 2017, 83(3): e02922-16.</p>
 +
              <p class="ref">[2] Casas-Flores S, Herrera-Estrella A. 2013. The influence of light on the biology of Trichoderma, p 43–66. In Mukherjee PK, Horwitz BA, Singh US, Mukherjee M, Schmoll M. (ed), Trichoderma: biology and applications. CABI, Wallingford, United Kingdom.</p>
 +
 
 +
      </div>
 +
 
 +
<!-- 右侧监听开始 -->
 +
<div class="col-md-3 disappear-on-top" role="complementary">
 +
  <nav  style="position: fixed; top: 100px ; left:50px; " class="bs-docs-sidebar hidden-print hidden-xs hidden-sm">
 +
    <ul class="nav bs-docs-sidenav shorterli">
 +
        <li><a href="#background">Background</a></li>
 +
        <li><a href="#design">Design</a></li>
 +
        <li><a href="#futurework">Future work</a></li>
 +
        <li><a href="#reference">References</a></li>
 +
    </ul>
 +
 
 +
  <a class="back-to-top" href="#top">
 +
  <!--  <i class="fa fa-arrow-up nav_icon"></i> -->
 +
    <img style="width: 50px;" src="https://static.igem.org/mediawiki/2017/d/da/ZJU_China_UP.png">
 +
  </a>
 +
 
 +
           
 +
          </nav>
 +
        </div>
 +
       
 +
      </div>
 
</div>
 
</div>
 +
<!-- 右侧监听结束 -->
 +
<!-- footer开始 -->
 +
<div class="footer"  style="background-color: #000000">
 +
  <div class="copyright container text-center">
 +
      <p><br></p>
 +
    <p class="copyright">Copyright &copy; 2017 ZJU-IGEM | <a href="http://www.zju.edu.cn/">Zhejiang University</a> |</p>
 +
    <p><br></p>
 +
  </div>
 +
</div>
 +
<!-- footer结束 -->
 +
 +
 +
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
 +
  <!--script src="js/bootstrap.min.js"></script-->
 +
  <script src="https://static.igem.org/mediawiki/2017/8/85/ZJUChina_js_docsmin.txt"></script>
 +
  <!--script src="js/button.js"></script-->
 +
  <script src="https://static.igem.org/mediawiki/2017/2/22/ZJUChina_bootstrap.min.txt"></script>
 +
  <script src="https://static.igem.org/mediawiki/2017/3/32/ZJUChina_docs.min.txt"></script>
 +
  <script src="https://static.igem.org/mediawiki/2017/e/e0/ZJUChina_button.txt"></script>
  
 +
  <!--<script src="js/scrolling-nav.js"></script>-->
 +
  <script src="https://2017.igem.org/Zju/js/scrollingnav?action=raw&ctype=text/javascript"></script>
 +
  <script src="https://static.igem.org/mediawiki/2017/c/c0/ZJUChina_txtSmoothScroll.min.txt"></script>
  
 +
  </body>
 
</html>
 
</html>

Latest revision as of 16:08, 1 November 2017

Safety

Background

According to the grading of ATCC(American Type Culture Collection), T. atroviride is a grade 1 organism, which means that it is safe to use in almost all conditions. Besides, there is no documented report of T.atroviride infection on human species. However, since we made genetic transformation on T.atroviride, there still remains some uncertain safety risks.

As most filamentous fungi does, T.atroviride produce conidia, which enables the engineered Trichoderma to spread and get out of control. The conidia producing ability may cause an escape of exogenous genes.Thus, we made effort to interfere the production of conidia, trying to limit such influence to a minimum level.

Interestingly, during the culture of T.atroviride, we found an exciting phenomenon. As Figure 1 shows, when the T.atroviride grew in the dark condition, the colony is white. After being transferred to the incubator with light on, some green dots appeared around the primitive white colony. Faced with this puzzling fact, we turned to Prof.Zhang for explanation. He told us that the green dots were developed Trichoderma conidia. That is to say, with the light stimulating the T.atroviride, the conidia developed! In other words, if we inhibit the response of T.atroviride towards light, the conidia may fail to come out.

Fig.1 The development of conidia in the dark and light

Inspired by this surprising phenomenon, we searched for some information about the mechanism of light-response in T.atroviride. Luckily, we found a key gene named hda-2 in the paper, which plays a significant role in the regulatory network. According to the paper, Δhda-2 mutant strain showed slow growth and the absence of conidia when exposed to blue light, which is the main light stimuli causing the development of conidia. Therefore, we chose the hda-2 as our target to knock out.

Design

In this part, we used a site-specific recombination to delete the gene hda-2, which is indispensable for the development of conidia of T.atroviride. To delete this gene, a deletion element was constructed to assemble into a vector used for transformation into Agrobacterium. As is shown in the Figure 2, this element consists of fragments which are ~1.5 kb long corresponding to each 5′- and 3′-flanking regions for the hda-2 open reading frame, with the hygromycin-resistant gene(HygR) inserted between them. When the element is absorbed by T.atroviride, the flanking sequence in the element complements to the sequence near hda-2 gene, which is replaced by the HygR.

Fig.2 Pko1 with deletion construct

Future work

Due to the lack of time, we did not fulfill the construction of the plasmid used for transformation into Agrobacterium. Previously, we successfully ligated the flanking fragments and the hygromycin-resistant gene by overlap PCR. Furthermore, we confirmed the identity of the whole construct. Therefore, the remaining work is to insert the construct into the vector pko1 and transformation of this plasmid. And we will try to optimize the condition of experiment such as enzyme digestion to make sure our system works.

References

[1] Osorio-Concepción M, Cristóbal-Mondragón G R, Gutiérrez-Medina B, et al. Histone Deacetylase HDA-2 Regulates Trichoderma atroviride Growth, Conidiation, Blue Light Perception, and Oxidative Stress Responses[J]. Applied and environmental microbiology, 2017, 83(3): e02922-16.

[2] Casas-Flores S, Herrera-Estrella A. 2013. The influence of light on the biology of Trichoderma, p 43–66. In Mukherjee PK, Horwitz BA, Singh US, Mukherjee M, Schmoll M. (ed), Trichoderma: biology and applications. CABI, Wallingford, United Kingdom.