Difference between revisions of "Team:NKU CHINA/Attributions"

 
(15 intermediate revisions by 2 users not shown)
Line 25: Line 25:
 
         text-align: justify;
 
         text-align: justify;
 
       }
 
       }
 +
.fullscreenvideo {
 +
    position: absolute;
 +
    top: 70%;
 +
    left: 50%;
 +
    min-width: 100%;
 +
    min-height: 100%;
 +
    width: auto;
 +
    height: auto;
 +
    z-index: -100;
 +
    -webkit-transform: translateX(-50%) translateY(-50%);
 +
    transform: translateX(-50%) translateY(-50%);
 +
    -webkit-transition: 1s opacity;
 +
    transition: 1s opacity;
 +
}
 +
.videocontainer{
 +
    position: fixed;
 +
    width: 100%;
 +
    height: 130%;
 +
    overflow: hidden;
 +
    z-index: -100;
 +
    top: -25%;
 +
text-align: center;
 +
}
 +
.videocontainer:before{
 +
    content: "";
 +
    position: absolute;
 +
    width: 100%;
 +
    height: 100%;
 +
    display: block;
 +
    z-index: -10;
 +
    top: 0;
 +
    left: 0; 
 +
}
 +
#loading {
 +
  width: 100%;
 +
  height: 100%;
 +
  background: black;
 +
  position: fixed;
 +
top:0;
 +
left:0;
 +
z-index:10000;
 +
}
 +
#loading_p {
 +
    position: fixed;
 +
    top: 0;
 +
    left: 0;
 +
    width: 100%;
 +
    height: 100%;
 +
    z-index:99999;
 +
}
 +
 +
.loader-ring {
 +
  position: fixed;
 +
  top: 50%;
 +
  left: 50%;
 +
  margin: -120px 0 0 -120px;
 +
  width: 240px;
 +
  height: 240px;
 +
  z-index:10000;
 +
}
 +
 +
.loader-ring-light {
 +
  width: 240px;
 +
  height: 240px;
 +
  -moz-border-radius: 240px;
 +
  -webkit-border-radius: 240px;
 +
  border-radius: 240px;
 +
  -moz-box-shadow: 0 4px 0 #00abf2 inset;
 +
  -webkit-box-shadow: 0 4px 0 #00abf2 inset;
 +
  box-shadow: 0 4px 0 #00abf2 inset;
 +
  animation: rotate-360 2s linear infinite;
 +
}
 +
 +
.loader-ring-track {
 +
  position: absolute;
 +
  top: 0;
 +
  left: 0;
 +
  width: 240px;
 +
  height: 240px;
 +
  -moz-border-radius: 240px;
 +
  -webkit-border-radius: 240px;
 +
  border-radius: 240px;
 +
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
 +
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
 +
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
 +
}
 +
 +
@keyframes rotate-360 {
 +
  from {
 +
    -moz-transform: rotate(0);
 +
    -ms-transform: rotate(0);
 +
    -webkit-transform: rotate(0);
 +
    -o-transform: rotate(0);
 +
    transform: rotate(0);
 +
  }
 +
  to {
 +
    -moz-transform: rotate(360deg);
 +
    -ms-transform: rotate(360deg);
 +
    -webkit-transform: rotate(360deg);
 +
    -o-transform: rotate(360deg);
 +
    transform: rotate(360deg);
 +
  }
 +
}
 
     </style>
 
     </style>
 +
<script type="text/javascript">
 +
$(function(){
 +
var bgVideo=document.getElementById("attrbg");
 +
bgVideo.addEventListener('canplaythrough',function(){
 +
              $('#loading').css("display","none");
 +
              $('.loader-ring').css("display","none");
 +
              $('#loading_p').css("display","none");
 +
    });
 +
});
 +
</script>
 
</head>
 
</head>
 
<body>
 
<body>
    <div>
+
<div id="loading"></div>
      <img class="myBackground" src="https://static.igem.org/mediawiki/2018/6/64/T--NKU_CHINA--background.jpg">
+
<div id="loading_p">
    </div>
+
<p style="color: white;font-family:myTitle3;font-size:30px;position:relative;top:47%;left:46%">Loading...</p>
 +
