Team:OUC-China/Safety

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<head>
<head>
-
<link rel="stylesheet" type="text/css" href="http://1.lovexiaobai.sinaapp.com/new%20start.css"/>
+
<link rel="stylesheet" href="http://1.oucigem.sinaapp.com/oucigem2012-nav.css"><!--nav css-->
 +
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><!--jquery js-->
 +
<script type="text/javascript" src="http://1.oucigem.sinaapp.com/OUC-nav.js"></script><!--nav js-->
 +
<link rel="stylesheet" href="http://1.oucigem.sinaapp.com/down-icon.css"><!--download pdf css-->
 +
<style>
 +
*{
 +
margin:0;
 +
padding:0;
 +
}
 +
body{
 +
background:url("https://static.igem.org/mediawiki/2012/b/b5/Ouc-project-background.png") repeat;
 +
padding:0;
 +
margin:0;
 +
overflow-x:hidden;
 +
font: 500 12px/1.625 "Helvetica Neue", Helvetica, Arial, sans-serif;
 +
}
 +
#page{
 +
margin-left:60px;
 +
}
 +
.article-list {
 +
width: 709px;
 +
float: left;
 +
display: inline;
 +
padding-left: 300px;
 +
height: auto!important;
 +
min-height: 610px;
 +
margin-bottom: 30px;
 +
padding-top:28px;
 +
}
 +
.article-list .list-box {
 +
width:805px;
 +
background: url(http://1.oucigem.sinaapp.com/content-bg.png) repeat-y;
 +
}
 +
.article-list .list-box .list-text{
 +
margin-left:30px;
 +
margin-right:30px;
 +
}
 +
.article-list .list-box h1{
 +
color:#444;
 +
margin-bottom: 18px;
 +
}
 +
.article-list .list-box h2{
 +
font-size: 18px;
 +
border-bottom: 1px solid #DDD;
 +
padding: 8px;
 +
margin-bottom: 3px;
 +
}
 +
.article-list .list-box h3{
 +
margin-top:6px;
 +
}
 +
.article-list .list-box p{
 +
font-family:Georgia;
 +
font-size:16px;
 +
color: #222;
 +
}
 +
.article-list .list-text span{
 +
margin-left:15px;
 +
}
 +
.article-list .list-text sub{
 +
margin-left:90px;
 +
}
 +
.article-list .start{
 +
width:805px;
 +
background: url(http://1.oucigem.sinaapp.com/essay-start.png) no-repeat;
 +
height: 20px;
 +
}
 +
.article-list .end {
 +
width: 805px;
 +
background: url(https://static.igem.org/mediawiki/2012/7/7a/Ouc-Essay-end.png) no-repeat;
 +
height: 18px;
 +
}
 +
 
 +
#slidenav {
 +
position: absolute;
 +
left: 140px;
 +
top: 100px;
 +
height: 200px;
 +
width: 200px;
 +
}
 +
#slidenav-bar{
 +
background: url("https://static.igem.org/mediawiki/igem.org/3/3b/Slidenav-background.png");
 +
width: 224.4px;
 +
height: 249px;
 +
margin-left: 1px;
 +
}
 +
#slidenav  ul {
 +
width: 145px;
 +
margin: 0 auto;
 +
list-style: none;
 +
font-size: 0px;
 +
padding-top:20px;
 +
}
 +
#slidenav li a {
 +
background: url(https://static.igem.org/mediawiki/igem.org/0/0f/Ouc-slidenav-HM.png) no-repeat;
 +
background-position: -55px 0;
 +
display: block;
 +
text-indent: -9999px;
 +
margin-top: 15px;
 +
}
 +
#slidenav li a span {
 +
background: url(https://static.igem.org/mediawiki/igem.org/0/0f/Ouc-slidenav-HM.png) no-repeat;
 +
display: block;
 +
width: 30px;
 +
height: 32px;
 +
position: relative;
 +
z-index: 10;
 +
-webkit-transition: -webkit-transform 0.4s ease-out;
 +
-moz-transition: -moz-transform 0.4s ease-out;
 +
transition: transform 0.4s ease-out;
 +
}
 +
#slidenav li a:hover span {
 +
-webkit-transform: rotate(360deg);
 +
-moz-transform: rotate(360deg);
 +
transform: rotate(360deg);
 +
}
 +
