Difference between revisions of "Team:NEU China B"

Line 139: Line 139:
 
rect.x2 = drawWidth + rect.x;
 
rect.x2 = drawWidth + rect.x;
 
rect.y2 = drawHeight + rect.y;
 
rect.y2 = drawHeight + rect.y;
return rect.x < x && rect.x2 > x && rect.y < y && rect.y2 > y;
+
if(rect.x < x)
 +
if(rect.x2 > x)
 +
if(rect.y < y)
 +
if(rect.y2 > y)
 +
return true;
 +
return false;
 
}
 
}
  

Revision as of 13:48, 16 October 2018

Ruby - Responsive Corporate Tempalte

您的浏览器不支持 HTML5 canvas 标签。

Abstract

The role of L-lactate is not always beneficial for the yogurt fermentation due to excessive L-lactate can provide an optimized growth condition for yeast and mold. Therefore, it is important to detect the concentration of L-lactate. Acid-base titration is a common method for it, but this method is complicated and time-consuming. In order to monitor L-lactate quickly and conveniently, we designed a biosensor for detecting L-lactate concentration by using the lldPRD L-lactate operon and QS system in E. coli. One of these parts is able to induce the lldPRD genes expression, LuxS protein, in the presence of L-lactate. LuxS protein catalyzes the SAM cycle and produces a small signaling molecule AI-2 that motivates our second part promoter of LsrA&K to promote GFP expression. The optic fiber is able to detect the GFP signal and convert it into current. Simultaneously, the entire device container will be made by 3D printing.