Team:NEFU China/Recycling

From 2014.igem.org

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 4: Line 4:
<link rel="stylesheet" href="https://2014.igem.org/Team:NEFU_China/bootstrap.min?action=raw&ctype=text/css">
<link rel="stylesheet" href="https://2014.igem.org/Team:NEFU_China/bootstrap.min?action=raw&ctype=text/css">
<link rel="stylesheet" href="https://2014.igem.org/Team:NEFU_China/zmnetworks?action=raw&ctype=text/css">
<link rel="stylesheet" href="https://2014.igem.org/Team:NEFU_China/zmnetworks?action=raw&ctype=text/css">
 +
<style>#content .content p{text-align:justify;}</style>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<div class="container-fluid" id="p1">
<div class="container-fluid" id="p1">
Line 18: Line 19:
             <li class="left-nav-active"><a href="https://2014.igem.org/Team:NEFU_China/Recycling">Recycling</a></li>
             <li class="left-nav-active"><a href="https://2014.igem.org/Team:NEFU_China/Recycling">Recycling</a></li>
             <li><a href="https://2014.igem.org/Team:NEFU_China/Futureapplication">Future Application</a></li>
             <li><a href="https://2014.igem.org/Team:NEFU_China/Futureapplication">Future Application</a></li>
 +
<hr>
 +
            <li><a href="https://2014.igem.org/Team:NEFU_China/Achievements">Achievements</a></li>
           </ul>
           </ul>
         </div>
         </div>
Line 27: Line 30:
             <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
               <ul class="nav navbar-nav">
               <ul class="nav navbar-nav">
-
   <li><a href="https://2014.igem.org/Team:NEFU:China">Home</a></li>
+
   <li><a href="https://2014.igem.org/Team:NEFU_China">Home</a></li>
-
  <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Team <span class="caret"></span></a>
+
-
    <ul class="dropdown-menu" role="menu">
+
-
      <li><a href="https://2014.igem.org/Team:NEFU_China/Team#instructor">Instructors</a></li>
+
-
      <li><a href="https://2014.igem.org/Team:NEFU_China/Team#student">Students</a></li>
+
-
      <li><a href="https://2014.igem.org/Team:NEFU_China/Team#advisor">Acknowledgement</a></li>
+
-
    </ul>
+
-
  </li>
+
   <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project <span class="caret"></span></a>
   <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project <span class="caret"></span></a>
     <ul class="dropdown-menu" role="menu">
     <ul class="dropdown-menu" role="menu">
Line 65: Line 61:
       <li><a href="https://2014.igem.org/Team:NEFU_China/Socialactivities">Social Activities</a></li>
       <li><a href="https://2014.igem.org/Team:NEFU_China/Socialactivities">Social Activities</a></li>
       <li><a href="https://2014.igem.org/Team:NEFU_China/Survey">Survey</a></li>
       <li><a href="https://2014.igem.org/Team:NEFU_China/Survey">Survey</a></li>
 +
    </ul>
 +
  </li>
 +
  <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Team <span class="caret"></span></a>
 +
    <ul class="dropdown-menu" role="menu">
 +
      <li><a href="https://2014.igem.org/Team:NEFU_China/Team#instructor">Instructors</a></li>
 +
      <li><a href="https://2014.igem.org/Team:NEFU_China/Team#student">Students</a></li>
 +
      <li><a href="https://2014.igem.org/Team:NEFU_China/Team#advisor">Acknowledgement</a></li>
     </ul>
     </ul>
   </li>
   </li>
Line 88: Line 91:
           <li>Ivan Sondi,Branka Salopek-Sondi.Silver nanoparticles as antimicrobial agent: a case study on E. coli as a model for Gram-negative bacteria. Journal of Colloid and Interface Science 275 (2004) 177–182</li>
           <li>Ivan Sondi,Branka Salopek-Sondi.Silver nanoparticles as antimicrobial agent: a case study on E. coli as a model for Gram-negative bacteria. Journal of Colloid and Interface Science 275 (2004) 177–182</li>
           </ol>
           </ol>
 +
<div class="footer">
 +
Team: NEFU_China<br>
 +
Email: yichengzhao@live.cn<br>
 +
Northeast Forestry University, Harbin, China
 +
</div>
         </div>
         </div>
       </div>
       </div>
Line 94: Line 102:
   </div>
   </div>
</div>
</div>
 +
<a href="http://www.zhaomunetworks.com" class="scrollup" style="display: none;">Scroll</a>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script>
<script>
Line 132: Line 141:
var top = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop;
var top = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop;
var width = $(".left").width();  
var width = $(".left").width();  
-
      if(top>=0){
+
              if(top>=0){
$(".fixed-nav").addClass("fixed-nav-fixed").width(width);
$(".fixed-nav").addClass("fixed-nav-fixed").width(width);
}else{
}else{
$(".fixed-nav").removeClass("fixed-nav-fixed");
$(".fixed-nav").removeClass("fixed-nav-fixed");
}
}
 +
                if (top > 100) {
 +
$('.scrollup').fadeIn();
 +
} else {
 +
$('.scrollup').fadeOut();
 +
}
 +
}
}
 +
        $('.scrollup').click(function(){
 +
$("html, body").animate({ scrollTop: 0 }, 600);
 +
return false;
 +
});
})
})
</script>
</script>
</html>
</html>

Latest revision as of 23:28, 17 October 2014

Recycling

TEM Protocol.

In order to verify the synthesis of the CdS nanocrystal in E.coli (Rosetta plysS), the bacteria was harvested by centrifuged in 3000*g for 3 min then suspended in resin and hardened at 60℃ for 16 hours.

Then the hard pellets were cut into 60nm thin slices and the slices were floated on water and deposited on a carbon-coated copper TEM grid. Microscopy was performed with a JEM-1400 microscope at 80-keV electron energy.

Reference.

  1. Mareike Hartmann,Marina Berditsch,Jacques Hawecker,Mohammad Fotouhi Ardakani,Dagmar Gerthsen,Anne S. Ulrich1.Damage of the Bacterial Cell Envelope by Antimicrobial Peptides Gramicidin S and PGLa as Revealed by Transmission and Scanning Electron Microscopy Antimicrob Agents Chemother. 2010; 54(8): 3132–3142.
  2. Congcong Mi,Yanyan Wang,Jingpu Zhang,Huaiqing Huang,Linru Xu,Shuo Wang,Xuexun Fang,Jin Fang,Chuanbin Mao,Shukun Xu.Biosynthesis and characterization of CdS quantum dots in genetically engineered Escherichia coli. Journal of biotechnology 153(2011) 125-132
  3. Ivan Sondi,Branka Salopek-Sondi.Silver nanoparticles as antimicrobial agent: a case study on E. coli as a model for Gram-negative bacteria. Journal of Colloid and Interface Science 275 (2004) 177–182