#slidenav li.overview a { background-position: -55px 0; width: 140px; height: 32px; }
 +
#slidenav li.overview a span { background-position: 0 0; }
 +
 +
#slidenav li.sensor a { background-position: -55px -50px; width: 180px; height: px; }
 +
#slidenav li.sensor a span { background-position: 0 -50px; }
 +
 +
#slidenav li.decision-making a { background-position: -55px -100px; width: 180px; height: 40px; }
 +
#slidenav li.decision-making a span { background-position: 0 -100px; }
 +
 +
#slidenav li.gas-vesicle a { background-position: -55px -150px; width: 152px; height: 32px; }
 +
#slidenav li.gas-vesicle a span { background-position: 0 -150px; }
 +
 +
#ouc-footer{
 +
text-align:center;
 +
margin-top:25px;
 +
margin-left:-100px;
 +
 
 +
}
 +
#footer-box{
 +
height: 50px;
 +
 +
width:100%;
 +
margin-top:0;
 +
margin-bottom:-10px;
 +
background-color:#1487DF;
 +
border-top-width:10px;
 +
border-top-color:#F7F5F5;
 +
border-bottom:none;
 +
}
 +
#footer a
 +
{
 +
color:#ffffff;
 +
        font-size:100%;
 +
}
 +
 +
 +
    #ouc-tools ul li{
 +
    display: inline-block;
 +
    margin-right: 30px;
 +
    vertical-align: middle;
 +
}
 +
   
 +
input.searchButton {
 +
    font-size: 120%;
 +
    background: none;
 +
    border: none;
 +
    color: #45b8ef;
 +
    font-weight: bold;
 +
margin-right:10px;
 +
margin-bottom:0;
 +
magin-left:10px;
 +
    }
 +
    input.searchButton:hover {
 +
    color: #2d7ca3;
 +
}
 +
</style>
</head>
</head>
<body>
<body>
-
<div class="slide">
+
<div id="menu-wrapper">
-
<h1>Our climb will be steep<br/>吾将上下而求索!</h1>
+
<div id="logo">
-
<div id="slide_box">
+
</div>
-
<div id="feature-slide-block" class="feature-slide-block">
+
<ul class="menu">
-
                    <div class="feature-slide-preview" style="display:none;">
+
<li> <a href="#">Home</a> </li>
-
                        <a href="#" title="Floating bacteria">
+
<li> <a href="#">Project</a> </li>
-
                            <img alt="Floating bacteria" title="Floating bacteria" src="https://static.igem.org/mediawiki/igem.org/a/a5/OUC-slide_box_1.jpg" />
+
<li> <a href="#">Modeing</a> </li>
-
                        </a>
+
<li> <a href="#">Human Practice</a> </li>
-
                    </div>
+
<li> <a href="#">Team</a> </li>
-
                    <div class="feature-slide-preview" style="display:none;">
+
<li> <a href="#">Parts</a> </li>
-
                        <a href="" title="Description of our project" target="_blank">
+
<li> <a href="#">Safety</a> </li>
-
                            <img alt="Description of our project" title="Description of our project" src="https://static.igem.org/mediawiki/igem.org/3/3a/OUC-slide_box_2.jpg" />
+
<li> <a href="#">Note</a> </li>
-
                        </a>
+
</ul>
-
                    </div>
+
</div>
-
                    <div class="feature-slide-preview" style="display:none;">
+
<div id="submenu-wrapper">
-
                        <a href="" title="safety questions" target="_blank">
+
<ul class="submenu">
-
                            <img alt="safety questions" title="safety questions" src="https://static.igem.org/mediawiki/igem.org/e/e5/OUC-slide_box3.png" />
+
<li>
-
                        </a>
+
<a href="">
-
                    </div>
+
<img src="" />
-
                    <div id="feature-slide-list" class="feature-slide-list">
+
-
                        <div id="feature-slide-list-items" class="feature-slide-list-items"></div>
+
</a>
-
                    </div>
+
</li>
-
                    <div id="feature-slide-alpha"></div>
+
<li>
-
            </div>
+
<a href="">
 +
<img src="" />
 +
 +
</a>
 +
</li>
 +
<li>
 +
<a href="">
 +
<img src="" />
 +
 +
</a>
 +
</li>
 +
<li>
 +
<a href="">
 +
<img src="" />
 +
 +
