Difference between revisions of "Team:Lambert GA/Model"

(Prototype team page)
 
(73 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Lambert_GA}}
 
 
<html>
 
<html>
 +
<head>
 +
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"><style>
 +
html{
 +
font-family: 'La', sans-serif;
 +
}
  
 +
#sideMenu { display:none; }
  
<div class="column full_size judges-will-not-evaluate">
+
a:hover {
<h3>★  ALERT! </h3>
+
text-decoration: none;
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
+
}
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
 
 +
#mainContainer{
 +
background-color: #7A7A79;
 +
    width: 100%;
 +
}
 +
#main{
 +
    width: 100%;
 +
margin: auto;
 +
    padding: 0px;
 +
}
 +
 
 +
body { margin: 0px; padding: 0px; width: 100%;}
 +
 
 +
a.drplink {
 +
color:white;
 +
}
 +
a.drplink:hover {
 +
color:dimgray;
 +
}
 +
 
 +
 
 +
div {
 +
color: white;
 +
}
 +
 
 +
 
 +
#content {
 +
margin: 0px;
 +
margin-top: -15px;
 +
background-color: #7A7A79;
 +
width: 100%;
 +
padding: 0px;
 +
font-family: 'Roboto', sans-serif;
 +
}
 +
 
 +
 
 +
.logo_2017 {display:none;}
 +
 
 +
 
 +
.column full_size {width: 100%;
 +
height: 700px;
 +
position: center; }
 +
 
 +
 
 +
p {
 +
margin: auto;
 +
font-size: 20px;
 +
color: white;
 +
}
 +
 
 +
#firstHeading {
 +
font-size: 16px;
 +
color: #9D0EC8;}
 +
 
 +
a {
 +
opacity: 1.0;
 +
}
 +
 
 +
a:visited {
 +
color: #D49AE6;
 +
}
 +
 
 +
a.HeaderLinks {
 +
height: 50px;
 +
position: center;
 +
border: none;
 +
color: #D49AE6;
 +
text-align: center;
 +
text-decoration: none;
 +
font-size: 16px;
 +
}
 +
 
 +
 
 +
#top_title {
 +
background-color: white;
 +
}
 +
 
 +
 
 +
#MainTitle {
 +
padding-top: 50px;
 +
padding-bottom: 20px;
 +
font-size: 45px;
 +
color: #D49AE6; }
 +
 
 +
 
 +
.firstHeading{
 +
    display: none;
 +
}
 +
 
 +
 
 +
body{
 +
font-size:20px;
 +
}
 +
 
 +
 
 +
header h1{
 +
text-align:center;
 +
color: dimgray;
 +
}
 +
 
 +
h2{
 +
color: #D49AE6;
 +
text-align:center;
 +
hspace="20"
 +
}
 +
 
 +
 
 +
#headerLinks {
 +
position: fixed;
 +
text-decoration: none;
 +
color: #42413C;
 +
width: 100%;
 +
height: 50px;
 +
line-height: 50px;
 +
background-color: #555554;
 +
margin-top: 0px;
 +
text-align:center;
 +
opacity: 0.9;
 +
}
 +
 
 +
 
 +
.header{
 +
width: 100%;
 +
padding: 0;
 +
margin: 0 auto;
 +
top: 0px;
 +
background-color: rgba(255,255,255,0.0);
 +
}
 +
 
 +
 
 +
#text{
 +
width: 900px;
 +
    padding: 0px;
 +
display: block;
 +
margin: 0px auto;
 +
}
 +
 
 +
#space{
 +
height:50px;
 +
}
 +
 
 +
 
 +
#sponsors-bottom{
 +
width: 100%;
 +
margin: 0px auto;
 +
text-align: center;
 +
display: block;
 +
}
 +
 
 +
 
 +
#sponsors-bottom a{
 +
margin: auto;
 +
width: 50%
 +
display: inline-block;
 +
}
 +
 
 +
 
 +
#space2{
 +
height:100px;
 +
}
 +
 
 +
.transparency {
 +
    opacity: 0.4;
 +
transition: opacity 0.5s ease-in-out;
 +
filter: alpha(opacity=40);
 +
-webkit-backface-visibility: hidden;
 +
}
 +
 
 +
 
 +
