Difference between revisions of "Team:OUC-China/Human Practices"

 
(40 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
   <meta charset="UTF-8">
 
   <meta charset="UTF-8">
 
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
 
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  <meta name="Keywords" content="关键词,关键词">
 
  <meta name="Description" content="描述">
 
 
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
 
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <link href="https://2016.igem.org/Team:OUC-China/css/bootstrap-min?action=raw&amp;ctype=text/css" rel="stylesheet">
+
   <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/bootstrap-min?action=raw&amp;ctype=text/css">
  <link href="http://libs.baidu.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
+
 
   <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/ouc_wiki?action=raw&amp;ctype=text/css">
 
   <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/ouc_wiki?action=raw&amp;ctype=text/css">
  <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/affix?action=raw&amp;ctype=text/css">
 
  <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/hp?action=raw&amp;ctype=text/css">
 
 
   <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/jquery?action=raw&amp;ctype=text/javascript"></script>
 
   <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/jquery?action=raw&amp;ctype=text/javascript"></script>
 
   <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/bootstrap?action=raw&amp;ctype=text/javascript"></script>
 
   <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/bootstrap?action=raw&amp;ctype=text/javascript"></script>
   <title>Human practice</title>
+
   <title>Human practices</title>
 
<style type="text/css">
 
<style type="text/css">
 
         .banner-top{
 
         .banner-top{
Line 37: Line 32:
 
padding: 0px;
 
padding: 0px;
 
}
 
}
/* disable IGEM's style */
+
 
/*#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 {
+
    .oucBanner{background:url('https://static.igem.org/mediawiki/2016/e/ee/T--OUC-China--banner.fw.png');}
border-bottom: none;
+
.oucNav{background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);}
padding-top: 0;
+
padding-bottom: 0;
+
margin-bottom: 0;
+
}
+
#bodyContent p {
+
font-size: 100%;
+
line-height: 1em;
+
}
+
#bodyContent li {
+
margin-bottom: 0;
+
}
+
#bodyContent a {
+
font-size: 100%;
+
}*/ 
+
        h1{border:0;}
+
        .img_banner{margin-top:-5px;}
+
        .oucBanner{height:240px;background:url('https://static.igem.org/mediawiki/2016/e/ee/T--OUC-China--banner.fw.png');margin-top:-20px;}
+
.oucNav{margin-top:16px;background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);border:0;}
+
.oucBrand{width:200px;height:50px;background:url(https://static.igem.org/mediawiki/2016/f/fc/T--OUC-China--nav-logo-1.fw.png);}
+
 
ul[class=dropdown-menu]{background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);}
 
ul[class=dropdown-menu]{background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);}
</style>
+
.hpppp{margin-top:0px;}
<script type="text/javascript">
+
.col-md-6 p {line-height:22px;font-size:18px;}
  
  $(function(){
+
@media (min-width: 992px) {
  var AllHet = $(window).height();
+
.hpppp{margin-top:60px;}
  var mainHet= $("#myNav").height();
+
}
  var fixedTop = (AllHet - mainHet)/2
+
//  $('div.floatCtro').css({top:fixedTop+'px'});
+
  $('#myNav li').click(function(){
+
var ind = $('#myNav li').index(this)+1;
+
var topVal = $('#float0'+ind).offset().top;
+
$('body,html').animate({scrollTop:topVal},1000)
+
})
+
$('#BtnTop').click(function(){
+
$('body,html').animate({scrollTop:0},1000)
+
})
+
  $(window).scroll(scrolls)
+
  scrolls()
+
  function scrolls(){
+
  var f1,f2,f3,f4,f5,bck;
+
  var fixRight = $('#myNav li');
+
  var blackTop = $('#BtnTop')
+
  var sTop = $(window).scrollTop();
+
  fl = $("#float01").offset().top;
+
  f2 = $("#float02").offset().top;
+
  f3 = $("#float03").offset().top;
+
  f4 = $("#float04").offset().top;
+
  f5 = $("#float05").offset().top;
+
  
 
 
 
  if(sTop<=f2-100){
 
  blackTop.fadeOut(300).css('display','none')
 
  }
 
  else{
 
  blackTop.fadeIn(300).css('display','block')
 
  }
 
 
 
  
 
    }
 
  })
 