</a>
 +
</li>
 +
</ul>
 +
<ul class="submenu">
 +
<li>
 +
<a href="">
 +
<img src="" />
 +
 +
</a>
 +
</li>
 +
<li>
 +
<a href="">
 +
<img src="" />
 +
 +
</a>
 +
</li>
 +
<li>
 +
<a href="">
 +
<img src="" />
 +
 +
</a>
 +
</li>
 +
<li>
 +
<a href="">
 +
<img src="" />
 +
 +
</a>
 +
</li>
 +
</ul>
 +
<ul class="submenu">
 +
<li>
 +
<a href="">
 +
<img src="" />
 +
 +
</a>
 +
</li>
 +
<li>
 +
<a href="">
 +
<img src="" />
 +
 +
</a>
 +
</li>
 +
<li>
 +
<a href="">
 +
<img src="" />
 +
 +
</a>
 +
</li>
 +
<li>
 +
<a href="">
 +
<img src="" />
 +
 +
</a>
 +
</li>
 +
</ul>
 +
<ul class="submenu">
 +
<li>
 +
<a href="">
 +
<img src="" />
 +
 +
</a>
 +
</li>
 +
<li>
 +
<a href="">
 +
<img src="" />
 +
 +
</a>
 +
</li>
 +
<li>
 +
<a href="">
 +
<img src="" />
 +
 +
</a>
 +
</li>
 +
<li>
 +
<a href="">
 +
<img src="" />
 +
 +
</a>
 +
</li>
 +
</ul>
 +
</div>
 +
    <!-- content -->
 +
    <div id="page">
 +
                 
 +
<div id="slidenav">
 +
<div id="slidenav-bar">
 +
<ul id="social" class="group">
 +
 +
<li class="overview"><a href="https://2012.igem.org/Team:OUC-China/HumanPractice/Overview"><span>overview</span></a></li>
 +
<li class="sensor"><a href="https://2012.igem.org/Team:OUC-China/HumanPractice/Communication"><span></span>sensor</a></li>
 +
<li class="decision-making"><a href="https://2012.igem.org/Team:OUC-China/HumanPractice/Camps"><span></span>decision-making</a></li>
 +
<li class="gas-vesicle"><a href="https://2012.igem.org/Team:OUC-China/HumanPractice/SpecialHM"><span></span>gas vesicle</a></li>
 +
 +
</ul>
</div>
</div>
-
</div>
+
<div id="button-wrapper">
-
<div class="text_box" id="Description">
+
<a href="#" class="a-btn">
-
<h2>Safety questions</h2>
+
<span class="a-btn-symbol"><img src="https://static.igem.org/mediawiki/2012/6/6b/Pdf-icon.png"/></span>
-
<h3>1. Would any of your project ideas raise safety issues in terms of: researcher safety, public safety, or environmental safety?</h3>
+
<span class="a-btn-text">Download PDF</span>
-
<p>First of all, the safety of the researchers is guaranteed. In the molecular laboratory, many chemicals such as EB pose a threat to human beings, so we use chemicals
+
</a>
 +
</div>
 +
</div>
 +
<div class="article-list">
 +
<div class="start"></div>
 +
                <div class="list-box">
 +
<div class="list-text">
 +
<h1>Overview</h1>
 +
<h2>Abstract</h2>
 +
<p>Is transgenic food safe or not? Is genetic engineering or synthetic biology a horrible weapon? What would the world be if we insist on transgenosis? As only few living things that can change the earth, we, human beings, must think over what we are doing and do human practice.
 +
What is Human Practice? We think, It can be divided into 3 parts. First, let more people have the impression that synthetic biology is not equal to Resident Evil. It’s one of the subdisciplines of biology. In our opinion, as iGEMers, we have the duty to make iGEM and synthetic biology known. So we held many meetings, lectures and camps during the last summer vacation to young kids about iGEM and synthetic biology. Second, learn more about safety of experiments of genetic engineering and pay close attention to safety when do experiments. For this reason, we studied safety on iGEM safety page, searched from the internet and consulted professors. This summer, we contacted qibebt and learned how to regulate a molecular lab. Third, reflect our humanistic sensibilities. Our final goal is to protect environment and make a better future by our hand.  We must do experiments environmentally friendly. Synthetic biology is a subject that can modify gene and change the world. But we are not God, we can’t control others’ life completely. We must respect all the living things on the earth and treat them with respect.</p>
 +
