Difference between revisions of "Team:HBUT-China"

 
(55 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{HBUT-China}}
 
 
<html>
 
<html>
 
<head>
 
<head>
 +
<meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
 +
<link rel="stylesheet" href="http://123.207.175.242/csdn/css/igem-style.css">
 +
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
 +
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
 +
<script type="text/javascript" src="http://123.207.175.242/csdn/js/menulist.js"></script>
 +
<script type="text/javascript" src="http://123.207.175.242/csdn/js/jq22.js"></script>
 
</head>
 
</head>
 
<body>
 
<body>
<a href="text2">跳转</a>
+
<div class="top-nav">
 +
  <div id='cssmenu'>
 +
      <ul>
 +
        <li><img src="https://static.igem.org/mediawiki/2017/5/55/HBUT-logo2.png" height="45"/></li>
 +
      </ul>
 +
  </div>
 +
</div>
 +
<!-- one bt one slider -->
 +
<div class="js-silder">
 +
  <div class="silder-scroll">
 +
<div class="silder-main">
 +
<div class="silder-main-img">
 +
<img src="//2017.igem.org/wiki/images/8/8c/Hbut-banner1.png" alt="">
 +
</div>
 +
<div class="silder-main-img">
 +
<img src="//2017.igem.org/wiki/images/5/55/Hbut-member.jpeg" alt="">
 +
</div>
 +
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
<div class="content-main">
 +
  <div class="container">
 +
      <div class="row">
 +
        <div class="col-lg-2"></div>
 +
        <div class="col-lg-8 project-desc">
 +
            <div class="page-header">
 +
              <h1>Project Description</h1>
 +
            </div>
 +
            <small>Overview</small>
 +
            <p>For this year's iGEM Competition, our team has focused on putting forward a biological approach to detecting nickel ions as a heavy metal contaminant in the natural environment. Through our study over this summer, we are expecting to control the expression of red fluorescent protein by changing the nickel ion concentration. In a certain concentration range, we will try to establish a quantitative relationship between the intensity of the fluorescence and the concentration of nickel ions in the environment. This may build a nickel ion concentration quantitative detection system.</p>
 +
            <p>In order to achieve this goal, we use a nickel-sensitive repressive promoter (pncrA). In the absence of nickel ions, the repressor protein (NcrB) binds to the promoter, preventing the expression of the subsequent gene. The nickel ions in the environment can bind to repressor proteins to alter the domain of the protein, so that the fluorescent protein gene behind the promoter is expressed and produces fluorescence.</p>
 +
        </div>
 +
        <div class="col-lg-2"></div>
 +
      </div>
 +
<br/><br/><br/><br/>
 +
  </div>
 +
</div>
 +
<div id="footer">
 +
  <p>copyright &copy;  2017 IGEM-HBUT-China All rights reserved.</p>
 +
</div>
 +
<script src="http://123.207.175.242/csdn/js/wySilder.min.js" type="text/javascript"></script>
 +
<script>
 +
$(function (){
 +
$(".js-silder").silder({
 +
auto: true,//自动播放,传入任何可以转化为true的值都会自动轮播
 +
speed: 20,//轮播图运动速度
 +
sideCtrl: true,//是否需要侧边控制按钮
 +
bottomCtrl: true,//是否需要底部控制按钮
 +
defaultView: 0,//默认显示的索引
 +
interval: 3000,//自动轮播的时间,以毫秒为单位,默认3000毫秒
 +
activeClass: "active",//小的控制按钮激活的样式,不包括作用两边,默认active
 +
});
 +
});
 +
</script>
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 02:33, 1 November 2017

Overview

For this year's iGEM Competition, our team has focused on putting forward a biological approach to detecting nickel ions as a heavy metal contaminant in the natural environment. Through our study over this summer, we are expecting to control the expression of red fluorescent protein by changing the nickel ion concentration. In a certain concentration range, we will try to establish a quantitative relationship between the intensity of the fluorescence and the concentration of nickel ions in the environment. This may build a nickel ion concentration quantitative detection system.

In order to achieve this goal, we use a nickel-sensitive repressive promoter (pncrA). In the absence of nickel ions, the repressor protein (NcrB) binds to the promoter, preventing the expression of the subsequent gene. The nickel ions in the environment can bind to repressor proteins to alter the domain of the protein, so that the fluorescent protein gene behind the promoter is expressed and produces fluorescence.