Difference between revisions of "Team:Aix-Marseille/Hardware"

(Prototype team page)
 
 
(40 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Aix-Marseille}}
+
{{Aix-Marseille|title=Detection of the disease|toc=__noTOC__}}
<html>
+
  
 +
[[File:T--Aix-Marseille--transmission chain-1.png|right|400px|The hydric stress detection method.]]
  
<div class="column full_size judges-will-not-evaluate">
+
[[Team:Aix-Marseille/Project|'''KILL XYL''']] aims not only to cure the disease caused by [[Team:Aix-Marseille/Xylella_fastidiosa|''Xylella fastidiosa'']], but also to detect it. Nowadays, the most effective way to detect the bacteria is a method called PCR (Polymerase Chain Reaction).  
<h3>★  ALERT! </h3>
+
However, this method is complex and requires DNA samples from trees and lengthy and complex laboratory treatments.
<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>
+
</div>
+
<div class="clear"></div>
+
  
 +
Therefore, we focused on another method which will allow us to work more easily in the open with hundreds of acres of crops.
 +
For this, we thought about detecting the first symptoms of the disease: hydric stress.
 +
The easiest way to measure the hydric stress is by assessing leaf dryness.
  
<div class="column half_size">
+
[[File:T--Aix-Marseille--refraction spectrum leaves-1.png|400px|right|thumb|Healthy leaves, because of photosynthesis, refract more infrared (IR) light than dry leaves.]]
  
<h1>Hardware</h1>
+
Olive trees are evergreen which means that leaves will not dry naturally.
<h3>Best Hardware Special Prize</h3>
+
However,  dry leaves can be a consequence of other factors than the disease caused by [[Team:Aix-Marseille/Xylella_fastidiosa|''X. fastidiosa'']].
<p>iGEM is about making teams of students making synthetic biology projects. We encourage teams to work with parts and build biological devices in the lab. But we are inclusive and want all teams to work on many other types of problems in synbio. Robotic assembly, microfluidics, low cost equipment and measurement hardware are all areas ripe for innovation in synbio. </p>
+
Thus our solution serves primarily as a warning device, it's appropriate to the detection of hydric stress in crops.  
 +
If any is detected, then DNA samples should be taken to verify the presence of the bacteria.
  
<p>
+
[[File:T--Aix-Marseille--NDVI comparison-1.jpg|400px|right|thumb|K-State Research and Extension
Teams who are interested in working with hardware as a side project are encouraged to apply for the hardware award.  
+
Soybean NVDI photo]]
  
<br><br>
+
As healthy leaves reflect more infrared light than dry leaves we can calculate the Normalized Difference Vegetation Index (NDVI), which allows determining the relative level of photosynthesis of a plant. NDVI is calculated by : $$\text{NDVI} = \frac{\text{NIR}-\text{RED}}{\text{NIR}+\text{RED}}$$
To compete for the <a href="https://2017.igem.org/Judging/Awards">Best Hardware 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>.
+
<br><br>
+
You must also delete the message box on the top of this page to be eligible for this prize.
+
</p>
+
</p>
+
</div>
+
  
<div class="column half_size">
+
The calculated index is between -1 and 1 and is associated with a color scale (1, red and -1, blue) that allows you to observe easily and quickly if the tree is healthy or not.  
<h5>Inspiration</h5>
+
<p>You can look at what other teams did to get some inspiration! <br />
+
Here are a few examples:</p>
+
<ul>
+
<li><a href="https://2016.igem.org/Team:Valencia_UPV">2016 Valencia UPV</a></li>
+
<li><a href="https://2016.igem.org/Team:Aachen">2016 Aachen </a></li>
+
<li><a href="https://2015.igem.org/Team:TU_Delft">2015 TU Delft  </a></li>
+
<li><a href="https://2015.igem.org/Team:TU_Darmstadt">2015 TU Darmstadt</a></li>
+
</ul>
+
  
</div>
+
==Detection==
  
 +
First, we built the camera.
 +
For this, we used a Raspberry Pi 2 which supports the necessary acquisition and treatment software and a Black Pi camera.
 +
The infrared blocking filter was removed from the camera and replaced with a Blue filter (ROSCO#2007).
 +
This modification allows us to detect the NIR and RED light necessary to construct the NDVI image.
  
 +
==Software==
  
</html>
+
[[File:T--Aix-Marseille--NDVI-process.png|right|500px|thumb|]]
 +
 
 +
We used Python and OpenCV to calculate our NDVI images.
 +
NDVI index computation is done pixel by pixel on the image to create a new grayscale image, which is then shown with a linear colormap (jet) for a better visual contrast.

Latest revision as of 02:29, 2 November 2017

Detection of the disease

The hydric stress detection method.

KILL XYL aims not only to cure the disease caused by Xylella fastidiosa, but also to detect it. Nowadays, the most effective way to detect the bacteria is a method called PCR (Polymerase Chain Reaction). However, this method is complex and requires DNA samples from trees and lengthy and complex laboratory treatments.

Therefore, we focused on another method which will allow us to work more easily in the open with hundreds of acres of crops. For this, we thought about detecting the first symptoms of the disease: hydric stress. The easiest way to measure the hydric stress is by assessing leaf dryness.

Healthy leaves, because of photosynthesis, refract more infrared (IR) light than dry leaves.

Olive trees are evergreen which means that leaves will not dry naturally. However, dry leaves can be a consequence of other factors than the disease caused by X. fastidiosa. Thus our solution serves primarily as a warning device, it's appropriate to the detection of hydric stress in crops. If any is detected, then DNA samples should be taken to verify the presence of the bacteria.

K-State Research and Extension Soybean NVDI photo

As healthy leaves reflect more infrared light than dry leaves we can calculate the Normalized Difference Vegetation Index (NDVI), which allows determining the relative level of photosynthesis of a plant. NDVI is calculated by : $$\text{NDVI} = \frac{\text{NIR}-\text{RED}}{\text{NIR}+\text{RED}}$$

The calculated index is between -1 and 1 and is associated with a color scale (1, red and -1, blue) that allows you to observe easily and quickly if the tree is healthy or not.

Detection

First, we built the camera. For this, we used a Raspberry Pi 2 which supports the necessary acquisition and treatment software and a Black Pi camera. The infrared blocking filter was removed from the camera and replaced with a Blue filter (ROSCO#2007). This modification allows us to detect the NIR and RED light necessary to construct the NDVI image.

Software

T--Aix-Marseille--NDVI-process.png

We used Python and OpenCV to calculate our NDVI images. NDVI index computation is done pixel by pixel on the image to create a new grayscale image, which is then shown with a linear colormap (jet) for a better visual contrast.