Line 1: | Line 1: | ||
− | + | <!DOCTYPE html> | |
<html> | <html> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:BIT/css/element?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:BIT/css/index?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:BIT/css/display?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:BIT/css/hardware-overview?action=raw&ctype=text/css"> | ||
+ | <title>Overview</title> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div id="wiki"></div> | ||
+ | <div id="app"> | ||
+ | <top-menu :active="active"></top-menu> | ||
+ | <div id="main"> | ||
+ | <div id="main-detail"> | ||
+ | <div id="introduce"> | ||
+ | <p id="title">Overview</p> | ||
+ | <p id="overview">This year we brought a portable microarray-based and smartphone-compatible optical biosensor for high-throughput biomarkers detection. A mature microarray chip processing platform is constructed to address wide range of uses. Meanwhile, smartphone-based optical biosensor powers the detection and diagnostic features. In addition, we tested two optimization methods for liquid pumping in microfluidic chip, and the results are posted on the page “Microarray” for share. | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="hidden-xs-only detail_list"> | ||
+ | <a class="overview-detail" href="https://2018.igem.org/Team:BIT/Hardware-Microarray"> | ||
+ | <img class="overview-img" src="https://static.igem.org/mediawiki/2018/9/91/T--BIT--iGEM_BIT2018_HARDWARE_CHIP_FIG1.jpg"> | ||
+ | <div class="in"> | ||
+ | <span>Microarray</span> | ||
+ | <span class="mini">How does our microbial sensor work?</span> | ||
+ | </div> | ||
+ | </a> | ||
+ | <a class="overview-detail" href="https://2018.igem.org/Team:BIT/Hardware-SMART"> | ||
+ | <img class="overview-img" src="https://static.igem.org/mediawiki/2018/c/c6/T--BIT--iGEM_BIT2018_HARDWARE_SSMART_FIG1.jpg"> | ||
+ | <div class="in"> | ||
+ | <span>S.M.A.R.T.</span> | ||
+ | <span class="mini">Prove the function of our sensor</span> | ||
+ | </div> | ||
+ | </a> | ||
− | + | </div> | |
− | + | <div class="hidden-sm-and-up detail_list"> | |
− | <div class=" | + | <a class="small-overview-detail" href="https://2018.igem.org/Team:BIT/Hardware-Microarray"> |
− | + | <img class="overview-img" src="https://static.igem.org/mediawiki/2018/9/91/T--BIT--iGEM_BIT2018_HARDWARE_CHIP_FIG1.jpg"> | |
− | + | <div class="in"> | |
− | + | <span>Microarray</span> | |
− | <div class=" | + | <span class="mini">How does our microbial sensor work?</span> |
− | + | </div> | |
− | < | + | </a> |
− | + | <a class="small-overview-detail" href="https://2018.igem.org/Team:BIT/Hardware-SMART"> | |
+ | <img class="overview-img" src="https://static.igem.org/mediawiki/2018/c/c6/T--BIT--iGEM_BIT2018_HARDWARE_SSMART_FIG1.jpg"> | ||
+ | <div class="in"> | ||
+ | <span>S.M.A.R.T.</span> | ||
+ | <span class="mini">Prove the function of our sensor</span> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <foot></foot> | ||
</div> | </div> | ||
− | + | </body> | |
− | + | <script src="https://2018.igem.org/Template:BIT/js/vue?action=raw&ctype=text/javascript"></script> | |
− | + | <script src="https://2018.igem.org/Template:BIT/js/element?action=raw&ctype=text/javascript"></script> | |
− | + | <script src="https://2018.igem.org/Template:BIT/js/index?action=raw&ctype=text/javascript"></script> | |
− | + | <script> | |
− | + | new Vue({ | |
− | + | el: '#app', | |
− | + | data: function() { | |
− | + | return { | |
− | + | active: '4-1' | |
− | + | } | |
− | + | } | |
− | + | }) | |
− | + | </script> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</html> | </html> |
Revision as of 18:34, 17 October 2018
<!DOCTYPE html>
Overview
This year we brought a portable microarray-based and smartphone-compatible optical biosensor for high-throughput biomarkers detection. A mature microarray chip processing platform is constructed to address wide range of uses. Meanwhile, smartphone-based optical biosensor powers the detection and diagnostic features. In addition, we tested two optimization methods for liquid pumping in microfluidic chip, and the results are posted on the page “Microarray” for share.