</div>
 +
 
 +
  <div class="loader-ring">
 +
  <div class="loader-ring-light"></div>
 +
  <div class="loader-ring-track"></div>
 +
</div>
 +
  <div class="videocontainer">
 +
        <div class="fullscreenvideo" >
 +
        <video id="attrbg" autoplay="autoplay" muted="muted" loop="loop">
 +
          <source src="https://static.igem.org/mediawiki/2018/f/fb/T--NKU_CHINA--BGofother.mp4" type="video/mp4">
 +
        </video>
 +
        </div>
 +
  </div>
  
 
     <main>
 
     <main>
Line 38: Line 164:
 
                 <img src="https://static.igem.org/mediawiki/2018/c/ca/T--NKU_CHINA--DuiHui.png" class="img-responsive attribution_logo" style="margin-top: 50px;">
 
                 <img src="https://static.igem.org/mediawiki/2018/c/ca/T--NKU_CHINA--DuiHui.png" class="img-responsive attribution_logo" style="margin-top: 50px;">
 
             </div>
 
             </div>
             <div class="col-xs-6 col-xs-push-1" style="margin-top: 40px;">
+
             <div class="col-xs-6 col-xs-push-2" style="margin-top: 40px;">
             <h3 style="color: #FFD600;font-size: 28px;">Zeyu Zhou, Zhihao Yan:</h3>
+
             <h3 style="color: #FFD600;font-size: 28px;">Zeyu Zhou, Zhihao Yan, Lin Luan:</h3>
 
             <ul style="list-style:disc;line-height: 30px;">
 
             <ul style="list-style:disc;line-height: 30px;">
 
               <li style="color: white;font-size: 23px;text-align: left;">Construction of pHT01-P<sub><i>gltAB/gltX/ldh/ugt/arg/accd</i></sub>-<i>lacI</i>-P<sub><i>grac</i></sub>-<i>tetA</i>.</li>   
 
               <li style="color: white;font-size: 23px;text-align: left;">Construction of pHT01-P<sub><i>gltAB/gltX/ldh/ugt/arg/accd</i></sub>-<i>lacI</i>-P<sub><i>grac</i></sub>-<i>tetA</i>.</li>   
Line 49: Line 175:
 
         </div>
 
         </div>
 
         <div class="container-fluid">
 
         <div class="container-fluid">
           <div class="col-xs-9 col-xs-push-1">
+
           <div class="col-xs-10 col-xs-push-1">
 
                 <h3 style="color: #FFD600;font-size: 28px;">Ziyu Wang, Danqing Tong, Senhao Kou, Fanyang He:</h3>
 
                 <h3 style="color: #FFD600;font-size: 28px;">Ziyu Wang, Danqing Tong, Senhao Kou, Fanyang He:</h3>
 
                 <ul style="list-style:disc; line-height: 30px;">
 
                 <ul style="list-style:disc; line-height: 30px;">
Line 65: Line 191:
 
             <p style="color: white;font-size: 23px;">Mathematical Modeling; Human Practice</p>
 
             <p style="color: white;font-size: 23px;">Mathematical Modeling; Human Practice</p>
 
           </div>
 
           </div>
           <div class="col-xs-5">
+
           <div class="col-xs-5 col-xs-push-1">
 
             <h3 style="color: #FFD600;font-size: 28px;">Ziyu Wang, Danqing Tong:</h3>
 
             <h3 style="color: #FFD600;font-size: 28px;">Ziyu Wang, Danqing Tong:</h3>
 
             <p style="color: white;font-size: 23px;text-align: justify;"><strong>Parts improvements</strong> (a. Enhance the promoter P<sub><i>liaG</i></sub>(BBa_K823000) of <i>Bacillus subtillis</i> in the iGEM part by mimic the structure of P<sub>43</sub> and test with pHT01-GFP promoter testing system. b. Construction of pHT01-P<sub>43</sub>-<i>tetA</i> (codon optimized) and pHT01-P<sub>43</sub>-<i>tetA</i>(kit) and then testing the function of the codon optimized one.) and <strong>construction</strong>.</p>
 
             <p style="color: white;font-size: 23px;text-align: justify;"><strong>Parts improvements</strong> (a. Enhance the promoter P<sub><i>liaG</i></sub>(BBa_K823000) of <i>Bacillus subtillis</i> in the iGEM part by mimic the structure of P<sub>43</sub> and test with pHT01-GFP promoter testing system. b. Construction of pHT01-P<sub>43</sub>-<i>tetA</i> (codon optimized) and pHT01-P<sub>43</sub>-<i>tetA</i>(kit) and then testing the function of the codon optimized one.) and <strong>construction</strong>.</p>
