Team:OUC-China/Safety
From 2012.igem.org
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
- | <link rel="stylesheet" type="text/ | + | <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 | + | <div id="menu-wrapper"> |
- | < | + | <div id="logo"> |
- | + | </div> | |
- | < | + | <ul class="menu"> |
- | + | <li> <a href="#">Home</a> </li> | |
- | + | <li> <a href="#">Project</a> </li> | |
- | + | <li> <a href="#">Modeing</a> </li> | |
- | + | <li> <a href="#">Human Practice</a> </li> | |
- | + | <li> <a href="#">Team</a> </li> | |
- | + | <li> <a href="#">Parts</a> </li> | |
- | + | <li> <a href="#">Safety</a> </li> | |
- | + | <li> <a href="#">Note</a> </li> | |
- | + | </ul> | |
- | + | </div> | |
- | + | <div id="submenu-wrapper"> | |
- | + | <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> | ||
+ | <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"> |
- | + | <a href="#" class="a-btn"> | |
- | + | <span class="a-btn-symbol"><img src="https://static.igem.org/mediawiki/2012/6/6b/Pdf-icon.png"/></span> | |
- | + | <span class="a-btn-text">Download PDF</span> | |
- | <p>First | + | </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/> | ||
- | |||
- | + | <p><strong>Nov.2011</strong> : <span></span>A Visit to Institute of Microbiology Chinese Academy of Science<br/><br/> | |
- | |||
- | |||
- | + | <p><strong>Dec.2011</strong> : <span></span>Meeting with Researcher Xu Jian in Ouc iGEM Lab<br/><br/> | |
- | |||
- | |||
- | + | <p><strong>Feb.2012</strong>:<span></span>Winter camp for brain storming<br/><br/> | |
- | |||
- | < | + | <p><strong>April.2012</strong>:<span></span>Introduce our project to professors and students in our university.<br/> |
- | + | ||
+ | <sub></sub><span></span>Lecture of iGEM in OUC<br/><br/> | ||
- | |||
- | + | <p><strong>June.2012</strong>:<span></span>Popularization of bioscience with young kids in class<br/><br/> | |
- | < | + | |
- | |||
- | + | <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/> | ||
- | |||
- | |||
- | |||
- | |||
- | + | <p><strong>Aug.2012</strong>:<span></span>2th summer camp of life science and technology</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" /> | ||
+ | <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> | </div> | ||
- | + | ||
- | </body> | + | </body> |
- | <script | + | <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> |
- | + | </script> | |
- | <script type="text/javascript" | + | <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