</script>
 
  
 +
</style>
  
 
</head>  
 
</head>  
 
<body data-spy="scroll" data-target="#myScrollspy">  
 
<body data-spy="scroll" data-target="#myScrollspy">  
 
<div class="container">
 
<div class="container">
<nav class="oucNav navbar navbar-default navbar-fixed-top" role="navigation">  
+
<nav class="oucNav navbar navbar-default navbar-fixed-top" role="navigation">
 
<div class="container">
 
<div class="container">
 
<div class="navbar-header">  
 
<div class="navbar-header">  
 
  <button type="button" class="navbar-toggle" data-toggle="collapse"
 
  <button type="button" class="navbar-toggle" data-toggle="collapse"
 
  data-target="#example-navbar-collapse">  
 
  data-target="#example-navbar-collapse">  
  <span class="sr-only">切换导航</span>  
+
  <span class="sr-only">Turn</span>  
 
  <span class="icon-bar"></span>  
 
  <span class="icon-bar"></span>  
 
  <span class="icon-bar"></span>  
 
  <span class="icon-bar"></span>  
 
  <span class="icon-bar"></span>  
 
  <span class="icon-bar"></span>  
 
  </button>  
 
  </button>  
  <a class="navbar-brand oucBrand" href="#"></a>  
+
  <a class="navbar-brand oucBrand" href="#"><img src="https://static.igem.org/mediawiki/2016/f/fc/T--OUC-China--nav-logo-1.fw.png" alt="Brand"></a>  
 
</div>  
 
</div>  
 
<div class="collapse navbar-collapse" id="example-navbar-collapse">  
 
<div class="collapse navbar-collapse" id="example-navbar-collapse">  
 
  <ul class="nav navbar-nav" id="oucNav">  
 
  <ul class="nav navbar-nav" id="oucNav">  
 
<li><a href="https://2016.igem.org/Team:OUC-China">Home</a></li>
 
<li><a href="https://2016.igem.org/Team:OUC-China">Home</a></li>
<li><a href="https://2016.igem.org/Team:OUC-China/Project">Project</a></li>
+
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Project<span class="caret"></span></a>
<li><a href="https://2016.igem.org/Team:OUC-China/Model">Model</a></li>
+
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Description">Description</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Design">Design</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Proof">Proof of concept </a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Results">Results</a></li>
 +
</ul>
 +
</li>
 
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Parts<span class="caret"></span></a>
 
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Parts<span class="caret"></span></a>
 
<ul class="dropdown-menu">
 
<ul class="dropdown-menu">
<li><a href="#">Basic part</a></li>
+
<li><a href="https://2016.igem.org/Team:OUC-China/Parts">Parts</a></li>
<li><a href="#">Composite parts</a></li>
+
<li><a href="https://2016.igem.org/Team:OUC-China/Basic_Part">Basic part</a></li>
<li><a href="#">Part collection</a></li>
+
<li><a href="https://2016.igem.org/Team:OUC-China/Composite_Part">Composite parts</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Part_Collection">Part collection</a></li>
 
</ul>
 
</ul>
 
</li>
 
</li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Attribution<span class="caret"></span></a>
+
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Human Practice<span class="caret"></span></a>
 
<ul class="dropdown-menu">
 
<ul class="dropdown-menu">
<li><a href="#">Support</a></li>
+
<li class="active"><a href="https://2016.igem.org/Team:OUC-China/Human_Practices">Overview</a></li>
<li><a href="#">Collaboration</a></li>
+
<li><a href="https://2016.igem.org/Team:OUC-China/Communicating">Communicating & Improving</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Investigating">Investigating & Promoting</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Potential_application">Potential application</a></li>
 
</ul>
 
</ul>
 
</li>
 
