Difference between revisions of "Team:CAU China/Method"

(Created page with "<html><style> /*! * Bootstrap v4.1.0 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (http...")
 
Line 9,630: Line 9,630:
 
</html>
 
</html>
 
<!---{{CAU_China/CSS/Mainbody}} --->
 
<!---{{CAU_China/CSS/Mainbody}} --->
 +
 
<html>
 
<html>
 
<style>
 
<style>
 
 
   .pictureTitle{
 
   .pictureTitle{
 
     background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.8)), url("");
 
     background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.8)), url("");
Line 9,640: Line 9,640:
 
   }
 
   }
  
  /* for dark theme */
 
  .table-of-contents a {
 
    color:  #000000;
 
  }
 
  .table-of-contents a:before {
 
    color:  #000000;
 
  }
 
 
 
  @media only screen and (max-width: 809.99px) {
 
  
 +
  /* FlowChart*/
 +
  #conceptFlowTitle  {
 +
    font-size: 2.5rem;
 +
    font-weight: bold;
 
   }
 
   }
   @media only screen and (max-width: 1360.99px) and (min-width: 810px){
+
   .circleM {
 
+
    height: 100px;
 +
    width: 100px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    margin-top: 2rem;
 +
    border-radius: 50%;
 +
    background-image: linear-gradient(rgba(1,101,224,1), rgba(0,203,177,1));
 +
    color: black;
 +
    z-index: 2;
 
   }
 
   }
   .carousel-inner > .item > img,
+
   .circleM img {
  .carousel-inner > .item > a > img {
+
     max-height: 80px;
    display: block;
+
     width: auto;
     max-width: 100%;
+
     height: auto;
+
 
   }
 
   }
 
+
   #conceptFlow h5{
   .carousel {
+
     font-weight: bold;
     position: relative;
+
    font-size: 2rem;
 +
    margin-bottom: 30px;
 +
    color:#009ec6;
 +
    padding-top: 4rem;
 
   }
 
   }
   .carousel-inner {
+
   #conceptFlow span{
     position: relative;
+
     font-size: 1.5rem;
    width: 100%;
+
    overflow: hidden;
+
 
   }
 
   }
   .carousel-inner > .item {
+
  /* height of each section*/
     position: relative;
+
   .how-it-works.row{
    display: none;
+
     height: auto;
     -webkit-transition: .6s ease-in-out left;
+
     padding-bottom:
    -o-transition: .6s ease-in-out left;
+
    transition: .6s ease-in-out left;
+
 
   }
 
   }
   .carousel-inner > .item > img,
