Line 1: | Line 1: | ||
− | <html> | + | <html lang="en"> |
+ | <head> | ||
+ | <title>HebrewU HujiGEM 2018</title> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
− | <!--- Jquery script - remove when uploading to wiki ---> | + | <!--- Own CSS ---> |
+ | <link rel="stylesheet" href="https://2018.igem.org/Template:HebrewU/CSS?action=raw&ctype=text/css"> | ||
+ | |||
+ | <!--- Jquery script - ****** remove when uploading to wiki ********** ---> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | ||
Line 7: | Line 14: | ||
<script type="text/javascript" src="https://2018.igem.org/Template:Hebrewu/Javascript?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2018.igem.org/Template:Hebrewu/Javascript?action=raw&ctype=text/javascript"></script> | ||
− | <!--- | + | <!--- Font Awesome Css ---> |
− | + | <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"> | |
− | + | ||
− | + | ||
<!--- Chart script ---> | <!--- Chart script ---> | ||
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> | <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> | ||
− | |||
− | < | + | |
− | + | <style> | |
+ | /* Disable I-GEM defult properties for blank page */ | ||
+ | #sideMenu, #top_title {display:none;} | ||
+ | #sideMenu, #sideMenu *, #top_menu_inside, #top_menu_inside *{box-sizing: initial; -webkit-box-sizing: initial;} | ||
+ | #content { padding:0px; width:100%; margin-top:-12px; margin-left:0px;} | ||
+ | #body {background-color:#EDEADC; } | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
+ | |||
+ | .buttonhuji { | ||
+ | font: 18px Calibri, Calibri; | ||
+ | border: none; | ||
+ | color: white; | ||
+ | padding: 10px 32px; | ||
+ | text-align: center; | ||
+ | display: inline-block; | ||
+ | font-size: 15px; | ||
+ | margin: 2px 2px; | ||
+ | -webkit-transition-duration: 0.4s; /* Safari */ | ||
+ | transition-duration: 0.4s; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | .buttonhuji1 { | ||
+ | background-color: #fdfaf2; | ||
+ | color: black; | ||
+ | border: 2px solid #829c8c; | ||
+ | } | ||
+ | |||
+ | .buttonhuji1:hover { | ||
+ | background-color: #829c8c; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | |||
+ | .hujigem_showdata_button { | ||
+ | background-color:#829c8c; | ||
+ | border: none; | ||
+ | color: white; | ||
+ | padding: 10px 10px; | ||
+ | text-align: center; | ||
+ | font-size: 16px; | ||
+ | margin: 4px 2px; | ||
+ | opacity: 0.6; | ||
+ | transition: 0.3s; | ||
+ | text-decoration: none; | ||
+ | cursor: pointer; | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | .hujigem_showdata_button:hover {opacity: 0.9} | ||
+ | |||
+ | #hujigem_display_data{ | ||
+ | width: 100%; | ||
+ | padding: 50px 0; | ||
+ | text-align: center; | ||
+ | background-color: lightblue; | ||
+ | margin-top: 20px; | ||
+ | |||
+ | } | ||
+ | |||
+ | #hujigem_showdata1,#hujigem_showdata2 { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | table_huji { | ||
+ | border-collapse: collapse; | ||
+ | text-align: center; | ||
+ | font-size-adjust:inherit; | ||
+ | font-family:Calibri | ||
+ | |||
+ | } | ||
+ | |||
+ | th_huji, td_huji { | ||
+ | text-align: center; | ||
+ | border: 1px solid #829c8c; | ||
+ | padding: 2px; | ||
+ | font-size-adjust:inherit; | ||
+ | font-family:Calibri; | ||
+ | |||
+ | } | ||
+ | |||
+ | body {background-color: #EDEADC;} | ||
+ | |||
+ | |||
+ | #tablevalues_hujigem { | ||
+ | background-color:white; | ||
+ | font-family:Calibri; | ||
+ | text-align: center; | ||
+ | border: 1px solid #829c8c; | ||
+ | |||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
<script> | <script> | ||
Line 48: | Line 148: | ||
var linearOptions = { | var linearOptions = { | ||
− | title: 'Particle Standard Curve (Linear Scale)', | + | title: 'Particle Standard Curve (Linear Scale), R^2 = 0.9986', |
legend: 'none', | legend: 'none', | ||
− | |||
width: 350, | width: 350, | ||
height: 300, | height: 300, | ||
Line 127: | Line 226: | ||
var linearOptions2 = { | var linearOptions2 = { | ||
− | title: 'Fluorescein Standard Curve (Linear Scale)', | + | title: 'Fluorescein Standard Curve (Linear Scale), R² = 0.997', |
legend: 'none', | legend: 'none', | ||
width: 350, | width: 350, | ||
Line 183: | Line 282: | ||
</script> | </script> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <body> | |
− | + | ||
− | + | ||
− | + | ||
+ | <ul id="ddmenu_hebrewu"> | ||
− | + | <div class="huji_homebutton"> | |
− | + | <a href="javascript:void(0);" class="icon" onClick="show_small_nav()"> | |
− | + | <i class="fa fa-bars"></i> | |
− | + | </a> | |
− | + | <li><img id="huji_logo" src="https://static.igem.org/mediawiki/2018/7/76/T--HebrewU--logo_animation.png" width="109" height="18"></li> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | + | ||
<li><a href="https://2018.igem.org/Team:HebrewU/Project">Project</a> | <li><a href="https://2018.igem.org/Team:HebrewU/Project">Project</a> | ||
<ul> | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:HebrewU/Description">Description</a></li> | ||
<li><a href="https://2018.igem.org/Team:HebrewU/Motivation">Motivation</a></li> | <li><a href="https://2018.igem.org/Team:HebrewU/Motivation">Motivation</a></li> | ||
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Model">Model</a></li> |
+ | <li><a href="https://2018.igem.org/Team:HebrewU/Design">Design</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:HebrewU/Plant">Plant Design</a></li> | ||
<li><a href="https://2018.igem.org/Team:HebrewU/Results">Results</a></li> | <li><a href="https://2018.igem.org/Team:HebrewU/Results">Results</a></li> | ||
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Parts">Parts</a></li> |
− | </ul> | + | </ul> |
− | + | ||
</li> | </li> | ||
+ | |||
<li><a href="https://2018.igem.org/Team:HebrewU/Team">Team</a> | <li><a href="https://2018.igem.org/Team:HebrewU/Team">Team</a> | ||
<ul> | <ul> | ||
<li><a href="https://2018.igem.org/Team:HebrewU/Team">Members</a></li> | <li><a href="https://2018.igem.org/Team:HebrewU/Team">Members</a></li> | ||
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Attributionss">Attributions</a></li> |
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Photo_Gallery">Photo Gallery</a></li> |
− | + | ||
</ul> | </ul> | ||
</li> | </li> | ||
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Human_Practices">Human Practices</a> |
<ul> | <ul> | ||
− | + | <li><a href="https://2018.igem.org/Team:HebrewU/Collaborations">Collaborations</a></li> | |
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Ethics">Ethics</a></li> |
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Expert_Interviews">Expert Interviews</a></li> |
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Public_engagment">Public Engagment</a></li> |
<li><a href="https://2018.igem.org/Team:HebrewU/Industry">Industry</a></li> | <li><a href="https://2018.igem.org/Team:HebrewU/Industry">Industry</a></li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
− | + | <li><a href="https://2018.igem.org/Team:HebrewU/Our Lab">Lab</a> | |
<ul> | <ul> | ||
<li><a href="https://2018.igem.org/Team:HebrewU/Protocols">Protocols</a></li> | <li><a href="https://2018.igem.org/Team:HebrewU/Protocols">Protocols</a></li> | ||
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Notebook">Notebook</a></li> |
<li><a href="https://2018.igem.org/Team:HebrewU/InterLab">Inter-lab</a></li> | <li><a href="https://2018.igem.org/Team:HebrewU/InterLab">Inter-lab</a></li> | ||
<li><a href="https://2018.igem.org/Team:HebrewU/Safety">Safety</a></li> | <li><a href="https://2018.igem.org/Team:HebrewU/Safety">Safety</a></li> | ||
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Parts">Software</a></li> |
− | + | ||
</ul> | </ul> | ||
</li> | </li> | ||
− | + | <li><a href="https://2018.igem.org/Team:HebrewU/Judging">Judging</a></li> | |
− | + | ||
− | + | <div class="social_huji"> | |
− | + | <a href="https://twitter.com/GemHuji"><i class="fa fa-twitter"></i></a> | |
− | + | <a href="https://www.facebook.com/HUJiGEM"><i class="fa fa-facebook"></i></a> | |
− | + | <a href="https://www.instagram.com/hujigem/"><i class="fa fa-instagram"></i></a> | |
− | + | </div> | |
− | + | </ul> | |
− | + | ||
− | </div> | + | |
− | + | ||
− | </ | + | <!----------- Responsive Navbar ---------------> |
+ | <div class="huji_smallnav" id="huji_shownav"> | ||
+ | <button class="huji_small_navbar">Project</button> | ||
+ | <div class="huji_small_navbar_panel"> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Project"><button class="b_huji_small_subnav">Our project</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Description"><button class="b_huji_small_subnav">Description</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Motivation"><button class="b_huji_small_subnav">Motivation</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Model"><button class="b_huji_small_subnav">Model</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Design"><button class="b_huji_small_subnav">Design</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Plant Design"><button class="b_huji_small_subnav">Plant Design</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Results"><button class="b_huji_small_subnav">Results</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Parts"><button class="b_huji_small_subnav">Parts</button></a> | ||
+ | </div> | ||
+ | <button class="huji_small_navbar">Team</button> | ||
+ | <div class="huji_small_navbar_panel"> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Team"><button class="b_huji_small_subnav">Team page</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Members"><button class="b_huji_small_subnav">Members</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Attributionsn"><button class="b_huji_small_subnav">Attributions</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Photo_Gallery"><button class="b_huji_small_subnav">Photo Gallery</button></a> | ||
+ | </div> | ||
+ | <button class="huji_small_navbar">Human Practice</button> | ||
+ | <div class="huji_small_navbar_panel"> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Human_Practices"><button class="b_huji_small_subnav">Human Practice</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Collaborations"><button class="b_huji_small_subnav">Collaborations</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Ethics"><button class="b_huji_small_subnav">Ethics</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Interviews"><button class="b_huji_small_subnav">Expert Interviews</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Public_Engagment"><button class="b_huji_small_subnav">Public Engagment</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Industry"><button class="b_huji_small_subnav">Industry</button></a> | ||
+ | </div> | ||
− | <div | + | <button class="huji_small_navbar">Lab</button> |
+ | <div class="huji_small_navbar_panel"> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Lab"><button class="b_huji_small_subnav">Our Lab</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Protocols"><button class="b_huji_small_subnav">Protocols</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Notebook"><button class="b_huji_small_subnav">Notebook</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/InterLab"><button class="b_huji_small_subnav">InterLab</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Safety"><button class="b_huji_small_subnav">Safety</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Software"><button class="b_huji_small_subnav">Software</button></a> | ||
+ | </div> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Judging"><button class="huji_small_navbar">Judging</button></a> | ||
+ | </div> | ||
− | < | + | <!----------- Script 1 for small navbar ---------------> |
+ | <script> | ||
+ | function show_small_nav() { | ||
+ | var x = document.getElementById("huji_shownav"); | ||
+ | if (x.style.display === "none") { | ||
+ | x.style.display = "block"; | ||
+ | } else { | ||
+ | x.style.display = "none"; | ||
+ | } | ||
+ | } | ||
+ | </script> | ||
− | + | <!------------ Script 2 for small navbar -------------> | |
− | + | <script> | |
− | + | var acc = document.getElementsByClassName("huji_small_navbar"); | |
− | + | var i; | |
− | + | ||
+ | for (i = 0; i < acc.length; i++) { | ||
+ | acc[i].addEventListener("click", function() { | ||
+ | this.classList.toggle("active"); | ||
+ | var huji_small_navbar_panel = this.nextElementSibling; | ||
+ | if (huji_small_navbar_panel.style.display === "block") { | ||
+ | huji_small_navbar_panel.style.display = "none"; | ||
+ | } else { | ||
+ | huji_small_navbar_panel.style.display = "block"; | ||
+ | } | ||
+ | }); | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | <!--- Page content start ---> | ||
+ | <div class="columnhuji middle"> | ||
<h2 class="ahuji"> Inter-Lab </h2> | <h2 class="ahuji"> Inter-Lab </h2> | ||
<p class="ahuji">Universal and standardized units are important in all disciplines of science. It allows for students and professionals everywhere to understand the same language when describing substances or functions. However, the fields of biology and synthetic biology in particular often lack standardized units. For example, in genetic studies or modifications, we often employ marker proteins to assist in both real-time assessments and result interpretation. For results to be consistent between experiments and labs, it is of paramount importance to create a standardized unit for said markers. Such a unit would also allow for the precise comparison of results from different labs and machines, instead of relying on visual comparisons. <br> | <p class="ahuji">Universal and standardized units are important in all disciplines of science. It allows for students and professionals everywhere to understand the same language when describing substances or functions. However, the fields of biology and synthetic biology in particular often lack standardized units. For example, in genetic studies or modifications, we often employ marker proteins to assist in both real-time assessments and result interpretation. For results to be consistent between experiments and labs, it is of paramount importance to create a standardized unit for said markers. Such a unit would also allow for the precise comparison of results from different labs and machines, instead of relying on visual comparisons. <br> | ||
Line 357: | Line 432: | ||
<div align="center"> | <div align="center"> | ||
− | <div id=tableempty_hujigem> | + | <div id="tableempty_hujigem" style="overflow-x:auto;border:none; background-color:transparent"> |
<table style="border:hidden;background-color:transparent;border-color:transparent"> | <table style="border:hidden;background-color:transparent;border-color:transparent"> | ||
<tr> | <tr> | ||
− | <td style="border:hidden;background-color:transparent; border-color:transparent"><div id="linear_div" style="border:hidden;background-color:transparent;border-color:transparent"></div></td> | + | |
− | <td style="border:hidden;background-color:transparent; border-color:transparent"><div id="log_div" style="border:hidden;background-color:transparent;border-color:transparent"></div></td> | + | <td style="border:hidden;background-color:transparent; border-color:transparent"> |
+ | <div id="linear_div" style="border:hidden;background-color:transparent;border-color:transparent"></div> | ||
+ | </td> | ||
+ | |||
+ | <td style="border:hidden;background-color:transparent; border-color:transparent"><div id="log_div" style="border:hidden;background-color:transparent;border-color:transparent"></div> | ||
+ | </td> | ||
+ | |||
</tr> | </tr> | ||
+ | |||
</table> | </table> | ||
</div> | </div> | ||
Line 495: | Line 577: | ||
</div> | </div> | ||
− | + | ||
− | + | ||
</body> | </body> | ||
− | |||
− | |||
</html> | </html> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 19:45, 25 September 2018
Inter-Lab
Universal and standardized units are important in all disciplines of science. It allows for students and professionals everywhere to understand the same language when describing substances or functions. However, the fields of biology and synthetic biology in particular often lack standardized units. For example, in genetic studies or modifications, we often employ marker proteins to assist in both real-time assessments and result interpretation. For results to be consistent between experiments and labs, it is of paramount importance to create a standardized unit for said markers. Such a unit would also allow for the precise comparison of results from different labs and machines, instead of relying on visual comparisons.
The InterLab Study utilizes iGEM’s broad network of biology students from around the world to improve the measurement tools available to the iGEM community and the synthetic biology community as a whole. By measuring GFP fluorescence on a wide range of machines in many different labs and relating the results to a single control group, we hope to gather enough data to create a standardized unit for it. Since GFP is one of the most frequently used markers today, this has been a major focus of the InterLab studies over the past 5 years.
Our team understands the need for unit standardization within the world of biology. We want to help make progress towards more precise quantitative measurements in biology research. As such, we are excited to take part in the Interlab Study and hope our data will support the progress of synthetic biology and genetic engineering.
N. of Particles | 2.35E8 | 1.18E8 | 5.88E7 | 2.94E7 | 1.47E7 | 7.35E6 | 3.68E6 | 1.84E6 | 9.19E5 | 4.60E5 | 2.30E5 |
---|---|---|---|---|---|---|---|---|---|---|---|
Abs mean | 0.977 | 0.568 | 0.305 | 0.195 | 0.139 | 0.113 | 0.098 | 0.092 | 0.087 | 0.086 | 0.086 |
Fluorescein (uM) | 10.00 | 5.00 | 2.5 | 1.25 | 0.625 | 0.313 | 0.156 | 0.078 | 0.039 | 0.0195 | 0.0098 |
---|---|---|---|---|---|---|---|---|---|---|---|
Abs mean | 6.461E6 | 3.551E6 | 1.900E6 | 9.253E5 | 4.844E5 | 2.420E5 | 1.162E5 | 5.755E4 | 3.016E4 | 1.527E4 | 7.731E3 |