Justyvette11 (Talk | contribs) |
|||
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/font?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:BIT/css/home?action=raw&ctype=text/css"> | ||
+ | <title>Home</title> | ||
+ | </head> | ||
<body> | <body> | ||
+ | <div id="wiki"></div> | ||
+ | <div id="app"> | ||
+ | <top-menu></top-menu> | ||
+ | <div id="main"> | ||
+ | <div id="top-zone"> | ||
+ | <div id="top-font"> | ||
+ | <p id="big-title">JACOB 2.0</p> | ||
+ | <p id="small-title">Just A Creative assay for detection Of Biomarkers</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="main-zone"> | ||
+ | <div id="main-content"> | ||
+ | <h2>BIT-dedication makes perfection.</h2> | ||
+ | <p>We, team BIT, are constantly seeking to revolutionize diagnosis through synthetic biology and engineering. Since 2015 our first show at iGEM, we had already built 4 prototypes that attacked pressing issues in unique angles, including ‘breast cancer detection’ and 'Disease Alarm'. Most importantly, we revisit each project to maximize its performance and further its influence. Last year we brought the project JACOB, an integrated biosensor of bacteria engineering, aptamer, and microfluidic technology. Today we present you JACOB 2.0, a new-gen diagnostic device with major upgrades. Come and take a look!</p> | ||
+ | </div> | ||
+ | <div class="three"> | ||
+ | <div class="all"> | ||
+ | <a class="one-own" href="https://2018.igem.org/Team:BIT/Bio/Overview"> | ||
+ | <p>Bio</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/0/06/T--BIT--iGEM_BIT2018_ANZT_WORK_2.png"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="all"> | ||
+ | <a class="one-own" href="https://2018.igem.org/Team:BIT/Model"> | ||
+ | <p>Model</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/1/10/T--BIT--iGEM_BIT2018_ANZT_WORK_3.png"> | ||
+ | </a> | ||
+ | </div> | ||
− | <div class=" | + | <div class="all"> |
+ | <a class="one-own" href="https://2018.igem.org/Team:BIT/Hardware"> | ||
+ | <p>Hardware</p> | ||
+ | <img style="height: auto" src="https://static.igem.org/mediawiki/2018/c/c0/T--BIT--iGEM_BIT2018_ANZT_WORK_7.png"> | ||
+ | </a> | ||
+ | </div> | ||
− | < | + | </div> |
+ | <div class="three"> | ||
+ | <div class="all"> | ||
+ | <a class="one-own" href="https://2018.igem.org/Team:BIT/Practices/Overview"> | ||
+ | <p>Practice</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/1/14/T--BIT--iGEM_BIT2018_ANZT_WORK_6.png"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="all"> | ||
+ | <a class="one-own" href="https://2018.igem.org/Team:BIT/Team/Members"> | ||
+ | <p>Team</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/e/ec/T--BIT--iGEM_BIT2018_ANZT_WORK_1.png"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="all"> | ||
+ | <a class="one-own" href="https://2018.igem.org/Team:BIT/Medal"> | ||
+ | <p>Medal</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/4/4c/T--BIT--iGEM_BIT2018_ANZT_WORK_4.png"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
+ | <foot></foot> | ||
</div> | </div> | ||
</body> | </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 { | ||
+ | visible: false, | ||
+ | height: 0 | ||
+ | } | ||
+ | }, | ||
+ | methods: { | ||
+ | setSize: function () { | ||
+ | this.height = 3/5*document.body.clientWidth | ||
+ | } | ||
+ | }, | ||
+ | mounted: function () { | ||
+ | this.setSize(); | ||
+ | const that = this; | ||
+ | window.addEventListener('resize', function() { | ||
+ | that.setSize(); | ||
+ | }, false); | ||
+ | } | ||
+ | }) | ||
+ | window.onload = function () { | ||
+ | vue.setSize(); | ||
+ | } | ||
+ | </script> | ||
</html> | </html> |
Latest revision as of 03:16, 18 October 2018
<!DOCTYPE html>
JACOB 2.0
Just A Creative assay for detection Of Biomarkers
BIT-dedication makes perfection.
We, team BIT, are constantly seeking to revolutionize diagnosis through synthetic biology and engineering. Since 2015 our first show at iGEM, we had already built 4 prototypes that attacked pressing issues in unique angles, including ‘breast cancer detection’ and 'Disease Alarm'. Most importantly, we revisit each project to maximize its performance and further its influence. Last year we brought the project JACOB, an integrated biosensor of bacteria engineering, aptamer, and microfluidic technology. Today we present you JACOB 2.0, a new-gen diagnostic device with major upgrades. Come and take a look!