+
   .how-it-works.row .col-2 {
  .carousel-inner > .item > a > img {
+
     align-self: stretch;
     line-height: 1;
+
    padding-left: 0;
 +
    padding-right: 0;
 
   }
 
   }
   @media all and (transform-3d), (-webkit-transform-3d) {
+
   .how-it-works.row .col-2::after {
    .carousel-inner > .item {
+
     content: "";
      -webkit-transition: -webkit-transform .6s ease-in-out;
+
      -o-transition:      -o-transform .6s ease-in-out;
+
      transition:         transform .6s ease-in-out;
+
 
+
      -webkit-backface-visibility: hidden;
+
      backface-visibility: hidden;
+
      -webkit-perspective: 1000;
+
      perspective: 1000;
+
    }
+
    .carousel-inner > .item.next,
+
    .carousel-inner > .item.active.right {
+
      left: 0;
+
      -webkit-transform: translate3d(100%, 0, 0);
+
      transform: translate3d(100%, 0, 0);
+
     }
+
    .carousel-inner > .item.prev,
+
    .carousel-inner > .item.active.left {
+
      left: 0;
+
      -webkit-transform: translate3d(-100%, 0, 0);
+
      transform: translate3d(-100%, 0, 0);
+
    }
+
    .carousel-inner > .item.next.left,
+
    .carousel-inner > .item.prev.right,
+
    .carousel-inner > .item.active {
+
      left: 0;
+
      -webkit-transform: translate3d(0, 0, 0);
+
      transform: translate3d(0, 0, 0);
+
    }
+
  }
+
  .carousel-inner > .active,
+
  .carousel-inner > .next,
+
  .carousel-inner > .prev {
+
    display: block;
+
  }
+
  .carousel-inner > .active {
+
    left: 0;
+
  }
+
  .carousel-inner > .next,
+
  .carousel-inner > .prev {
+
 
     position: absolute;
 
     position: absolute;
     top: 0;
+
     border-left: 3px solid rgba(82, 187, 199,1);
     width: 100%;
+
     z-index: 1;
 
   }
 
   }
   .carousel-inner > .next {
+
   .how-it-works.row .col-2.bottom::after {
     left: 100%;
+
     height: 100%;
 +
    left: 50%;
 +
    top: 2rem;
 
   }
 
   }
   .carousel-inner > .prev {
+
   .how-it-works.row .col-2.fullRight::after {
    left: -100%;
+
     height: 100%;
  }
+
  .carousel-inner > .next.left,
+
  .carousel-inner > .prev.right {
+
    left: 0;
+
  }
+
  .carousel-inner > .active.left {
+
    left: -100%;
+
  }
+
  .carousel-inner > .active.right {
+
     left: 100%;
+
  }
+
  .carousel-control {
+
    position: absolute;
+
    top: 0;
+
    bottom: 0;
+
    left: 0;
+
    width: 15%;
+
    font-size: 20px;
+
    color: #fff;
+
    text-align: center;
+
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
+
    filter: alpha(opacity=50);
+
    opacity: .5;
+
  }
+
  .carousel-control.left {
+
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
+
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
+
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
+
    background-image:        linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
+
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
+
    background-repeat: repeat-x;
+
  }
+
  .carousel-control.right {
+
    right: 0;
+
    left: auto;
+
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
+
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
+
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
+
    background-image:        linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
+
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
+
    background-repeat: repeat-x;
+
  }
+
  .carousel-control:hover,
+
  .carousel-control:focus {
+
    color: #fff;
+
    text-decoration: none;
+
    filter: alpha(opacity=90);
+
    outline: 0;
+
    opacity: .9;
+
  }
+
  .carousel-control .icon-prev,
+
  .carousel-control .icon-next,
+
  .carousel-control .glyphicon-chevron-left,
+
  .carousel-control .glyphicon-chevron-right {
+
    position: absolute;
+
    top: 50%;
+
    z-index: 5;
+
    display: inline-block;
+
  }
+
  .carousel-control .icon-prev,
+
  .carousel-control .glyphicon-chevron-left {
+
 
     left: 50%;
 
     left: 50%;
    margin-left: -10px;
 
 
   }
 
   }
   .carousel-control .icon-next,