.transparency:hover {
 +
    opacity: 1;
 +
filter: alpha(opacity=100);
 +
    width = 100px;
 +
-webkit-backface-visibility: hidden;
 +
}
 +
 
 +
 
 +
 
 +
.img-right{
 +
width: 50%;
 +
float: right;
 +
}
 +
 
 +
 
 +
.img-left{
 +
width: 50%;
 +
float: left;
 +
}
 +
 
 +
 
 +
.display-block{
 +
width: 100%;
 +
margin: 0 auto;
 +
}
 +
 
 +
 
 +
.display-block img{
 +
display: block;
 +
}
 +
 
 +
#globalWrapper{
 +
background-color: white;
 +
padding: 0px;
 +
 
 +
 
 +
}
 +
 
 +
 
 +
/* Dropdown Button */
 +
.dropbtn {
 +
  margin: auto;
 +
  position: left; 
 +
  height: 100%;
 +
  width: 100%;
 +
  color: #D49AE6;
 +
  padding: 14px;
 +
  font-size: 20px;
 +
  text-align: left;
 +
  border: none;
 +
  cursor: pointer;
 +
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
 +
}
 +
 
 +
 
 +
/* The container <div> - needed to position the dropdown content */
 +
.dropdown {
 +
    position: relative;
 +
    display: inline-block;
 +
}
 +
 
 +
/* Dropdown Content (Hidden by Default) */
 +
.dropdown-content {
 +
    display: none;
 +
    opacity: 0.0;
 +
    position: absolute;
 +
    background-color: #CFB9F7;
 +
    min-width: 200px;
 +
    text-align: left;
 +
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2);
 +
    transition: opacity 0.5s ease-in-out;
 +
}
 +
 
 +
 
 +
/* Links inside the dropdown */
 +
.dropdown-content a {
 +
    color:  white;
 +
    opacity: 0.0;
 +
    padding: 0px 10px;
 +
    font-size: 20px;
 +
    text-decoration: none;
 +
    display: block;
 +
    transition: opacity 0.5s ease-in-out;
 +
}
 +
 
 +
/* Change color of dropdown links on hover */
 +
.dropdown-content a:hover {background-color: #D49AE6;
 +
color: #4A555C;}
 +
 
 +
/* Show the dropdown menu on hover */
 +
.dropdown:hover .dropdown-content {
 +
    display: block;
 +
    opacity: 1.0;
 +
}
 +
 
 +
.dropdown:hover .dropdown-content a {
 +
  opacity: 1.0;
 +
}
 +
 
 +
/* Change the background color of the dropdown button when the dropdown content is shown*/
 +
.dropbtn:hover {
 +
    background-color: #D49AE6;
 +
    color:  #4A555C;
 +
}
 +
 
 +
#mainbanner{
 +
text-align: center;
 +
}
 +
 
 +
#mainbanner{
 +
    display: block;
 +
    margin: auto;;
 +
}
 +
#logo{
 +
height: 50px;
 +
opacity:0.4;
 +
}
 +
</style>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</head>
 +
 
 +
<body>
 +
 
 +
 
 +
 
 +
<header>
 +
<div id="headerLinks">
 +
<a href="https://2017.igem.org/Team:Lambert_GA" class="dropbtn">Home</a><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/Team" class="dropbtn">Team</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Team">Team</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Collaborations">Collaborations</a>
 +
    </div>
 +
  </li><!--
 +
--><li class="dropdown">
 +
  <a href="https://2017.igem.org/Team:Lambert_GA/Description" class="dropbtn">Project</a>
 +
    <div class="dropdown-content" style="transition: display 0.5s ease-in-out;">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Description">Description</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Design">Design</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Experiments">Experiments</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Notebook">Notebook</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/InterLab">InterLab</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Results">Results</a><a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Demonstrate">Demonstrate</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Attributions">Attributions</a>
 +
     
 +
     
 +
    </div>
 +
  </li><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/Part Collection" class="dropbtn">Parts</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Part Collection">Part Collection</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;"
 +
href="https://2017.igem.org/Team:Lambert_GA/Updated_Part">Updated Parts</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Composite Part">Composite Parts</a>
 +
    </div>
 +
  </li><!--
 +
