|
|
| Line 9,280: |
Line 9,280: |
| | transition: background-color 0.3s ease 0s, color 0.3s ease 0s; | | transition: background-color 0.3s ease 0s, color 0.3s ease 0s; |
| | border-radius: 80%; | | border-radius: 80%; |
| − | box-shadow: 0 0 0 1px #000000 inset; | + | box-shadow: 0 0 0 1px #000000 inset; |
| | color: #4d4d4d; | | color: #4d4d4d; |
| | } | | } |
| Line 9,574: |
Line 9,574: |
| | </div> | | </div> |
| | </li> | | </li> |
| − | | + | <li class="nav-item dropdown mx-3"> |
| − | | + | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown"> |
| − | <li class="nav-item mx-3"> | + | PARTS |
| − | <a class="nav-link" href="https://2019.igem.org/Team:CAU_China/Parts">PARTS</a> | + | </a> |
| | + | <div class="dropdown-menu"> |
| | + | <a class="dropdown-item" href="https://2019.igem.org/Team:CAU_China/Parts">Parts Overview</a> |
| | + | <a class="dropdown-item" href="https://2019.igem.org/Team:CAU_China/Basic_Part">Basic Parts</a> |
| | + | <a class="dropdown-item" href="https://2019.igem.org/Team:CAU_China/Improve">Improved Parts</a> |
| | + | <a class="dropdown-item" href="https://2019.igem.org/Team:CAU_China/Composite_Part">Composite Parts</a> |
| | + | </div> |
| | </li> | | </li> |
| | | | |
| Line 9,630: |
Line 9,636: |
| | | | |
| | .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,.7)), url(""); |
| | background-repeat: no-repeat; | | background-repeat: no-repeat; |
| | background-size: cover; | | background-size: cover; |
| Line 9,636: |
Line 9,642: |
| | } | | } |
| | | | |
| − | /* for dark theme */
| |
| − | .table-of-contents a {
| |
| − | color: #000000;
| |
| − | }
| |
| − | .table-of-contents a:before {
| |
| − | color: #000000;
| |
| − | }
| |
| | | | |
| | + | @media only screen and (max-width: 575.98px) {} |
| | | | |
| − | @media only screen and (max-width: 809.99px) { | + | @media only screen and (max-width: 767.98px) {} |
| | | | |
| − | }
| + | @media only screen and (max-width: 991.98px) {} |
| − | @media only screen and (max-width: 1360.99px) and (min-width: 810px){ | + | |
| | | | |
| − | }
| + | @media only screen and (max-width: 1199.98px) {} |
| − | .carousel-inner > .item > img,
| + | |
| − | .carousel-inner > .item > a > img {
| + | |
| − | display: block;
| + | |
| − | max-width: 100%;
| + | |
| − | height: auto;
| + | |
| − | }
| + | |
| − | | + | |
| − | .carousel {
| + | |
| − | position: relative;
| + | |
| − | }
| + | |
| − | .carousel-inner {
| + | |
| − | position: relative;
| + | |
| − | width: 100%;
| + | |
| − | overflow: hidden;
| + | |
| − | }
| + | |
| − | .carousel-inner > .item {
| + | |
| − | position: relative;
| + | |
| − | display: none;
| + | |
| − | -webkit-transition: .6s ease-in-out left;
| + | |
| − | -o-transition: .6s ease-in-out left;
| + | |
| − | transition: .6s ease-in-out left;
| + | |
| − | }
| + | |
| − | .carousel-inner > .item > img,
| + | |
| − | .carousel-inner > .item > a > img {
| + | |
| − | line-height: 1;
| + | |
| − | }
| + | |
| − | @media all and (transform-3d), (-webkit-transform-3d) { | + | |
| − | .carousel-inner > .item {
| + | |
| − | -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;
| + | |
| − | top: 0;
| + | |
| − | width: 100%;
| + | |
| − | }
| + | |
| − | .carousel-inner > .next {
| + | |
| − | left: 100%;
| + | |
| − | }
| + | |
| − | .carousel-inner > .prev {
| + | |
| − | left: -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%;
| + | |
| − | margin-left: -10px;
| + | |
| − | }
| + | |
| − | .carousel-control .icon-next,
| + | |
| − | .carousel-control .glyphicon-chevron-right {
| + | |
| − | 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%;
| + | |
| − | z-index: 15;
| + | |
| − | width: 60%;
| + | |
| − | padding-left: 0;
| + | |
| − | margin-left: -30%;
| + | |
| − | text-align: center;
| + | |
| − | list-style: none;
| + | |
| − | }
| + | |
| − | .carousel-indicators li {
| + | |
| − | display: inline-block;
| + | |
| − | width: 10px;
| + | |
| − | 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 {
| + | |
| − | width: 12px;
| + | |
| − | height: 12px;
| + | |
| − | margin: 0;
| + | |
| − | background-color: #fff;
| + | |
| − | }
| + | |
| − | .carousel-caption {
| + | |
| − | position: absolute;
| + | |
| − | right: 15%;
| + | |
| − | bottom: 20px;
| + | |
| − | left: 15%;
| + | |
| − | z-index: 10;
| + | |
| − | padding-top: 20px;
| + | |
| − | padding-bottom: 20px;
| + | |
| − | 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,
| + | |
| − | .carousel-control .icon-prev {
| + | |
| − | margin-left: -15px;
| + | |
| − | }
| + | |
| − | .carousel-control .glyphicon-chevron-right,
| + | |
| − | .carousel-control .icon-next {
| + | |
| − | margin-right: -15px;
| + | |
| − | }
| + | |
| − | .carousel-caption {
| + | |
| − | right: 20%;
| + | |
| − | left: 20%;
| + | |
| − | padding-bottom: 30px;
| + | |
| − | }
| + | |
| − | .carousel-indicators {
| + | |
| − | bottom: 20px;
| + | |
| − | }
| + | |
| − | }
| + | |
| | | | |
| | </style> | | </style> |
| − |
| |
| − |
| |
| | | | |
| | <div class="main-container"> | | <div class="main-container"> |
| Line 9,895: |
Line 9,662: |
| | <div class="col-md-10" style="height: 100%;margin-top: 4em;"> | | <div class="col-md-10" style="height: 100%;margin-top: 4em;"> |
| | <div id="logoPrinteria" class="item" style=" | | <div id="logoPrinteria" class="item" style=" |
| − | background-image: url(https://2019.igem.org/wiki/images/f/f8/T--CAU_China--Lab7.jpg); | + | background-image: url(https://2019.igem.org/wiki/images/0/00/T--CAU_China--Lab17.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/d/de/T--CAU_China--word-HP.png" style=" margin-top: 0px;"> |
| | | | |
| | <i class="stack-interface stack-down-open-big"></i> | | <i class="stack-interface stack-down-open-big"></i> |
| | </a> | | </a> |
| | </div> | | </div> |
| − |
| |
| − |
| |
| | </div> | | </div> |
| − |
| |
| | </center> | | </center> |
| | </div> | | </div> |
| | </section> | | </section> |
| | </div> | | </div> |
| − |
| |
| − |
| |
| | | | |
| | | | |
| Line 9,921: |
Line 9,683: |
| | </aside> | | </aside> |
| | </aside> | | </aside> |
| − |
| |
| − |
| |
| | | | |
| | <main class="post-content"> | | <main class="post-content"> |
| − | <h2 class="text-center">Overview</h2> | + | <h2 class="text-center">HP Overview</h2> |
| | <div class="row"> | | <div class="row"> |
| | <div class="col-12"> | | <div class="col-12"> |
| | <p> | | <p> |
| − | 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. | + | In the process of E.SPA, we are always considering: |
| − | </p>
| + | |
| − | <p>
| + | |
| − | 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> | | </p> |
| | </div> | | </div> |
| | </div> | | </div> |
| | | | |
| − | <h2 class="text-center">Beijing iGEM Undergrads Meetup</h2> | + | <div class="row" style="background-color: white;"> |
| − | <div class="row">
| + | |
| − | | + | |
| | <div class="col-12"> | | <div class="col-12"> |
| − | <p> 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! | + | <ul style=""> |
| − | </p>
| + | <li>How to get comprehensive feedback from different stakeholders to improve our design.</li> |
| − | <p>
| + | <li>How to let E.SPA go out of the laboratory, and truly create benefits for the society.</li> |
| − | See more about our meetup on <a class="myLink" href="https://2019.igem.org/Team:BIT-China/Collaborations">BIT-China's wiki</a>
| + | </ul> |
| − | </p> | + | |
| | </div> | | </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> | | </div> |
| | | | |
| − | <h2 class="text-center">The 6th Conference of China iGEMer Community</h2>
| |
| | <div class="row"> | | <div class="row"> |
| | <div class="col-12"> | | <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> |
| | + | In addition, while we were constantly improving E.SPA, we were not willing to be passive learners. Instead, we used education and publicity to involve more people in synthetic biology. |
| | </p> | | </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">›</a>
| |
| − | </div>
| |
| − | </div>
| |
| | </div> | | </div> |
| | </div> | | </div> |
| | | | |
| − | | + | <h2 >Conduct two-way conversations with different stakeholders</h2> |
| − | <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="row"> |
| | <div class="col-12"> | | <div class="col-12"> |
| − | <p> 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> | | <p> |
| − | See more about our collaboration on <a class="myLink" href="https://2019.igem.org/Team:UESTC-China/Collaborations">UESTC-China's wiki</a> | + | In order to find different stakeholders, we created a three-group paradigm of research institutions, companies, and social individuals according to the product promotion process, and found representatives to establish contacts. The interview with the farmers let us confirm the destructive impact of burning stalks; Discussions with professors at Tianjin Institute of Microbiology and HZAU helped us improve the design of genetic circuit and pretreatment method of stalk; CCGB's visit made us no longer limited to astaxanthin, but used its pathway to produce products such as lycopene and β-carotene to achieve flexible utilization of straw; Feedback in CiCC and Yanjing Brewery's visit helped us divide the lengthy pathway into two subsections to ease the metabolic burden |
| | </p> | | </p> |
| | </div> | | </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> | | </div> |
| | | | |
| − | | + | <h2 >Integrate HP work into E.SPA</h2> |
| − | | + | |
| − | | + | |
| − | <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="row"> |
| | <div class="col-12"> | | <div class="col-12"> |
| | <p> | | <p> |
| − | 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. | + | As a team at China Agricultural University, we care about agricultural issues and environmental issues. Therefore, our project is focused on reducing environmental pollution by recycling stalks in an environmentally friendly and innovative way. Our first HP job was to interview local farmers and investigate the contamination of stalk. After confirming the destructive impact of burning stalk, we consulted Professor Peng Liangcai and determined the pretreatment method of straw. We have found that after degrading cellulose in stalk into glucose, there are many ways to use it to synthesize various products. Therefore, we carried out an AHP modeling work, explored the optimal pathway, and finally found astaxanthin synthesis. At the same time, we sought the support of three teachers from the Tianjin Institute of Microbiology and improved our protocols. After that, in order to allow the laboratory synthesis of astaxanthin to go to market and affect society, we visited CCGB, a company that produces astaxanthin and lycopene. We saw the value of astaxanthin, lycopene and other products, and also visited the CCGB workshop and R&D. Since we are synthesizing a range of products using E. coli, fermenters are required for mass production. We contacted the Yanjing Brewery and visited the large fermenter. The visit gave us the inspiration of using fermenters to connect the strains to achieve one-bacteria degradation and one-bacteria synthesis. Finally, we did a public survey on the acceptance of microbial products. The questionnaire shows that the public has a certain degree of acceptance of microbial products, so the products synthesized by the E. coli factory are able to occupy the market. |
| − | </p>
| + | |
| − | <p>
| + | |
| − | See more about our collaboration on <a class="myLink" href="https://2019.igem.org/Team:Peking/Collaborations">Peking's wiki</a>
| + | |
| | </p> | | </p> |
| | </div> | | </div> |
| | </div> | | </div> |
| | | | |
| − | | + | <h2 >Maximize our help to society</h2> |
| − | <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/3/3a/T--CAU_China--Collab18.png" style="width:40px;height:40px">UCAS-China</h2> | + | |
| | <div class="row"> | | <div class="row"> |
| | <div class="col-12"> | | <div class="col-12"> |
| | <p> | | <p> |
| − | Since our project intends to introduce a novel way of producing natural ingredients as well as degrading agricultural wastes, it may raise public concerns about biosafety of our approaches and products. Thus, when heard about our project in Beijing iGEM Undergrad Meetup, UCAS-China, whose project includes biosafety designs, showed great interests to the stalks treatment we may employ. We had a deep conversation with UCAS-China after the meetup and they provided some advice on our cellulose degradation subsection. In addition, after accidentally learned that a high school team BHSF_ND is also focusing on the biosafety issues this year, our team leader Xueshan Yan introduced BHSF_ND and UCAS-China to each other, and in return, UCAS-China recommended OUC-China to us when heard that our team were studying about ice-nucleation protein, which was used by OUC-China last year. | + | We are always looking for ways in which E.SPA can bring benefits to society. Our initial idea was to use synthetic biology to degrade stalk and produce high-value products. This will not only reduce environmental pollution, but also turn waste into treasure to save costs. After visiting companies, we also found another prospect: this E. coli factory that turns waste into treasure will form a new industrial chain, thus solving the employment problem and driving the development of the regional economy. |
| − | </p>
| + | |
| − | <p>
| + | |
| − | See more about our collaboration on <a class="myLink" href="https://2019.igem.org/Team:UCAS-China/Collaborations">UCAS-China's wiki</a>
| + | |
| | </p> | | </p> |
| | </div> | | </div> |
| | </div> | | </div> |
| | | | |
| − | | + | <h2>Ensure the safety</h2> |
| − | <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="row"> |
| | <div class="col-12"> | | <div class="col-12"> |
| − | <p> During the CCiC, we communicated with the UESTC-Software team, which is mainly composed of students majoring in biomedical engineering and bioinformatics. They developed a database called <a style="padding: 0rem 0rem" class="myLink" href="http://www.biomaster-uestc.com">BioMaster</a>, 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> | | <p> |
| − | See more about our collaboration on <a class="myLink" href="https://2019.igem.org/Team:UESTC-Software/Collaborations">UESTC-Software's wiki</a> | + | In the course of the E.SPA project, we also pay great attention to safety and ethics. We especially consulted researcher Zhang Xueli, who said that the production of astaxanthin from E. coli can completely remove endotoxin and ensure safety. In addition, we also conducted a survey on whether to accept microbial products and distributed them to different groups such as community residents, workers, and students to investigate the public's acceptance of microbial factories. |
| | </p> | | </p> |
| | </div> | | </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> | | </div> |
| | | | |
| − | | + | <h2>Promote the development of synthetic biology </h2> |
| − | | + | |
| − | | + | |
| − | | + | |
| − | | + | |
| − | <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="row"> |
| | <div class="col-12"> | | <div class="col-12"> |
| | <p> | | <p> |
| − | 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. | + | We tried to include more people in shaping synthetic biology through education and publicity. We have received the support of 7 courses, including microbiology, microbial genetics, and molecular biology etc., and opened the "Synthetic Biology Corner" at the College of Biology Science, which gives students a brief introduction to synthetic biology before class. We also designed and produced posters and brochures to introduce iGEM competitions to students of all grades. In addition, we also contacted the Beijing Chaoyang Foreign Language School and held a workshop for the students. We worked with them to creat biological models, and taught them biological knowledge. Furthermore, we have built a WeChat public account and regularly sent our project process and synthetic biology knowledge. We also worked with the Tianjin team to produce "the world of microorganisms" video to deepen public understandings of bacteria. |
| | </p> | | </p> |
| | <p> | | <p> |
| − | See more about our collaboration on <a class="myLink" href="https://2019.igem.org/Team:Tongji_Software/Collaborations">Tongji_Software's wiki</a> | + | The figure below lists our HP work. |
| | </p> | | </p> |
| | </div> | | </div> |
| | + | <img src="https://2019.igem.org/wiki/images/7/73/T--CAU_China--Hp1.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> | | </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> | + | <h2>Analysis Report</h2> |
| | <div class="row"> | | <div class="row"> |
| | <div class="col-12"> | | <div class="col-12"> |
| | <p> | | <p> |
| − | 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> | + | We have also conducted an investigation about markets and industries who contribute to straw utilization in China as well as in globe. According to data collected, we composed a report of straw utilization. See our <a style="padding: 0rem 0rem" class="myLink" href="https://2019.igem.org/wiki/images/4/47/T--CAU_China--Hp33.pdf">Analysis Report</a>. |
| − | <p>
| + | |
| − | See more about our collaboration on <a class="myLink" href="https://2019.igem.org/Team:HUBU-WUHAN/Collaborations">HUBU-WUHAN's wiki</a>
| + | |
| | </p> | | </p> |
| | </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/7/78/T--CAU_China--Collab13.png" style="width:74px;height:50px">Tianjin</h2>
| |
| − | <div class="row">
| |
| − | <div class="col-12">
| |
| − | <p>
| |
| − | 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>
| |
| − | See more about our collaboration on <a class="myLink" href="https://2019.igem.org/Team:Tianjin/Collaborations">Tianjin's wiki</a>
| |
| − | </p>
| |
| − | </div>
| |
| − | </div>
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| | | | |
| | | | |
| Line 10,134: |
Line 9,777: |
| | | | |
| | <script type="text/javascript" src="https://2019.igem.org/Template:CAU_China/5test_js?action=raw&ctype=text/javascript"></script> | | <script type="text/javascript" src="https://2019.igem.org/Template:CAU_China/5test_js?action=raw&ctype=text/javascript"></script> |
| − | <script type="text/javascript" src="https://2019.igem.org/Template:CAU_China/9test_js?action=raw&ctype=text/javascript"></script>
| |
| − | <script type="text/javascript" src="https://2019.igem.org/Template:CAU_China/10test_js?action=raw&ctype=text/javascript"></script>
| |
| − |
| |
| | </html> | | </html> |
| | <!----{{CAU_China/CSS/Footer}} ---> | | <!----{{CAU_China/CSS/Footer}} ---> |