Line 72: Line 198:
 
           <div class="container-fluid">
 
           <div class="container-fluid">
 
           <div class="col-xs-5 col-xs-push-1">
 
           <div class="col-xs-5 col-xs-push-1">
             <h3 style="color: #FFD600;font-size: 28px;">Yu Zhao, Qiuhan Lang: Human Practice</h3>
+
             <h3 style="color: #FFD600;font-size: 28px;">Yu Zhao, Qiuhan Lang: <span style="color:white;">Human Practice</span></h3>
 
             <p style="color: white;font-size: 23px;text-align: justify;">Investigation and propaganda on synthetic biology and iGEM to high school students and the society. Social practice in western China. Consult and communicate with Tianjin Institute of Industrial Biotechnology, Tianjin International Joint Academy Biomedicine, and a famous biotech company named Novozymes. Conferences participating like CCiC and the iGEM league conference in Beijing-Tianjin region.</p>
 
             <p style="color: white;font-size: 23px;text-align: justify;">Investigation and propaganda on synthetic biology and iGEM to high school students and the society. Social practice in western China. Consult and communicate with Tianjin Institute of Industrial Biotechnology, Tianjin International Joint Academy Biomedicine, and a famous biotech company named Novozymes. Conferences participating like CCiC and the iGEM league conference in Beijing-Tianjin region.</p>
 
           </div>
 
           </div>
 
           <div class="col-xs-5 col-xs-push-1">
 
           <div class="col-xs-5 col-xs-push-1">
           <h3 style="color: #FFD600;font-size: 28px;">Zhaolin Ma, Zixin Zhao, Bo Xu: Art Design</h3>
+
           <h3 style="color: #FFD600;font-size: 28px;">Zhaolin Ma, Zixin Zhao, Bo Xu: <span style="color:white;">Art Design</span></h3>
 
           <p style="color: white;font-size: 23px;text-align: justify;">Design our team logo, characters, story, refrigerator magnets and uniforms. Draw up the experiment flow chart. Make a folding of our project for Human practice group to conduct propaganda. Poster and PPT making. Help wiki group to establish website. Team video making, pictures collecting and voice recording. Design and upload team banner.</p>
 
           <p style="color: white;font-size: 23px;text-align: justify;">Design our team logo, characters, story, refrigerator magnets and uniforms. Draw up the experiment flow chart. Make a folding of our project for Human practice group to conduct propaganda. Poster and PPT making. Help wiki group to establish website. Team video making, pictures collecting and voice recording. Design and upload team banner.</p>
 
           </div>
 
           </div>
Line 83: Line 209:
 
             <div class="row">
 
             <div class="row">
 
               <div class="col-xs-12">
 
               <div class="col-xs-12">
                 <h2 style="color: white;font-size: 50px;text-align: center;font-family: myTitle;">Supervision</h2>
