Difference between revisions of "Team:Peking"

Line 10: Line 10:
 
<h1> Peking iGEM 2018 </h1>
 
<h1> Peking iGEM 2018 </h1>
 
<p>Welcome to our wiki!</p>
 
<p>Welcome to our wiki!</p>
 +
<p id="demo">A Paragraph</p>
 +
<button type="button" onclick="myFunction()">Try it</button>
 
<script>
 
<script>
    alert('我也不知道我写这个脚本做什么哈哈哈哈哈');
+
function myFunction()
    var HelloLayer = cc.LayerColor.extend({
+
{
        ctor:function(){
+
document.getElementById("demo").innerHTML="My First JavaScript Function";
            this._super(cc.color.BLUE);
+
}
            var size = cc.winSize;
+
            var helloTxt = new cc.LabelTTF("Hello World","Arial",30);
+
            helloTxt.x = size.width/2;
+
            helloTxt.y = size.height/2;
+
            this.addChild(helloTxt);
+
            this._listener = new cc.EventListener.create({
+
                event:cc.EventListener.TOUCH_ONE_BY_ONE,
+
                swallowTouches: true,
+
                onTouchBegan:function(touch,event){
+
                    var target = event.getCurrentTarget();
+
                    var locationInNode = target.convertToNodeSpace(touch.getLocation());   
+
                    var s = target.getContentSize();
+
                    var rect = cc.rect(0, 0, s.width, s.height);
+
                    if (cc.rectContainsPoint(rect, locationInNode)) {
+
                        alert("You don't ckick me");
+
                        return true;
+
                    }
+
                }
+
            });
+
            cc.eventManager.addListener(this._listener,helloTxt);
+
        },
+
    });
+
    var HelloScene = cc.Scene.extend({
+
        onEnter:function(){
+
            this._super();
+
            this.addChild(new HelloLayer());
+
        },
+
    });
+
 
+
 
</script>
 
</script>
  

Revision as of 02:53, 12 July 2018

Peking iGEM 2018

Welcome to our wiki!

A Paragraph

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.