--><!--
 +
--><a  href="https://2017.igem.org/Team:Lambert_GA/Safety"class="dropbtn">Safety</a><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/HP/Silver" class="dropbtn">Human Practices</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Silver">Silver HP</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Gold_Integrated">Integrated and Gold</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Engagement">Public Engagement</a>
 +
    </div>
 +
  </li><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/Hardware" class="dropbtn">Awards</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Applied_Design">Applied Design</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Hardware">Hardware</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Software">Software</a>
 +
    </div>
 +
  </li>
 +
<a  href="https://igem.org/2017_Judging_Form?team=Lambert_GA"class="dropbtn">Judging Form</a>
 
</div>
 
</div>
<div class="clear"></div>
 
  
<div class="column full_size">
+
</header>
<h1> Modeling</h1>
+
  
<p>Mathematical models and computer simulations provide a great way to describe the function and operation of BioBrick Parts and Devices. Synthetic Biology is an engineering discipline, and part of engineering is simulation and modeling to determine the behavior of your design before you build it. Designing and simulating can be iterated many times in a computer before moving to the lab. This award is for teams who build a model of their system and use it to inform system design or simulate expected behavior in conjunction with experiments in the wetlab.</p>
 
  
 +
 +
<div class="column full_size" style="width:75%; margin:auto;" >
 +
 +
 +
<script type="text/javascript"></script>
 +
 +
 +
<br>
 +
 +
<center> <h1 id="MainTitle"><b> Model </b></h1> <img src="https://static.igem.org/mediawiki/2017/b/bc/T--Lambert_GA--purpleline.png" style="width:18%; margin:auto;"> </center> <br>
 +
 +
<div >
 +
<p style="font-size: 20px; color: white; text-indent: 50px;">A common issue perceived in underfunded labs across the globe is access to technology for biological analysis. The means often utilized for these analyses consists of exorbitant prices and requires transportation of samples to off-site locations to due equipment’s location. This lack of ready access has proven to be a hindrance, even to a number of iGEM Teams. In order to effectively address this issue, we designed a prototype to serve as an alternative for a plate reader and analyze bacterial samples for a low cost.</p>
 +
 +
<br>
 +
 +
<center> <h2> Chrome-Q </h2></center>
 +
 +
<p style="font-size: 20px; text-align: center; color: white;">
 +
<img src="https://static.igem.org/mediawiki/2017/1/1d/ChromeQEvolution.jpeg" style="width:800px;">
 +
<br>
 +
<i style="font-size: 14px;">The evolution of Chrome-Q's from right to left</i>
 +
<br><br>
 +
The 3-D modeling files can be found <a style = "color:#D49AE6;" href="https://static.igem.org/mediawiki/2017/0/05/T--Lambert_GA--Chrome-QFiles.zip"> HERE </a>if you would like to print the Chrome-Q.<br><br>
 +
<p style="font-size: 20px; color: white; text-indent: 50px;"> This prototype, coined the “Chrome-Q”, is miniature light chamber that standardized the emission of light on bacterial pellets placed into wells engraved into the base of the dome, with measurements being taken through a phone’s camera at the top of the dome. Additionally, an app has been created to analyze the degradation of color as a progression, and measure the change in intensity and color as a value for the amount of protein degradation that has occurred. The app was designed to find samples using
 +
luminance (which is derived from RGB values). Then, the samples were analyzed in the HSV color model, mainly using Hue. Through a data curve obtained from various concentrations of cells, we have translated the expression of a certain color’s intensity as a reference point for percent degradation. In order to ensure consistency in the quantity of cells present at the time of measurement, we incorporated a microwell design into the base where cellular pellets can be placed.</p>
 +
<br>
 +
<center><img src="https://static.igem.org/mediawiki/2017/archive/7/7d/20171101161027%21T--Lambert_GA--EngineeringProcessChromeQ.png" style="height: 550px;"></center><br><br>
 +
<center><h2>Chrome-Q System Protocol</h2>
 +
<p style="font-size: 20px;">
 +
1. Make 5mL liquid cultures in triplicate of cumulative concentrations of IPTG in LB (0mM, 10uM, 100uM, 500uM, 1mM) <br>
 +
