Difference between revisions of "Team:Peking"

Line 7: Line 7:
 
         ctor:function(){
 
         ctor:function(){
 
             this._super(cc.color.BLUE);
 
             this._super(cc.color.BLUE);
            //添加一个文本元素
 
 
             var size = cc.winSize;
 
             var size = cc.winSize;
 
             var helloTxt = new cc.LabelTTF("Hello World","Arial",30);
 
             var helloTxt = new cc.LabelTTF("Hello World","Arial",30);
Line 17: Line 16:
 
                 swallowTouches: true,  
 
                 swallowTouches: true,  
 
                 onTouchBegan:function(touch,event){
 
                 onTouchBegan:function(touch,event){
                     var target = event.getCurrentTarget(); // 获取事件所绑定的 target
+
                     var target = event.getCurrentTarget();
                        // 获取当前点击点所在相对按钮的位置坐标
+
 
                     var locationInNode = target.convertToNodeSpace(touch.getLocation());     
 
                     var locationInNode = target.convertToNodeSpace(touch.getLocation());     
 
                     var s = target.getContentSize();
 
                     var s = target.getContentSize();
 
                     var rect = cc.rect(0, 0, s.width, s.height);
 
                     var rect = cc.rect(0, 0, s.width, s.height);
                     if (cc.rectContainsPoint(rect, locationInNode)) { // 点击范围判断检测
+
                     if (cc.rectContainsPoint(rect, locationInNode)) {
 
                         alert("You don't ckick me");
 
                         alert("You don't ckick me");
 
                         return true;
 
                         return true;

Revision as of 02:43, 12 July 2018

Peking iGEM 2018

Welcome to our wiki!

Description

  • Biosynthesis plays a significant role in industrial production while enzymatic reaction rate is one of the key factors in an efficient production. and concentration of enzymes is a widely employed solution. Here we engineered yeast cells to express enzymes for producing carotene, which would then be integrated into a protein scaffold based on the interaction between SUMO and SIM modules. The oligomerization of these modules could induce the proximity of enzymes, which enhances the speed of enzymatic reactions and the yield rate of products significantly.