Line 11: | Line 11: | ||
<p>Welcome to our wiki!</p> | <p>Welcome to our wiki!</p> | ||
<p id="demo"></p> | <p id="demo"></p> | ||
− | <button type="button" onclick="myFunction()">你知道这个按钮有什么用吗?</button> | + | <button type="button" onclick="myFunction()" id="b">你知道这个按钮有什么用吗?</button> |
<script> | <script> | ||
+ | i=0 | ||
function myFunction() | function myFunction() | ||
{ | { | ||
− | document.getElementById("demo").innerHTML="我也不知道我为什么要写这个脚本"; | + | if (i==0) |
+ | { | ||
+ | document.getElementById("demo").innerHTML="我也不知道我为什么要写这个脚本"; | ||
+ | } | ||
+ | else | ||
+ | { | ||
+ | document.write("<h1>一个奇怪的标题</h1>"); | ||
+ | document.getElementById("b").innerHTML="再点第"+i+次吧; | ||
+ | } | ||
} | } | ||
</script> | </script> |
Revision as of 03:01, 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.