</li>
<li><a href="https://2016.igem.org/Team:OUC-China/Team">Team</a></li>
+
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Team<span class="caret"></span></a>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Notebook<span class="caret"></span></a>
+
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Team">Team</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Collaborations">Collaborations</a></li>
 +
</ul>
 +
</li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Modeling<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Model">Model</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Software">Software</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Attributions">Attributions</a></li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Safety<span class="caret"></span></a>
 
<ul class="dropdown-menu">
 
<ul class="dropdown-menu">
 
<li><a href="https://2016.igem.org/Team:OUC-China/Notebook">Notebook</a></li>
 
<li><a href="https://2016.igem.org/Team:OUC-China/Notebook">Notebook</a></li>
                                                                <li><a href="https://2016.igem.org/Team:OUC-China/Protocol">Protocol</a></li>
+
<li><a href="https://2016.igem.org/Team:OUC-China/Protocol">Protocol</a></li>
<li><a href="#">Safety</a></li>
+
<li><a href="https://2016.igem.org/Team:OUC-China/Safety">Safety</a></li>
 
</ul>
 
</ul>
 
</li>
 
</li>
<li class="active"><a href="#">Human Practice</a></li>
 
 
  </ul>  
 
  </ul>  
 
</div>
 
</div>
Line 152: Line 115:
 
</nav>
 
</nav>
 
<div class="clearfix"></div>
 
<div class="clearfix"></div>
                <div class="img_banner"><img src="https://static.igem.org/mediawiki/2016/5/57/T--OUC-China--hp-banner.jpg" class="img-responsive"></div>
+
<div class="img_banner"><img src="https://static.igem.org/mediawiki/2016/5/57/T--OUC-China--hp-banner.jpg" class="img-responsive"></div>
<div class="row">
+
<div class="row" class="hppp">
<div class="col-md-3" id="myScrollspy">
+
<div class="col-md-1"></div>
<ul class="nav nav-tabs nav-stacked" data-spy="affix" data-offset-top="90" data-offset-bottom="150" id="myNav">
+
<div class="col-md-5">
<li class="active"><a href="#float01">Overview</a></li>
+
<img src="https://static.igem.org/mediawiki/2016/4/44/T--OUC-China--hp-1-1.png" class="img-responsive" alt="3 parts of our human practices" style="margin:0 auto;"/>
<li><a href="#float02">Popularization to the public</a></li>
+
</div>
<li><a href="#float03">Deep communication</a></li>
+
<div class="col-md-5">
<li><a href="#float04">Youth education</a></li>
+
<p style="line-height:30px;" class="hpppp">This year our team devoted to a novel regulation element, which made great sense in synthetic biology but may be a little obscure for those who were unfamiliar with this field. Our regulation element worked out through synthetic biology and then be acknowledged by the public. So our work was performed around three cores: our design, synthetic biology and public acknowledgement. And below are the diagrams of our project working method.</p>
<li><a href="#float05">Consulting with specialists</a></li>
+
</div>
<a id="BtnTop">
+
<div class="col-md-1"></div>
<font style=" height:10px; display:block;"></font>
+
<div class="clearfix"></div>
<span>Btn Top</span>
+
 
 +
<div class="col-md-1"></div>
 +
<div class="col-md-4">
 +
<p style="font-family:'Lucida Calligraphy';font-size:18px;">
 +
<a href="https://2016.igem.org/Team:OUC-China/Communicating">
 +
<img src="https://static.igem.org/mediawiki/2016/a/a7/T--OUC-China--hp-1-2.png" class="img-responsive" alt="icon-1" style="display:inline;width:40px;height:80px;">Communicating and Improving:
 
</a>
 
</a>
</ul>
+
</p>
 
</div>
 