+
                 <h2 style="color: white;font-size: 50px;text-align: center;font-family: myTitle3;">Supervision</h2>
 
                 <ul class="list-unstyled">
 
                 <ul class="list-unstyled">
 
                   <li style="color: white;"><h3 style="font-size: 25px;">Cunjiang Song:</h3><p style="font-size: 23px;">Prof. Cunjiang Song contributed greatly to the initial idea of this project and gave us lots of inspirations. Unfortunately, he’s gone forever. We always miss our beloved teacher.</p></li>
 
                   <li style="color: white;"><h3 style="font-size: 25px;">Cunjiang Song:</h3><p style="font-size: 23px;">Prof. Cunjiang Song contributed greatly to the initial idea of this project and gave us lots of inspirations. Unfortunately, he’s gone forever. We always miss our beloved teacher.</p></li>
 
                   <li style="color: white;"><h3 style="font-size: 25px;">Zhihui Cheng:</h3><p style="font-size: 23px;">Prof. Zhihui Cheng is an extremely responsible primary PI. He has been pushing our project to progress normally from the very beginning.</p></li>
 
                   <li style="color: white;"><h3 style="font-size: 25px;">Zhihui Cheng:</h3><p style="font-size: 23px;">Prof. Zhihui Cheng is an extremely responsible primary PI. He has been pushing our project to progress normally from the very beginning.</p></li>
 
                   <li style="color: white;"><h3 style="font-size: 25px;">Chao Yang:</h3><p style="font-size: 23px;">Prof. Chao Yang provided us with experimental equipment and materials. He also helped us find solutions when our experiments went wrong.</p></li>
 
                   <li style="color: white;"><h3 style="font-size: 25px;">Chao Yang:</h3><p style="font-size: 23px;">Prof. Chao Yang provided us with experimental equipment and materials. He also helped us find solutions when our experiments went wrong.</p></li>
                   <li style="color: white;"><h3 style="font-size: 25px;">Weixia Gao:</h3><p style="font-size: 23px;">As an instructor of our team, Weixia Gao not only gave us clear and essential instructions, but also offered us the most direct assistance.</p></li>
+
                   <li style="color: white;"><h3 style="font-size: 25px;">Weixia Gao:</h3><p style="font-size: 23px;">As an instructor of our team, Weixia Gao not only gave us clear and essential instructions, but also offered us the most direct assistance. She also helped us with the construction of <i>B. amyloliquefaciens</i> LL3 Asp auxotroph.</p></li>
 
                 </ul>
 
                 </ul>
 
               </div>
 
               </div>
Line 96: Line 222:
 
             <div class="row">
 
             <div class="row">
 
               <div class="col-xs-12">
 
               <div class="col-xs-12">
                 <h2 style="color: white;font-size: 50px;text-align: center;font-family: myTitle;">Acknowledgements</h2>
+
                 <h2 style="color: white;font-size: 50px;text-align: center;font-family: myTitle3;">Acknowledgements</h2>
 
                 <p style="font-size: 23px;color: white;text-align: justify;">We would like to thank the College of Life Sciences and Boling College for care and support. We would like to thank the Key Laboratory of Molecular Microbiology and Technology, Ministry of Education. We would like to thank the Prof. Ting Ma for offering us spectrophotometer and high pressure liquid chromatography and also thank him for providing us with opportunities to communicate with the Novozymes company. We would like to thank Prof. Huifeng Jiang and Prof. Changhao Bi for giving us useful advice on experimental design and operation.</p>
 
                 <p style="font-size: 23px;color: white;text-align: justify;">We would like to thank the College of Life Sciences and Boling College for care and support. We would like to thank the Key Laboratory of Molecular Microbiology and Technology, Ministry of Education. We would like to thank the Prof. Ting Ma for offering us spectrophotometer and high pressure liquid chromatography and also thank him for providing us with opportunities to communicate with the Novozymes company. We would like to thank Prof. Huifeng Jiang and Prof. Changhao Bi for giving us useful advice on experimental design and operation.</p>
 
                 <p style="font-size: 23px;color: white;text-align: justify;">We would like to thank the Tianjin Institute of Industrial Biotechnology, Tianjin International Joint Academy Biomedicine and Novozymes for providing communicating chance to us and giving us a perfect platform to present our project.</p>
 
                 <p style="font-size: 23px;color: white;text-align: justify;">We would like to thank the Tianjin Institute of Industrial Biotechnology, Tianjin International Joint Academy Biomedicine and Novozymes for providing communicating chance to us and giving us a perfect platform to present our project.</p>

Latest revision as of 21:50, 17 October 2018

Loading...

Attributions in PopQC System Construction

