Difference between revisions of "Team:SDU-CHINA/Team"

 
(7 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
   <script src="https://2018.igem.org/Team:SDU-China/bootjs?action=raw&ctype=text/javascript"></script>
 
   <script src="https://2018.igem.org/Team:SDU-China/bootjs?action=raw&ctype=text/javascript"></script>
 
   <script src="https://2018.igem.org/Team:SDU-China/jquery311?action=raw&ctype=text/javascript"></script>
 
   <script src="https://2018.igem.org/Team:SDU-China/jquery311?action=raw&ctype=text/javascript"></script>
 
+
<script>!function(designWidth){
 +
if (/Android(?:\s+|\/)(\d+\.\d+)?/.test(navigator.userAgent)) {
 +
var version = parseFloat(RegExp.$1);
 +
if (version > 2.3) {
 +
var phoneScale = parseInt(window.screen.width) / designWidth;
 +
document.write('<meta name="viewport" content="width=' + designWidth + ',minimum-scale=' + phoneScale + ',maximum-scale=' + phoneScale + ', target-densitydpi=device-dpi">');
 +
} else {
 +
document.write('<meta name="viewport" content="width=' + designWidth + ',target-densitydpi=device-dpi">');
 +
}
 +
} else {
 +
document.write('<meta name="viewport" content="width=' + designWidth + ',user-scalable=no,target-densitydpi=device-dpi,minimal-ui,viewport-fit=cover">');
 +
}
 +
}(640);</script>
  
 
     <style>
 
     <style>
Line 45: Line 57:
  
 
#logo {
 
#logo {
    float: left;
+
float: left;
    position: relative;
+
position: relative;
    margin-left:1%;
+
margin-left:1%;
    display: block !important;
+
display: block !important;
 
}
 
}
 
#logo img {  width:150px; margin-top: 5px;} /*???*/
 
#logo img {  width:150px; margin-top: 5px;} /*???*/
 +
table { margin: 0 auto; }
 +
td { text-align: center }
  
 
#content{
 
#content{
Line 59: Line 73:
 
         height: 100%;
 
         height: 100%;
 
         border: 0px;
 
         border: 0px;
 +
        position: absolute;
 +
        top:18px;
 
}
 
}
  
#header {
+
#footer {
 
     background: linear-gradient(to right, #005AB5, #007500);
 
     background: linear-gradient(to right, #005AB5, #007500);
 
     background: -webkit-linear-gradient(to right, #005AB5, #007500);
 
     background: -webkit-linear-gradient(to right, #005AB5, #007500);
Line 68: Line 84:
 
     float: left;
 
     float: left;
 
     width: 100%;
 
     width: 100%;
     padding: 23px 0%;
+
     padding: 7px 0%;
 
         margin: 0 0px !important;
 
         margin: 0 0px !important;
 
}
 
}
 
+
#header {
#footer {
+
 
     background: linear-gradient(to right, #005AB5, #007500);
 
     background: linear-gradient(to right, #005AB5, #007500);
 
     background: -webkit-linear-gradient(to right, #005AB5, #007500);
 
     background: -webkit-linear-gradient(to right, #005AB5, #007500);
Line 79: Line 94:
 
     float: left;
 
     float: left;
 
     width: 100%;
 
     width: 100%;
     padding: 7px 0;
+
     padding: 23px 0%;
 
         margin: 0 0px !important;
 
         margin: 0 0px !important;
 
}
 
}
 +
 
#menu a { text-decoration: none; }
 
#menu a { text-decoration: none; }
 
#menu a:link, a:visited, a:active { color: white; }
 
#menu a:link, a:visited, a:active { color: white; }
Line 110: Line 126:
 
#menu ul li ul li { font-size: 10px;  padding: 5%; }
 
#menu ul li ul li { font-size: 10px;  padding: 5%; }
 
#menu li:hover ul, .menu li.over ul { display: block; }
 
#menu li:hover ul, .menu li.over ul { display: block; }
 +
  
  
Line 129: Line 146:
 
#contact a:link, a:visited, a:active { color: white; }
 
#contact a:link, a:visited, a:active { color: white; }
 
#contact a:hover { color: #c1d9ff; }
 
#contact a:hover { color: #c1d9ff; }
 +
 +
  
  
Line 164: Line 183:
 
     line-height: 1.5;
 
     line-height: 1.5;
 
     clear: both;
 
     clear: both;
 
+
    padding: 0px 200px 10px 200px;
 
}
 
}
 
.p-top {
 
.p-top {
Line 190: Line 209:
 
     font-size: 18px !important;
 
     font-size: 18px !important;
 
     line-height: 1.5;
 
     line-height: 1.5;
     margin-bottom: 20px;
+
     margin:5px 0px 20px 30px;
 
}
 
}
 
h4 {
 
h4 {
Line 198: Line 217:
 
.some-padding {
 
.some-padding {
 
     padding-top: 20px;
 
     padding-top: 20px;
 +
    width: 100%;
 
}
 
}
  
Line 205: Line 225:
 
     display: -moz-inline-block;/* Firefox */
 
     display: -moz-inline-block;/* Firefox */
 
     display: -o-inline-block;
 
     display: -o-inline-block;
     width: 100%;
+
     width: 700px;
 +
    margin:5px 180px 40px 125px;;
 
}
 
}
 
h1{
 
h1{
Line 215: Line 236:
 
     position: relative;
 
     position: relative;
 
     display: block;
 
     display: block;
     width: 600px;
+
     width: 100%;
    height: 500px;
+
 
     margin: 0 auto;
 
     margin: 0 auto;
 +
    height: 800px;
 
   }
 
   }
   #box img{
+
 
    width: 600px;
+
   #box img{ margin-top: -100px;
    height: 500px;
+
 
     display: table-cell;  
 
     display: table-cell;  
 
     vertical-align: middle;
 
     vertical-align: middle;
Line 283: Line 303:
 
}
 
}
  
