Difference between revisions of "Team:HebrewU/InterLab"

Line 1: Line 1:
 +
<html lang="en">
 
<head>
 
<head>
 
<title>HebrewU HujiGEM 2018</title>
 
<title>HebrewU HujiGEM 2018</title>
 
<meta charset="utf-8">
 
<meta charset="utf-8">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
 
     
 
   
 
 
 
  <script type="text/javascript">
 
  //particle standart curve
 
  google.charts.load('current', {'packages':['corechart']});
 
      google.charts.setOnLoadCallback(drawChart);
 
      function drawChart() {
 
        var data = google.visualization.arrayToDataTable([
 
          ['Abs 600', 'Particle Count/ 100uL'],
 
          [ 2.35E+08, 0.977],
 
          [ 1.18E+08, 0.568],
 
          [ 5.88E+07, 0.305],
 
          [ 2.94E+07, 0.195],
 
          [ 1.47E+07, 0.139],
 
          [ 7.35E+06, 0.113],
 
          [ 3.68E+06, 0.098],
 
          [ 1.84E+06, 0.092],
 
          [ 9.19E+05, 0.086],
 
          [ 4.60E+05, 0.087],
 
          [ 2.30E+05, 0.086],
 
          [ 0, 0.086]
 
         
 
        ]);
 
 
 
 
var options = {
 
 
        };
 
 
        var options = {
 
          pointSize: 12,
 
          dataOpacity: 0.3,
 
          colors: ['black'],
 
          backgroundColor: '#edeadc',
 
          hAxis: {minValue: 0, maxValue: 10},
 
          vAxis: {minValue: 0, maxValue: 1},
 
          hAxis: {title: 'Particle Count/ 100uL'},         
 
          vAxis: {title: 'Abs 600'},
 
         
 
          chartArea: {width:'60%'},
 
          trendlines: {
 
            0: {
 
           
 
              color: '#262d2e',
 
              type: 'linear',
 
              showR2: true,
 
              visibleInLegend: true
 
 
            }
 
 
          }
 
 
        };
 
 
        var chartLinear = new google.visualization.ScatterChart(document.getElementById('chartLinear'));
 
        chartLinear.draw(data, options);
 
 
      }
 
      </script>
 
  
 
<script>  
 
<script>  
Line 102: Line 40:
  
 
<style>
 
<style>
 
  
 
             #sideMenu, #top_title {display:none;}
 
             #sideMenu, #top_title {display:none;}
Line 261: Line 198:
 
#tablevalues_hujigem {
 
#tablevalues_hujigem {
 
     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 
     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 +
    border-collapse: collapse;
 
     width:80%;
 
     width:80%;
   
 
 
}
 
}
  
 
#tablevalues_hujigem td, #tablevalues_hujigem th {
 
#tablevalues_hujigem td, #tablevalues_hujigem th {
     border: 1px solid black;
+
     border: 1px solid #ddd;
     padding: 10px;
+
     padding: 3px;
    width: 7%;
+
         
+
 
+
 
+
 
}
 
}
  
Line 279: Line 212:
  
 
#tablevalues_hujigem th {
 
#tablevalues_hujigem th {
 +
    padding-top: 12px;
 
     padding-bottom: 12px;
 
     padding-bottom: 12px;
 
     text-align: center;
 
     text-align: center;
 
     background-color: #262d2e;
 
     background-color: #262d2e;
 
     color: white;
 
     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: 1}
 
 
 
#hujigem_display_data{
 
    width: 100%;
 
    padding: 50px 0;
 
    text-align: center;
 
    background-color: lightblue;
 
    margin-top: 20px;
 
 
}
 
 
#hujigem_showdata1{
 
display:none;
 
 
}
 
}
  
Line 393: Line 294:
  
 
Our team too believes in the need for a standardization of units with in the world of biology. We want to help make progress towards quantitative measurements between labs, and not be constrained to relative compassions. As such, were excited to take part in such a project and hope are data will support the progress of synthetic biology and genetic engineering.  
 
Our team too believes in the need for a standardization of units with in the world of biology. We want to help make progress towards quantitative measurements between labs, and not be constrained to relative compassions. As such, were excited to take part in such a project and hope are data will support the progress of synthetic biology and genetic engineering.  
 
  
 
   <div align="center">
 
   <div align="center">
  
<br>
+
<br></br>
 
+
<div id="chartLinear" style="height: 80%; width: 80%;">
+
</div>
+
<button onclick="myFunction()" class="hujigem_showdata_button">Raw data</button>
+
 
+
<div id="hujigem_showdata1">
+
 
+
  
 
<br><br>
 
<br><br>
 
<b>
 
<b>
 +
#Table 1: Particles to Abs
 
</b>
 
</b>
 
<table id="tablevalues_hujigem">
 
<table id="tablevalues_hujigem">
Line 447: Line 341:
 
      
 
      
 
</table>
 
</table>
 
 
</div>
 
 
 
<script>
 
function myFunction() {
 
    var x = document.getElementById("hujigem_showdata1");
 
    if (x.style.display === "block") {
 
        x.style.display = "none";
 
    } else {
 
        x.style.display = "block";
 
    }
 
}
 
</script>
 
 
 
 
 
<br><br>
 
<br><br>
 
 
<br><br>
 
 
 
 
 
<br><br>
 
 
  
 
<b>
 
<b>

Revision as of 13:36, 1 September 2018

HebrewU HujiGEM 2018



Inter-Lab

Universal and Standardized units are important in all disciplines of science, and especially in engineering. One important issue biology, and specifically genetic engineering faces today is a lack of standardized units. In synthetic biology we often employ marker proteins to assist in both real time assessment and in depth result interpretation. For these results to be consistent both between experiments, and between labs it is of paramount importance to create a standardized unit for said markers. Such a unit would also allow for the comparison of results from different labs and machines.

The InterLab Study utilizes the wide access that iGEM has to biology teams all over the world. Taking advantage of this rare opportunity, the InterLab aims to improve the measurement tools available to both the iGEM community and the synthetic biology community as a whole. By measuring the fluorescence on a wide range of machines, in a wide range of labs, and regulating the results to a single control group, we hope to gather enough data to create this standard unit. As GFP is one of the most used markers today, this has been the focus of the InterLab studies over the past 5 years.

Our team too believes in the need for a standardization of units with in the world of biology. We want to help make progress towards quantitative measurements between labs, and not be constrained to relative compassions. As such, were excited to take part in such a project and hope are data will support the progress of synthetic biology and genetic engineering.





#Table 1: Particles to Abs
N. of Particles 2.35E+08 1.18E+08 5.88E+07 2.94E+07 1.47E+07 7.35E+06 3.68E+06 1.84E+06 9.19E+05 4.60E+05 2.30E+05
Abs mean 0.977 0.568 0.305 0.195 0.139 0.113 0.098 0.092 0.087 0.086 0.086


#Table 2: Fluorescein uM to Abs
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.461E+06 3.551E+06 1.900E+06 9.253E+05 4.844E+05 2.420E+05 1.162E+05 5.755E+04 3.016E+04 1.527E+04 7.731E+03