Difference between revisions of "Team:York"

Line 69: Line 69:
 
         </div>
 
         </div>
 
         <br>
 
         <br>
        <div class="container" style="background-color: #fff; border-style: solid; border-color: #000000; border-radius: 25px; padding: 10px 10px 10px 10px; display: none;">
+
<div class="cam-container" style="background-color: #dddddd; color: #444444;">
            <br>
+
<section id="Project-Intro" style="padding-top: 10px; padding-bottom: 20px; margin-top: 0px;">
            <h1 class="text-center">A Brief Overview</h1>     
+
  <br>
            <hr> 
+
  <div class="container" style="background-color: rgb(250,250,250); color: #000000; border-style: solid; border-color: #000000; border-radius: 25px;">
            <div class="row description-text" style="margin-right: 1em; margin-left: 1em;">
+
    <div class="text-center">
                <div class="col-md-7">
+
      <h1>The Project</h1>
                    <p style="font-size: 0.9em;">Initially, we aimed to develop and optimize a stable microbial co-culture system whereby the source of energy would be light, and carbon would flow from CO&#8322; in the atmosphere to synthesise ethanol: acting as a surrogate for biofuel. This simple synthetic microbial community comprises <em>Chlamydomonas reinhardtii</em>, an algae, that produces sugars through photosynthesis to feed the ethanol-producing <em>Escherichia coli</em>, ideally resulting in a growth system that could reduce the cost of feedstock materials for biofuel production. However, their differing growth rates would likely result in an unstable system in which one organism might outgrow the other and, in trying to monitor this, we discovered that many methods of co-culture analysis require substantial improvement.</p>
+
      <br>
                </div>
+
      <p style="text-align: center; font-size: 20px;">Upon being asked to find the number of microorganisms in a given sample, the response from members of our iGEM team has invariably been a long sigh and a plea to the realms of the supernatural. <br><br>That most human quality - laziness - alongside flaws in traditional techniques, which we will revisit below, has led to us designing a potential solution in the form of a Digital Inline Holographic Microscope (DIHM). <br><br>In particular, we discovered that, when studying co-cultures, there are precious few methods of counting cells that are accurate, fast, cheap and non-destructive. <br><br>We decided, therefore, to try to bring together two promising areas of science in this project: <br>Digital Holographic Microscopy and Co-Culturing.</p>
 
+
      <br style="line-size: 10px;">
                <div class="col-md-5 description-images" style="background-image: url(//2017.igem.org/wiki/images/c/c9/IGEM-York-Biology-Overview.jpg); background-size: 100% 100%; background-position: 0px 0px; background-repeat: no-repeat; border-radius: 25px; border-color: #ddd; border-style: solid;">
+
    </div>
                <br style="line-height:16em;">
+
                </div>
+
            </div>
+
            <hr>
+
            <div class="row description-text" style="margin-right: 1em; margin-left: 1em;">
+
                <div class="col-md-5 description-images" style="background-image: url(//2017.igem.org/wiki/images/b/b4/IGEM-York-Hardware2-Overview.png); background-size: cover; background-position: 0px 0px; background-repeat: no-repeat; border-radius: 25px; border-color: #ddd; border-style: solid;">
+
                  <br style="line-height:17em;">
+
                </div>
+
           
+
                <div class="col-md-7">
+
                    <p style="font-size: 0.9em;">In response to this realisation, we aim to use Digital Inline Holographic Microscopy (DIHM) to analyse co-cultures. This involves illuminating a sample of the co-culture with a laser and observing the diffraction pattern formed by the microbes. This pattern is sensitive to the wavelength of the laser light, the distance from the co-culture sample and the shape, size and position of the microbes. The relationship between these quantities is well described, so we can calculate what the cross-section of the sample would look like at various levels. This allows us to form a stack of 2D images which, when combined, represent the 3D sample. We then analyse this stack of images to track the number of each type of microbe present. This method of co-culture analysis has a great deal of potential in relation to counting organisms in co-cultures more quickly and less expensively than other methods.</p>
+
                </div>
+
            </div>
+
            <hr>
+
            <div class="row description-text" style="margin-right: 1em; margin-left: 1em;">
+
                <div class="col-md-7">
+
                    <p style="font-size: 0.9em;">To implement this, images are taken from a camera via Raspberry Pi computer and sent to a computer running Windows. Here, code written in MATLAB forms the aforementioned stack of 2D images. We can then analyse this stack of images to establish the number of each type of microorganism present in the co-culture. From this information we are able to compare these results to our mathematical model. Then, we can then identify the best ways to modify the conditions of the co-culture in order to optimise the growth of the bacteria and, thence, the output of ethanol from the system. A Windows application has been written, in C#, which allows a user to fully control the system without any interaction with the code itself.</p>
+
                </div>
+
                </style>
+
               
+
                <div class="col-md-5 description-images" style="background: url(//2017.igem.org/wiki/images/c/cf/Software-into.png); background-size: cover; -webkit-filter: blur(1px); -moz-filter: blur(1px); -o-filter: blur(1px); -ms-filter: blur(1px); filter: blur(1px); border-radius: 25px; border-color: #ddd; border-style: solid;">
+
                    <br style="line-height:14em;">
+
                </div>
+
            </div>
+
        </div>
+
    </section>
+
    <br>
+
 
   </div>
 
   </div>
 +
</section>
 +
</div>
 
</body>
 
</body>
 
</html>
 
</html>
 
{{:Team:York/Templates/Footer}}
 
{{:Team:York/Templates/Footer}}

Revision as of 14:12, 21 October 2017



iGEM York 2017

DIHM Assisted Co-culture Optimisation

QWACC: a Quicker Way to Analyse Co-Cultures

Contact us: igemyork@gmail.com


Biology

Genetically engineering C. reinhardtii and E. coli in order to form a co-culture with industrial potentials.

Hardware

Using optical diffraction to create and probe 3D images through holography in order to monitor co-cultures.

Software

Cell counting and analysis using holograms formed from images taken with our hardware.



The Project


Upon being asked to find the number of microorganisms in a given sample, the response from members of our iGEM team has invariably been a long sigh and a plea to the realms of the supernatural.

That most human quality - laziness - alongside flaws in traditional techniques, which we will revisit below, has led to us designing a potential solution in the form of a Digital Inline Holographic Microscope (DIHM).

In particular, we discovered that, when studying co-cultures, there are precious few methods of counting cells that are accurate, fast, cheap and non-destructive.

We decided, therefore, to try to bring together two promising areas of science in this project:
Digital Holographic Microscopy and Co-Culturing.