<br/>
 +
<h2>Timeline</h2>
 +
<p><strong>Nov.2011</strong>: <span></span>Meeting with Peking iGEM Team<br/><br/>
-
with higher safety coefficients instead. For example, EB can be replaced by Gel Green and Gel Red. At the same time, we place and deal with the toxic chemicals in an
 
-
isolated area in case we pollute other chemicals or laboratory items. Besides, we assign one person to do safety-checks every morning (before 8:00a.m.), every
+
<p><strong>Nov.2011</strong> : <span></span>A Visit to Institute of Microbiology Chinese Academy of Science<br/><br/>
-
afternoon (12:00a.m.~1:30p.m.) and every night(after10:00p.m.) to reduce the possibility of safety problems.</p>
 
-
<p>Secondly, we insure public safety when we do experiments. Because many chemicals are toxic and many bacteria are resistant to antibiotics, chemicals and bacteria
 
-
are taken in and out of the laboratory carefully. Apart from garbage or necessary things, everything taken into laboratory can’t be taken out in order to prevent
+
<p><strong>Dec.2011</strong> : <span></span>Meeting with Researcher Xu Jian in Ouc iGEM Lab<br/><br/>
-
toxic substances and transgenic bacteria from coming out of the laboratory.</p>
 
-
<p>Lastly, environmental safety is also considered. Before being discarded, all transgenic bacteria grown on the culture mediums is sterilized by autoclave so that
 
-
transgenic bacteria won’t spread. Toxic garbage is dealt with carefully. All garbage is placed individually and recycled by a special department. There is someone who
+
<p><strong>Feb.2012</strong>:<span></span>Winter camp for brain storming<br/><br/>
-
is responsible for storing and using antibiotics when they are needed and making sure that antibiotics aren’t taken out of the laboratory.</p>
 
-
<h3>2. Do any of the new BioBrick parts (or devices) that you made this year raise any safety issues?</h3>
+
<p><strong>April.2012</strong>:<span></span>Introduce our project to professors and students in our university.<br/>
-
  <p>All the frameworks of plasmids we use in iGEM are from MIT parts registry. Because there are antibiotic resistance genes on the plasmids, bacteria carrying the
+
 
 +
  <sub></sub><span></span>Lecture of iGEM in OUC<br/><br/>
-
plasmids may recombine genes with other bacteria. This can result in bacteria with resistance to many antibiotics, so we pay special attention to transgenic bacteria.
 
-
The transgenic bacteria to be eliminated need to be sterilized by autoclave, and the garbage is dealt with alone.</p>
+
<p><strong>June.2012</strong>:<span></span>Popularization of bioscience with young kids in class<br/><br/>
-
<p>The strains we use in this project are Planktothrix rubescens and Escherichia coli. In the studies about Synthetic Biology, Cyanobacteria and E. coli have been
+
-
widely used. Some commercial strains, such as Top 10 strain, have been proved harmless to the human body. Although many species of Cyanobacteria and E. coli are toxic
 
-
to human beings, the strains we chose are nontoxic. All the experiments are done in the laboratory, and the bacteria can’t be taken out of the laboratory. Our work
+
<p><strong>July.2012</strong>:<span></span>Hands-on experience summer camp with Qingdao No.2 High School.<br/>
 +
         
 +
            <sub></sub><span></span>Do experiments and make iGEM known in QIBEBT.<br/><br/>
-
will be able to decrease the possibility of biosafety problems of the public and the environment.</p>
 
-
     
 
-
<h3>3.  Is there a local biosafety group, committee, or review board at your institution?</h3>
 
-
<p>As for biosafety and laboratorial safety, our college has been formulated according to laboratory safety management regulations-laboratory safety system, which is
 
-
aimed at our iGEM laboratory, iGEM team member experiment rules and laboratory management rules. In order to promote safety education in college, under the promotion
+
<p><strong>Aug.2012</strong>:<span></span>2th summer camp of life science and technology</p>
-
 
+
-
of the students, the school has set up the compulsory course "experiment equipment use procedures and laboratory safety" for all freshmen. At the same time, our
+
-
 
+
-
laboratory has established a complete safety management system, designed to ensure safety during the project progress in the laboratory, and to eliminate hidden
+
-
 
