|
|
Line 9: |
Line 9: |
| <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> | | <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> |
| <link href="https://2016.igem.org/Team:NYMU-Taipei/StyleSheets/sheet?action=raw&ctype=text/css" rel="stylesheet"> | | <link href="https://2016.igem.org/Team:NYMU-Taipei/StyleSheets/sheet?action=raw&ctype=text/css" rel="stylesheet"> |
− | <script type="text/javascript" src="https://2014.igem.org/Team:ATOMS-Turkiye/asoMain/atomsAccordion?action=raw&ctype=text/js"></script>
| |
− |
| |
− | <style>
| |
− | .expand{ /*header of 2nd demo*/
| |
− | border-bottom: solid #000000 2px;
| |
− | text-shadow: 0px 0px 1px #000000;
| |
− | font-size: 24px;
| |
− | padding-bottom: -1000px;
| |
− | margin-top: 0px;
| |
− | width:60%;
| |
− | height:40px;
| |
− | margin:auto;
| |
− | }
| |
− | .technology{ /*header of 2nd demo*/
| |
− | cursor: pointer;
| |
− | color: #666666 !important;
| |
− | border-bottom: solid #000000 2px !important;
| |
− | text-shadow: 0px 0px 1px #000000 !important;
| |
− | font-size: 24px !important;
| |
− | padding-bottom: 6px !important;
| |
− | margin-top: 29px !important;
| |
− | width:60%;
| |
− | margin:auto;
| |
− | }
| |
− | div.thelanguage {
| |
− | float: none;
| |
− | margin-top:47px
| |
− | border-radius: 3px;
| |
− | padding: 8px;
| |
− | margin: 14px;
| |
− | width: 60%;
| |
− | margin-left: auto;
| |
− | margin-right: auto;
| |
− | }
| |
− | div.thelanguage img {
| |
− | width: 50%;
| |
− | border: solid rgb(30,123,148) 4px;
| |
− | height: 50%;
| |
− | margin-bottom: 4px;
| |
− | display: block;
| |
− | }
| |
− |
| |
− | .openlanguage{ /*class added to contents of 2nd demo when they are open*/
| |
− | color: #666666;
| |
− | }
| |
− |
| |
− | .closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
| |
− | color: #666666;
| |
− | }
| |
− | a.collapseLink {
| |
− | color: #666666 !important;
| |
− | text-shadow: 0px 0px 1px #000000 !important;
| |
− | margin: 12px !important;
| |
− | font-size: 18px !important;
| |
− | text-decoration:none
| |
− | }
| |
− |
| |
− | </style>
| |
− |
| |
− | <script type="text/javascript">
| |
− |
| |
− | //Initialize 2nd demo:
| |
− | ddaccordion.init({
| |
− | headerclass: "technology", //Shared CSS class name of headers group
| |
− | contentclass: "thelanguage", //Shared CSS class name of contents group
| |
− | revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
| |
− | mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
| |
− | collapseprev: false, //Collapse previous content (so only one open at any time)? true/false
| |
− | defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content.
| |
− | onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
| |
− | animatedefault: false, //Should contents open by default be animated into view?
| |
− | persiststate: false, //persist state of opened contents within browser session?
| |
− | toggleclass: ["closedlanguage", "openlanguage"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
| |
− | togglehtml: ["suffix", " <small><small>[Expand]</small></small>", " <small><small>[Collapse]</small></small>"], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs)
| |
− | animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
| |
− | oninit:function(expandedindices){ //custom code to run when headers have initalized
| |
− | //do nothing
| |
− | },
| |
− | onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
| |
− | //do nothing
| |
− | }
| |
− | })
| |
− |
| |
− | </script>
| |
| | | |
| </head> | | </head> |
Line 99: |
Line 15: |
| | | |
| <div id="wrap"> | | <div id="wrap"> |
| + | |
| <div class="imageimage1"> | | <div class="imageimage1"> |
| <div class="wordword1"> | | <div class="wordword1"> |
| | | |
− | <h1>TITLE</h1><hr /> | + | <div class="satisfy"> |
− | <p>Besides the fungal killing switch and the functional prototype that help reduce concerns over GMO</p> | + | <h1>Safety</h1></div> |
| + | <div class="satisfysp"> |
| + | <h1>Safety</h1></div> |
| + | <hr /> |
| | | |
− | </div></div></div> | + | </div> |
| + | </div> |
| | | |
− | <div class="expand"> | + | <br /> |
− | <center><p style="font-size:24px; color: #666666 !important; text-shadow: 0px 0px 1px #000000 !important; margin-bottom:100px;">
| + | |
− | <a href="#" onclick="ddaccordion.collapseall('technology'); return false"
| + | |
− | style="color: #666666 !important; text-shadow: 0px 0px 1px #000000 !important; /*margin: 12px !important;*/ font-size: 18px !important; text-decoration: none;">[Collapse all]</a> |
| + | |
− | <a href="#" onclick="ddaccordion.expandall('technology'); return false"
| + | |
− | style="color: #666666 !important; text-shadow: 0px 0px 1px #000000 !important; /*margin: 12px !important;*/ font-size: 18px !important; text-decoration: none;">[Expand all]</a></p></center></div>
| + | |
| | | |
− | <div class="technology">transformation efficiency </div> | + | <div class="fund"> |
− | <div class="thelanguage">
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
| | | |
− | <p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 0); return false">[Collapse]</a></p> | + | <h2 style="margin-top:20px; margin-bottom:10px;">Overview</h2><hr /><br /> |
− | </div> | + | |
| | | |
− | <div class="technology">Week 2: (1-7 July)</div> | + | <p style="font-size:16px;">In our project we used E. coli, Metarhizium anisopliae, and Bactrocera dorsalis, which are all classified as biosafety level 1 organisms. All of the organisms were cultured and used under well-designed protocol and by students equipped with full personal protection gear. Also, all lab members went through wet lab training under the tutelage and supervision of our team instructors and their counterparts from NYMU 2015 iGEM team. The training includes lab emergency protocols, operation protocols for various machines, and biological waste decontamination and disposal protocols.</p> |
− | <div class="thelanguage">
| + | |
− | <p>The ordered primers were taken this week.</p>
| + | |
− | <p>We would produce our biobricks, but the result was not like we expected after electrophoresis. Then we made colony PCR and again do it for SOD and GPX. After this, we did digestion and also pTRE vector .</p>
| + | |
− | <img src="https://static.igem.org/mediawiki/2014/7/7e/ATOMS-Notebook1.tif.png">
| + | |
− | <img src="https://static.igem.org/mediawiki/2014/1/17/ATOMS-Notebook2.png">
| + | |
| | | |
− | <p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 1); return false">[Collapse]</a></p>
| |
| </div> | | </div> |
| | | |
− | <div class="technology">transformation efficiency </div> | + | <div class="fund"> |
− | <div class="thelanguage">
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
| | | |
− | <p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 2); return false">[Collapse]</a></p> | + | <h2 style="margin-top:20px; margin-bottom:10px;">Escherichia coli DH5alpha:</h2><hr /><br /> |
− | </div> | + | |
| | | |
− | <div class="technology">transformation efficiency </div> | + | <p style="font-size:16px;">We are well aware of the skin, eye, and respiratory tract irritation E. coli may cause, therefore, all members of our wet-lab team are required to wear full personal protection gear when operating with E. coli competent cells and cultures. All materials that came in contact with bacterial cultures or competent cells were autoclaved and disposed properly.</p> |
− | <div class="thelanguage">
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
| | | |
− | <p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 3); return false">[Collapse]</a></p>
| |
| </div> | | </div> |
| | | |
− | <div class="technology">transformation efficiency </div> | + | <div class="fund"> |
− | <div class="thelanguage">
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
| | | |
− | <p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 4); return false">[Collapse]</a></p> | + | <h2 style="margin-top:20px; margin-bottom:10px;">Metarhizium anisopliae:</h2><hr /><br /> |
− | </div> | + | |
| | | |
− | <div class="technology">transformation efficiency </div> | + | <p style="font-size:16px;">Our experimentation with Metarhizium anisopliae is split between two locations. We were able to culture, transform, and perform plasmid extraction on M. anisopliae in the fungal lab of Dr. Ying-Lien Chen, thanks to his kindness. We also designated a M. anisopliae-experiment-only area to prevent lab-wide fungal contamination.</p> |
− | <div class="thelanguage">
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
| | | |
− | <p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 5); return false">[Collapse]</a></p>
| |
| </div> | | </div> |
| | | |
− | <div class="technology">transformation efficiency </div> | + | <div class="fund"> |
− | <div class="thelanguage">
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
| | | |
− | <p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 6); return false">[Collapse]</a></p> | + | <h2 style="margin-top:20px; margin-bottom:10px;">Bactrocera dorsalis:</h2><hr /><br /> |
− | </div> | + | |
| | | |
− | <div class="technology">transformation efficiency </div> | + | <p style="font-size:16px;">Bactrocera dorsalis, or oriental fruit fly, serves as the experimental host insect for transformed and wildtyep M. anisopliae. The infection rate of B. dorsalis by wildtype M. anisopliae will be tested live individuals. B. dorsalis is a major fruit pest around the world. To minimize the possibility of escape and property damage by B. dorsalis specimen, we have constructed plastic and cardboard containers with netted entrance. These containers allow us to feed and clean excrement while the flies are contained.</p> |
− | <div class="thelanguage">
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
| | | |
− | <p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 7); return false">[Collapse]</a></p>
| |
| </div> | | </div> |
| | | |
− | <div class="technology">transformation efficiency </div> | + | <div class="fund"> |
− | <div class="thelanguage">
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
| | | |
− | <p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 8); return false">[Collapse]</a></p> | + | <h2 style="margin-top:20px; margin-bottom:10px;">Kill switch Biosafety</h2><hr /><br /> |
− | </div> | + | |
| | | |
− | <div class="technology">transformation efficiency </div> | + | <p style="font-size:16px;">The main focus of our project is to create a biosafety mechanism, a kill switch in this case, for M. ansiopliae. Our kill switch will include a KillerRed production circuit controlled by a hemolymph-induced promoter, Pmcl 1. This circuit will be activated when M. anisopliae enters the hemolymph after it penetrates the cuticle of its insect host. The KillerRed protein that was produced, due to the need of yellow spectrum light to activate, its will stay inert as long as the fungus is within the host insect. However, when M. anisopliae emerges from its host for conidiation, the yellow spectrum light in sunlight will allow KillerRed proteins to produce highly reactive oxygen species (O2•-), which in turn will kill the fungus. The transformed fungus will pose no additional threat to humans.</p> |
− | <div class="thelanguage">
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
| | | |
− | <p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 9); return false">[Collapse]</a></p>
| |
| </div> | | </div> |
| | | |
− | <div class="technology">transformation efficiency </div> | + | <div class="fund"> |
− | <div class="thelanguage">
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
| | | |
− | <p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 10); return false">[Collapse]</a></p> | + | <h2 style="margin-top:20px; margin-bottom:10px;">Future Outlook and Risk Evaluations</h2><hr /><br /> |
− | </div> | + | |
| | | |
− | <div class="technology">transformation efficiency </div> | + | <p style="font-size:16px;">Large-scale spraying, the current deployment method of Metarhizium anisopliae, may pose several potential threats to environment if the payload consists of genetically modified M. anisopliae spores. That is why, we develop a bait trap that could minimize these threats by attracting male oriental fruit flies, infecting them with spore solution and spreading the fungus to other members of its species, including the pheromone-trap-resistant females. When genetically modified Metarhizium anisopliae is deployed via our oriental fruit fly bait trap, it comes in direct contact with the surrounding environment. This is why its development needs careful evaluation if further application is desired. As for this subject, we will continue to consult the Food Drug Administration and the Council of Agriculture in Taiwan and will continue advocating the legislation on related issues. We would follow the standards provided by WHO, which compels us to continue the evaluation of the stability, horizontal gene transfer rate, and toxicity of our inserted genes if further field test and application are conducted.</p> |
− | <div class="thelanguage">
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| + | |
| | | |
− | <p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 11); return false">[Collapse]</a></p>
| |
| </div> | | </div> |
| | | |
− | <div class="technology">transformation efficiency </div>
| |
− | <div class="thelanguage">
| |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| |
− | <p>To check our cell’s transformation efficiency 5 bacteria plates are transformed with different concentrated</p>
| |
− |
| |
− | <p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 12); return false">[Collapse]</a></p>
| |
| </div> | | </div> |
| | | |
− | <script>if (window.runOnloadHook) runOnloadHook();</script>
| + | </body> |
| | | |
− | </body>
| |
| </html> | | </html> |