</div>
<div class="col-md-9 hpMain">
+
<div class="col-md-6">
<br id="float01">
+
<p style="margin-top:20px">Consult several experts of synthetic biology to evaluate our project or solve problems and then we improved our design according to the feedbacks.</p>
<h3 class="text-center"><img src="https://static.igem.org/mediawiki/2016/c/cf/T--OUC-China--head-icon1.fw.png">Overview<img src="https://static.igem.org/mediawiki/2016/f/f8/T--OUC-China--head-icon2.fw.png"></h3>
+
<p>Our human practice efforts to popularize synthetic biology to the public, especially endeavor to raise awareness of importance of quantification, which becomes an advanced research hotspot. We made video to help people understand synthetic biology more easily and clearly and over XXX people watched it, we gave out 1000 brochures about synthetic biology and iGEM, we hold lectures for different people from all walks of life.</p>
+
<p>This year our project is to develop a new and precise regulatory method based on synthetic biology. We firstly made questionnaire survey about quantification in daily lives but we found most people lacked basic perception about quantification. For example, 40% people didn’t considered meals combination as an example of quantification. Considering quantification research has drawn increasing attentions, we decided to focus on educating different people and popularizing synthetic biology through customized ways.</p>
+
<hr>
+
<br id="float02">
+
+
<h3 class="text-center"><img src="https://static.igem.org/mediawiki/2016/c/cf/T--OUC-China--head-icon1.fw.png">Popularization to the public<img src="https://static.igem.org/mediawiki/2016/f/f8/T--OUC-China--head-icon2.fw.png"></h3>
+
<p>For the public, we tried to publicize synthetic biology using relatively easy language toward as many people as possible through our activities. We went to communities and tourist attractions and met people from the young to the old. With the help of our brochures, we explained basic knowledge of synthetic biology and explained the meaning of quantification in their daily lives. They then realized that basic necessities of life were closely linked to quantification, like dietary recipe. We also posted our video on website which used simple language and vivid flash to introduce what is synthetic biology and how it can make our life better. </p>
+
<img src="https://static.igem.org/mediawiki/2016/9/9a/T--OUC-China--hp1.jpg" class="img-responsive">
+
<hr>
+
<br id="float03">
+
+
<h3 class="text-center"><img src="https://static.igem.org/mediawiki/2016/c/cf/T--OUC-China--head-icon1.fw.png">Deep communication<img src="https://static.igem.org/mediawiki/2016/f/f8/T--OUC-China--head-icon2.fw.png"></h3>
+
<p>Specific to people working on science and technology industry, we tried to promoting synthetic biology in a deeper way. Therefore, we held academic lectures in Qingdao Association for Science and Technology for a delegation from Tibet, China. Over 90 teachers participated in lectures and they had more knowledge about synthetic biology. Moreover, due to coming from Tibet where the economic and educational development is relatively backward, these teachers could bring the conception of synthetic biology to Tibet and promoted it in these remote regions.</p>
+
<img src="https://static.igem.org/mediawiki/2016/f/f4/T--OUC-China--hp2.jpg" class="img-responsive">
+
<hr>
+
<br id="float04">
+
+
<h3 class="text-center"><img src="https://static.igem.org/mediawiki/2016/c/cf/T--OUC-China--head-icon1.fw.png">Youth education<img src="https://static.igem.org/mediawiki/2016/f/f8/T--OUC-China--head-icon2.fw.png"></h3>
+
<p>For people who are more interested in nature science like university students, we designed series activities for them to enjoy personal experience about syntheticbiology. We held a summer camp and invited about 30 students from different universities all over China, like Shandong Agricultural University etc. By holding jamboree to present posters, doing experiment of molecular biology, doing literature based on research, students enjoyed themselves in synthetic biology and achieved necessary skill for academic exploration. In our school, we also held similar academic activities to attract more potential students to join in synthetic biology. For example, we held lectures for about 100 students to introduce synthetic biology in details.</p>
+
<div class="row">
+
<div class="col-md-6">
+
<img src="https://static.igem.org/mediawiki/2016/d/d7/T--OUC-China--hp3.jpg" class="img-responsive">
+
</div>
+
<div class="col-md-6">
+
<img src="https://static.igem.org/mediawiki/2016/d/dd/T--OUC-China--hp4.jpg" class="img-responsive">
+
</div>
+
</div>
+
<div class="clearfix"></div>
+
<hr>
+
<br id="float05">
+
+
<h3 class="text-center"><img src="https://static.igem.org/mediawiki/2016/c/cf/T--OUC-China--head-icon1.fw.png">Consulting with specialists<img src="https://static.igem.org/mediawiki/2016/f/f8/T--OUC-China--head-icon2.fw.png"></h3>
+
<p>When designing our project in April, we went to visited researcher Chengang, Xu in Qingdao Institute of Bioenergy and Bioprocess Technology, Chinese Academy of Sciences. At that time, we wanted to have the feasibility analysis of our design. More importantly, we met problems about chassis. We initially design our project based on B.subtilis, a kind of gram-positive bacterium but after consulting Professor Xu, who did research related to our project and suggested us to use <i>E.coli</i>, which would make our experiment more feasible. We then compared the enzyme system both in B.subtilis and <i>E.coli</i> and found that in <i>E.coli</i> there was no enzyme cleavage from 5’. Therefore, we finally determined to use <i>E.coli</i>, the more versatile chassis.</p>
+
<img src="https://static.igem.org/mediawiki/2016/6/61/T--OUC-China--hp5.jpg" class="img-responsive">
+
<p>In September, we joined the CCiC( Conference of China iGEMer Committee), which was a platform for Chinese iGEM teams to communicate with each other. About 30 teams and 300 iGEMers from all over China gathered together this year and we got numerous responses from others, including suggestions on the thoughts of experiments, heated discussions on pathway design, and reflections on safety and application. Attendance of CCiC helped us acquire both reflections and inspiration from communicating, and improved our projects in the end.</p>
+
<img src="https://static.igem.org/mediawiki/2016/2/29/T--OUC-China--hp6.jpg" class="img-responsive">
+
<p>Particularly, we consulted our project and experiment with Haoqian, Zhang, the co-founder of an iGEM startup in China named Bluepha. He was the former leader of Peking iGEM 2010 and had rich experiment of iGEM. At the beginning, he thought quantification had the significant meaning in synthetic biology as well. He then gave us lots of specific and useful suggestion. For example, he advised us to exchange the upstream and downstream proteins to make our project more powerful. We adopted this suggestion and modified our project when we came back from CCiC. Besides, we met problems with our modeling. Another former leader of OUC iGEM, Yang, Liu suggested us to solve these problems in other alternative ways, which would make our work more efficient. </p>
+
                                <br/>