+
-
dangers of the lab. As for waste in the experiment, our college has a special waste recycling mechanism to avoid the outflow of hazardous waste. Besides, the People’s
+
-
 
+
-
Republic of China issued a document “Laboratories—General requirements for biosafety” (GB19489-2004) on April the 5th 2004. It can be viewed at <a href="http://www.iphy.ac.cn/aqzt/aqzt_xzzx/201105/P020110503609211780348.pdf" target="_blank"><font-color:bule>there</font></a></p>
+
-
<p>To further strengthen our laboratory safety management, we had been dedicated to Qingdao institution of Bioenergy and Bioprocess Technology Chinese Academic of
+
-
 
+
-
Sciences professors The professors provided advice about the safety management of laboratory system, hoping to make improvements on our own safety management mechanism
+
-
 
+
-
based on their advice and practice system. Also, we hope that the experts of the institution will make an assessment on the safety of the experimental project and make
+
-
 
+
-
suggestions to ensure the safety of the biolab.</p>
+
-
  <p>In order to let more members be aware of the importance of biological safety and lab safety, we are going to set up our own community about promoting biological
+
-
 
+
-
safety and laboratory safety. We hope to arouse attention to biological safety and laboratory safety in every laboratory in our college.</p>
+
-
 
+
-
<h3>4.  Do you have any other ideas how to deal with safety issues that could be useful for future iGEM competitions? How could parts, devices and systems be made even
+
-
 
+
-
safer through biosafety engineering?</h3>
+
-
<p>Before our team took part in iGEM , our teachers educated us on the safety aspects of experiments, and all the members have learned about the safe use of
+
-
 
+
-
instruments in order to proceed the experiment safely. We recommend that each laboratory write its own laboratory safety management manual. Our members do a safety
+
-
 
+
-
check daily as special duty laboratory technicians. The laboratory also arranges a security officer to check the instruments and to manage the security of the
+
-
 
+
-
laboratory.</p>
+
-
<p>In order to ensure that genetically modified bacteria from the lab cannot survive in places where it shouldn’t, we suggest that the bacteria used in the experiment
+
-
 
+
-
be nutritionally deficient and be developed in nutrition supplemented culture medium. As a result, leaked bacteria would die of nutrition deficiency. For instance,
+
-
 
+
-
2011 OUC-China iGEM team used auxotroph bacteria to achieve a multiple symbiotic system. The effect is that one colony is not able to live independently in the in the
+
-
 