Zeyu Zhou, Zhihao Yan, Lin Luan:

  • Construction of pHT01-PgltAB/gltX/ldh/ugt/arg/accd-lacI-Pgrac-tetA.
  • Fermentation of pHT01-PgltAB-lacI-Pgrac-tetA in Bacillus amyloliquefaciens LL3 to measure its γ-PGA yield.
  • Fermentation of pHT01-PgltAB/P43-GFP in Bacillus sp. for measuring their OD600, the fluorescence of GFP and the expression level of GltC.

Ziyu Wang, Danqing Tong, Senhao Kou, Fanyang He:

  • Genome editing in Bacillus amyloliquefaciens LL3 and Bacillus subtilis 168 on glutamate related genes’ promoters for higher glutamate concentration, for example, icd and gltAB.
  • Construction of pHT01-PgltAB/P43-GFP. Fermentation of pHT01-PgltAB/P43-GFP in Bacillus sp. to verify the relationship of glutamate concentration and the effect of PgltAB.
  • Construction of pHT01-mCherry-lacI-PgltAB-Pgrac-tetA-GFP(int). Fermentation under different glutamate concentration for measuring OD600 and FI of mCherry and GFP and mRNA in Bacillus amyloliquefaciens LL3 transformed with pHT01-mCherry-lacI-PgltAB-Pgrac-tetA-GFP(int).

Lin Luan, Senhao Kou:

InterLab Study

Min Zheng:

Wiki Construction

Guanyue Xiong:

Mathematical Modeling; Human Practice

Ziyu Wang, Danqing Tong:

Parts improvements (a. Enhance the promoter PliaG(BBa_K823000) of Bacillus subtillis in the iGEM part by mimic the structure of P43 and test with pHT01-GFP promoter testing system. b. Construction of pHT01-P43-tetA (codon optimized) and pHT01-P43-tetA(kit) and then testing the function of the codon optimized one.) and construction.

Yu Zhao, Qiuhan Lang: Human Practice

Investigation and propaganda on synthetic biology and iGEM to high school students and the society. Social practice in western China. Consult and communicate with Tianjin Institute of Industrial Biotechnology, Tianjin International Joint Academy Biomedicine, and a famous biotech company named Novozymes. Conferences participating like CCiC and the iGEM league conference in Beijing-Tianjin region.

Zhaolin Ma, Zixin Zhao, Bo Xu: Art Design

Design our team logo, characters, story, refrigerator magnets and uniforms. Draw up the experiment flow chart. Make a folding of our project for Human practice group to conduct propaganda. Poster and PPT making. Help wiki group to establish website. Team video making, pictures collecting and voice recording. Design and upload team banner.

Supervision

  • Cunjiang Song:

    Prof. Cunjiang Song contributed greatly to the initial idea of this project and gave us lots of inspirations. Unfortunately, he’s gone forever. We always miss our beloved teacher.

  • Zhihui Cheng:

    Prof. Zhihui Cheng is an extremely responsible primary PI. He has been pushing our project to progress normally from the very beginning.

  • Chao Yang:

    Prof. Chao Yang provided us with experimental equipment and materials. He also helped us find solutions when our experiments went wrong.

  • Weixia Gao:

    As an instructor of our team, Weixia Gao not only gave us clear and essential instructions, but also offered us the most direct assistance. She also helped us with the construction of B. amyloliquefaciens LL3 Asp auxotroph.

Acknowledgements

We would like to thank the College of Life Sciences and Boling College for care and support. We would like to thank the Key Laboratory of Molecular Microbiology and Technology, Ministry of Education. We would like to thank the Prof. Ting Ma for offering us spectrophotometer and high pressure liquid chromatography and also thank him for providing us with opportunities to communicate with the Novozymes company. We would like to thank Prof. Huifeng Jiang and Prof. Changhao Bi for giving us useful advice on experimental design and operation.

We would like to thank the Tianjin Institute of Industrial Biotechnology, Tianjin International Joint Academy Biomedicine and Novozymes for providing communicating chance to us and giving us a perfect platform to present our project.

Finally, we want to thank teams listed below for helping us improve our project on data process and analysis, modelling, human practice, etc.

  • iGEM Team NPU-China;
  • iGEM Team Peking;
  • iGEM Team Tianjin;
  • iGEM Team TUST_China;
  • iGEM Team UCAS-China.
Top