|
|
(37 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
− | {{Peking}} | + | <!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]--> |
− | <html> | + | <!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]--> |
| + | <!--[if (gte IE 8)|!(IE)]><!--> |
| + | <html class="no-js" lang="en"> |
| + | <!--<![endif]--> |
| + | <head> |
| + | <!--- Basic Page Needs========================================================================= --> |
| + | <meta charset="utf-8"/> |
| + | <title></title> |
| + | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.2, user-scalable=yes" /> |
| + | <meta name="description" content="Wiki of Peking iGEM 2018" /> |
| + | <meta name="author" content="Peking iGEM"/> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| + | <!-- Mobile Specific Metas===================================================================== --> |
| + | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> |
| + | <!-- Fix Overwrite the original iGEM style=================================================== --> |
| + | <link href="https://2018.igem.org/Template:Peking/css/fix?action=raw&ctype=text/css" rel="stylesheet" /> |
| + | <!-- CSS======================================================================================= --> |
| + | <link href="https://2018.igem.org/Template:Peking/css/bootstrap_min?action=raw&ctype=text/css" rel="stylesheet" /> |
| + | <link href="https://2018.igem.org/Template:Peking/css/style?action=raw&ctype=text/css" rel="stylesheet" /> |
| + | <!-- CSS======================================================================================= --> |
| + | <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/default?action=raw&ctype=text/css"/> |
| + | <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/layout?action=raw&ctype=text/css"/> |
| + | <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/media-queries?action=raw&ctype=text/css"/> |
| + | <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/notebook_panel?action=raw&ctype=text/css"/> |
| + | <style> |
| + | body { background: #D2D8D8 url(https://static.igem.org/mediawiki/2018/7/78/T--Peking--images_bodyBackground.jpeg); background-attachment:fixed;} |
| + | .texttitle{ |
| + | color:#6495ED; |
| + | font-size: 38px; |
| + | line-height: 48px; |
| + | margin-bottom: 12px; |
| + | font-family: raleway-bold, sans-serif !important; |
| + | background: transparent; |
| + | letter-spacing: 3px; |
| + | text-transform: uppercase; |
| + | font-weight: 350; |
| + | text-align: center; |
| + | padding-top:40px; |
| + | } |
| + | sup{font-size:11px;} |
| + | .references{margin-top:150px;margin-bottom:40px;} |
| + | .references p{font-size:14px !important; color:#666161 !important;} |
| + | .classic-title {font-weight: 300;padding-top:30px;} |
| + | .classic-title span { |
| + | padding-bottom: 8px; |
| + | border-bottom: 1px solid #383232; |
| + | font-weight: 400; |
| + | } |
| + | figure{margin-top:40px;margin-bottom:40px;height:auto;} |
| + | .anchor{padding-top:100px;margin-top:-100px;} |
| + | </style> |
| + | |
| + | </head> |
| + | <body> |
| + | <!--sidebar 引用==============================================================================--> |
| + | <style> |
| + | #primary span{ |
| + | display:block; |
| + | word-break:break-all |
| + | } |
| + | |
| + | #page-wrap { |
| + | width: 25%; |
| + | margin: 0px; |
| + | position: relative; |
| + | } |
| + | |
| + | #sidebar { |
| + | width: 25%; |
| + | margin-left: 0px; |
| + | } |
| + | @media (min-width:1024px){ |
| + | #sidebar{position:relative;top:120px;max-width:200px;}} |
| + | @media (max-width: 1023px){ |
| + | #sidebar{display:none; |
| + | } |
| + | #page-wrap{display:none;} |
| + | } |
| + | </style> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | function menuFixed(id){ |
| + | var obj = document.getElementById(id); |
| + | var _getHeight = obj.offsetTop; |
| + | |
| + | window.onscroll = function(){ |
| + | changePos(id,_getHeight); |
| + | } |
| + | } |
| + | function changePos(id,height){ |
| + | var obj = document.getElementById(id);var windowBottom = $(window).scrollTop() + $(window).innerHeight(); |
| + | if(w>=1024){ |
| + | if($(window).scrollTop() + $(window).height() > $(document).height() - 230){ |
| + | $('#sidebar').fadeOut("fast");}else{$('#sidebar').fadeIn("fast");} |
| + | } |
| + | var scrollTop = document.documentElement.scrollTop || document.body.scrollTop -230; |
| + | var windowBottom = $(window).scrollTop() + $(window).innerHeight(); |
| + | var w = window.innerWidth; |
| + | |
| + | if(scrollTop < height){ obj.style.position = 'relative'; |
| + | }else{ |
| + | obj.style.position = 'fixed'; |
| + | } |
| + | } |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | window.onload = function(){ |
| + | menuFixed('sidebar'); |
| + | } |
| + | </script> |
| + | <script> |
| + | function naver(id){ |
| + | var obj=document.getElementById(id); |
| + | var oPos=obj.offsetTop; |
| + | return window.scrollTo(0,oPos+250); |
| + | } |
| + | </script> |
| + | <!--sidebar 引用 end ==============================================================================--> |
| + | <!--panel 引用==================================================================================--> |
| + | <style type="text/css"> |
| + | .panel-default .panel-heading a{ |
| + | text-decoration: none; |
| + | display:block; |
| + | padding:10px; |
| + | } |
| + | .panel-heading.panel-title{ |
| + | text-decoration: none; |
| + | padding-top:0px; |
| + | padding-bottom:0px; |
| + | padding-left:0px; |
| + | padding-right:0px; |
| + | text-align:center; |
| + | font-size:19px; |
| + | |
| + | } |
| + | a[aria-expanded="true"] { |
| + | background-color:rgba(70, 73, 76, 0.95); |
| + | text-decoration: none; |
| + | color:white; |
| + | } |
| + | |
| + | .panel-default .panel-heading a[aria-expanded="false"]{ |
| + | -o-transition: background-color 1s linear; |
| + | -moz-transition: background-color 1s linear; |
| + | -khtml-transition: background-color 1s linear; |
| + | -webkit-transition: background-color 1s linear; |
| + | -ms-transition: background-color 1s linear; |
| + | transition: background-color 1s linear; |
| + | } |
| + | .panel-default .panel-heading a[aria-expanded="false"]:hover{ |
| + | background-color:rgba(70, 73, 76, 0.95); |
| + | text-decoration: none; |
| + | color:white; |
| + | } |
| + | .panel-default .panel-heading a[aria-expanded="true"]{ |
| + | -o-transition: opacity 1s linear; |
| + | -moz-transition: opacity 1s linear; |
| + | -khtml-transition: opacity 1s linear; |
| + | -webkit-transition: opacity 1s linear; |
| + | -ms-transition: opacity 1s linear; |
| + | transition: opacity 0.7s linear; |
| + | } |
| + | .panel-default .panel-heading a[aria-expanded="true"]:hover{ |
| + | opacity:0.7; |
| + | } |
| + | |
| + | .coll p a{ |
| + | color:#5c9085 !important; |
| + | } |
| + | .coll p a:hover{ |
| + | color:#11abb0 !important; |
| + | } |
| + | .coll { |
| + | width:100%; |
| + | float:left; |
| + | } |
| + | .coll .info { |
| + | width:6%; |
| + | font-size:11px; |
| + | color:#a4a4a4; |
| + | margin-top:0px; |
| + | float:left; |
| + | |
| + | } |
| + | .coll .content { |
| + | width:94%; |
| + | float:left; |
| + | margin-left:40px; |
| + | margin-top:-3px; |
| + | } |
| + | .coll .ordi { |
| + | width;100%; |
| + | margin:0px 0px 0px 0px; |
| + | font-size:35px; |
| + | font-style:italic; |
| + | float:left; |
| + | color:#11abb0; |
| + | opacity:0.8; |
| + | } |
| + | |
| + | </style> |
| + | |
| + | <script type="text/javascript"> |
| + | $(document).ready(function(){ |
| + | $("#button1").click(function(){ |
| + | $(".panel-collapse").collapse("show"); |
| + | }); |
| + | }); |
| + | $(document).ready(function(){ |
| + | $("#button2").click(function(){ |
| + | $(".panel-collapse").collapse("hide"); |
| + | }); |
| + | }); |
| + | $("#notebook").addClass("navbar-active"); |
| + | </script> |
| + | <!--panel 引用 end ==================--> |
| + | |
| + | <!-- Navigation --> |
| + | <div id="navigation" class="navbar navbar-fixed-top"> |
| + | <div class="navbar-inner "> |
| + | <div class="container no-padding"> |
| + | <a class="show-menu" data-toggle="collapse" data-target=".nav-collapse"><span class="show-menu-bar"></span> |
| + | </a> |
| + | <div id="logo" style="max-width:0px"><a class="" href="https://2018.igem.org/Team:Peking"><img |
| + | src="https://static.igem.org/mediawiki/2018/3/36/T--Peking--Logo.png"></a></div> |
| + | |
| + | <div class="nav-collapse collapse"> |
| + | <ul class="nav"> |
| | | |
| + | <li class="menu-1"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking">Home</a> |
| + | </li> |
| | | |
− | <div class="column full_size"> | + | <li class="dropdown menu-2"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Project</a> |
| + | <ul class="dropdown-menu"> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Project" class="barfont1">Description</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Design" class="barfont1">Design</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Demonstrate" class="barfont1">Demonstration</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Perspective" class="barfont1">Perspective</a></li> |
| + | </ul> |
| + | </li> |
| + | <li class="menu-3"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking/Model">Modeling</a> |
| + | </li> |
| + | <li class="menu-4"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking/Software">Software</a> |
| + | </li> |
| | | |
− | <h1> Safety </h1>
| |
− | <p>Please visit the <a href="https://2018.igem.org/Safety">Safety Hub</a> to find this year's safety requirements & deadlines, and to learn about safe & responsible research in iGEM.</p>
| |
| | | |
− | <p>On this page of your wiki, you should write about how you are addressing any safety issues in your project. The wiki is a place where you can <strong>go beyond the questions on the safety forms</strong>, and write about whatever safety topics are most interesting in your project. (You do not need to copy your safety forms onto this wiki page.)</p> | + | <li class="menu-6"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking/Human_Practices">Human Practices</a> |
| + | </li> |
| + | <li class="dropdown menu-7"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Achievement</a> |
| + | <ul class="dropdown-menu"> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Judging_Form" class="barfont1">Judging Form</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Parts" class="barfont1">Parts</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Improve" class="barfont1">Improvement</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/InterLab" class="barfont1">InterLab</a></li> |
| | | |
− | </div> | + | </ul> |
| + | </li> |
| + | <li class="dropdown menu-8"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Lab</a> |
| + | <ul class="dropdown-menu"> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Team_Members">Team Members</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Attributions" class="barfont1">Attributions</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Notebook" class="barfont1">Notebook</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Collaborations" class="barfont1">Collaborations</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Safety" class="barfont1">Safety</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Acknowledgement" class="barfont1">Acknowledgement</a></li> |
| + | |
| + | </ul> |
| + | </li> |
| + | </div> |
| + | </div> |
| + | </div> |
| + | </div> |
| + | <!--/Navigation --> |
| + | |
| + | |
| + | <!-- Page Title======================================================================== --> |
| + | <div id="page-title"> |
| + | <div class="row"> |
| + | <div class="twelve columns centered text-center"> |
| + | <h1>Safety</h1> |
| + | <p class="title1" style="text-align:justify; text-justify:inter-ideograph;">Peking iGEM 2018’s project is a breakthrough attempt to construct a new platform with phase separation system abbreviated to SPOT. With the SPOT system, we hope to achieve various biological functions such as a reaction hub or a sensor for plant hormone molecules. Here we will share our experiences with safety control.</p> |
| + | </div> |
| + | </div> |
| + | </div><!-- Page Title End--> |
| + | |
| + | |
| + | <div id="page-content" class="row page"> |
| + | <div id="primary" class="twelve columns"> |
| + | <section> |
| + | <div class="row"> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="three columns"> |
| + | <div id="page-wrap"> |
| + | <div id="sidebar" style="color:#000000"> |
| + | |
| + | <h4><a href="https://2018.igem.org/Team:Peking/Team_Members">•Team Members</a></h4> |
| + | <h4><a href="https://2018.igem.org/Team:Peking/Attributions">•Attributions</a></h4> |
| + | |
| + | <h4><a href="https://2018.igem.org/Team:Peking/Notebook">•Notebook</a></h4> |
| + | <h4><a href="https://2018.igem.org/Team:Peking/Collaborations">•Collaborations</a></h4> |
| + | <h4><a href="https://2018.igem.org/Team:Peking/Safety">•Safety</a></h4> |
| + | <h4><a href="https://2018.igem.org/Team:Peking/Acknowledgement">•Acknowledgement</a></h4> |
| + | |
| + | </div> |
| + | </div> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="nine columns"> |
| + | |
| + | <div class="texttitle">Safe project design |
| + | <a id="A"></a></div> |
| + | <hr style="border:2px dashed; height:2px" color="#666666"> |
| | | |
| + | <div class="coll"> |
| + | |
| + | <div class="content"> |
| + | <p>Our SPOT contains two main applications. One is to use the SPOT as a reaction hub to regulate various biochemical reactions. We have demonstrated that if we integrated three enzymes which could synthesize β-carotene into SPOT system, the production of β-carotene in yeasts will be enhanced if phase separation happens. In the future, if we use the yeasts to manufacture β-carotene in a large scale, we can sequester the yeasts in fermenters to prevented recombinant yeasts or recombinant DNA from flowing out into the environment. The other is to use our SPOT as a sensor. We achieved that if there are ABA or Rapamycin molecules in the environment, phase separation would happen. If we want to use the sensor in reality, we can package the yeast cells into resins. It will help us to observe the SPOT formation by microscopy, and limit yeast escape. In both two reality scenes, escape of microbes is prohibited. </p> |
| + | </div> |
| + | </div> |
| + | |
| | | |
− | <div class="column two_thirds_size"> | + | <div > |
− | <h3>Safe Project Design</h3> | + | |
| + | <div class="texttitle">Safe materials |
| + | <a id="A"></a></div> |
| + | <hr style="border:2px dashed; height:2px" color="#666666"> |
| | | |
− | <p>Does your project include any safety features? Have you made certain decisions about the design to reduce risks? Write about them here! For example:</p> | + | <div class="coll"> |
| + | |
| + | <div class="content"> |
| + | <p>In our experiments, we chose E. coli as the chassis for molecular cloning, and S. cerevisiae as SPOT formation chassis. These two species are well known and non-pathogenic. Our bioparts are constructed by collecting segments from safe plasmid by which means we avoid using unknown segments. Those parts which have potential to cause environment problem, animal and plant disease, ecosystem changing are strictly prohibited.</p> |
| + | </div> |
| + | </div> |
| + | <div > |
| + | |
| + | <div class="texttitle">Safe lab work |
| + | <a id="A"></a></div> |
| + | <hr style="border:2px dashed; height:2px" color="#666666"> |
| | | |
− | <ul> | + | <div class="coll"> |
− | <li>Choosing a non-pathogenic chassis</li> | + | |
− | <li>Choosing parts that will not harm humans / animals / plants</li> | + | <div class="content"> |
− | <li>Substituting safer materials for dangerous materials in a proof-of-concept experiment</li> | + | <p>As the iGEM safety policy requires, we didn’t do any dangerous experiments in daily bench work or faced any unusual safety issues. The bench work followed some basic regulations as below:</p> |
− | <li>Including an "induced lethality" or "kill-switch" device</li> | + | <p>1.Duplicating a key to the laboratory without permission was strictly prohibited.</p> |
− | </ul> | + | <p>2.All involved participants needed to understand the experiment completely before commencing work.</p> |
| + | <p>3.All experimenters had to wear rubber gloves.</p> |
| + | <p>4.Any steps involving potential release of live microorganisms were performed in a bio-safety cabinet.</p> |
| + | <p>5.Appliances such as Bunsen burners, electric heaters and microwave ovens were not left unattended while in use.</p> |
| + | <p>6.All liquid and solid waste potentially containing living organism was sterilized.</p> |
| + | <p>7.The entire lab was sterilized using UV-light every week.</p> |
| + | <p>8.The last person to leave the lab always made sure that water, electricity, gas, and the air conditioner were shut down, and doors and windows have been locked before leaving. |
| + | </p> |
| + | </div> |
| + | </div> |
| + | <div > |
| + | |
| + | <div class="texttitle">Safe shipment |
| + | <a id="A"></a></div> |
| + | <hr style="border:2px dashed; height:2px" color="#666666"> |
| | | |
− | </div> | + | <div class="coll"> |
| + | |
| + | <div class="content"> |
| + | <p>In the process of shipment, the DNA parts are absolutely safe because they encode non-hazardous proteins like HOTags and enzymes for carotene synthesis. The DNA parts were safely confined within 96-well plate as the Parts Registry requires. |
| + | </p> |
| + | </div> |
| + | </div> |
| + | |
| + | |
| + | |
| | | |
− | <div class="column third_size">
| + | |
− | <h3>Safe Lab Work</h3>
| + | |
| | | |
− | <p>What safety procedures do you use every day in the lab? Did you perform any unusual experiments, or face any unusual safety issues? Write about them here!</p>
| + | |
| + | |
| | | |
| + | |
| + | |
| + | </div><!--row end--> |
| + | </section> |
| + | </div><!--12 columes end--> |
| + | </div><!--page-content end--> |
| + | |
| + | |
| + | |
| + | <!-- footer============================================================================== --> |
| + | <style> |
| + | footer .copyright span:before { |
| + | content: "|"; |
| + | padding-left: 10px; |
| + | padding-right: 12px; |
| + | color: #b4bbbb; |
| + | } |
| + | footer .copyright span:after { |
| + | content: "|"; |
| + | padding-left: 10px; |
| + | padding-right: 12px; |
| + | color: #b4bbbb; |
| + | } |
| + | </style> |
| + | <footer id="page-footer"> |
| + | <footer id="page-footer"> |
| + | <div class="row,row1"> |
| + | <ul class="footer-social"> |
| + | <li class="col-md-6" id="PKU-administration" style="margin-bottom:25px;max-width:300px"> |
| + | <a href="http://dean.pku.edu.cn/pkudean/index.html"><img src="https://static.igem.org/mediawiki/2018/7/7a/T--Peking--images_PKU_Administration_logo.png"></a> |
| + | </li> |
| + | <li class="col-md-6" id="PKU-SLS" style="margin-bottom:25px;max-width:300px"> |
| + | <a href="http://www.bio.pku.edu.cn/"><img src="https://static.igem.org/mediawiki/2018/0/04/T--Peking--images_PKU_SLS_logo.png"></a> |
| + | </li> |
| + | |
| + | <li class="col-md-6" id="PKU-CQB" style="margin-bottom:25px;max-width:300px"> |
| + | <a href="http://cqb.pku.edu.cn/en/"><img src="https://static.igem.org/mediawiki/2018/e/e1/T--Peking--images_PKU_CQB_logo.png"></a> |
| + | </li> |
| | | |
− | <h3>Safe Shipment</h3> | + | </ul> |
− | | + | </div> |
− | <p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p> | + | <div class="row"> |
− | </div> | + | <div class="twelve columns" > |
| + | <ul class="copyright"> |
| + | <!--<li>© 2014 Sparrow</li> --> |
| + | <li><a href="https://2018.igem.org/Team:Peking">Home</a> <a href="mailto:pekingigem2018@126.com">Contact</a></li> |
| + | <span> ©2018 PEKING IGEM. All Rights Reserved.</span> |
| + | <li><a href="http://getbootstrap.com/2.3.2/">Based on Bootstrap</a></li> |
| + | </ul> |
| + | </div> |
| + | <div id="go-top" style="display: block;"><a title="Back to Top" href="#">Go To Top</a></div> |
| + | </div> |
| | | |
| | | |
| + | <!-- Footer End--> |
| + | |
| + | |
| + | <!-- Java Script======================================================================= --> |
| + | <script>window.jQuery || document.write('<script src="https://2018.igem.org/Template:Peking/Javascript/jquery_1_10_2_min?action=raw&ctype=text/javascript"><\/script>')</script> |
| + | <script type="text/javascript" src="https://2018.igem.org/Template:Peking/Javascript/jquery_migrate_1_2_1_min?action=raw&ctype=text/javascript"></script> |
| + | |
| + | <script src="https://2018.igem.org/Template:Peking/Javascript/jquery_flexslider?action=raw&ctype=text/javascript"></script> |
| + | <script src="https://2018.igem.org/Template:Peking/Javascript/doubleaptogo?action=raw&ctype=text/javascript"></script> |
| + | <script src="https://2018.igem.org/Template:Peking/Javascript/init?action=raw&ctype=text/javascript"></script> |
| + | |
| + | <!--quotations from flexslider: start--> |
| + | <script src='https://2018.igem.org/Template:Peking/Javascript/modernizr_js?action=raw&ctype=text/javascript'></script> |
| + | <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_polaroid?action=raw&ctype=text/javascript'></script> |
| + | <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_easing?action=raw&ctype=text/javascript'></script> |
| + | <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_transform_0_8_0_min?action=raw&ctype=text/javascript'></script> |
| + | <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_preloader?action=raw&ctype=text/javascript'></script> |
| + | <!--quotations from flexslider: end--> |
| + | |
| + | <!--quotations from black: start--> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_sticky?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_easing_1_3_pack?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/bootstrap_min?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_patallax_1_1_3?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/appear?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/modernizr?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_prettyPhoto?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/isotope?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_bxslider_min?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_cycle_all?action=raw&ctype=text/javascript" ></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_maximage?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/scripts?action=raw&ctype=text/javascript "></script> |
| + | <!--quotations from black: end--> |
| + | |
| + | |
| + | </body> |
| </html> | | </html> |