.paragraphs{  
+
.bio1, .bio2 {
  padding: 0 150px 0 150px;  
+
    width: 80%;
  font-family: sans-serif;  
+
    margin: 0 auto 40px auto;
 
}
 
}
.paragraphs h4{
+
.bio1{
    text-align: center;
+
float: left;
 
}
 
}
.paragraphs p{
+
.bio2{
    text-align: justify;
+
float: right;
 
}
 
}
.paragraphs img{
+
.biotext{
  position: relative;
+
width: 55%;
  display: inline-block;
+
display:inline-block;
  margin: 10 auto;
+
    display:-webkit-inline-block; /* Safari, Chrome, and Opera */
 +
    display: -moz-inline-block;/* Firefox */
 +
    display: -o-inline-block;
 
}
 
}
 
+
.biopic{
.paragraphs a:visited { color:#5a3428;text-decoration: none;}
+
border: none;
.paragraphs a:hover { color:#80ddbf;text-decoration: none;}
+
display:inline-block;
p.reference{
+
    display:-webkit-inline-block; /* Safari, Chrome, and Opera */
  font-size: 15px !important;
+
    display: -moz-inline-block;/* Firefox */
 +
    display: -o-inline-block;
 +
    padding-right: 5%;
 +
    vertical-align: top;
 +
    width: 450px;
 +
    height: 320px;
 
}
 
}
.aspect{
+
.name {
     font-size: 18px;
+
    border-bottom: 1px solid #606060;
 +
    margin: 0 0 10px 0;
 +
    font-weight: bold;
 +
     font-size: 28px !important;
 
}
 
}
.col-md-3{
+
.faculty {
     text-align: center;
+
     font-size: 24px !important;
 +
    padding: 0 15px;
 +
    margin: 0 0 20px 0;
 +
    font-weight: bold;
 
}
 
}
.paragraphs strong{
+
.introduction {
     color: #4b5ea4;
+
     font-size: 20px !important;
     margin: 0 auto;
+
     font-family: serif, 'Times New Roman';
     font-size: 28px;
+
     margin: 0.5px;
 
}
 
}
.paragraphs img{
+
*{margin: 0;padding: 0;}
margin-top:10px;
+
            #box{margin: 0px auto;position: relative;background: gray;overflow: hidden;}
margin-bottom:10px;}
+
            #box ul{position: absolute;left: 21px;top: 17px;}
</style>
+
            #box ul li{float: left;width: 190px;height: 150px;list-style: none;}
  
 
+
div.biopic{
   
+
overflow: hidden;
 +
width: 320px;
 +
height: 320px;
 +
border-radius: 160px;
 +
margin: auto;
 +
}
 +
.bio1 .biopic img{
 +
margin-left: -70px ;
 +
}
 +
.conteudo div:nth-of-type(5) div:first-of-type img{
 +
margin-left: -150px !important;
 +
}
 +
.conteudo div:nth-of-type(6) div:last-of-type img{
 +
margin-left: -80px !important;
 +
}.conteudo div:nth-of-type(7) div:first-of-type img{
 +
margin-left: -90px !important;
 +
}
 +
.conteudo div:nth-of-type(8) div:last-of-type img{
 +
margin-left: -20px !important;
 +
}
 +
.conteudo div:nth-of-type(2) div:last-of-type img, .conteudo div:nth-of-type(4) div:last-of-type img{
 +
margin-left: -70px !important;
 +
}
 +
.conteudo div:nth-of-type(10) div:last-of-type img{
 +
margin-left: -70px !important;
 +
}
 +
.media-body p{
 +
width: 40%;
 +
font-size: 15px;
 +
text-align: justify;
 +
}
 +
.adpic{
 +
width: 320px;
 +
height: 240px;
 +
overflow: hidden;
 +
margin: 0 auto;
 +
}
 +
.row img{
 +
margin: 0 auto;
 +
}
 +
</style>   
 
</head>
 
</head>
<body>
 
  
 +
<body>
 
<div class="body">
 
<div class="body">
  <div id="header">
+
<div id="header">
  <!--LOGO LINK--->
+
<!--LOGO LINK--->
  <div id="logo"><a href="https://2018.igem.org/Team:SDU-CHINA"><img src="https://static.igem.org/mediawiki/2018/7/72/T--SDU-China--duihui.jpg" alt="LOGO" /></a></div>
+
<div id="logo"><a href="https://2018.igem.org/Team:SDU-CHINA"><img src="https://static.igem.org/mediawiki/2018/7/72/T--SDU-China--duihui.jpg" alt="LOGO" /></a></div>
  <div id="menu">
+
<div id="menu">
    <ul>
+
<ul>
 
             <li>
 
             <li>
 
                 <a href="#">PROJECT &#9662;</a>
 
                 <a href="#">PROJECT &#9662;</a>
Line 387: Line 460:
 
                 </li>
 
                 </li>
 
         </ul>
 
         </ul>
  </div>
+
</div>
 
</div>
 
</div>
  
 +
<div id="section">
 +
<div id="box" class="auto">
 +
<img src="https://static.igem.org/mediawiki/2018/5/50/T--SDU-China--team1.jpg" width="1349px" height="900px" alt="">
 +
<img src="https://static.igem.org/mediawiki/2018/3/3d/T--SDU-China--team2.jpg" width="1349px" height="900px" alt="">
 +
<img src="https://static.igem.org/mediawiki/2018/f/fb/T--SDU-China--team3.jpg" width="1349px" height="900px" alt="">
 +
<img src="https://static.igem.org/mediawiki/2018/e/ed/T--SDU-China--team4.jpg" width="1349px" height="900px" alt="">
 +
</div>
 +
<script src="https://2018.igem.org/Team:SDU-China/jquery311?action=raw&ctype=text/javascript"></script>
 +
<script src="https://2018.igem.org/wiki/index.php?title=Template:SDU-China/migratejs&action=raw&ctype=text/javascript" integrity="sha256-F0O1TmEa4I8N24nY0bya59eP6svWcshqX1uzwaWC4F4=" crossorigin="anonymous"></script>
 +
<script src="https://2018.igem.org/wiki/index.php?title=Template:SDU-China/slickjs190&action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript">
 +
    $('.auto').slick({
  
   <div class="conteudo">
+
   slidesToShow: 1,
    <h1 id="main-title">Human Practices</h1>
+
   slidesToScroll: 1,
 
+
  autoplay: true,
<div class="paragraphs">
+
  autoplaySpeed: 1000,
   <div id="Silver">
+
  pauseOnHover:false,
    <h4>Silver</h4><br>
+
});
    <p><strong>Feasibility of our project</strong> <br>
+
&nbsp;&nbsp;&nbsp;&nbsp;(1) This year we are interested in the application of optogenetic tools, and we desire to use them as our switch to redirect the metabolic flux. But whether optogenetic tools could be used as an ideal switch should be questioned. To verify that optogenetic tools can function as a probable switch, we consulted our primary PI Professor Liang, who majors in switches and their application in synthetic biology, before we started the experiment.
+
Professor Liang listed several switches that commonly used in synthetic biology such as quorum sensing, their functions, characters as well as usage. He emphasized that an element tool in synthetic biology must be measured several characters before being applied as an ideal switch. Firstly, a switch must have the ability to both active and repress the expression of the target gene, and the change between activation and repression should be fast enough and reversible. Besides, a switch should be stable at a relatively wide range of the concentration of inducers, and it should be easy to operate the switch.
+
Professor Liang also helped us evaluate whether optogenetic tools are capable of being a switch to regulate a genetic circuit. He told us optogenetic tools were highly suitable for a switch for their precise spatiotemporal resolution and precise dynamic control.
+
<br></p>
+
<div style="text-align: center;"><img src="https://static.igem.org/mediawiki/2018/e/ee/T--SDU-China--liang1.jpg" width="500px" alt="">
+
<img src="https://static.igem.org/mediawiki/2018/8/8f/T--SDU-China--liang2.jpg" width="500px" alt=""></div>
+
<br><br>
+
<p>&nbsp;&nbsp;&nbsp;&nbsp;(2) After certificating that optogenetics is capable for being an ideal switch, we began to take the compatibility of optogenetics and metabolic engineering into consideration.
+
To explore the further utilization of optogenetics in metabolic engineering, we invited Yang Yi, the professor of East China University of Science and Technology to illuminate us the potential advantages of light-induced system compared with chemical-induced system. According to Professor Yang, such chemical-induced systems as Lac operon are not compatible with non-model host such as cyanobacteria, which are considered as competent candidates to produce biofuel and biomaterial through photosynthesize. Conventionally reported bacterial gene expression systems are based on the induction by specific chemicals, such as isopropyl β-D-1-thiogalactopyranoside (IPTG) and metal ions, which are not practical considering the large-scale cultivation of the cyanobacterial process. In addition, chemical inducers are difficult to be removed from the culture medium, making them unsuitable for downstream water recycling process. Therefore, an alternative gene expression system specific for cyanobacterial bioprocess should be developed. Thus light-controlled system applied to metabolism engineering provides a new a strategy to induce the behaviour of non-model host. <br></p>
+
<div style="text-align: center;"><img src="https://static.igem.org/mediawiki/2018/7/7b/T--SDU-China--yangyi.jpg" width="500px" alt="">
+
<img src="https://static.igem.org/mediawiki/2018/e/e7/T--SDU-China--yangyi2.jpg" width="500px" alt=""></div> <br>
+
<p>&nbsp;&nbsp;&nbsp;&nbsp;Professor Yang also introduce us the light-systems applied to mammalian cell, highlight the current application in the field of neuroscience. <br>
+
&nbsp;&nbsp;&nbsp;&nbsp;When it comes to the hardware of the light-controlled system, which we worried about a lot, Professor Yang provided us with the resource of the light device applied in his project. And he also suggested that since the light-controlled system is highly sensitive, the hardware is not that demanding. However, due to its high sensitivity, we must pay much attention to the impact of natural light which is inevitable while operating experiments.
+
<br></p>
+
  
<p>&nbsp;&nbsp;&nbsp;&nbsp;(3) What’s more, we participated in Conference of China iGEMer Community(CCiC) 2018 held in Shanghai, China and had the opportunity to exchange ideas with many other teams and we derived a lot of suggestions from others to increase the feasibility of our project. <br></p>
+
   </script>
<div style="text-align: center;"><img src="https://static.igem.org/mediawiki/2018/9/96/T--SDU-China--ccic1.jpg"  height="400px" alt="">
+
<div class="conteudo">
<img src="https://static.igem.org/mediawiki/2018/e/ef/T--SDU-China--ccic2.jpg"  height="400px" alt=""></div> <br>
+
<p>
+
&nbsp;&nbsp;&nbsp;&nbsp;We met a member from Peking and he had a project related to VVD (an optogenetic tool which can sense blue light). He mentioned that the element sensing blue light was extremely sensitive to light, even if just little natural light existed could influence the stability of it and even could come with a reverse effect, so we would better operate our blue light sensing system in darkness or under red light. <br>
+
<div style="text-align: center;"><img src="https://static.igem.org/mediawiki/2018/e/eb/T--SDU-China--ccic3.jpg" width="800px" alt=""></div> <br>
+
&nbsp;&nbsp;&nbsp;&nbsp;We also met a member from XMU-China, who came up with a valuable suggestion to our project. According to his words, the culture medium used in industrial fermentation and that in lab fermentation were totally different. In factories, cost needs to be taken into consideration, so the nutrients in industrial culture medium come from the waste produced by other industries. Thus, industrial culture medium could be non-transparent which doesn’t allow light to go through and reach the bacteria.
+
</p> <br>
+
<div style="text-align: center;"><img src="https://static.igem.org/mediawiki/2018/5/57/T--SDU-China--ccic4.jpg" height="400px" alt="">
+
<img src="https://static.igem.org/mediawiki/2018/a/a1/T--SDU-China--ccic5.jpg" height="400px" alt=""></div>
+
   </div>
+
<div id="integrated">
+
  <h4>Gold&Integrated</h4>
+
  <p><strong>Introduction</strong> <br>
+
  
&nbsp;&nbsp;&nbsp;&nbsp;According to the expertise we’ve got, we know that optogenetics, used as a switch, has a bright future in metabolic engineering, which means our idea is valuable and practicable. Let’s turn our sight onto this new system itself.
+
<h1 id="main-title">Team</h1>
Since our goal is to introduce a new and convenient inducer—light into fermentation industry, the core of our project is that how to put the new system into practice. Since the system is promising in its marketing value with both the new inducer and environmental-friendly product, we cannot be satisfied with completing building this system and testing it in our lab, what we need to do is applying this system into practical use, our system finally should be tested in the real factory. However, there are great differences between fermentation in labs and industrial fermentation, before putting this new system into practice, we should figure out the distinctions between fermentation in labs and factories, in this way we can find some guidance in improving our system to break these obstacles. <br>
+
          <h4>Members</h4>
<br><br>
+
<div class="bio1">
<strong>What we did </strong><br>
+
<p class="name">Jiao Jin</p>
&nbsp;&nbsp;&nbsp;&nbsp;To figure out the differences, we had an unforgettable tour this summer to an industrial fermentation factory to visit and learn something about fermentation. We visited a biotechnology company called Weifang KDN Biotech, in Weifang, Shandong Province. We mainly visited several workshops there. <br>
+
<div class="biopic"><img src="https://static.igem.org/mediawiki/2018/4/47/T--SDU-China--jinjiao.jpg" width="450" height="320px" alt=""/></div>
&nbsp;&nbsp;&nbsp;&nbsp;Different workshops with different usage were located in the industrial park, the largest one, equipped with huge, spheroid fermenter, was the main place where fermentation took place. Raw materials, as well as engineered bacteria, were stored in the fermenters. While fermentation, special device would check and regulate temperature and pH inside the fermenters to ensure the environment was suitable for bacterial growth and production. Once fermentation was ended, the bacteria liquid would flow to another workshop through many pipes. Next, the product should be separated from bacteria and other liquid, the theory base of product purification is kind of like chromatography. Finally, the waste would be poured into treatment tank and experienced special treatment. <br>
+
<div class="biotext">
</p>
+
      <p class="faculty">Team Leader</p>
<div style="text-align: center;"><img src="https://static.igem.org/mediawiki/2018/2/2a/T--SDU-China--gongchang1.jpg" width="400px" height="300px" alt="">
+
      <p class="introduction">
<img src="https://static.igem.org/mediawiki/2018/d/d7/T--SDU-China--gongchang2.jpg" width="400px" height="300px" alt=""></div>
+
      The mascot of the team! The major work for me is to cheer people up when things do not go well!
<p> <br>
+
      </p>
&nbsp;&nbsp;&nbsp;&nbsp;We also consulted their skilled workers about the process of fermentation and the usage of equipment, and we posed our idea and light-induced control of metabolic flux system. Our questions were answered in detail and the workers also gave some advice on our light- induced system.  <br></p>
+
    </div>
<div style="text-align: center;"><img src="https://static.igem.org/mediawiki/2018/e/ed/T--SDU-China--gongchang3.jpg" width="600px" alt=""></div>
+
    </div>
<br><br>
+
    <div class="bio2">
<p>
+
<p class="name">Zhaoqin Zhang</p>
<strong>What we found</strong><br>
+
&nbsp;&nbsp;&nbsp;&nbsp;According to the human practice we did and the theoretical knowledge we collected, we found that there are still some defaults existing in our project, we must figure out the problems and break those obstacles. Now, we are going to list the obstacles we need to overcome.<br>
+
<div class="biotext">
</p>
+
      <p class="faculty">Competition Affairs/Experimentation</p>
<div class="row">
+
      <p class="introduction">
    <div class="col-md-3">
+
      I’m a junior student majoring in biology. It is the first time for me as well as our team to participate in iGEM competition, I' m so excited to meet so much interesting guys! I mainly take charge of Human Practice and do some wet lab experiments, which offers me a lot experience in social skills and research skills. I am interested in synthetic biology in eukariotic cells and I believe synthetic biology is of great use in both research and practical use.  
        <a href="#aspect1"><img src="https://static.igem.org/mediawiki/2018/0/02/T--SDU-China--btn.png" width="130px" alt=""></a>
+
        <div><b>Culture Medium</b></div>
+
    </div> 
+
    <div class="col-md-3">
+
<a href="#aspect2"><img src="https://static.igem.org/mediawiki/2018/c/ce/T--SDU-China--btn2.png" width="130px" alt=""></a>
+
<div><b>engineered bacteria</b></div>
+
    </div>
+
    <div class="col-md-3">
+
<a href="#aspect3"><img src="https://static.igem.org/mediawiki/2018/f/f1/T--SDU-China--btn3.png" width="130px" alt=""></a>
+
<div><b>Hardware</b></div>
+
    </div> 
+
    <div class="col-md-3">
+
<a href="#aspect4"><img src="https://static.igem.org/mediawiki/2018/a/aa/T--SDU-China--btn4.png" width="130px" alt=""></a>
+
<div><b>Cost</b></div>
+
    </div>
+
</div>
+
<p ><br><br>
+
  <b class="aspect" id="aspect1">1. culture medium. </b><br>
+
&nbsp;&nbsp;&nbsp;&nbsp;As we mentioned before, culture medium applied in industrial fermentation and lab fermentation is of great difference. In labs, we commonly use nutrient-rich culture medium such as LB or other culture medium with glucose as carbon source. This kind of culture medium looks transparent that allows light to go through the liquid and reach the bacteria. So that we can easily operate the light-induced system. However, in a factory, engineered bacteria should be cultured in seed medium before getting into the fermentation medium. Seed medium is used to expand the scale of the seed bacteria so the nutrient inside is rich to accelerate the growth of bacteria. Seed medium sounds like the culture medium we use in our lab. Fermentation medium, although, contains the basic nutrient carbon source; nitrogen source; inorganic salts; water and growth factors, it also needs precursors and promoters. Precursors and promoters are required to promote the production of products. Besides, we need to concern about the efficiency that the bacteria take carbon and nitrogen source into usage. When bacteria take nutrient at a relative low speed, bacteria growth will slow down and energy will be stored for the next fermentation. Moreover, the composition in fermentation medium is not precise in chemicals, the raw materials of fermentation often come from wastes from other industries to low down the cost, and usually the raw materials are commonly insoluble, which means there will be solid particles inside the medium, causing shading inside fermenters. In this case what we need is to optimize fermentation medium. To achieve optimization of culture medium, the ratio between fast-usage carbon/nitrogen source and slow-usage carbon/nitrogen source should be proper considering the balance between growth and production, C/N should also be suitable for fermentation with different types of engineered bacteria, and the source of raw material much be accessible with a low cost. <br><br>
+
<b class="aspect" id="aspect2">2. industrialized engineered bacteria</b><br>
+
&nbsp;&nbsp;&nbsp;&nbsp;A type of engineered bacteria born in lab should meet some requirements so it can live in a fermenter and do its duty. <br>
+
&nbsp;&nbsp;&nbsp;&nbsp;<b>First of all</b>, high efficiency of production is required for engineered bacteria. Not only the engineered bacteria should be efficient in producing products, but the efficiency of purification is also important. Purification of intracellular products is much more difficult than that of extracellular products, for the reason that cell lysis is the prerequisite of purification and there are lots of other proteins, nucleic acids, polysaccharides, and even if lipids. So engineered bacteria producing extracellular product will increase the profits dramatically.<br>
+
Secondly, the compatibility between culture medium and chassis should be tested before industrial fermentation. Normally, chassis used for fermentation including <i>E. coli</i>, Bacillus, yeast and fungi must be compatible with the culture medium, especially the carbon source. Glucose, which is a monosaccharide, is now widely used as carbon source in fermentation, glucose is easily absorbed by chassis but can be poisonous to chassis when the concentration is high, so chassis that can tolerant high concentration of glucose will be more suitable for fermentation.<br>
+
&nbsp;&nbsp;&nbsp;&nbsp;<b>Besides</b>, safety of chassis and operation is of great importance in selecting engineered bacteria. Pathogens and conditional pathogens are not allowed for fermentation unless the pathogen genes are knocked out. And the chassis for fermentation is forbidden to leave the fermenters, to prevent contamination to the environment.<br>
+
&nbsp;&nbsp;&nbsp;&nbsp;<b>What’s more</b>, engineered bacteria should be easy to operate to face the change in environment. During fermentation, engineered bacteria will produce a large quantity of byproducts, which may influence or even repress bacteria growth and synthesis. Therefore, we should analyse the relativity among bacteria growth, bioreactor operation and environment to regulate metabolic flux inside the cells and optimize fermentation.<br>
+
&nbsp;&nbsp;&nbsp;&nbsp;<b>Last but not least</b>, stability in heredity is also of great importance to engineered bacteria. Exogenous genes responsible for production is better inserted onto bacteria chromosomes than onto a plasmid. As to genes must be located on a plasmid, stability should come to the first place before constructing the engineered bacteria, resistance to only one antibiotic is better than that to multiple antibiotics.<br><br>
+
<b class="aspect" id="aspect3">3. Hardware</b><br>
+
&nbsp;&nbsp;&nbsp;&nbsp;According to the trouble caused by non-transparent culture medium, we must make some developments in the light devices. First of all, we need to solve the problem that light cannot reach our bacteria, so that we can think of further improvement even if application. However, putting light into practical use may need a great innovation in fermenter as well as other equipment, the light devices should be equipped onto the fermentation and be connected to the regulating equipment. As we all know an innovation in the structure of fermentation as well as other equipment could cost a lot of time and money, and this innovation suffers a risk of low profit but high cost (we will discuss it later). <br>
+
  
<div style="text-align: center;"><img src="https://static.igem.org/mediawiki/2018/4/4e/T--SDU-China--gongchang5.jpg" height="300px" alt="">
+
      </p>
<img src="https://static.igem.org/mediawiki/2018/d/d2/T--SDU-China--gongchang6.jpg" height="300px" alt="">
+
          </div>
<img src="https://static.igem.org/mediawiki/2018/e/e8/T--SDU-China--gongchang4.jpg" height="300px" alt=""></div> <br><br>
+
          <div class="biopic"><img src="https://static.igem.org/mediawiki/2018/8/8d/T--SDU-China--zhangzhaoqin.jpg"width="450" height="320px" alt=""/></div>
<b class="aspect" id="aspect4">4. cost</b><br>
+
    </div>
&nbsp;&nbsp;&nbsp;&nbsp;The cost of the whole process for a type of new engineered bacteria as well as a new inducer transferring from labs to factories should be analysed and we should make a prediction to imitate the comparison between costs and profits. Raw materials for culture medium, maintenance of fermenters and regulating equipment, introduction of new light devices and purification of products, all these parts require money and should be in our consideration.<br>
+
    <div class="bio1">
</p>
+
<p class="name">Liyuan Xi</p>
<p><strong>Conclusion</strong> <br>
+
<div class="biopic"><img src="https://static.igem.org/mediawiki/2018/6/69/T--SDU-China--xiliyuan.jpg"width="450" height="320px" alt=""/></div>
&nbsp;&nbsp;&nbsp;&nbsp;In this summer, we have built a new awareness about metabolic engineering and fermentation, which reminds us of the drawbacks of our project design and experiment. Overall, if we desire to introduce our project to industrial production, we have to solve all the problems listed above. Recently, we have optimized the carbon source in our fermentation medium by replacing glucose with glycerol, and we also have made a model to analyse how different carbon source, nitrogen source and inorganic salt in culture medium can affect the production of PHB as well as other metabolic pathways. But that is not enough, what we need to do in the future is to accomplish the whole project and optimize the chassis, light devices, culture medium and flexibility of the whole project.<br></p>
+
<div class="biotext">
 +
      <p class="faculty">Experimentation</p>
 +
      <p class="introduction">
 +
    I’m major in life science. I feel honored to be a member of SDU iGEM team and attend Jamboree this year. Shy as I am ,I hope I can make friends through iGEM!       
 +
      </p>
 +
          </div>
 +
         
 +
    </div>
 +
      <div class="bio2">
 +
<p class="name">Yize Hao</p>
 +
 +
<div class="biotext">
 +
      <p class="faculty">Experimentation/Wiki edit</p>
 +
      <p class="introduction">
 +
    I hope I can improve my ability of thinking as well as my technical skills through igem. I will begin my postgraduate career after one year. I hope I can go further along the road of scientific research.  
 +
      </p>
 +
          </div>
 +
          <div class="biopic"><img src="https://static.igem.org/mediawiki/2018/6/61/T--SDU-China--haoyize.jpg"width="480" height="320" alt=""/></div>
 +
    </div>
  
 +
    <div class="bio1">
 +
<p class="name">Zijian Pan</p>
 +
<div class="biopic"><img src="https://static.igem.org/mediawiki/2018/1/1b/T--SDU-China--panzijian.jpg"width="480" height="320" alt=""/></div>
 +
<div class="biotext">
 +
      <p class="faculty">Experimentation</p>
 +
      <p class="introduction">
 +
    I am very grateful for having the opportunity to play a role in our igem team. For the duration of preparing for iGEM, we struggle with countless difficulties together. For this duration, we harvest knowledge and life-long friendships, as well.
 +
            </p>
 +
          </div>
 +
    </div>
  
</div>
+
      <div class="bio2">
 +
<p class="name">Junyang Chen</p>
 +
 +
<div class="biotext">
 +
      <p class="faculty">Experimentation</p>
 +
      <p class="introduction">
 +
    I am so kind of being a member of SDU-China iGEM team and feeling honoured to work with everyone in our team. As a part of our team, I am responsible for our interlab study. In the meantime, I also take part in our wetlab experiment. Particularly , iGEM project greatly helps me to form my science elaborative faculty, which contributes to my future development and career. Wish us meet with success in this Jamboree!
  
 +
            </p>
 +
          </div>
 +
          <div class="biopic"><img src="https://static.igem.org/mediawiki/2018/a/a2/T--SDU-China--chenjunyang.jpg"width="480" height="320" alt=""/></div>
 +
    </div>
 +
    <div class="bio1">
 +
<p class="name">Zilong Geng</p>
 +
<div class="biopic"><img src="https://static.igem.org/mediawiki/2018/f/f2/T--SDU-China--gengzilong.jpg"width="480" height="320" alt=""/></div>
 +
<div class="biotext">
 +
      <p class="faculty">Experimentation</p>
 +
      <p class="introduction">
 +
    Howdy, this is Zero. Since it is my first time to participate such big competition as the iGEM, I feel so honored and appreciated. The iGEM opened my eyes with a brand new world where  I never set foot. And the cross disciplines in synthetic biology truly rebuilt my point of views about traditional biology, which makes me seek for higher horizons. My teammates work really hard and solidly, which makes me grateful and teaches me a lesson about what teamwork is.
  
</div>
+
            </p>
</div>
+
          </div>
 +
    </div>
 +
   
 +
    <div class="bio2">
 +
<p class="name">Yumin Meng</p>
 +
 +
<div class="biotext">
 +
      <p class="faculty">Experimentation</p>
 +
      <p class="introduction">
 +
    I study biology in the School of Life Science and I am a sophoman. I undertook the job of designing and assembling the genetic circuit of the project with other teammates. In addition, I manually modified our experimental instrument to make it more suitable for our project with my hands-on ability. Looking forward to the new age of synthetic biology from iGEM.
 +
      </p>
 +
          </div>
 +
          <div class="biopic"><img src="https://static.igem.org/mediawiki/2018/7/70/T--SDU-China--mengyumin.jpg"width="450" height="320px" alt=""/></div>
 +
    </div>
 +
    <div class="bio1">
 +
<p class="name">Weiguang Wang</p>
 +
<div class="biopic"><img src="https://static.igem.org/mediawiki/2018/8/8b/T--SDU-China--wangweiguang.jpg"width="450" height="600px" alt=""/></div>
 +
<div class="biotext">
 +
      <p class="faculty">Hardware</p>
 +
      <p class="introduction">
 +
    I am a microbiology student and I am responsible for the hardware production in the team. I feel honored to be a member of SDU iGEM team. This is the future, I enjoy it.     
 +
      </p>
 +
          </div>
 +
         
 +
    </div>
 +
      <div class="bio2">
 +
<p class="name">Jizhong Zhang</p>
 +
 +
<div class="biotext">
 +
      <p class="faculty">Wiki edit/Modeling</p>
 +
      <p class="introduction">
 +
I major in bioinformatics. It is my first time to participate iGEM competition, and I feel honored to be a member of SDU iGEM team. I am responsible for project design, wiki editing and modeling
 +
      </p>
 +
          </div>
 +
          <div class="biopic"><img src="https://static.igem.org/mediawiki/2018/3/36/T--SDU-China--zhangjizhong.jpg"width="450" height="320px" alt=""/></div>
 +
    </div>
 +
    <h4 style="text-align: center;">Advisor</h4>
 +
    <div class="row">
 +
        <div class="col-md-6">
 +
        <div class="adpic"><img src="https://static.igem.org/mediawiki/2018/b/bb/T--SDU-China--liuzedao.jpg" width="320" height="240"> </div>
 +
       
 +
        <div class="media-body">
 +
        <h4 class="media-heading ouc-pi"><strong>Zedao Liu</strong></h4>
 +
   
 +
                    <p>As an undergraduate student in Shandong University, majoring in clinical medicine, I’m honored to have a chance to take part in iGEM competition. Being interested in synthetic biology, I enjoyed concentrating on doing experiment with my partners. I help the team prepare something and give suggestions.</p><br>
 +
        </div>
 +
        </div>
 +
        <div class="col-md-6">
 +
          <div class="adpic"><img src="https://static.igem.org/mediawiki/2018/f/f0/T--SDU-China--zhaoxianghui.jpg" width="320" height="450" style="margin-top: -200px"></div>
 +
       
 +
        <div class="media-body">
 +
        <h4 class="media-heading ouc-pi"><strong>Xianghui Zhao</strong></h4>
 +
                    <p>As an undergraduate student in Shandong University, majoring in clinical medicine, I’m honored to have a chance to take part in iGEM competition. Being interested in synthetic biology, I enjoyed concentrating on doing experiment with my partners. I help the team prepare something and give suggestions.</p><br>
 +
        </div>
 +
        </div>
 +
    <h4 style="text-align: center;">Instructor</h4>
 +
    </div>
 +
    <div class="row">
 +
        <div class="col-md-6">
 +
        <div style="text-align: center;"><img src="https://static.igem.org/mediawiki/2018/5/51/T--SDU-China--pro_qi.jpg" width="160" height="240"> </div>
 +
        <div class="media-body">
 +
        <h4 class="media-heading ouc-pi"><strong>Qingsheng Qi</strong></h4>
  
 +
                    <p> Professor of State Key Laboratory of Microbial Technology in Shandong University. His main research direction is microbial metabolic engineering and synthetic biology. He holds two patents and has published more than 30 SCI articles.</p><br>
 +
        </div>
 +
        </div>
 +
        <div class="col-md-6">
 +
        <div style="text-align: center;"><img src="https://static.igem.org/mediawiki/2018/f/fe/T--SDU-China--pro_liang.jpg" width="160" height="240"></div>
 +
        <div class="media-body">
 +
        <h4 class="media-heading ouc-pi"><strong>Quanfeng Liang</strong></h4>
 +
 +
                    <p> Professor of State Key Laboratory of Microbial Technology in Shandong University. His main research direction is microbial metabolic engineering and glycobiology. It is mainly to synthesize industrial compounds by regulating microbial metabolic flow through genetic engineering, or to modify traditional microbial production process.</p><br>
 +
        </div>
 +
        </div>
 +
   
 +
</div>
  
 
<div id="footer">
 
<div id="footer">
Line 508: Line 657:
 
</div>
 
</div>
 
</div>
 
</div>
 +
  
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 16:00, 7 December 2018

Team

Members

Jiao Jin

Team Leader

The mascot of the team! The major work for me is to cheer people up when things do not go well!

Zhaoqin Zhang

Competition Affairs/Experimentation

I’m a junior student majoring in biology. It is the first time for me as well as our team to participate in iGEM competition, I' m so excited to meet so much interesting guys! I mainly take charge of Human Practice and do some wet lab experiments, which offers me a lot experience in social skills and research skills. I am interested in synthetic biology in eukariotic cells and I believe synthetic biology is of great use in both research and practical use.

Liyuan Xi

Experimentation

I’m major in life science. I feel honored to be a member of SDU iGEM team and attend Jamboree this year. Shy as I am ,I hope I can make friends through iGEM!

Yize Hao

Experimentation/Wiki edit

I hope I can improve my ability of thinking as well as my technical skills through igem. I will begin my postgraduate career after one year. I hope I can go further along the road of scientific research.

Zijian Pan

Experimentation

I am very grateful for having the opportunity to play a role in our igem team. For the duration of preparing for iGEM, we struggle with countless difficulties together. For this duration, we harvest knowledge and life-long friendships, as well.

Junyang Chen

Experimentation

I am so kind of being a member of SDU-China iGEM team and feeling honoured to work with everyone in our team. As a part of our team, I am responsible for our interlab study. In the meantime, I also take part in our wetlab experiment. Particularly , iGEM project greatly helps me to form my science elaborative faculty, which contributes to my future development and career. Wish us meet with success in this Jamboree!

Zilong Geng

Experimentation

Howdy, this is Zero. Since it is my first time to participate such big competition as the iGEM, I feel so honored and appreciated. The iGEM opened my eyes with a brand new world where I never set foot. And the cross disciplines in synthetic biology truly rebuilt my point of views about traditional biology, which makes me seek for higher horizons. My teammates work really hard and solidly, which makes me grateful and teaches me a lesson about what teamwork is.

Yumin Meng

Experimentation

I study biology in the School of Life Science and I am a sophoman. I undertook the job of designing and assembling the genetic circuit of the project with other teammates. In addition, I manually modified our experimental instrument to make it more suitable for our project with my hands-on ability. Looking forward to the new age of synthetic biology from iGEM.

Weiguang Wang

Hardware

I am a microbiology student and I am responsible for the hardware production in the team. I feel honored to be a member of SDU iGEM team. This is the future, I enjoy it.

Jizhong Zhang

Wiki edit/Modeling

I major in bioinformatics. It is my first time to participate iGEM competition, and I feel honored to be a member of SDU iGEM team. I am responsible for project design, wiki editing and modeling

Advisor

Zedao Liu

As an undergraduate student in Shandong University, majoring in clinical medicine, I’m honored to have a chance to take part in iGEM competition. Being interested in synthetic biology, I enjoyed concentrating on doing experiment with my partners. I help the team prepare something and give suggestions.


Xianghui Zhao

As an undergraduate student in Shandong University, majoring in clinical medicine, I’m honored to have a chance to take part in iGEM competition. Being interested in synthetic biology, I enjoyed concentrating on doing experiment with my partners. I help the team prepare something and give suggestions.


Instructor

Qingsheng Qi

Professor of State Key Laboratory of Microbial Technology in Shandong University. His main research direction is microbial metabolic engineering and synthetic biology. He holds two patents and has published more than 30 SCI articles.


Quanfeng Liang

Professor of State Key Laboratory of Microbial Technology in Shandong University. His main research direction is microbial metabolic engineering and glycobiology. It is mainly to synthesize industrial compounds by regulating microbial metabolic flow through genetic engineering, or to modify traditional microbial production process.