Difference between revisions of "Team:BIT/Description"
(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | + | <html lang="en"> | |
− | < | + | <head> |
+ | <meta charset="utf-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | <meta name="description" content=""> | ||
+ | <meta name="author" content="Zhangyan"> | ||
+ | <meta name="keyword" content="igem, BIT, iGem_BIT, China, BIOLOGICAL"> | ||
+ | <link rel="shortcut icon" href="img/favicon.png"> | ||
− | < | + | <title>iGem_BIT</title> |
− | < | + | <!-- Bootstrap core CSS --> |
− | < | + | <link href="https://2015.igem.org/Team:BIT/css/bootstrap-min?action=raw&ctype=text/css" rel="stylesheet"> |
+ | <link href="https://2015.igem.org/Team:BIT/css/theme?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <link href="https://2015.igem.org/Team:BIT/css/bootstrap-reset?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <!--external css--> | ||
+ | <link href="https://2015.igem.org/Team:BIT/assets/css/font-awesome?action=raw&ctype=text/css" rel="stylesheet" /> | ||
+ | <link rel="stylesheet" href="https://2015.igem.org/Team:BIT/css/flexslider?action=raw&ctype=text/css"/> | ||
+ | <link href="https://2015.igem.org/Team:BIT/assets/css/jquery-bxslider?action=raw&ctype=text/css" rel="stylesheet" /> | ||
+ | <link href="https://2015.igem.org/Team:BIT/assets/css/jquery-fancybox?action=raw&ctype=text/css" rel="stylesheet" /> | ||
− | < | + | <link rel="stylesheet" href="https://2015.igem.org/Team:BIT/assets/css/rs-style?action=raw&ctype=text/css" media="screen"> |
− | + | <link rel="stylesheet" href="https://2015.igem.org/Team:BIT/assets/css/settings?action=raw&ctype=text/css" media="screen"> | |
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
+ | <!-- Custom styles for this template --> | ||
+ | <link href="https://2015.igem.org/Team:BIT/css/style?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <link href="https://2015.igem.org/Team:BIT/css/style-responsive?action=raw&ctype=text/css" rel="stylesheet" /> | ||
− | < | + | <!-- HTML5 shim and Respond.js IE8 support of HTML5 tooltipss and media queries --> |
− | < | + | <!--[if lt IE 9]> |
+ | <script src="https://2015.igem.org/Team:BIT/js/html5shiv?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <![endif]--> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | #content { | ||
+ | position: relative; | ||
+ | width: auto; | ||
+ | padding:0; | ||
+ | border:none | ||
− | + | } | |
− | + | </style> | |
− | </ | + | |
− | + | </head> | |
− | + | ||
− | </ | + | |
+ | <body> | ||
− | < | + | <div id="content"> |
− | < | + | <div id="bodyContent"> |
− | + | ||
− | |||
− | |||
− | <ul> | + | <!--header start--> |
− | <li><a href="https:// | + | <header class="header-frontend"> |
− | <li><a href="https:// | + | <div class="navbar navbar-default navbar-static-top"> |
− | <li><a href="https:// | + | <div class="container"> |
− | </ | + | <div class="navbar-header"> |
+ | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <a class="navbar-brand" href="index.html">Disease <span>Alarm</span></a> | ||
+ | </div> | ||
+ | <div class="navbar-collapse collapse "> | ||
+ | <ul class="nav navbar-nav"> | ||
+ | <li><a href="https://2015.igem.org/Team:BIT">Home</a></li> | ||
+ | <li class="active" class="dropdown "> | ||
+ | <a href="#" class="dropdown-toggle " data-toggle="dropdown" data-hover="dropdown" data-delay="0" data-close-others="false">Project <b class=" icon-angle-down"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li class="active"><a href="https://2015.igem.org/Team:BIT/Biology">Biology Part</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:BIT/Hardware">Hardware Part</a></li> </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2015.igem.org/Team:BIT/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:BIT/Practices">Practices</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:BIT/Collaborations">Collaboration</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:BIT/Description">Description</a></li> | ||
+ | |||
+ | <li><a href="https://2015.igem.org/Team:BIT/Team">Team</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:BIT/Gallery">Gallery</a></li> | ||
+ | |||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </header> | ||
+ | <!--header end--> | ||
+ | |||
+ | <!--breadcrumbs start--> | ||
+ | <div class="breadcrumbs"> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-lg-4 col-sm-4"> | ||
+ | <h1>Description</h1> | ||
+ | </div> | ||
+ | <div class="col-lg-8 col-sm-8"> | ||
+ | <ol class="breadcrumb pull-right"> | ||
+ | <li><a href="#">Home</a></li> | ||
+ | <li class="active">Description</li> | ||
+ | </ol> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!--breadcrumbs end--> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!--container start--> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <!--blog start--> | ||
+ | <div class="col-lg-9 "> | ||
+ | <div class="blog-item"> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="row"> | ||
+ | <div class="content"> | ||
+ | <h1>BIOLOGY</h1> | ||
+ | <H3>Improvement</H3> | ||
+ | <p><span class="dropcap">C</span>ompared to last year’s project, the project this year brings in a new amplifying system in signal amplifying for microbe, which significantly improves the efficiency of signal amplifying. For the feature of project, we build a cascade amplifier in microbe by imitating cascade amplifier in circuitry, based on amplifying system of last year. | ||
+ | <br> | ||
+ | <br> | ||
+ | Last year: In the plasmid of amplification system, two activating transcription factors are in constant expression and remain in a certain concentration. With a certain level of autoinducer PAO1, PAO1 integrates with lasR, the complex of which are bond to the target site of las promoter, then activating it and control the expression of the downstream reporter gene GFP in accord with the concentration of the amount of combination. | ||
+ | <br><br> | ||
+ | This year: Inside the upriver bacteria, certain enzyme will digest the oligopeptides that is from glycopeptide so that the arabinose will be released and induce the engineering bacteria expressing LasI protein. The protein can catalyze matrix producing a large number of small molecules PAI1. When PAI1 free diffuse into the downstream bacteria, it will combine with the constitutive expressed LasR protein and form a transcription factor complex. The combination between complex and the pLas promoter accelerate the process of transcription and translation to generate the Rhl1 enzyme, which can catalyze producing the autoinducer PAI2 from system RhIIR. The complex of PAI2 and RhIR protein that is mediated-expressed by double promoter in bacteria can act on pRhl promoter and induce the engineering bacteria to express GFP. | ||
+ | <br><br> | ||
+ | |||
+ | <H3>Innovation</H3> | ||
+ | <span class="dropcap">W</span>e use aptamers as intermedia innovatively, which forms a competitive inhibition system, so as to realize the goal this year that detecting biochemical macromolecules by microbe. | ||
+ | <br><br> | ||
+ | This year: Outside bacteria, we combine the artificial oligopeptides with the aptamers. As the macromolecules get into the measurement system, they will take places of glycopeptide and leave them as dissociated molecules. Finally, these free glycopeptide will enter the transformed engineering bacteria. | ||
+ | <br><br> | ||
+ | |||
+ | <h1>HARDWARE</h1> | ||
+ | <H3>Improvement</H3> | ||
+ | |||
+ | <p><span class="dropcap">F</span>or fluorescence detection device, the improvement are as following. First of all, we use blue laser pen instead of blue LED light, for its light concentrates better and the energy is more powerful, which remarkably improves the efficiency of fluorescent protein stimulation. Secondly, given that fluorescent chromaticity is single, we use sensor OPT101 instead of sensor TCS32XX to improve accuracy, which is sensitive to grayscale rather than chromaticity. Finally, we use UART screen instead of LED panel, which sharply improves the user interaction interface and is more interactive. | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | <H3>Innovation</H3> | ||
+ | <span class="dropcap">I</span>n order to make microbe express fluorescent protein rapidly, we innovatively build a bacterial culture device, which refers to thermostatic shaker in laboratory. The details is shown in “Hardware-Design”. | ||
+ | <br><br> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!--blog end--> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!--container end--> | ||
+ | |||
+ | |||
+ | <!--footer start--> | ||
+ | <footer class="footer"> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-lg-3 col-sm-3"> | ||
+ | <h1>contact info</h1> | ||
+ | <address> | ||
+ | <p>Address: Beijing Institute of Technology, No. 5 South Zhong Guan Cun Street, | ||
+ | Haidian Beijing 100081, P. R. China </p> | ||
+ | |||
+ | <p>Twitter : @igem_BIT</p> | ||
+ | <p>Sina Weibo : @igem_BIT</p> | ||
+ | <p>Website : <a href="javascript:;">http://www.bit.edu.cn</a></p> | ||
+ | </address> | ||
+ | </div> | ||
+ | <div class="col-lg-5 col-sm-5"> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="col-lg-3 col-sm-3 col-lg-offset-1"> | ||
+ | <h1>stay connected</h1> | ||
+ | <ul class="social-link-footer list-unstyled"> | ||
+ | <li><a href="#"><i class="icon-twitter"></i></a></li> | ||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </footer> | ||
+ | <!--footer end--> | ||
+ | |||
+ | <!-- js placed at the end of the document so the pages load faster --> | ||
+ | <script src="https://2015.igem.org/Team:BIT/js/jquery?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2015.igem.org/Team:BIT/js/jquery-183-min?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2015.igem.org/Team:BIT/js/bootstrap-min?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2015.igem.org/Team:BIT/js/hover-dropdown?action=raw&ctype=text/javascript"></script> | ||
+ | <script defer src="https://2015.igem.org/Team:BIT/js/jquery-flexslider?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2015.igem.org/Team:BIT/js/jquery-bxslider?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <script type="text/javascript" src="https://2015.igem.org/Team:BIT/js/jquery-parallax-113?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <script src="https://2015.igem.org/Team:BIT/js/jquery-easing-min?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2015.igem.org/Team:BIT/js/link-hover?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <script src="https://2015.igem.org/Team:BIT/js/jquery-fancybox-pack?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <script type="text/javascript" src="https://2015.igem.org/Team:BIT/js/jquery-themepunch-plugins-min?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2015.igem.org/Team:BIT/js/jquery-themepunch-revolution-min?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!--common script for all pages--> | ||
+ | <script src="https://2015.igem.org/Team:BIT/js/common-scripts?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <script src="https://2015.igem.org/Team:BIT/js/revulation-slide?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | |||
+ | <script> | ||
+ | |||
+ | RevSlide.initRevolutionSlider(); | ||
+ | |||
+ | $(window).load(function() { | ||
+ | $('[data-zlname = reverse-effect]').mateHover({ | ||
+ | position: 'y-reverse', | ||
+ | overlayStyle: 'rolling', | ||
+ | overlayBg: '#fff', | ||
+ | overlayOpacity: 0.7, | ||
+ | overlayEasing: 'easeOutCirc', | ||
+ | rollingPosition: 'top', | ||
+ | popupEasing: 'easeOutBack', | ||
+ | popup2Easing: 'easeOutBack' | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(window).load(function() { | ||
+ | $('.flexslider').flexslider({ | ||
+ | animation: "slide", | ||
+ | start: function(slider) { | ||
+ | $('body').removeClass('loading'); | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | // fancybox | ||
+ | jQuery(".fancybox").fancybox(); | ||
+ | |||
+ | |||
+ | |||
+ | </script> | ||
+ | </div> | ||
</div> | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 04:47, 18 September 2015
BIOLOGY
Improvement
Compared to last year’s project, the project this year brings in a new amplifying system in signal amplifying for microbe, which significantly improves the efficiency of signal amplifying. For the feature of project, we build a cascade amplifier in microbe by imitating cascade amplifier in circuitry, based on amplifying system of last year.
Last year: In the plasmid of amplification system, two activating transcription factors are in constant expression and remain in a certain concentration. With a certain level of autoinducer PAO1, PAO1 integrates with lasR, the complex of which are bond to the target site of las promoter, then activating it and control the expression of the downstream reporter gene GFP in accord with the concentration of the amount of combination.
This year: Inside the upriver bacteria, certain enzyme will digest the oligopeptides that is from glycopeptide so that the arabinose will be released and induce the engineering bacteria expressing LasI protein. The protein can catalyze matrix producing a large number of small molecules PAI1. When PAI1 free diffuse into the downstream bacteria, it will combine with the constitutive expressed LasR protein and form a transcription factor complex. The combination between complex and the pLas promoter accelerate the process of transcription and translation to generate the Rhl1 enzyme, which can catalyze producing the autoinducer PAI2 from system RhIIR. The complex of PAI2 and RhIR protein that is mediated-expressed by double promoter in bacteria can act on pRhl promoter and induce the engineering bacteria to express GFP.
Innovation
We use aptamers as intermedia innovatively, which forms a competitive inhibition system, so as to realize the goal this year that detecting biochemical macromolecules by microbe.This year: Outside bacteria, we combine the artificial oligopeptides with the aptamers. As the macromolecules get into the measurement system, they will take places of glycopeptide and leave them as dissociated molecules. Finally, these free glycopeptide will enter the transformed engineering bacteria.
HARDWARE
Improvement
For fluorescence detection device, the improvement are as following. First of all, we use blue laser pen instead of blue LED light, for its light concentrates better and the energy is more powerful, which remarkably improves the efficiency of fluorescent protein stimulation. Secondly, given that fluorescent chromaticity is single, we use sensor OPT101 instead of sensor TCS32XX to improve accuracy, which is sensitive to grayscale rather than chromaticity. Finally, we use UART screen instead of LED panel, which sharply improves the user interaction interface and is more interactive.