+
   .how-it-works.row .col-2.top::after {
  .carousel-control .glyphicon-chevron-right {
+
     height: 3rem;
    right: 50%;
+
    margin-right: -10px;
+
  }
+
  .carousel-control .icon-prev,
+
  .carousel-control .icon-next {
+
    width: 20px;
+
    height: 20px;
+
    margin-top: -10px;
+
    font-family: serif;
+
     line-height: 1;
+
  }
+
  .carousel-control .icon-prev:before {
+
    content: '\2039';
+
  }
+
  .carousel-control .icon-next:before {
+
    content: '\203a';
+
  }
+
  .carousel-indicators {
+
    position: absolute;
+
    bottom: 10px;
+
 
     left: 50%;
 
     left: 50%;
    z-index: 15;
 
    width: 60%;
 
    padding-left: 0;
 
    margin-left: -30%;
 
    text-align: center;
 
    list-style: none;
 
 
   }
 
   }
   .carousel-indicators li {
+
 
     display: inline-block;
+
   .titlePic{
    width: 10px;
+
     padding: 2% 20%;
    height: 10px;
+
    margin: 1px;
+
    text-indent: -999px;
+
    cursor: pointer;
+
    background-color: #000 \9;
+
    background-color: rgba(0, 0, 0, 0);
+
    border: 1px solid #fff;
+
    border-radius: 10px;
+
 
   }
 
   }
   .carousel-indicators .active {
+
   .bg-dark-gradient {
     width: 12px;
+
     background: linear-gradient(#343a40, #ffffff);
     height: 12px;
+
     background-repeat: no-repeat;
     margin: 0;
+
     background-size: cover;
     background-color: #fff;
+
     background-position: center;
 
   }
 
   }
   .carousel-caption {
+
 
    position: absolute;
+
   @media only screen and (max-width: 575.98px) {}
    right: 15%;
+
 
    bottom: 20px;
+
   @media only screen and (max-width: 767.98px) {
    left: 15%;
+
 
    z-index: 10;
+
     #conceptFlowTitle  {
    padding-top: 20px;
+
       font-size: 2rem;
    padding-bottom: 20px;
+
       font-weight: bold;
    color: #fff;
+
    text-align: center;
+
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
+
  }
+
  .carousel-caption .btn {
+
    text-shadow: none;
+
  }
+
   @media screen and (min-width: 768px) {
+
    .carousel-control .glyphicon-chevron-left,
+
     .carousel-control .glyphicon-chevron-right,
+
    .carousel-control .icon-prev,
+
    .carousel-control .icon-next {
+
       width: 30px;
+
      height: 30px;
+
      margin-top: -15px;
+
       font-size: 30px;
+
 
     }
 
     }
     .carousel-control .glyphicon-chevron-left,
+
     #conceptFlow h5{
    .carousel-control .icon-prev {
+
       font-size: 1.5rem;
       margin-left: -15px;
+
 
     }
 
     }
     .carousel-control .glyphicon-chevron-right,
+
     #conceptFlow h3{
    .carousel-control .icon-next {
+
       font-size: 1.3rem;
       margin-right: -15px;
+
 
     }
 
     }
     .carousel-caption {
+
     #conceptFlow span{
       right: 20%;
+
       font-size: 1rem;
      left: 20%;
+
      padding-bottom: 30px;
+
 
     }
 
     }
     .carousel-indicators {
+
 
       bottom: 20px;
+
     .how-it-works.row{
 +
       height: auto;
 +
    }
 +
 
 +
    .how-it-works.row .col-2::after {
 +
      border-left: 1px solid rgba(82, 187, 199,1);
 
     }
 
     }
 +
 +
    /* FlowChart*/
 +
 +
    .circleM {
 +
      height: 50px;
 +
      width: 50px;
 +
    }
 +
    .circleM img {
 +
      max-height: 35px;
 +
      width: auto;
 +
    }
 +
    .reg {
 +
      padding:0;
 +
    }
 +
 +
    .titlePic{
 +
      padding: 2% 2%;
 +
    }
 +
 
   }
 
   }
  
 +
  @media only screen and (max-width: 991.98px) {}
 +
 +
  @media only screen and (max-width: 1199.98px) {}
 
</style>
 
</style>
 
 
  
 
<div class="main-container">
 
