Difference between revisions of "Team:Bielefeld-CeBiTec/Software"
(15 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
<head> | <head> | ||
+ | <script> | ||
+ | $("#results").addClass("navbar-active"); | ||
+ | </script> | ||
</head> | </head> | ||
Line 10: | Line 13: | ||
<div class="container"> | <div class="container"> | ||
− | + | <div class="jumbotron" style="background-image: url(https://static.igem.org/mediawiki/2015/2/27/Bielefeld-CeBiTec_Appjumbotron2.png)"> | |
− | + | <div class="jumbotron-text"> | |
− | + | <h1 style="margin-bottom: 0px">Our App</h1> | |
− | + | <p>Fluorescence Quantification via Smartphone</p> | |
+ | </div> | ||
+ | </div> | ||
<div class="Subtitle"> | <div class="Subtitle"> | ||
− | <h2> | + | <h2>The Problem</h2> |
</div> | </div> | ||
+ | <div><p>Fluorescence is a widely used output signal in many microbiological and biotechnological applications. Green fluorescent protein (GFP) is among the most used reporter proteins and has been used in numerous iGEM projects. Nevertheless fluorescence can barely be detected by the eye and quantification turns out to be nearly impossible. | ||
+ | </p></div> | ||
− | + | <div class="Subtitle"> | |
− | </ | + | <h2>Our Solution</h2> |
+ | </div> | ||
+ | <div><p>We solved this problem with a smartphone App. The App determines the median of the greenvalue of a area of pixels in the sensorspot and compares it to the pixels of the negative control (the not induced sensor). If the ratio of a sample and the negative control is above a certain theshold (10%), valid biosensor signal is detected. Additionally it is checked whether the value for the positive control (drop of sfGFP) is above a certain value, thereby confirming the functionality of the biosensor. Furthermore the App displays specific information regarding the different heavymetals and date rape drugs to inform the user. | ||
− | </ | + | For easy handling a correct positioning of the smartphone and the biosensor test strip, we designed and printed a measurement case. |
+ | </p></div> | ||
− | |||
− | < | + | <div class=col-md-4> |
+ | <figure><center> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/b/b2/Bielefeld-CeBiTec_app1small.png"> | ||
+ | <figcaption>A photo of our test strip generated by a typical smartphone using an ideal filter combination to detect fluorescence of sfGFP.</figcaption></center> | ||
+ | </figure> | ||
+ | </div> | ||
+ | <div class=col-md-4> | ||
+ | <figure><center> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/8/80/Bielefeld-CeBiTec_app2small.png"> | ||
+ | <figcaption>Screenshot of the app. It shows the pixels it took into account for the calculation in red, so the user can check, whether the pixels chosen are correct. Furthermore, it provides the values it calculated for the greeness of the spot.</figcaption></center> | ||
+ | </figure> | ||
+ | </div> | ||
− | < | + | <div class=col-md-4> |
+ | <figure><center> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/e0/Bielefeld-CeBiTec_app3small.png"> | ||
+ | <figcaption>The application is adapted to the box shown in the picture. The box provides the ideal environment for capturing pictures under reproducible conditions. The application will calculate whether a contamination is present and give out an list of the contaminants in the water sample.</figcaption></center> | ||
+ | </figure> | ||
+ | </div> | ||
− | + | <div class="col-md-12"></div> | |
− | <div class=" | + | <div class="row footer"> |
− | < | + | <div class="col-md-2 col-md-offset-0 text-center"> |
− | <p> | + | <a type="button" class="btn btn-default btn-next" href="https://2015.igem.org/File:Bielefeld-CeBiTec_CellFreeSticks.zip"> |
+ | <img src="https://static.igem.org/mediawiki/2015/2/2b/Bielefeld-CeBiTec_QRCode_CellFreeSticks.jpeg"><p>Download it!</p></a> | ||
+ | </div> | ||
+ | <div class="col-md-2 col-md-offset-3 text-center"> | ||
+ | <a type="button" class="btn btn-default btn-next" href="https://2015.igem.org/Team:Bielefeld-CeBiTec/Software/SourceCode"><img src="https://static.igem.org/mediawiki/2015/c/cb/Bielefeld-CeBiTec_App_transparent.png"><p>See the source code!</p></a> | ||
+ | </div> | ||
</div> | </div> | ||
− | < | + | </div> |
+ | </body> | ||
− | + | </html> | |
− | + | ||
− | </ | + | |
− | + | {{Bielefeld-CeBiTec/Footer}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 13:08, 16 September 2015
Our App
Fluorescence Quantification via Smartphone
The Problem
Fluorescence is a widely used output signal in many microbiological and biotechnological applications. Green fluorescent protein (GFP) is among the most used reporter proteins and has been used in numerous iGEM projects. Nevertheless fluorescence can barely be detected by the eye and quantification turns out to be nearly impossible.
Our Solution
We solved this problem with a smartphone App. The App determines the median of the greenvalue of a area of pixels in the sensorspot and compares it to the pixels of the negative control (the not induced sensor). If the ratio of a sample and the negative control is above a certain theshold (10%), valid biosensor signal is detected. Additionally it is checked whether the value for the positive control (drop of sfGFP) is above a certain value, thereby confirming the functionality of the biosensor. Furthermore the App displays specific information regarding the different heavymetals and date rape drugs to inform the user. For easy handling a correct positioning of the smartphone and the biosensor test strip, we designed and printed a measurement case.