+
                                <br>
+
                                <br>
+
 
</div>
 
</div>
 +
<div class="col-md-1"></div>
 +
<div class="clearfix"></div>
 +
 +
<div class="col-md-1"></div>
 +
<div class="col-md-4">
 +
<p style="font-family:'Lucida Calligraphy';font-size:18px;">
 +
<a href="https://2016.igem.org/Team:OUC-China/Investigating">
 +
<img src="https://static.igem.org/mediawiki/2016/9/9d/T--OUC-China--hp-1-3.png" class="img-responsive" alt="icon-2" style="display:inline;width:40px;height:80px;">Investigating and Promoting:
 +
</a>
 +
</p>
 +
</div>
 +
<div class="col-md-6">
 +
<p>Investigate the popularity and public perception of our design as well as synthetic biology and devote to promoting them. By making videos on website and setting up our own official accounts in Wechat we promoted to the public .</p>
 +
</div>
 +
<div class="col-md-1"></div>
 +
<div class="clearfix"></div>
 +
<div class="col-md-1"></div>
 +
<div class="col-md-4">
 +
<p style="font-family:'Lucida Calligraphy';font-size:18px;">
 +
<a href="https://2016.igem.org/Team:OUC-China/Potential_application">
 +
<img src="https://static.igem.org/mediawiki/2016/0/07/T--OUC-China--hp-1-4.png" class="img-responsive" alt="icon-3" style="display:inline;width:40px;height:80px;">Potential Application:
 +
</a>
 +
</p>
 +
</div>
 +
<div class="col-md-6">
 +
<p style="margin-top:20px">Do practical research and look for potential specific proteins that can be applied by our design to optimize industrial production.</p>
 +