<div class="main-container">
Line 9,901: Line 9,773:
 
     background-image: url(https://2019.igem.org/wiki/images/e/e9/T--CAU_China--Lab23.jpg);
 
     background-image: url(https://2019.igem.org/wiki/images/e/e9/T--CAU_China--Lab23.jpg);
 
     height: 100%;
 
     height: 100%;
     width: 100%;background-attachment: fixed;background-size: cover;"><img src="https://2019.igem.org/wiki/images/5/53/T--CAU_China--word-collaborations.png" style=" margin-top: 0px;">
+
     width: 100%;background-attachment: fixed;background-size: cover;"><img src="https://2019.igem.org/wiki/images/a/a1/T--CAU_China--word-method.png" style=" margin-top: 0px;">
  
 
         <i class="stack-interface stack-down-open-big"></i>
 
         <i class="stack-interface stack-down-open-big"></i>
Line 9,919: Line 9,791:
  
  
<div class="phaContainer">
 
  <aside id="phaContentsOuter">
 
    <aside id="phaContents" class="table-of-contents">
 
      <!-- will be generated with JS -->
 
    </aside>
 
  </aside>
 
  
 +
<script type="text/javascript" src="https://2019.igem.org/Template:CAU_China/5test_js?action=raw&amp;ctype=text/javascript"></script>
  
  
  <main class="post-content">
 
    <h2 class="text-center">Overview</h2>
 
    <div class="row">
 
      <div class="col-12">
 
        <p>
 
          &nbsp;&nbsp; As new members of the iGEM community, we pursue collaborations actively with other teams nationwide. This year, we collaborated and interacted with 6 teams from the different areas of China. As a new team, we have received much generous help and practical advice on our project, as a competent unity, we responded to other collaboration invitation enthusiastically and tried our best to contribute to the iGEM community. Through these interactions and collaborations, we have not only improved our project but also gained valuable friendship.
 
        </p>
 
        <p>
 
          &nbsp;&nbsp; We also participated in several meetups in different scales domestically, including Beijing iGEM Undergrads Meetup hosted by BIT-China and CCiC hosted by the Institute of Synthetic Biology CAS SIAT in Shenzhen.
 
        </p>
 
      </div>
 
    </div>
 
 
    <h2 class="text-center">Beijing iGEM Undergrads Meetup</h2>
 
    <div class="row">
 
 
      <div class="col-12">
 
        <p>&nbsp;&nbsp;As the capital of our country, Beijing harbors many top universities and creates a harmonious environment for academic communications. Peking University, Tsinghua University, Beijing Normal University, University of China Academy of Science, Beijing Institute of Technology and our university are all located closely in this city and thus have academic exchanges frequently. After some online communications, together we settled an iGEM Meetup for Beijing undergraduates and BIT as the host. The meetup aims to share the projects, experiences, and insights to make better teams and projects. On August 6th, Peking, Tsinghua-A, Tsinghua, BIT-China, BNU-China, UCAS-China, CAU_China and OUC-China from Shandong Province, we had a joyful moment in BIT campus. Each of us presented our project and the progress we had made, as well as the problems we encountered, which triggered the subsequent lively discussions. This meetup also provided a platform for further co-operation. CAU_China has benefited a lot from other teams' advice (especially the feedback from Peking), and based on their suggestions, we made the final cut of our project. We appreciate this meetup and teams participated!
 
        </p>
 
        <p>
 
          &nbsp;&nbsp;See more about our meetup on <a class="myLink" href="https://2019.igem.org/Team:BIT-China/Collaborations">BIT-China's wiki</a>
 
        </p>
 
      </div>
 
      <img src="https://2019.igem.org/wiki/images/6/60/T--CAU_China--Collab4.png" style="width:850px;height:300px;margin-left: 5%;margin-top: 0%;" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
 
 
    </div>
 
 
    <h2 class="text-center">The 6th Conference of China iGEMer Community</h2>
 
    <div class="row">
 
      <div class="col-12">
 
        <p>In the largest Chinese iGEM meetup - the CCiC (Conference of China iGEMer Community), we not only shared our project with other teams from other parts of China, but also learned much from other iGEMers' perspectives and feedback. Their suggestions helped us improve our project in diverse aspects such as experimental procedures and HP execution plans. We also found several collaborative partners through this conference.
 
        </p>
 
 
        <div class="row" style="padding-left:-50px" >
 
          <div id="myCarousel" class="carousel slide" style="
 
  margin:50px; width:825px;padding-left: 50px;">
 
            <ol class="carousel-indicators">
 
              <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
 
              <li data-target="#myCarousel" data-slide-to="1"></li>
 
              <li data-target="#myCarousel" data-slide-to="2"></li>
 
              <li data-target="#myCarousel" data-slide-to="3"></li>
 
              <li data-target="#myCarousel" data-slide-to="4"></li>
 
              <li data-target="#myCarousel" data-slide-to="5"></li>
 
            </ol>
 
            <div class="carousel-inner">
 
              <div class="item active">
 
                <img style="width:730px;height:400px;margin-left: 0%;margin-top: 0%;" src="https://2019.igem.org/wiki/images/8/8b/T--CAU_China--Collab10.jpg" alt="First slide">
 
              </div>
 
              <div class="item">
 
                <img style="width:730px;height:400px;margin-left: 0%;margin-top: 0%;" src="https://2019.igem.org/wiki/images/2/2a/T--CAU_China--Collab8.jpg" alt="Second slide">
 
              </div>
 
              <div class="item">
 
                <img  style="width:730px;height:400px;margin-left: 0%;margin-top: 0%;" src="https://2019.igem.org/wiki/images/e/e5/T--CAU_China--Collab7.jpg" alt="Third slide">
 
              </div>
 
              <div class="item">
 
                <img  style="width:730px;height:400px;margin-left: 0%;margin-top: 0%;" src="https://2019.igem.org/wiki/images/c/c3/T--CAU_China--Collab6.JPG" alt="Fourth slide">
 
              </div>
 
              <div class="item">
 
                <img  style="width:730px;height:400px;margin-left: 0%;margin-top: 0%;" src="https://2019.igem.org/wiki/images/8/8f/T--CAU_China--Collab9.JPG" alt="Fiveth slide">
 
              </div>
 
              <div class="item">
 
                <img  style="width:730px;height:400px;margin-left: 0%;margin-top: 0%;" src="https://2019.igem.org/wiki/images/e/e8/T--CAU_China--Collab11.jpg" alt="Sixth slide">
 
              </div>
 
            </div>
 
            <a class="carousel-control left" href="#myCarousel"
 
              data-slide="prev"> <span _ngcontent-c3="" aria-hidden="true" class="glyphicon glyphicon-chevron-right"></span></a>
 
            <a class="carousel-control right" href="#myCarousel"
 
              data-slide="next">&rsaquo;</a>
 
          </div>
 
        </div>
 
      </div>
 
    </div>
 
 
 
    <h2 class="text-center"><img src="https://2019.igem.org/wiki/images/9/90/T--CAU_China--logo2.png" style="width:71px;height:60px">CAU_China  x  <img src="https://2019.igem.org/wiki/images/9/9a/T--CAU_China--Collab16.png" style="width:40px;height:40px">UESTC-China</h2>
 
 
    <div class="row">
 
      <div class="col-12">
 
        <p>&nbsp;&nbsp;We have collaborated with team UESTC-China and helped each other mutually. Our project this year and their project of last year have similar sections since their project in 2018 was to degrade stalks and produce bio-butanol and hydrogen. We obtained the plasmid piGEM2018-Module001 as a gift from UESTC-China, which was constructed in last year's project and contains parts <a style="padding: 0rem 0rem" href="http://parts.igem.org/Part:BBa_K118023">BBa_K118023</a> and <a style="padding: 0rem 0rem" href="http://parts.igem.org/Part:BBa_K118022">BBa_K118022</a>. We aimed to improve these parts by fusing the parts with our new part INP-N<a style="padding: 0rem 0rem" href="http://parts.igem.org/Part:BBa_K3279006">(BBa_K3279006)</a> respectfully, not only to fulfill the criteria of part improvement but also to test our part. Besides, after knowing UESTC-China also intended to employ INP-NC in their project to improve parts, since learned that their fusion expression of INP-NC-GFP seemed to encounter some problem at first, we provided our part and related procedures, which helped them accomplish the goal.
 
        </p>
 
        <p>
 
          &nbsp;&nbsp;See more about our collaboration on <a class="myLink" href="https://2019.igem.org/Team:UESTC-China/Collaborations">UESTC-China's wiki</a>
 
        </p>
 
      </div>
 
      <img src="https://2019.igem.org/wiki/images/1/10/T--CAU_China--Collab5.JPG" style="width:450px;height:352px;margin-left: 25%;margin-top: 0%;" class="figure-img img-fluid rounded text-center" alt="A generic square placeholder image with rounded corners in a figure." >
 
 
    </div>
 
 
 
 
 
    <h2 class="text-center"><img src="https://2019.igem.org/wiki/images/9/90/T--CAU_China--logo2.png" style="width:71px;height:60px">CAU_China  x  <img src="https://2019.igem.org/wiki/images/a/ae/T--Peking--logo.png" style="width:178px;height:40px"></h2>
 
    <div class="row">
 
      <div class="col-12">
 
        <p>
 
          &nbsp;&nbsp;Geographically close to Peking University, the collaboration between CAU and Peking never stops. Since they have always been a pioneer in this competition, early in this year, to learn more about synthetic biology and iGEM competition from Peking, CAU iGEMers audited their introductive lectures in PKU campus under the permission. Moreover, after the competition officially started, we had frequent communications with Peking due to our first time join this competition, from which we learned a lot about team management and part improvement issues. In the Meetup in Beijing Area, Peking's instructor Cheng Li also provided us with several useful suggestions on pathway construction, according to his guidance, we redesigned our project and made further improvements.
 
        </p>
 
        <p>
 
          &nbsp;&nbsp;See more about our collaboration on <a class="myLink" href="https://2019.igem.org/Team:Peking/Collaborations">Peking's wiki</a>
 
        </p>
 
      </div>
 
    </div>
 
 
 
    <h2 class="text-center"><img src="https://2019.igem.org/wiki/images/9/90/T--CAU_China--logo2.png" style="width:71px;height:60px">CAU_China  x  <img src="https://2019.igem.org/wiki/images/a/ad/T--CAU_China--Collab14.png" style="width:50px;height:50px">UESTC-Software</h2>
 
 
    <div class="row">
 
      <div class="col-12">
 
        <p>&nbsp;&nbsp;During the CCiC, we communicated with the UESTC-Software team, which is mainly composed of students majoring in <a style="padding: 0rem 0rem" class="myLink" href="http://www.biomaster-uestc.com">biomedical engineering and bioinformatics.</a> They developed a database called BioMaster, which can make predictions based on iGEM Registry and using BLAST+ to match entries in other databases. Our team members in charge of wiki development and modeling tried the software system and provided our "user experience" as a reference for their iteration improvement. In addition, they taught us some advanced knowledge of web development, which is quite helpful to our wiki designing and played an important role in our follow-up work.
 
        </p>
 
        <p>
 
          &nbsp;&nbsp;See more about our collaboration on <a class="myLink" href="https://2019.igem.org/Team:UESTC-Software/Collaborations">UESTC-Software's wiki</a>
 
        </p>
 
      </div>
 
      <img src="https://2019.igem.org/wiki/images/6/6c/T--CAU_China--Collab1.jpg" style="width:450px;height:300px;margin-left: 25%;margin-top: 0%;" class="figure-img img-fluid rounded text-center" alt="A generic square placeholder image with rounded corners in a figure." >
 
 
    </div>
 
 
 
 
 
 
 
    <h2 class="text-center"><img src="https://2019.igem.org/wiki/images/9/90/T--CAU_China--logo2.png" style="width:71px;height:60px">CAU_China  x  <img src="https://2019.igem.org/wiki/images/e/e1/T--Tongji_Software--picture-logo2.png" style="width:110px;height:60px">Tongji_Software</h2>
 
 
 
    <div class="row">
 
      <div class="col-12">
 
        <p>
 
          &nbsp;&nbsp;After listening to our presentation on CCiC, Tongji_Software expressed their willingness to help us, as their project is a database of pathway design. They inputted our essential enzymes information involved in the astaxanthin synthesis pathway and retrieved information from the database, including intermediate products and isozymes, which provided reference and <a style="padding: 0rem 0rem" class="myLink" href="https://2019.igem.org/wiki/images/b/b5/T--CAU_China--Collab17.pdf">validation</a> of our experiments.
 
        </p>
 
        <p>
 
          &nbsp;&nbsp;See more about our collaboration on <a class="myLink" href="https://2019.igem.org/Team:Tongji_Software/Collaborations">Tongji_Software's wiki</a>
 
        </p>
 
      </div>
 
    </div>
 
 
    <div class="row">
 
      <div class="col-12 col-md-6">
 
        <img src="https://2019.igem.org/wiki/images/d/d7/T--CAU_China--Collab3.jpg" style="width:400px;height:360px;margin-left: 0%;margin-top: 0%;" class="figure-img img-fluid rounded" >
 
 
      </div>
 
      <div class="col-12 col-md-6">
 
        <figure class="figure">
 
          <img src="https://2019.igem.org/wiki/images/c/c5/T--CAU_China--Collab15.png" style="width:400px;height:231px;margin-left: 0%;margin-top: 0%;" class="figure-img img-fluid rounded" >
 
 
        </figure>
 
      </div>
 
    </div>
 
 
 
 
 
    <h2 class="text-center"><img src="https://2019.igem.org/wiki/images/9/90/T--CAU_China--logo2.png" style="width:71px;height:60px">CAU_China  x  <img src="https://2019.igem.org/wiki/images/a/af/T--CAU_China--Collab12.png" style="width:243px;height:60px"></h2>
 
    <div class="row">
 
      <div class="col-12">
 
        <p>
 
          &nbsp;&nbsp;Our collaboration with HUBU-Wuhan started from the issue of DNA Distribution Kit, we were the only two teams who hadn`t receive kits until our team contacted the distribution agent GenScript in China area in the late August. Our team solved this glitch after negotiation with the agent and thus helped HUBU-WUHAN get their kit too. With further communication with HUBU-WUHAN during CCiC, we learned that their project is also dedicated to cellulose degradation pathway, and both of us confronted the problem that the enzyme activities are very low and even undetectable. So we proposed some schemes to help each other such as exchanging enzymes and assaying the activities under the other`s lab condition. We also exchanged experimental procedures to determine if it contributes to the problem.</p>
 
        <p>
 
          &nbsp;&nbsp;See more about our collaboration on <a class="myLink" href="https://2019.igem.org/Team:HUBU-WUHAN/Collaborations">HUBU-WUHAN's wiki</a>
 
        </p>
 
      </div>
 
    </div>
 
 
    <h2 class="text-center"><img src="https://2019.igem.org/wiki/images/9/90/T--CAU_China--logo2.png" style="width:71px;height:60px">CAU_China  x  <img src="https://2019.igem.org/wiki/images/7/78/T--CAU_China--Collab13.png" style="width:74px;height:50px">Tianjin</h2>
 
    <div class="row">
 
      <div class="col-12">
 
        <p>
 
          &nbsp;&nbsp;We also joined a large-scale collaboration in response to the invitation from team Tianjin and together with the other seven teams, we made a short video for educating more people about the microcosmos – The World of Microbes, which has also become a part of our integrated human practice. Through the video we hope more people would find the miraculous power these tiny creatures present. The full video can be found <a class="myLink" href="https://2019.igem.org/Team:Tianjin/Collaborations" style="padding: 0rem 0rem">here</a> and we contributed the part which includes three microbial species used in our project: Rhodobacter sphaeroides, Rhodospirillum rubrum, and Pantoea agglomerans. Our video can be found
 
          <a class="myLink" href="https://2019.igem.org/Team:CAU_China/Human_Practices"style="padding: 0rem 0rem">here</a>.</p>
 
        <p>
 
          &nbsp;&nbsp;See more about our collaboration on <a class="myLink" href="https://2019.igem.org/Team:Tianjin/Collaborations">Tianjin's wiki</a>
 
        </p>
 
      </div>
 
    </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  </main>
 
</div>
 
 
 
 
<script type="text/javascript" src="https://2019.igem.org/Template:CAU_China/5test_js?action=raw&amp;ctype=text/javascript"></script>
 
<script type="text/javascript" src="https://2019.igem.org/Template:CAU_China/9test_js?action=raw&amp;ctype=text/javascript"></script>
 
<script type="text/javascript" src="https://2019.igem.org/Template:CAU_China/10test_js?action=raw&amp;ctype=text/javascript"></script>
 
  
 
</html>
 
</html>

Revision as of 11:59, 21 October 2019