(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{UESTC-China}} | + | <html lang="zh"> |
− | < | + | <head> |
+ | <meta charset="UTF-8"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | <title>team</title> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:UESTC-China/CSS/default?action=raw&ctype=text/css" /> | ||
+ | <link href="https://2018.igem.org/Template:UESTC-China/CSS/bootmin?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <link href="https://2018.igem.org/Template:UESTC-China/CSS/font?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:UESTC-China/CSS/zzcs?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:UESTC-China/CSS/bootnav?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:UESTC-China/CSS/xuanfucss?action=raw&ctype=text/css" /> | ||
+ | <style type="text/css"> | ||
+ | .hehe{ | ||
+ | height: 60px; | ||
+ | color:#fff; | ||
+ | font-size:12px; | ||
+ | position:relative; | ||
+ | z-index:inherite; | ||
+ | background-color:#31b0d5; | ||
+ | margin-top:30px; | ||
+ | margin-bottom:-30px | ||
+ | } | ||
+ | .team .row{ | ||
+ | margin-right: 0px; | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul{ | ||
+ | margin:0.2em 0 0 0 !important; | ||
+ | z-index=9999; | ||
+ | } | ||
+ | .containe{ | ||
+ | width:100%; | ||
+ | margin-right:0px !important; | ||
+ | margin-left:0px !important; | ||
+ | position:fixed; | ||
+ | top:0.5em; | ||
+ | padding:0; | ||
+ | z-index=9999; | ||
+ | } | ||
+ | .navbar-brand{ | ||
+ | padding: 29px 15px; | ||
+ | height: auto; | ||
+ | } | ||
+ | nav.navbar.bootsnav{ | ||
+ | border: none; | ||
+ | margin-bottom: 150px; | ||
+ | } | ||
+ | .navbar-nav{ | ||
+ | float: left | ||
+ | } | ||
+ | nav.navbar.bootsnav ul.nav > li > a{ | ||
+ | color: #474747; | ||
+ | text-transform: uppercase; | ||
+ | padding: 20px 24px; | ||
+ | } | ||
+ | nav.navbar.bootsnav ul.nav > li:hover{ | ||
+ | background: #f4f4f4; | ||
+ | } | ||
+ | .nav > li:after{ | ||
+ | content: ""; | ||
+ | width: 0; | ||
+ | height: 5px; | ||
+ | background: #34c9dd; | ||
+ | position: absolute; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | transition: all 0.5s ease 0s; | ||
+ | } | ||
+ | .nav > li:hover:after{ | ||
+ | width: 100%; | ||
+ | } | ||
+ | nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{ | ||
+ | content: "+"; | ||
+ | font-family: 'FontAwesome'; | ||
+ | font-size: 16px; | ||
+ | font-weight: 500; | ||
+ | position: absolute; | ||
+ | top: 35%; | ||
+ | right: 10%; | ||
+ | transition: all 0.4s ease 0s; | ||
+ | } | ||
+ | nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ | ||
+ | content: "\f105"; | ||
+ | transform: rotate(90deg); | ||
+ | } | ||
+ | .dropdown-menu.multi-dropdown{ | ||
+ | position: absolute; | ||
+ | left: -100% !important; | ||
+ | } | ||
+ | nav.navbar.bootsnav li.dropdown ul.dropdown-menu{ | ||
+ | box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); | ||
+ | border: none; | ||
+ | } | ||
+ | @media only screen and (max-width:990px){ | ||
+ | nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after, | ||
+ | nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; } | ||
+ | .dropdown-menu.multi-dropdown{ left: 0 !important; } | ||
+ | nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; } | ||
+ | nav.navbar.bootsnav ul.nav > li > a{ margin: 0; } | ||
+ | } | ||
+ | .zhengwen{ | ||
+ | text-indent:30.0pt; | ||
+ | line-height:180%; | ||
+ | font-family:'Candara',sans-serif; | ||
+ | font-size:15.0pt; | ||
+ | color:black; | ||
+ | background:white; | ||
+ | } | ||
+ | .zhengwen p{ | ||
+ | text-indent:30.0pt; | ||
+ | line-height:180%; | ||
+ | font-family:'Candara',sans-serif; | ||
+ | font-size:15.0pt; | ||
+ | color:black; | ||
+ | background:white; | ||
+ | } | ||
+ | .bigtitle{ | ||
+ | line-height:100%; | ||
+ | text-align:center; | ||
+ | font-family:'Cooper Black',serif; | ||
+ | font-size:20.0pt; | ||
+ | color:black; | ||
+ | background:white; | ||
+ | } | ||
+ | .smtitle{ | ||
+ | line-height:200%; | ||
+ | font-family:'Cooper Black',serif; | ||
+ | font-size:16.0pt; | ||
+ | color:black; | ||
+ | background:white; | ||
+ | } | ||
+ | .xstitle{ | ||
+ | font-family:'Candara',sans-serif; | ||
+ | font-size:15.0pt; | ||
+ | color:black; | ||
+ | background:white; | ||
+ | line-height:180%; | ||
+ | } | ||
+ | @media only screen and (max-width: 768px) { | ||
+ | .hide-on-med-and-down { | ||
+ | display: none !important; | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
+ | <script type="text/javascript" src="https://2018.igem.org/Template:UESTC-China/Javascript/jquery?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(e) { | ||
+ | t = $('.fixed').offset().top; | ||
+ | mh = $('.main').height(); | ||
+ | fh = $('.fixed').height(); | ||
+ | $(window).scroll(function(e){ | ||
+ | s = $(document).scrollTop(); | ||
+ | if(s > t - 130){ | ||
+ | $('.fixed').css('position','fixed'); | ||
+ | $('.fixed').css('top','130px'); | ||
+ | }else{ | ||
+ | $('.fixed').css('position',''); | ||
+ | } | ||
+ | }) | ||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
− | + | <div class="demo" style="padding: 0 0; z-index:9999"> | |
− | <div class=" | + | <div class="containe" style="z-index:9999"> |
− | < | + | <div class="row" style="z-index:9999"> |
− | < | + | <div class="col-md-12" style="z-index:9999"> |
− | < | + | <nav class="navbar navbar-default navbar-mobile bootsnav" style="z-index:9999" > |
+ | <div class="navbar-header" style="height:60px; z-index:9999; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#d9d9d9"> | ||
+ | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu" style="margin-top:13px;"> | ||
+ | <i class="fa fa-bars"> UESTC-China</i> | ||
+ | </button> | ||
+ | </div> | ||
+ | <div class="collapse navbar-collapse" id="navbar-menu" style="border-bottom-style:solid; border-bottom-width:1px" style="z-index:9999"> | ||
+ | <ul class="nav navbar-nav" data-in="fadeInDown" data-out="fadeOutUp"> | ||
+ | <li><a href="#">HOME</a></li> | ||
+ | <li><a href="#">ACHIEVEMENT</a></li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">PROJECT</a> | ||
+ | <ul class="dropdown-menu animated fadeOutUp"> | ||
+ | <li><a href="#">Introduction</a></li> | ||
+ | <li><a href="#">Design</a></li> | ||
+ | <li><a href="#">Demonstrate</a></li> | ||
+ | <li><a href="#">Part</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">MODELING</a></li> | ||
+ | <li><a href="#">ATTRIBUTIONS</a></li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">H P</a> | ||
+ | <ul class="dropdown-menu animated fadeOutUp"> | ||
+ | <li><a href="#">Our Story</a></li> | ||
+ | <li><a href="#">Supporting Research</a></li> | ||
+ | <li><a href="#">Engagement</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">TEAM</a> | ||
+ | <ul class="dropdown-menu animated fadeOutUp"> | ||
+ | <li><a href="#">Team Introduction</a></li> | ||
+ | <li><a href="#">Collaborations</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">NOTEBOOK</a> | ||
+ | <ul class="dropdown-menu animated fadeOutUp"> | ||
+ | <li><a href="#">Day Note</a></li> | ||
+ | <li><a href="#">protocol</a></li> | ||
+ | <li><a href="#">safety</a></li> | ||
+ | <li><a href="#">..........</a></li> | ||
+ | <li><a href="#">........</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | |||
+ | </div> | ||
+ | </nav> | ||
+ | </div> | ||
+ | <div class="logo" style="height:45px; width:83.3px; position: absolute;right: 20px;z-index: 9999;top: 10px;"> | ||
+ | <a href="#"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/b/b2/T--UESTC-China--logoyuan.gif" width="100" height="100" > | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | <div class="team" style="margin-top:-30px; position:relative; width:100%; z-index:1; background-color:#fff"> | ||
+ | <div class="team-title" style="z-index:100"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/a/a3/T--UESTC-China--test10top.jpg" style="width: 100%; "> | ||
+ | </div> | ||
− | <div class=" | + | <div class="neirong" style="position:relative; z-index:1 ;padding:50px 6%; background-color:#fff"> |
+ | <div class="row member"> | ||
+ | |||
+ | <div class="col-md-3 col-sm-4"> | ||
+ | <div class="fixed"> | ||
+ | <menu id="tocc" class="hide-on-med-and-down" style="padding: 0.1px; left: 80px; z-index:1;"> | ||
+ | <h3>Interlab</h3> | ||
+ | <ul> | ||
+ | <li><a href="#1" style="color: black;">Results and discussion:</a></li> | ||
+ | <li><a href="#1" style="color: black;">Conclusion:</a></li> | ||
+ | |||
+ | |||
+ | </ul> | ||
+ | </menu> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="main col-md-9 col-sm-8 col-xs-12"> | ||
+ | <div class="zhengwen"> | ||
+ | <span>Interlab studies is used to compare the results in different labs around the world. This study is organized by iGEM measurement committee in an effort to establish standardized, reliable and repeatable measurement tools for the iGEM community and the synthetic biology community as a whole. The objective of this year’s Interlab is to measurement three calibration and cell measurement protocol. According to the requirements, we completed calibration protocols first. We made three sets of unit calibration measurements: an OD600 reference point, a particle standard curve, and a fluorescein standard curve. In all three calibration measurements, we used the same plates and volumes in cell-based assays. For the plate reader our excitation and emission settings were 485 nm and 530 nm respectively (Same setting was used for all experiments below).</span><p></p> | ||
+ | <span>In the process of the experiment, the measurement of the three calibration were remarkable smooth. But in restrict of experiment condition, we met a lot of difficulties in cell measurement experiment. At last we get the corrected results after repeat multiple times.</span><p></p> | ||
+ | </div> | ||
+ | <p class="konghang" id="1" style="text-indent:30.0pt;line-height:200%;"><span style="font-family:'Candara',sans-serif; font-size:15.0pt; color:black; "> </span></p> | ||
+ | <div class="bigtitle"> | ||
+ | Results and discussion: | ||
+ | <hr style="FILTER: alpha(opacity=100,finishopacity=0,style=3)" width="100%" size="3" color="#555"> | ||
+ | </div> | ||
+ | <div class="zhengwen"> | ||
+ | <span>We measured the LUDOX CL-X , Microsphere suspension and Fluorescein to obtain the following results. In this way we can transform absorbance data into a standard OD600 measurement and we obtain a Particle Standard Curve and a Fluorescence standard curve.</span> | ||
+ | <div class="chatu" style="padding:20px 10%;"><img src="https://static.igem.org/mediawiki/2018/a/a8/T--UESTC-China--interlab1.png" width="100%"></div> | ||
+ | <div class="chatu" style="padding:20px 10%;"><img src="https://static.igem.org/mediawiki/2018/5/50/T--UESTC-China--interlab2.png" width="100%"></div> | ||
+ | </div> | ||
+ | <div class="smtitle"><i class="fa fa-chevron-right"></i> Cell measurement :</div> | ||
+ | <div class="zhengwen"> | ||
+ | <ul> | ||
+ | Devices: | ||
+ | <li>Positive control: BBa_I20270</li> | ||
+ | <li>Negative control: BBa_R0040</li> | ||
+ | <li>Device 1: BBa_J364000</li> | ||
+ | <li>Device 2: BBa_J364001</li> | ||
+ | <li>Device 3: BBa_J364002</li> | ||
+ | <li>Device 4: BBa_J364003</li> | ||
+ | <li>Device 5: BBa_J364004</li> | ||
+ | <li>Device 6: BBa_J364005</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="zhengwen"> | ||
+ | <span>Calibration material: LUDOX for absorbance and Fluorescein for fluorescence (provided in the iGEM distribution kit)</span> | ||
+ | </div> | ||
+ | <div class="zhengwen"> | ||
+ | <span>Microorganism: Escherichia coli DH5⍺ strains</span><p></p> | ||
+ | <span>The protocol was easy to follow and the constructs were nicely expressed which makes our measurements more reliable and comparable. After 0, 2, 4 and 6 hours, we measured the OD600 and the fluorescence of the transformed cells according to the protocol. We obtained the following data from the measurement and use the three standard curves to calculate the data.</span><p></p> | ||
+ | <div class="chatu" style="padding:20px 10%;"><img src="https://static.igem.org/mediawiki/2018/6/67/T--UESTC-China--interlab3.png" width="100%"></div> | ||
+ | <span>Compare the devices we can found that the different promoters will influence the expression of proteins. We can easily found that the promoters in test 1 and 4 is obviously stronger than the promoters in test device 3 and 6, for the GFP expression is higher than former. </span> | ||
+ | </div> | ||
+ | <p class="konghang" id="2" style="text-indent:30.0pt;line-height:200%;"><span style="font-family:'Candara',sans-serif; font-size:15.0pt; color:black; "> </span></p> | ||
+ | <div class="bigtitle"> | ||
+ | Conclusion: | ||
+ | <hr style="FILTER: alpha(opacity=100,finishopacity=0,style=3)" width="100%" size="3" color="#555"> | ||
+ | </div> | ||
+ | <div class="zhengwen"> | ||
+ | <span> | ||
+ | We can find that the best fluorescence results is even higher than positive control. Device 4 shows the best fluorescence, but the absorbance values is not the highest. Device 3 shows us that the values of fluorescence almost no growth, but the absorbance values is the highest. At last the data suggest that the Interlab study was successful and the protocol can be shared in the community and between the laboratories. | ||
+ | </span> | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | </ | + | </div><!--以上为正文--> |
− | </div> | + | </div> |
+ | </div> | ||
+ | <div class="hehe" style="background-color:balck"> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-12 " style="text-alien: center; vertical-alien: middle; font-size: 127%; text-align: center;">Copyright © 2018 iGEM UESTC_China </div> | ||
+ | <div class="col-md-12" style="text-alien: center; vertical-alien: middle; font-size: 127%; text-align: center;"> | ||
+ | <div class="social-icons style="float:right; line-height:60px"> | ||
+ | |||
+ | <i><a href="#" class="fa fa-facebook"></a></i> | ||
+ | <i><a href="#" class="fa fa-twitter"></a></i> | ||
+ | <i><a href="#" class="fa fa-weibo"></a></i> | ||
+ | <i><a href="#" class="fa fa-envelope"></a></i> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <script src="https://2018.igem.org/Template:UESTC-China/Javascript/jquery?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Template:UESTC-China/Javascript/bootjs?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2018.igem.org/Template:UESTC-China/Javascript/bootnav?action=raw&ctype=text/javascript"></script> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 02:29, 22 September 2018
Interlab studies is used to compare the results in different labs around the world. This study is organized by iGEM measurement committee in an effort to establish standardized, reliable and repeatable measurement tools for the iGEM community and the synthetic biology community as a whole. The objective of this year’s Interlab is to measurement three calibration and cell measurement protocol. According to the requirements, we completed calibration protocols first. We made three sets of unit calibration measurements: an OD600 reference point, a particle standard curve, and a fluorescein standard curve. In all three calibration measurements, we used the same plates and volumes in cell-based assays. For the plate reader our excitation and emission settings were 485 nm and 530 nm respectively (Same setting was used for all experiments below).
In the process of the experiment, the measurement of the three calibration were remarkable smooth. But in restrict of experiment condition, we met a lot of difficulties in cell measurement experiment. At last we get the corrected results after repeat multiple times.
Results and discussion:
We measured the LUDOX CL-X , Microsphere suspension and Fluorescein to obtain the following results. In this way we can transform absorbance data into a standard OD600 measurement and we obtain a Particle Standard Curve and a Fluorescence standard curve.
Cell measurement :
-
Devices:
- Positive control: BBa_I20270
- Negative control: BBa_R0040
- Device 1: BBa_J364000
- Device 2: BBa_J364001
- Device 3: BBa_J364002
- Device 4: BBa_J364003
- Device 5: BBa_J364004
- Device 6: BBa_J364005
Calibration material: LUDOX for absorbance and Fluorescein for fluorescence (provided in the iGEM distribution kit)
Microorganism: Escherichia coli DH5⍺ strains
The protocol was easy to follow and the constructs were nicely expressed which makes our measurements more reliable and comparable. After 0, 2, 4 and 6 hours, we measured the OD600 and the fluorescence of the transformed cells according to the protocol. We obtained the following data from the measurement and use the three standard curves to calculate the data.
Compare the devices we can found that the different promoters will influence the expression of proteins. We can easily found that the promoters in test 1 and 4 is obviously stronger than the promoters in test device 3 and 6, for the GFP expression is higher than former.
Conclusion:
We can find that the best fluorescence results is even higher than positive control. Device 4 shows the best fluorescence, but the absorbance values is not the highest. Device 3 shows us that the values of fluorescence almost no growth, but the absorbance values is the highest. At last the data suggest that the Interlab study was successful and the protocol can be shared in the community and between the laboratories.
Copyright © 2018 iGEM UESTC_China