2. Make one trial (5 tubes) of control group containing 5mL of LB <br>
 +
3. Fill microcentrifuge with [(5 x #of experimental tubes) + 20] uL of diH2O (extra 20uL of diH2O accounts for unintentional error when inoculating liquid cultures)<br>
 +
4. Inoculate the microcentrifuge with a visible amount of cells from cultured plate (cells contain IPTG inducible sequence with color-expressive reporter) <br>
 +
5. Briefly (one or two “touches”) vortex microcentrifuge to suspend and evenly distribute cells in diH2O<br>
 +
6. Micropipet 5uL of suspended diH2O-cell mixture into each experimental tube (this step ensures a regulated amount of cells/ experimental tube)<br>
 +
7. Place in incubator at 37C for 24 hours <br>
 +
8. After growth period, centrifuge at 2500 RCF for ten minutes to obtain a pellet <br>
 +
9. Micropipet 200 uL of pellet into a  PCR tube and centrifuge for two minutes in an electrically-powered centrifuge or 3 minutes in the 3D printed fuge <br>
 +
10. Vortex lightly (one or two “touches”) and Pipette up and down to resuspend cells. <br>
 +
11. Take 20uL from the center of the resuspended cells and transfer to a new PCR tube. (to continue with the 20uL, skip to the paragraph below; keep the remaining 180uL of cells for later directions).<br>
 +
12. Take 20uL from the center of the resuspend cells and transfer to a new PCR tube<br>
 +
13. Dilute 20uL of suspended cells from each tube in 80uL of H20. <br>
 +
14. Perform a serial dilution to get down to a .000X concentration. (There should be 4 dilutions).<br>
 +
15. Plate 20uL of cells from the final dilutions in a lawn in order to get individual countable colonies across the plate. <br>
 +
16. Grow cells in the incubator overnight. <br>
 +
17. Form a grid on the plate and use a random number generator to select a grid section.<br>
 +
18. Count the number of cells in the grid section. <br>
 +
19. Average the number of cells counted per microliter for each dilution and average the three. This will result in the average number of cells per microliter: the optical density. <br>
 +
20. Dividing the HSL values by the optical density results in the quantification measurements.<br>
 +
21. (Proceeding with the remaining 180uL of cells) Centrifuge the remaining 180uL of cells and plate 160uL of the supernatant. Avoid the pellet. <br>
 +
22. Pipette up and down in the remaining supernatant to resuspend.<br>
 +
23. Take 17uL of the sample and plate in triplicates.  <br>
 +
24. Place the plates in the incubator (37C) for 24 hours<br>
 +
 +
 +
We performed three serial dilutions of 100uL of Tinsel Purple. We then plated 20uL of this on a quadrant of a plate. We determined the concentration of the cells was too great, due to the formation of lawns as opposed to countable colonies, and that a fourth dilution at a .000X will generate the most desirable growth. We also determined that each dilution did need to be plated in a lawn format on individual plates. </p></center>
 +
 +
 +
 +
 +
<br>
 +
 +
<center> <h2> 3-D Fuge </h2></center>
 +
 +
<div class="img-left">
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2017/1/10/Paperfuge_garage.gif" style="width:250px;">
 +
<br>
 +
<i style="font-size: 14px;">Our team member Gaurav demonstrating the 3-D Fuge.</i>
 +
</center>
 
</div>
 
</div>
<div class="clear"></div>
+
<br>
 +
 
 +
<p style="font-size: 20px; color: white;">As a continuation of the theme of low-cost technology, we contacted the Prakash Lab at Stanford University to obtain the design for the PaperFuge, and utilize its technology to obtain pellets efficiently. Dr. Saad Bhamla supplied us with the design files for the PaperFuge and several 3-D printed models Our team slightly modified the design to accommodate our needs, and optimize the necessary conditions for measurement. With the transfer of liquid cultures to PCR Tubes and spinning them through the 3-D Fuge (the updated Paperfuge), a distinct separation of LB media and cell pellets exists, and following aspiration of the media, the pellet can be successfully extracted. </p>
 +
<br><br><br><br>
 +
 
 +
<center> <h2> Chrome-Q and 3-D fuge Synergy</h2></center>
 +
<center><img src="https://static.igem.org/mediawiki/2017/2/2b/ChromoproteinandchromQ.jpeg" style="width:400px;">
 +
<br>
 +
<i style="font-size: 14px;"> Chromoproteins with varying levels of IPTG induction (ascending order) in the Chrome-Q wells. The first row is Tinsel Purple, and the third row is Scrooge Orange. </i>
 +
</center>
 +
<br>
 +
 
 +
<p style="font-size: 20px; color: white;"> The pellet is then transferred into the wells present in the Chrome-Q, and analyzed using the desired phone. This overall design incorporates the necessity of quick biological analysis as well as a cost-efficiency to cater to the monetary restrictions experienced around the world. Through this, the Chrome-Q serves as an inexpensive yet accurate substitute for a plate reader while simultaneously being accessible and simple to use.  </p>
 +
 
  
<div class="column half_size">
 
<h3> Gold Medal Criterion #3</h3>
 
<p>
 
To complete for the gold medal criterion #3, please describe your work on this page and fill out the description on your <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>. To achieve this medal criterion, you must convince the judges that your team has gained insight into your project from modeling. You may not convince the judges if your model does not have an effect on your project design or implementation.
 
</p>
 
  
<p>
 
Please see the <a href="https://2017.igem.org/Judging/Medals"> 2017 Medals Page</a> for more information.
 
</p>
 
 
</div>
 
</div>
  
<div class="column half_size">
 
<h3>Best Model Special Prize</h3>
 
  
<p>
 
To compete for the <a href="https://2017.igem.org/Judging/Awards">Best Model prize</a>, please describe your work on this page  and also fill out the description on the <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>. Please note you can compete for both the gold medal criterion #3 and the best model prize with this page.
 
<br><br>
 
You must also delete the message box on the top of this page to be eligible for the Best Model Prize.
 
</p>
 
  
 +
 +
 +
 +
<div class="button_click"  onClick=" parent.location= 'https://2017.igem.org/Special:Upload '">
 +
 +
<!--<h2>2015 Lambert iGEM</h2>-->
 +
                <div id="officialLogo">
 +
 +
                </div>
 +
            </footer>
 +
<div id="space2">
 
</div>
 
</div>
<div class="clear"></div>
 
  
<div class="column full_size">
+
<div id="sponsors-bottom">
<h5> Inspiration </h5>
+
<p>
+
Here are a few examples from previous teams:
+
</p>
+
<ul>
+
<li><a href="https://2016.igem.org/Team:Manchester/Model">Manchester 2016</a></li>
+
<li><a href="https://2016.igem.org/Team:TU_Delft/Model">TU Delft 2016  </li>
+
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">ETH Zurich 2014</a></li>
+
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">Waterloo 2014</a></li>
+
</ul>
+
  
 +
<a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2017/3/36/RevisedLambertLonghorn.png" style="height:100px;padding:20px;" class="transparency"></a>
  
 
</div>
 
</div>
 +
 +
  
 
</html>
 
</html>

Latest revision as of 03:52, 2 November 2017


Model


A common issue perceived in underfunded labs across the globe is access to technology for biological analysis. The means often utilized for these analyses consists of exorbitant prices and requires transportation of samples to off-site locations to due equipment’s location. This lack of ready access has proven to be a hindrance, even to a number of iGEM Teams. In order to effectively address this issue, we designed a prototype to serve as an alternative for a plate reader and analyze bacterial samples for a low cost.


Chrome-Q


The evolution of Chrome-Q's from right to left

The 3-D modeling files can be found HERE if you would like to print the Chrome-Q.

This prototype, coined the “Chrome-Q”, is miniature light chamber that standardized the emission of light on bacterial pellets placed into wells engraved into the base of the dome, with measurements being taken through a phone’s camera at the top of the dome. Additionally, an app has been created to analyze the degradation of color as a progression, and measure the change in intensity and color as a value for the amount of protein degradation that has occurred. The app was designed to find samples using luminance (which is derived from RGB values). Then, the samples were analyzed in the HSV color model, mainly using Hue. Through a data curve obtained from various concentrations of cells, we have translated the expression of a certain color’s intensity as a reference point for percent degradation. In order to ensure consistency in the quantity of cells present at the time of measurement, we incorporated a microwell design into the base where cellular pellets can be placed.




Chrome-Q System Protocol

1. Make 5mL liquid cultures in triplicate of cumulative concentrations of IPTG in LB (0mM, 10uM, 100uM, 500uM, 1mM)
2. Make one trial (5 tubes) of control group containing 5mL of LB
3. Fill microcentrifuge with [(5 x #of experimental tubes) + 20] uL of diH2O (extra 20uL of diH2O accounts for unintentional error when inoculating liquid cultures)
4. Inoculate the microcentrifuge with a visible amount of cells from cultured plate (cells contain IPTG inducible sequence with color-expressive reporter)
5. Briefly (one or two “touches”) vortex microcentrifuge to suspend and evenly distribute cells in diH2O
6. Micropipet 5uL of suspended diH2O-cell mixture into each experimental tube (this step ensures a regulated amount of cells/ experimental tube)
7. Place in incubator at 37C for 24 hours
8. After growth period, centrifuge at 2500 RCF for ten minutes to obtain a pellet
9. Micropipet 200 uL of pellet into a PCR tube and centrifuge for two minutes in an electrically-powered centrifuge or 3 minutes in the 3D printed fuge
10. Vortex lightly (one or two “touches”) and Pipette up and down to resuspend cells.
11. Take 20uL from the center of the resuspended cells and transfer to a new PCR tube. (to continue with the 20uL, skip to the paragraph below; keep the remaining 180uL of cells for later directions).
12. Take 20uL from the center of the resuspend cells and transfer to a new PCR tube
13. Dilute 20uL of suspended cells from each tube in 80uL of H20.
14. Perform a serial dilution to get down to a .000X concentration. (There should be 4 dilutions).
15. Plate 20uL of cells from the final dilutions in a lawn in order to get individual countable colonies across the plate.
16. Grow cells in the incubator overnight.
17. Form a grid on the plate and use a random number generator to select a grid section.
18. Count the number of cells in the grid section.
19. Average the number of cells counted per microliter for each dilution and average the three. This will result in the average number of cells per microliter: the optical density.
20. Dividing the HSL values by the optical density results in the quantification measurements.
21. (Proceeding with the remaining 180uL of cells) Centrifuge the remaining 180uL of cells and plate 160uL of the supernatant. Avoid the pellet.
22. Pipette up and down in the remaining supernatant to resuspend.
23. Take 17uL of the sample and plate in triplicates.
24. Place the plates in the incubator (37C) for 24 hours
We performed three serial dilutions of 100uL of Tinsel Purple. We then plated 20uL of this on a quadrant of a plate. We determined the concentration of the cells was too great, due to the formation of lawns as opposed to countable colonies, and that a fourth dilution at a .000X will generate the most desirable growth. We also determined that each dilution did need to be plated in a lawn format on individual plates.


3-D Fuge


Our team member Gaurav demonstrating the 3-D Fuge.

As a continuation of the theme of low-cost technology, we contacted the Prakash Lab at Stanford University to obtain the design for the PaperFuge, and utilize its technology to obtain pellets efficiently. Dr. Saad Bhamla supplied us with the design files for the PaperFuge and several 3-D printed models Our team slightly modified the design to accommodate our needs, and optimize the necessary conditions for measurement. With the transfer of liquid cultures to PCR Tubes and spinning them through the 3-D Fuge (the updated Paperfuge), a distinct separation of LB media and cell pellets exists, and following aspiration of the media, the pellet can be successfully extracted.





Chrome-Q and 3-D fuge Synergy


Chromoproteins with varying levels of IPTG induction (ascending order) in the Chrome-Q wells. The first row is Tinsel Purple, and the third row is Scrooge Orange.

The pellet is then transferred into the wells present in the Chrome-Q, and analyzed using the desired phone. This overall design incorporates the necessity of quick biological analysis as well as a cost-efficiency to cater to the monetary restrictions experienced around the world. Through this, the Chrome-Q serves as an inexpensive yet accurate substitute for a plate reader while simultaneously being accessible and simple to use.