+
-
system of symbiosis.<a href="https://2011.igem.org/Team:OUC-China/" target="_blank"><font-color:bule>(https://2011.igem.org/Team:OUC-China/)</font></a></p>
+
-
<p>As for the selection of strains, we suggest that each iGEM team replace pathogenic strains with non-pathogenic strains. Bacteria implanted with toxins genes can be
+
-
 
+
-
added with LVA tags to speed up toxin protein degradation. </p>
+
-
<p>In addition, we also suggest that some kind of characteristic sequence be added to standard plasmids, to make standard plasmid DNA easy to identify through DNA
+
-
 
+
-
barcode technology. In this way we can determine whether or not a certain kind of bacteria has gone under standard plasmid reconstruction.</p>
+
 +
 +
 +
</div>
 +
 +
     
 +
   
 +
 +
<div class="end"></div>
 +
 +
</div>
 +
<div id="ouc-footer">
 +
        <div id="ouc-tools">
 +
         
 +
            <ul>
 +
                <li id="ouc-clustrmaps-wrapper">
 +
                    <div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'https://2012.igem.org/Team:OUC-China', 'user' : 1034709, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2012-09-22', 'lang' : 'zh', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript><a href="http://www4.clustrmaps.com/user/c56fc9d5"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/2012.igem.org-Team-OUC-China-thumb.jpg" alt="Locations of visitors to this page" /></a></noscript>
 +
                </li>
 +
                <li>
 +
<a href="http://www.renren.com/296396903/profile?ref=opensearch_normal"><img src="https://static.igem.org/mediawiki/2012/d/d2/Ouc-footer-cmlsast.jpg" alt="OUC CMLS AST" border="0"></a> 
 +
                </li>
 +
                <li>
 +
                    <a href="https://2012.igem.org/Team:OUC-China/contactus"><img src="https://static.igem.org/mediawiki/2012/5/5e/OUC-footer-contact.jpg" alt="Contact Us" border="0"></a>
 +
                </li>
 +
                <li style="width:160px;">
 +
<form action="/Special:Search" id="searchform" style=" border-color:#000;">
 +
<input id="searchInput" name="search" type="text" title="Search 2011.igem.org [f]" accesskey="f" value="">
 +
<input type='submit' name="go" class="searchButton" id="searchGoButton" value="Go" title="Go to a page with this exact name if exists" />&nbsp;
 +
<input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
 +
</form>
 +
                </li>
 +
            </ul>
 +
        </div>
 +
</div>
</div>
</div>
-
<div class="sc_menu_wrapper">
 
-
<div class="sc_menu">
 
-
    <a title="Home" href="https://2012.igem.org/Team:OUC-China"><img src="https://static.igem.org/mediawiki/2012/c/c5/OUC-scmenuhome.jpg" alt="Home"/></a>
 
-
    <a title="Description" href="https://2012.igem.org/Team:OUC-China#Description"><img src="https://static.igem.org/mediawiki/2012/d/d7/OUC-scmenudes.jpg" alt="Description"/></a>
 
-
<a title="Safety" href="#"><img src="https://static.igem.org/mediawiki/igem.org/7/7a/OUC-scmenusafety.jpg" alt="Safety"/></a>
 
-
<a title="Home" href="https://2012.igem.org/Team:OUC-China"><img src="https://static.igem.org/mediawiki/2012/c/c5/OUC-scmenuhome.jpg" alt="Home"/></a>
 
-
    <a title="Description" href="https://2012.igem.org/Team:OUC-China#Description"><img src="https://static.igem.org/mediawiki/2012/d/d7/OUC-scmenudes.jpg" alt="Description"/></a>
 
-
<a title="Safety" href="#"><img src="https://static.igem.org/mediawiki/igem.org/7/7a/OUC-scmenusafety.jpg" alt="Safety"/></a>
 
</div>
</div>
-
</div>
+
 
-
</body>
+
</body>
-
<script type="text/javascript" src="http://1.lovexiaobai.sinaapp.com/jquery.min.js"></script>
+
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
-
<script type="text/javascript" src="http://1.lovexiaobai.sinaapp.com/slider.js"></script>
+
</script>
-
<script type="text/javascript" src="http://1.lovexiaobai.sinaapp.com/scmenu.js"></script>
+
<script type="text/javascript">
 +
_uacct = "UA-68528-29";
 +
urchinTracker();
 +
</script>
</html>
</html>

Revision as of 04:28, 25 September 2012

Overview

Abstract

Is transgenic food safe or not? Is genetic engineering or synthetic biology a horrible weapon? What would the world be if we insist on transgenosis? As only few living things that can change the earth, we, human beings, must think over what we are doing and do human practice. What is Human Practice? We think, It can be divided into 3 parts. First, let more people have the impression that synthetic biology is not equal to Resident Evil. It’s one of the subdisciplines of biology. In our opinion, as iGEMers, we have the duty to make iGEM and synthetic biology known. So we held many meetings, lectures and camps during the last summer vacation to young kids about iGEM and synthetic biology. Second, learn more about safety of experiments of genetic engineering and pay close attention to safety when do experiments. For this reason, we studied safety on iGEM safety page, searched from the internet and consulted professors. This summer, we contacted qibebt and learned how to regulate a molecular lab. Third, reflect our humanistic sensibilities. Our final goal is to protect environment and make a better future by our hand. We must do experiments environmentally friendly. Synthetic biology is a subject that can modify gene and change the world. But we are not God, we can’t control others’ life completely. We must respect all the living things on the earth and treat them with respect.


Timeline

Nov.2011: Meeting with Peking iGEM Team

Nov.2011 : A Visit to Institute of Microbiology Chinese Academy of Science

Dec.2011 : Meeting with Researcher Xu Jian in Ouc iGEM Lab

Feb.2012:Winter camp for brain storming

April.2012:Introduce our project to professors and students in our university.
Lecture of iGEM in OUC

June.2012:Popularization of bioscience with young kids in class

July.2012:Hands-on experience summer camp with Qingdao No.2 High School.
Do experiments and make iGEM known in QIBEBT.

Aug.2012:2th summer camp of life science and technology