(Prototype team page) |
|||
(88 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <!-- This document, originally from getmdl.io, was modified --> | |
− | < | + | |
+ | <!-- | ||
+ | Material Design Lite | ||
+ | Copyright 2015 Google Inc. All rights reserved. | ||
− | + | Licensed under the Apache License, Version 2.0 (the "License"); | |
− | + | you may not use this file except in compliance with the License. | |
− | + | You may obtain a copy of the License at | |
− | + | ||
− | + | ||
+ | https://www.apache.org/licenses/LICENSE-2.0 | ||
+ | Unless required by applicable law or agreed to in writing, software | ||
+ | distributed under the License is distributed on an "AS IS" BASIS, | ||
+ | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
+ | See the License for the specific language governing permissions and | ||
+ | limitations under the License | ||
+ | --> | ||
+ | {{Tongji_China/Header}} | ||
+ | <html lang="en"> | ||
+ | <head> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
+ | <meta name="description" content="2017 Tongji iGEM team wiki"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> | ||
+ | <title>Tongji iGEM - Collaboration</title> | ||
+ | <script src="https://2017.igem.org/Template:Tongji_China/Javascript?action=raw&ctype=text/javascript"></script> | ||
+ | <!-- Page styles --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Tongji_China/CSS?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Tongji_China/CSS_2?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Tongji_China/CSS_3?action=raw&ctype=text/css"> | ||
− | < | + | <style> |
+ | #view-source { | ||
+ | position: fixed; | ||
+ | display: block; | ||
+ | right: 0; | ||
+ | bottom: 0; | ||
+ | margin-right: 40px; | ||
+ | margin-bottom: 40px; | ||
+ | z-index: 900; | ||
+ | } | ||
− | + | .demo-card-wide.mdl-card { | |
− | + | margin: auto; | |
+ | margin-top: 20px; | ||
+ | align-items: center; | ||
+ | width: 70%; | ||
+ | border-radius:6px | ||
+ | } | ||
+ | .demo-card-wide > .mdl-card__title { | ||
+ | color: #757575; | ||
+ | align-self: center; | ||
+ | /*height: 176px;*/ | ||
+ | } | ||
+ | .demo-card-wide > .mdl-card__menu { | ||
+ | color: #757575; | ||
+ | } | ||
− | + | .mdl-card__title-text { | |
− | + | padding-top: 20px; | |
− | + | } | |
− | + | .mdl-card__supporting-text { | |
− | + | line-height: 130%; | |
− | + | } | |
− | + | ||
− | + | /*@-webkit-keyframes blinker { | |
+ | from { opacity: 1.0; } | ||
+ | to { opacity: 0.0; } | ||
+ | }*/ | ||
− | + | .android-header .material-icons { | |
− | + | color: #388E3C !important; | |
− | + | /*-webkit-animation-name: blinker; | |
− | + | -webkit-animation-iteration-count: 5; | |
+ | -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1); | ||
+ | -webkit-animation-duration: 1.5s;*/ | ||
+ | } | ||
− | + | .imagelayout{ | |
− | + | width: 60%; | |
− | + | } | |
− | + | .chartopacity { | |
+ | opacity: 0.8; | ||
+ | } | ||
+ | @media only screen and (max-device-width: 1200px) { | ||
+ | .demo-card-wide.mdl-card { | ||
+ | width: 80%; | ||
+ | max-width: 1500px | ||
+ | } | ||
+ | } | ||
+ | @media only screen and (max-device-width: 900px) { | ||
+ | .demo-card-wide.mdl-card { | ||
+ | width: 90%; | ||
+ | } | ||
+ | .imagelayout { | ||
+ | width: 80%; | ||
+ | } | ||
+ | } | ||
− | + | @media only screen and (max-device-width: 600px) { | |
− | + | .demo-card-wide.mdl-card { | |
− | + | width: 95%; | |
− | + | } | |
− | + | .imagelayout { | |
− | + | width: 100%; | |
− | + | } | |
− | + | } | |
− | + | </style> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
+ | <script type="text/javascript"> | ||
+ | // Try to remove weird iGEM side menu and resize the remaining things | ||
+ | function closeMenuDiv(){ | ||
+ | document.getElementById("sideMenu").style.display = "none"; | ||
+ | bars_box_active = false; | ||
+ | document.getElementById('content').setAttribute("style","display:block;width:100%"); | ||
+ | document.getElementById('content').style.width='100%'; | ||
+ | } | ||
+ | window.setTimeout(closeMenuDiv,50); | ||
+ | window.setTimeout(closeMenuDiv,100); | ||
+ | window.setTimeout(closeMenuDiv,500); | ||
+ | window.setTimeout(closeMenuDiv,1000); | ||
+ | window.setTimeout(closeMenuDiv,5000); | ||
+ | window.setTimeout(closeMenuDiv,10000); | ||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header" class="main view" style="background:#f9f9f9"> | ||
+ | <!-- Header --> | ||
+ | <div class="android-header mdl-layout__header mdl-layout__header--waterfall"> | ||
+ | <div class="mdl-layout__header-row"> | ||
+ | <span class="android-title mdl-layout-title"> | ||
+ | <div class="logo-font">Tongji iGEM</div> | ||
+ | </span> | ||
+ | <!-- Add spacer, to align navigation to the right in desktop --> | ||
+ | <div class="android-header-spacer mdl-layout-spacer"></div> | ||
+ | <!-- Navigation --> | ||
+ | <div class="android-navigation-container"> | ||
+ | <nav class="android-navigation mdl-navigation"> | ||
+ | <!-- Links in the top right --> | ||
+ | <a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://2017.igem.org/Team:Tongji_China">Home</a> | ||
+ | <a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://2017.igem.org/Team:Tongji_China/Description">Project</a> | ||
+ | <a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://2017.igem.org/Team:Tongji_China/Team">Team</a> | ||
+ | <a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://2017.igem.org/Team:Tongji_China/Results">Results</a> | ||
+ | </nav> | ||
+ | </div> | ||
+ | <span class="android-mobile-title mdl-layout-title"> | ||
+ | <div class="logo-font">Tongji iGEM</div> | ||
+ | </span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- Drawer --> | ||
+ | <div class="android-drawer mdl-layout__drawer"> | ||
+ | <nav class="mdl-navigation"> | ||
+ | <!-- <span class="mdl-navigation__link" href="">Title</span> --> | ||
+ | <a class="mdl-navigation__link" style="color: #388E3C" href="https://2017.igem.org/Team:Tongji_China">HOME</a> | ||
+ | <div class="android-drawer-separator"></div> | ||
+ | |||
+ | <a class="mdl-navigation__link" style="color: #388E3C">PROJECT</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Description">Description</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Design">Design</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Results">Results</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Demonstrate">Demonstrate</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Record">Record</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Safety">Safety</a> | ||
+ | <!-- <div class="android-drawer-separator"></div> --> | ||
+ | |||
+ | <a class="mdl-navigation__link" style="color: #388E3C">LAB</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Parts">Parts</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Experiments">Tests</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/InterLab">InterLab</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Process">Process</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Protocol">Protocol</a> | ||
+ | <!-- <div class="android-drawer-separator"></div> --> | ||
+ | |||
+ | <a class="mdl-navigation__link" style="color: #388E3C" href="https://2017.igem.org/Team:Tongji_China/Model">MODEL</a> | ||
+ | <!-- <div class="android-drawer-separator"></div> --> | ||
+ | |||
+ | <a class="mdl-navigation__link" style="color: #388E3C" href="https://2017.igem.org/Team:Tongji_China/Human_Practices">HP</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/HP/Silver">Silver</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/HP/Gold_Integrated">Gold</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Engagement">Engagement</a> | ||
+ | <!-- <div class="android-drawer-separator"></div> --> | ||
+ | |||
+ | |||
+ | |||
+ | <a class="mdl-navigation__link" style="color: #388E3C">AWARDS</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Model">Model Award</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Judging_Form">Judging Form</a> | ||
+ | <!-- <div class="android-drawer-separator"></div> --> | ||
+ | |||
+ | <a class="mdl-navigation__link" style="color: #388E3C">TEAM</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Team">Members</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Collaborations">Collaboration</a> | ||
+ | <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Attributions">Attribution</a> | ||
+ | <div class="android-drawer-separator"></div> | ||
+ | <!-- <div class="android-drawer-separator"></div> --> | ||
+ | </nav> | ||
+ | </div> | ||
+ | <a name="top"></a> | ||
+ | |||
+ | <!-- HERE STARTS THE PAGE --> | ||
+ | <div class="android-content mdl-layout__content"> | ||
+ | <a name="top"></a> | ||
+ | <!-- Title and Subtitle --> | ||
+ | <div class="mdl-typography--text-center" style="margin-bottom:20%"> | ||
+ | <div class="logo-font android-slogan" style="color:#388E3C;">Collaborations</div> | ||
+ | <div class="logo-font android-sub-slogan" style="color:#757575;"> | ||
+ | We had the pleasure to collaborate with other iGEM teams.<br> | ||
+ | <i class="material-icons">expand_more</i> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Mutual Help --> | ||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | ||
+ | <div class="mdl-card__title" style="text-align:center"> | ||
+ | <h4 class="mdl-card__title-text" style="font-size: 250%; color:#5a5a5a">Mutual Help</h4> | ||
+ | </div> | ||
+ | <div class="mdl-card__supporting-text" style="font-size: 115%"> | ||
+ | Although some unexpected difficulties arose in the course of our experiment, mutual help among teams can help us get through. We got help from other iGEM teams and professors and overcame the difficulties, we also gave a helping hand to iGEM teams in need of our assistance.<br><br> | ||
+ | |||
+ | We were extremely fortunate to become friends with the Xiamen University (XMU) iGEM team, they were very generous and gave us plasmids E0020,E0040 and E0010 which we were looking for in our previous preparatory project.<br><br> | ||
+ | |||
+ | This is Shandong University (SDU) 's first time to participate in iGEM, and Tongji has already participated in 3 years. We shared information on team management,the iGEM requirements and what iGEM really is. In the process we became very good friends.<br><br> | ||
+ | |||
+ | This year SDU's project focuses on the treatment of tumors by replacing the mutated p53. The 2016 Tongji iGEM team also focused on cancer therapy with some parts containing p53. Therefore SDU team asked us for BBa_K1922003(wt p53) and BBa_K1922006(htERT-p53) for their experiments. We shared what we know and our experiences using p53 in experiments. We sent two samples fugw vector and htERT-GFP plasmid containing htERT promoter in them.<br><br> | ||
+ | |||
+ | We checked the samples carefully and wrote instructions in order to make their work easier. Some of the information are as follows:<br><br> | ||
+ | |||
+ | <table class="mdl-data-table mdl-js-data-table mdl-data-table mdl-shadow--2dp" style="margin:auto"> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th class="mdl-data-table__cell--non-numeric">Sample ID</th> | ||
+ | <th class="mdl-data-table__cell--non-numeric">Description</th> | ||
+ | <th class="mdl-data-table__cell--non-numeric">State</th> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | A | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | fugw plasmid vector | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | Filter paper | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | B | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | htERT-GFP plasmid | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | Filter paper | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | cF | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | htERT-p53 forward primer | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | Freeze dryed | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | cR | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | htERT-p53 reverse primers | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | Freeze dryed | ||
+ | </td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <br> | ||
+ | |||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp" style="width:100%; position: relative"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/0/02/2017tongji_images_collabrorations_1_updated.jpg" alt="1% gel electrophoresis of plasmid" style="width:100%"> | ||
+ | <!-- <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F"> | ||
+ | white:#f0f0f0 or black:#0F0F0F | ||
+ | 1% gel electrophoresis of plasmid | ||
+ | </div> --> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="android-drawer-separator"></div> | ||
+ | </div> | ||
+ | |||
+ | <!-- FAFU's exchange meeting --> | ||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | ||
+ | <div class="mdl-card__title" style="text-align:center"> | ||
+ | <h4 class="mdl-card__title-text" style="font-size: 250%; color:#5a5a5a">Conference of China iGEMer Community</h4> | ||
+ | </div> | ||
+ | <div class="mdl-card__supporting-text" style="font-size: 115%"> | ||
+ | This summer we took part in the 4<sup>th</sup> CCiC which was held by Fujian Agriculture and Forestry University. iGEM has been in China for ten years, and many of the first iGEM contestants have become excellent synthetic biologists. Some of them came to the conference to share their iGEM and scientific research experience. CCiC Organizing Committee set up speeches, posters exhibitions, academic salons, panel sessions and other different activities, the atmosphere is really great. Here we also had the opportunity to talk face to face with King L. Chow and Kenneth Oye from the iGEM Headquaters. At the meeting we showcased our project: Ignis Fly, and shared not only just our project itself, but the opinions about SynBio and biology researches with the other teams.<br> | ||
+ | What an amazing experience!<br> | ||
+ | |||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/a/aa/2017tongji_image_HP_E.jpg" alt="NO DESCRIPTION" style="width:100%"> | ||
+ | <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F"> | ||
+ | <!-- white:#f0f0f0 or black:#0F0F0F --> | ||
+ | <!-- NO DESCRIPTION --> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="android-drawer-separator"></div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Second Open Night Live --> | ||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | ||
+ | <div class="mdl-card__title" style="text-align:center"> | ||
+ | <h4 class="mdl-card__title-text" style="font-size: 250%; color:#5a5a5a">2<sup>nd</sup> Open Night Live</h4> | ||
+ | </div> | ||
+ | <div class="mdl-card__supporting-text" style="font-size: 115%"> | ||
+ | The 2<sup>nd</sup> Open Night Live also called Tongji iGEM x Fablab Shanghai Open Night. It was held to showcase the iGEM teams in Shanghai and to give people an opportunity to exchange ideas with different iGEM team members. It has been an honor for us to invite Fudan, Fudan_China, Shanghaitech, STJU_BioX_Shanghai and ECUST to our Open Night Live.<br><br> | ||
+ | |||
+ | We were delighted to find out that there were many college students watching and expressing views. Some of them also made a few suggestions on what more our project could do, and we added the parts we thought were reasonable. There was a symposium among iGEM teams after the Open Night Live where we exchanged ideas. We also set up a live webcast and gave Open Night Live to iGEM teams in other areas. It's really an unforgettable experience that we meet members of other iGEM team directly and interact together with more iGEM teams on the internet!<br> | ||
+ | |||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/0/0d/2017tongji_image_HP_L1_small.jpg" alt="NO DESCRIPTION" style="width:100%"> | ||
+ | <!-- <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F"> | ||
+ | white:#f0f0f0 or black:#0F0F0F | ||
+ | NO DESCRIPTION | ||
+ | </div> --> | ||
+ | </div> | ||
+ | <br> | ||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/0/05/2017tongji_image_HP_L2_small.jpg" alt="NO DESCRIPTION" style="width:100%"> | ||
+ | <!-- <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F"> | ||
+ | white:#f0f0f0 or black:#0F0F0F | ||
+ | NO DESCRIPTION | ||
+ | </div> --> | ||
+ | </div> | ||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/7/7d/2017tongji_wiki_image_collabrorations_P_F2_FUDAN-CHINA.jpeg" alt="Fudan China" style="width:100%"> | ||
+ | <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#f0f0f0"> | ||
+ | <!-- white:#f0f0f0 or black:#0F0F0F --> | ||
+ | Fudan China | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/0/09/2017tongji_wiki_image_collabrorations_P-F3-SHANGHAITECH.jpeg" alt="ShanghaiTech" style="width:100%"> | ||
+ | <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#f0f0f0"> | ||
+ | <!-- white:#f0f0f0 or black:#0F0F0F --> | ||
+ | ShanghaiTech | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/d/de/2017tongji_wiki_image_collabrorations_P-F4-SJTU.jpeg" alt="SJTU" style="width:100%"> | ||
+ | <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#f0f0f0"> | ||
+ | <!-- white:#f0f0f0 or black:#0F0F0F --> | ||
+ | SJTU | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/c/c0/2017tongji_wiki_image_collabrorations_P-F5-ECUST.jpeg" alt="ECUST" style="width:100%"> | ||
+ | <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#f0f0f0"> | ||
+ | <!-- white:#f0f0f0 or black:#0F0F0F --> | ||
+ | ECUST | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/4/4f/CB-TJ-7.jpeg" alt="Q&A" style="width:100%"> | ||
+ | <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#f0f0f0"> | ||
+ | <!-- white:#f0f0f0 or black:#0F0F0F --> | ||
+ | Q&A | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="android-drawer-separator"></div> | ||
+ | </div> | ||
+ | |||
+ | <!-- HERE ENDS THE PAGE --> | ||
+ | <!-- Go back Home --> | ||
+ | <div class="android-wear-section" style="height:250px"> | ||
+ | <div class="android-wear-band"> | ||
+ | <div class="android-wear-band-text"> | ||
+ | <div class="mdl-typography--display-2 mdl-typography--font-thin">Ignis Fly</div> | ||
+ | <p class="mdl-typography--headline mdl-typography--font-thin" style="margin-bottom:0px"> | ||
+ | Tongji_China iGEM 2017 Team<br> | ||
+ | <a class="mdl-typography--font-regular mdl-typography--text-uppercase android-alt-link" href="https://2017.igem.org/Team:Tongji_China/Attributions">Attributions<i class="material-icons">chevron_right</i> | ||
+ | </a> | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Latest revision as of 00:33, 2 November 2017
Tongji iGEM
Tongji iGEM
Collaborations
We had the pleasure to collaborate with other iGEM teams.
expand_more
expand_more
Mutual Help
Although some unexpected difficulties arose in the course of our experiment, mutual help among teams can help us get through. We got help from other iGEM teams and professors and overcame the difficulties, we also gave a helping hand to iGEM teams in need of our assistance.
We were extremely fortunate to become friends with the Xiamen University (XMU) iGEM team, they were very generous and gave us plasmids E0020,E0040 and E0010 which we were looking for in our previous preparatory project.
This is Shandong University (SDU) 's first time to participate in iGEM, and Tongji has already participated in 3 years. We shared information on team management,the iGEM requirements and what iGEM really is. In the process we became very good friends.
This year SDU's project focuses on the treatment of tumors by replacing the mutated p53. The 2016 Tongji iGEM team also focused on cancer therapy with some parts containing p53. Therefore SDU team asked us for BBa_K1922003(wt p53) and BBa_K1922006(htERT-p53) for their experiments. We shared what we know and our experiences using p53 in experiments. We sent two samples fugw vector and htERT-GFP plasmid containing htERT promoter in them.
We checked the samples carefully and wrote instructions in order to make their work easier. Some of the information are as follows:
We were extremely fortunate to become friends with the Xiamen University (XMU) iGEM team, they were very generous and gave us plasmids E0020,E0040 and E0010 which we were looking for in our previous preparatory project.
This is Shandong University (SDU) 's first time to participate in iGEM, and Tongji has already participated in 3 years. We shared information on team management,the iGEM requirements and what iGEM really is. In the process we became very good friends.
This year SDU's project focuses on the treatment of tumors by replacing the mutated p53. The 2016 Tongji iGEM team also focused on cancer therapy with some parts containing p53. Therefore SDU team asked us for BBa_K1922003(wt p53) and BBa_K1922006(htERT-p53) for their experiments. We shared what we know and our experiences using p53 in experiments. We sent two samples fugw vector and htERT-GFP plasmid containing htERT promoter in them.
We checked the samples carefully and wrote instructions in order to make their work easier. Some of the information are as follows:
Sample ID | Description | State |
---|---|---|
A | fugw plasmid vector | Filter paper |
B | htERT-GFP plasmid | Filter paper |
cF | htERT-p53 forward primer | Freeze dryed |
cR | htERT-p53 reverse primers | Freeze dryed |
Conference of China iGEMer Community
This summer we took part in the 4th CCiC which was held by Fujian Agriculture and Forestry University. iGEM has been in China for ten years, and many of the first iGEM contestants have become excellent synthetic biologists. Some of them came to the conference to share their iGEM and scientific research experience. CCiC Organizing Committee set up speeches, posters exhibitions, academic salons, panel sessions and other different activities, the atmosphere is really great. Here we also had the opportunity to talk face to face with King L. Chow and Kenneth Oye from the iGEM Headquaters. At the meeting we showcased our project: Ignis Fly, and shared not only just our project itself, but the opinions about SynBio and biology researches with the other teams.
What an amazing experience!
What an amazing experience!
2nd Open Night Live
The 2nd Open Night Live also called Tongji iGEM x Fablab Shanghai Open Night. It was held to showcase the iGEM teams in Shanghai and to give people an opportunity to exchange ideas with different iGEM team members. It has been an honor for us to invite Fudan, Fudan_China, Shanghaitech, STJU_BioX_Shanghai and ECUST to our Open Night Live.
We were delighted to find out that there were many college students watching and expressing views. Some of them also made a few suggestions on what more our project could do, and we added the parts we thought were reasonable. There was a symposium among iGEM teams after the Open Night Live where we exchanged ideas. We also set up a live webcast and gave Open Night Live to iGEM teams in other areas. It's really an unforgettable experience that we meet members of other iGEM team directly and interact together with more iGEM teams on the internet!
We were delighted to find out that there were many college students watching and expressing views. Some of them also made a few suggestions on what more our project could do, and we added the parts we thought were reasonable. There was a symposium among iGEM teams after the Open Night Live where we exchanged ideas. We also set up a live webcast and gave Open Night Live to iGEM teams in other areas. It's really an unforgettable experience that we meet members of other iGEM team directly and interact together with more iGEM teams on the internet!
Fudan China
ShanghaiTech
SJTU
ECUST
Q&A
Ignis Fly
Tongji_China iGEM 2017 Team
Attributionschevron_right