</div>
 +
<div class="col-md-1"></div>
 +
<div class="clearfix"></div>
 +
<br>
 +
<br>
 
</div>
 
</div>
 
<div class="oucBanner">
 
<div class="oucBanner">
<h3 class="text-center">Cistrons Concerto</h3>
+
        <h3 class="text-center">Cistrons Concerto</h3>
 
</div>
 
</div>
<div class="row oucInformation" style="text-align:left">
+
<div class="row oucInformation">
 
<div class="col-md-1"></div>
 
<div class="col-md-1"></div>
 
<div class="col-md-5">
 
<div class="col-md-5">
<b>About:</b>
+
<h3>Thanks:</h3>
<p style="margin-top:10px;">Thanks to:<img src="https://static.igem.org/mediawiki/2016/5/57/T--OUC-China--foot1.jpg" style="margin-left:10px;"><img src="https://static.igem.org/mediawiki/2016/f/f0/T--OUC-China--foot2.jpg" style="margin-left:10px;"></p>
+
<p>1.Qingdao Institute of Bioenergy and Bioprocess Technology, Chinese Academy of Sciences</p>
<p style="margin-top:20px;">Designed and built by @ Jasmine Chen and @ Zexin Jiao</p>
+
<p>2.NEW ENGLAND Biolabs</p>
<p>Code licensed under Apache License v4.0</p>
+
<p>3.GenScript</p>
 
</div>
 
</div>
<div class="col-md-1"></div>
+
<div class="col-md-5 Contact">
<div class="col-md-5">
+
<h3>Contact us:</h3>
<b>Contact us:</b>
+
<p><b>E-mail</b>: oucigem@163.com</p>
<p style="margin-top:20px;">E-mail: oucigem@163.com</p>
+
<p><b>Designed and built</b> by @ Jasmine Chen and @ Zexin Jiao</p>
<p>Follow us on Facebook@ iGEM OUC<img src="https://static.igem.org/mediawiki/2016/9/94/T--OUC-China--foot3.png" style="margin-left:20px;"></p>
+
<p>We are OUC-iGEM
<p>Find us on Google Map</p>
+
<img src="https://static.igem.org/mediawiki/2016/5/58/T--OUC-China--foot4.png" width="70" height="70" alt="logo-one">
<p>We are OUC-iGEM<img src="https://static.igem.org/mediawiki/2016/5/58/T--OUC-China--foot4.png" style="margin-left:10px;"><img src="https://static.igem.org/mediawiki/2016/9/9b/T--OUC-China--foot5.png" style="margin-left:10px;"></p>
+
<img src="https://static.igem.org/mediawiki/2016/9/9b/T--OUC-China--foot5.png" width="70" height="70" alt="logo-two">
 +
</p>
 
</div>
 
</div>
 
</div>
 
</div>
<div id="" class="oucBottom">
+
<div class="oucBottom">
 
</div>
 
</div>
 
 

Latest revision as of 01:22, 12 November 2016

Human practices

3 parts of our human practices

This year our team devoted to a novel regulation element, which made great sense in synthetic biology but may be a little obscure for those who were unfamiliar with this field. Our regulation element worked out through synthetic biology and then be acknowledged by the public. So our work was performed around three cores: our design, synthetic biology and public acknowledgement. And below are the diagrams of our project working method.

Consult several experts of synthetic biology to evaluate our project or solve problems and then we improved our design according to the feedbacks.

Investigate the popularity and public perception of our design as well as synthetic biology and devote to promoting them. By making videos on website and setting up our own official accounts in Wechat we promoted to the public .

Do practical research and look for potential specific proteins that can be applied by our design to optimize industrial production.



Cistrons Concerto

Thanks:

1.Qingdao Institute of Bioenergy and Bioprocess Technology, Chinese Academy of Sciences

2.NEW ENGLAND Biolabs

3.GenScript

Contact us:

E-mail: oucigem@163.com

Designed and built by @ Jasmine Chen and @ Zexin Jiao

We are OUC-iGEM logo-one logo-two