(Prototype team page) |
|||
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 - Parts</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: 50%; | ||
+ | } | ||
+ | .imagelayout2{ | ||
+ | width: 47.5% !important; | ||
+ | margin: 1% !important; | ||
+ | float: left !important; | ||
+ | } | ||
− | + | .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: 70%; | ||
+ | } | ||
+ | } | ||
+ | @media only screen and (max-device-width: 600px) { | ||
+ | .demo-card-wide.mdl-card { | ||
+ | width: 95%; | ||
+ | } | ||
− | < | + | .imagelayout { |
+ | width: 100%; | ||
+ | } | ||
+ | .imagelayout2{ | ||
+ | width: 100% !important; | ||
+ | } | ||
+ | } | ||
+ | </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> | ||
+ | <!-- <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> --> | ||
− | <div class=" | + | <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" 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">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> --> | ||
− | </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;">Parts</div> | ||
+ | <div class="logo-font android-sub-slogan" style="color:#757575;"> | ||
+ | Discover our genetic constructs and designs<br> | ||
+ | <i class="material-icons">expand_more</i> | ||
+ | </div> | ||
+ | </div> | ||
− | <div class=" | + | <!-- Introduction --> |
+ | <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">Background & Design</h4> | ||
+ | </div> --> | ||
+ | <div class="mdl-card__supporting-text" style="font-size: 115%"> | ||
+ | Our plasmids are based on pUAST+3xHA, for which works for UAS-GAL4 system in Drosophila, and we transform it to pUAST+oligo which removed UAS and inserted a new MCS for constructing needs.<br> | ||
− | < | + | <div style="width:100%"> |
− | < | + | <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout2" style="min-height:0px"> |
+ | <img src="https://static.igem.org/mediawiki/2017/1/13/2017tongji_wiki_image_parts_ha.jpeg" style="width:100%"> | ||
+ | </div> | ||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout2" style="min-height:0px"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/f/fa/2017tongji_wiki_image_parts_oligo.jpeg" style="width:100%"> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div style="clear:both"></div> | ||
+ | pUAST-3xHA is an expression vector commonly used in Drosophila research, and it is based on pUC8 vector.<br> | ||
+ | The P3 and P5 are the integrated efficiency elements from viruses, which lead the parts we constructed integrate to the Drosophila’s genome.<br> | ||
+ | Hsp70 TATA is the site of contact for RNA polymerase II, in which will start the transcription of downstream gene inserted into MCS.<br> | ||
+ | SV40 will start the expression of gene mini white, which could change the eyes’ color into red (white in wild type) when we integrate successfully. So it can help us screen out the modified flies. | ||
+ | </div> | ||
+ | <div class="android-drawer-separator"></div> | ||
+ | </div> | ||
− | < | + | <!-- Basic Parts --> |
− | < | + | <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">Basic Parts</h4> |
− | < | + | </div> |
− | </ | + | <div class="mdl-card__supporting-text" style="font-size: 115%"> |
− | </ | + | <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">Name</th> | ||
+ | <th class="mdl-data-table__cell--non-numeric">Type</th> | ||
+ | <th class="mdl-data-table__cell--non-numeric">Description</th> | ||
+ | <th class="mdl-data-table__cell--non-numeric">Length</th> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | BBa_K2374001 | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | Regulatory | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | TH (ple) promoter-> (fruit fly) | ||
+ | </td> | ||
+ | <td> | ||
+ | 458 | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | BBa_K2374002 | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | Coding | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | GAL80ts (temperature dependent) | ||
+ | </td> | ||
+ | <td> | ||
+ | 1317 | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | BBa_K2374003 | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | Coding | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | ple (Tyrosine 3-monooxygenase, TH) -> (fruit fly) | ||
+ | </td> | ||
+ | <td> | ||
+ | 1883 | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | BBa_K2374004 | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | Coding | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | GAL4 (GALactose-responsive transcription factor) | ||
+ | </td> | ||
+ | <td> | ||
+ | 2652 | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | BBa_K2374008 | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | DNA | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | UAS | ||
+ | </td> | ||
+ | <td> | ||
+ | 375 | ||
+ | </td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <br> | ||
+ | <b>BBa_K2374001—TH (ple) promoter-> (fruit fly)</b><br> | ||
+ | Pale is a tyrosine hydroxylase, the first and rate-limiting step in the synthesis of dopamine (and eventually, melanin). Dopamine has critical roles in system development. This part is a 452bp sequence in 5' upstream of the ple exon. This promoter starts in cell which express dopamine specifically. So we use it to start the expression of downstream gene GAL4 and GAL80ts in tissue which express TH.<br><br> | ||
− | < | + | <b>BBa_K2374002—GAL80ts (temperature dependent)</b><br> |
− | < | + | GAL80ts is a mutation based on GAL80 which is a transcription regulator in Saccharomyces cerevisiae S288C. The activity of GAL80ts is temperature dependent. At 25℃, it is activated and will bind to GAL4 then deactivate it. At 29℃, GAL80ts were inactivated and could not bind to GAL4. For the temperature between 25-29℃, we did not detect.<br><br> |
− | < | + | <b>BBa_K2374003—ple (Tyrosine 3-monooxygenase, TH) -> (fruit fly)</b><br> |
+ | ple (TH) is a rate-limiting enzyme in the dopamine’s synthesis, and it plays an important role in the physiology of adrenergic neurons.<br> | ||
+ | Catalytic activity:<br> | ||
+ | L-tyrosine + tetrahydrobiopterin + O2 = L-dopa + 4a-hydroxytetrahydrobiopterin. | ||
+ | This subpathway is part of the pathway dopamine biosynthesis, which is itself part of catecholamine biosynthesis.<br> | ||
− | <div class=" | + | <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative; min-height:0px"> |
+ | <img src="https://static.igem.org/mediawiki/2017/3/3b/2017tongji_image_parts_dopa.png" 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> | ||
+ | <b>BBa_K2374004—GAL4 (GALactose-responsive transcription factor)</b><br> | ||
+ | In yeast, GAL4 regulates the GALactose metabolism. Transcriptional activation of GALactose utilization genes occurs when GAL4 binds to the upstream activation sequence (UAS) containing varying numbers of a 17-mer repeat. GAL4 binds to DNA as a dimer through a Zn(2)-Cys(6) zinc finger. The N-terminal region mediates both dimerization and DNA binding and contains a nuclear localization signal, while an acidic C-terminal domain controls transcriptional activation. GAL4 directly interacts with the Tra1 component of the SAGA complex, recruiting Mediator and the general transcriptional machinery to initiate transcription. This ability to activate transcription is retained when GAL4 is expressed in other species including plants, human cell lines, zebrafish, and Drosophila.<br><br> | ||
− | </ | + | <b>BBa_K2374008—UAS</b><br> |
− | < | + | An upstream activating sequence or upstream activation sequence (UAS) is a cis-acting regulatory sequence. It is distinct from the promoter and increases the expression of a neighboring gene. Due to its essential role in activating transcription, the UAS is often considered to be analogous to the function of the enhancer in multicellular eukaryotes. Upstream activation sequences are a crucial part of induction, enhancing the expression of the protein of interest through increased transcriptional activity. The UAS is found adjacently upstream to a minimal promoter (TATA box) and serves as a binding site for transactivators. If the transcriptional transactivator does not bind to the UAS in the proper orientation then transcription cannot begin.<br> |
− | < | + | </div> |
− | </div> | + | <div class="android-drawer-separator"></div> |
− | </div> | + | </div> |
+ | <!-- Composite Parts --> | ||
+ | <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">Basic Parts</h4> | ||
+ | </div> | ||
+ | <div class="mdl-card__supporting-text" style="font-size: 115%"> | ||
+ | <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">Name</th> | ||
+ | <th class="mdl-data-table__cell--non-numeric">Type</th> | ||
+ | <th class="mdl-data-table__cell--non-numeric">Description</th> | ||
+ | <th class="mdl-data-table__cell--non-numeric">Length</th> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | <p>BBa_K2374003</p> | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | <p>Composite</p> | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | <p>UAS-TH -> (fruit fly)</p> | ||
+ | </td> | ||
+ | <td> | ||
+ | <p>2131</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | <p>BBa_K2374005</p> | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | <p>Composite</p> | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | <p>TH-GAL4</p> | ||
+ | </td> | ||
+ | <td> | ||
+ | <p>3110</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | <p>BBa_K2374006</p> | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | <p>Composite</p> | ||
+ | </td> | ||
+ | <td class="mdl-data-table__cell--non-numeric"> | ||
+ | <p>TH-GAL80ts</p> | ||
+ | </td> | ||
+ | <td> | ||
+ | <p>1777</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <br> | ||
+ | <b>BBa_K2374003—UAS-TH -> (fruit fly)</b><br> | ||
+ | The expression level of TH is controlled by upstream activating sequence, when GAL4 binds to the GAL4 binding sequence, RNA polymerase II will bind to the downstream hsp70 TATA and start the expression of neighboring gene TH, in which could overexpress it, and then increase the expression of dopamine.<br><br> | ||
+ | <b>BBa_K2374005—TH-GAL4</b><br> | ||
+ | We use the specific promoter pleP (TH Promoter) to control the fixed expression of GAL4, because of the specificity of pleP, GAL4 express in tissue which express dopamine specifically. Then GAL4 binds to the upstream activation sequence (UAS) containing varying numbers of a 17-mer repeat. GAL4 binds to DNA as a dimer through a Zn(2)-Cys(6) zinc finger, and directly interacts with the Tra1 component of the SAGA complex, recruiting Mediator and the general transcriptional machinery to initiate transcription.<br><br> | ||
+ | <b>BBa_K2374006—TH-GAL80ts</b><br> | ||
+ | We use the specific promoter pleP (TH Promoter) to control the fixed expression of GAL80ts, because of the specificity of pleP, GAL80ts express in tissue which express dopamine specifically.<br> | ||
+ | At 25°C, GAL4 and GAL80ts express, GAL80tsp conbine with GAL4p then stop it to bind to UAS, so the TH do not express.At 29℃, GAL80ts is inactivated, which cannot combine with GAL4p, so GAL4p binds to UAS and starts the expression of TH, leading to the high expression of dopamine. | ||
+ | </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">That's it!</div> | ||
+ | <p class="mdl-typography--headline mdl-typography--font-thin" style="margin-bottom:0px"> | ||
+ | This page has sadly ended, if you want you can go back | ||
+ | </p> | ||
+ | <p> | ||
+ | <a class="mdl-typography--font-regular mdl-typography--text-uppercase android-alt-link" href=""> | ||
+ | Home <i class="material-icons">chevron_right</i> | ||
+ | </a> | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <footer class="android-footer mdl-mega-footer"> | ||
+ | <div class="mdl-mega-footer--top-section"> | ||
+ | <!-- <div class="mdl-mega-footer--left-section"> | ||
+ | <button class="mdl-mega-footer--social-btn"></button> | ||
+ | | ||
+ | <button class="mdl-mega-footer--social-btn"></button> | ||
+ | | ||
+ | <button class="mdl-mega-footer--social-btn"></button> | ||
+ | </div> --> | ||
+ | <div class="mdl-mega-footer--right-section"> | ||
+ | <a class="mdl-typography--font-light" href="#top"> | ||
+ | Back to Top | ||
+ | <i class="material-icons">expand_less</i> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="mdl-mega-footer--middle-section"> | ||
+ | <p class="mdl-typography--font-light" style="text-align:right">This page was adapted from a template from getmdl.io</p> | ||
+ | </div> | ||
+ | |||
+ | <!-- <div class="mdl-mega-footer--bottom-section"> | ||
+ | <a class="android-link android-link-menu mdl-typography--font-light" id="version-dropdown"> | ||
+ | iGEM quicklinks | ||
+ | <i class="material-icons">arrow_drop_up</i> | ||
+ | </a> | ||
+ | <ul class="mdl-menu mdl-js-menu mdl-menu--top-left mdl-js-ripple-effect" for="version-dropdown"> | ||
+ | <li class="mdl-menu__item" href="https://2017.igem.org/Main_Page">Home Page</li> | ||
+ | <li class="mdl-menu__item" href="https://twitter.com/iGEM">Twitter</li> | ||
+ | <li class="mdl-menu__item" href="https://www.instagram.com/igem_hq/">Instagram</li> | ||
+ | <li class="mdl-menu__item" href="https://www.facebook.com/iGEMFoundation/">Facebook</li> | ||
+ | </ul> | ||
+ | <a class="android-link android-link-menu mdl-typography--font-light" id="developers-dropdown"> | ||
+ | Another expandable | ||
+ | <i class="material-icons">arrow_drop_up</i> | ||
+ | </a> | ||
+ | <ul class="mdl-menu mdl-js-menu mdl-menu--top-left mdl-js-ripple-effect" for="developers-dropdown"> | ||
+ | <li class="mdl-menu__item" href="">Info</li> | ||
+ | <li class="mdl-menu__item" href="">Info 2</li> | ||
+ | <li class="mdl-menu__item" href="">More</li> | ||
+ | <li class="mdl-menu__item" href="">More2</li> | ||
+ | </ul> | ||
+ | <a class="android-link mdl-typography--font-light" href="">Blog</a> | ||
+ | <a class="android-link mdl-typography--font-light" href="">Privacy Policy</a> | ||
+ | </div> --> | ||
+ | |||
+ | </footer> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 18:22, 31 October 2017
Tongji iGEM
TongJi iGEM
Parts
Discover our genetic constructs and designs
expand_more
expand_more
Our plasmids are based on pUAST+3xHA, for which works for UAS-GAL4 system in Drosophila, and we transform it to pUAST+oligo which removed UAS and inserted a new MCS for constructing needs.
pUAST-3xHA is an expression vector commonly used in Drosophila research, and it is based on pUC8 vector.
The P3 and P5 are the integrated efficiency elements from viruses, which lead the parts we constructed integrate to the Drosophila’s genome.
Hsp70 TATA is the site of contact for RNA polymerase II, in which will start the transcription of downstream gene inserted into MCS.
SV40 will start the expression of gene mini white, which could change the eyes’ color into red (white in wild type) when we integrate successfully. So it can help us screen out the modified flies.
The P3 and P5 are the integrated efficiency elements from viruses, which lead the parts we constructed integrate to the Drosophila’s genome.
Hsp70 TATA is the site of contact for RNA polymerase II, in which will start the transcription of downstream gene inserted into MCS.
SV40 will start the expression of gene mini white, which could change the eyes’ color into red (white in wild type) when we integrate successfully. So it can help us screen out the modified flies.
Basic Parts
Name | Type | Description | Length |
---|---|---|---|
BBa_K2374001 | Regulatory | TH (ple) promoter-> (fruit fly) | 458 |
BBa_K2374002 | Coding | GAL80ts (temperature dependent) | 1317 |
BBa_K2374003 | Coding | ple (Tyrosine 3-monooxygenase, TH) -> (fruit fly) | 1883 |
BBa_K2374004 | Coding | GAL4 (GALactose-responsive transcription factor) | 2652 |
BBa_K2374008 | DNA | UAS | 375 |
BBa_K2374001—TH (ple) promoter-> (fruit fly)
Pale is a tyrosine hydroxylase, the first and rate-limiting step in the synthesis of dopamine (and eventually, melanin). Dopamine has critical roles in system development. This part is a 452bp sequence in 5' upstream of the ple exon. This promoter starts in cell which express dopamine specifically. So we use it to start the expression of downstream gene GAL4 and GAL80ts in tissue which express TH.
BBa_K2374002—GAL80ts (temperature dependent)
GAL80ts is a mutation based on GAL80 which is a transcription regulator in Saccharomyces cerevisiae S288C. The activity of GAL80ts is temperature dependent. At 25℃, it is activated and will bind to GAL4 then deactivate it. At 29℃, GAL80ts were inactivated and could not bind to GAL4. For the temperature between 25-29℃, we did not detect.
BBa_K2374003—ple (Tyrosine 3-monooxygenase, TH) -> (fruit fly)
ple (TH) is a rate-limiting enzyme in the dopamine’s synthesis, and it plays an important role in the physiology of adrenergic neurons.
Catalytic activity:
L-tyrosine + tetrahydrobiopterin + O2 = L-dopa + 4a-hydroxytetrahydrobiopterin. This subpathway is part of the pathway dopamine biosynthesis, which is itself part of catecholamine biosynthesis.
BBa_K2374004—GAL4 (GALactose-responsive transcription factor)
In yeast, GAL4 regulates the GALactose metabolism. Transcriptional activation of GALactose utilization genes occurs when GAL4 binds to the upstream activation sequence (UAS) containing varying numbers of a 17-mer repeat. GAL4 binds to DNA as a dimer through a Zn(2)-Cys(6) zinc finger. The N-terminal region mediates both dimerization and DNA binding and contains a nuclear localization signal, while an acidic C-terminal domain controls transcriptional activation. GAL4 directly interacts with the Tra1 component of the SAGA complex, recruiting Mediator and the general transcriptional machinery to initiate transcription. This ability to activate transcription is retained when GAL4 is expressed in other species including plants, human cell lines, zebrafish, and Drosophila.
BBa_K2374008—UAS
An upstream activating sequence or upstream activation sequence (UAS) is a cis-acting regulatory sequence. It is distinct from the promoter and increases the expression of a neighboring gene. Due to its essential role in activating transcription, the UAS is often considered to be analogous to the function of the enhancer in multicellular eukaryotes. Upstream activation sequences are a crucial part of induction, enhancing the expression of the protein of interest through increased transcriptional activity. The UAS is found adjacently upstream to a minimal promoter (TATA box) and serves as a binding site for transactivators. If the transcriptional transactivator does not bind to the UAS in the proper orientation then transcription cannot begin.
Basic Parts
Name | Type | Description | Length |
---|---|---|---|
BBa_K2374003 |
Composite |
UAS-TH -> (fruit fly) |
2131 |
BBa_K2374005 |
Composite |
TH-GAL4 |
3110 |
BBa_K2374006 |
Composite |
TH-GAL80ts |
1777 |
BBa_K2374003—UAS-TH -> (fruit fly)
The expression level of TH is controlled by upstream activating sequence, when GAL4 binds to the GAL4 binding sequence, RNA polymerase II will bind to the downstream hsp70 TATA and start the expression of neighboring gene TH, in which could overexpress it, and then increase the expression of dopamine.
BBa_K2374005—TH-GAL4
We use the specific promoter pleP (TH Promoter) to control the fixed expression of GAL4, because of the specificity of pleP, GAL4 express in tissue which express dopamine specifically. Then GAL4 binds to the upstream activation sequence (UAS) containing varying numbers of a 17-mer repeat. GAL4 binds to DNA as a dimer through a Zn(2)-Cys(6) zinc finger, and directly interacts with the Tra1 component of the SAGA complex, recruiting Mediator and the general transcriptional machinery to initiate transcription.
BBa_K2374006—TH-GAL80ts
We use the specific promoter pleP (TH Promoter) to control the fixed expression of GAL80ts, because of the specificity of pleP, GAL80ts express in tissue which express dopamine specifically.
At 25°C, GAL4 and GAL80ts express, GAL80tsp conbine with GAL4p then stop it to bind to UAS, so the TH do not express.At 29℃, GAL80ts is inactivated, which cannot combine with GAL4p, so GAL4p binds to UAS and starts the expression of TH, leading to the high expression of dopamine.