|
|
(25 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
− | {{Cornell}}
| |
| <html> | | <html> |
| + | <head> |
| + | <style> |
| + | /* hides "Team:Cornell" and iGEM logo */ |
| + | #top_title { |
| + | display: none; |
| + | } |
| | | |
| + | /* removes padding below footer */ |
| + | #globalWrapper { |
| + | padding: 0; |
| + | } |
| | | |
| + | #content { |
| + | background: #0d1c38; |
| + | padding: 0px; |
| + | width: 100% !important; |
| + | margin-top: 0px; |
| + | margin-left: 0px ; |
| + | } |
| | | |
− | <div class="column full_size judges-will-not-evaluate">
| + | /* removes default styling for home banner tagline */ |
− | <h3>★ ALERT! </h3>
| + | #HQ_page p { |
− | <p>This page is used by the judges to evaluate your team for the <a href="https://2018.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2018.igem.org/Judging/Awards"> award listed below</a>. </p>
| + | font-family: 'Open Sans', sans-serif; |
− | <p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2018.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
| + | font-size: 16px; |
− | </div>
| + | } |
| | | |
| + | /* removes small extra margin at very bottom below footer */ |
| + | p { |
| + | margin: 0; |
| + | } |
| | | |
− | <div class="clear"></div>
| + | .notebook-header-text { |
| + | margin-top: 1em; |
| + | margin-bottom: 1em; |
| + | } |
| | | |
| + | /* removes bullets from Toolkit dropdown menu */ |
| + | ul { |
| + | list-style-image: none; |
| + | } |
| | | |
| + | .standard-page-side-bar > li > a { |
| + | text-decoration: none; |
| + | color: #c93843; |
| + | font-weight: bold; |
| + | font-size: 16px; |
| + | } |
| + | </style> |
| | | |
| + | <title>Team:Cornell/Composite - 2018.igem.org</title> |
| + | <!-- CSS --> |
| + | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:Cornell/styles?action=raw&ctype=text/css"> |
| + | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:Cornell/grids?action=raw&ctype=text/css"> |
| + | <!-- JS --> |
| + | <script src="https://2018.igem.org/Team:Cornell/jquerymin?action=raw&ctype=text/javascript"></script> |
| + | <script src="https://2018.igem.org/Team:Cornell/mainJS?action=raw&ctype=text/javascript" type="text/javascript"></script> |
| + | </head> |
| + | <body> |
| + | <div class="standard-page-wrapper"> |
| + | <!------------------------ NAV BAR START ------------------------> |
| + | <nav> |
| + | <div class="nav-bar-wrapper"> |
| + | <div> |
| + | <div class="nav-bar-logo"> |
| + | <a href="https://2018.igem.org/Team:Cornell"><img src="https://static.igem.org/mediawiki/2018/a/af/T--Cornell--OscillateLogo.png" alt="Oscillate"></a> |
| + | </div> |
| + | <div class="nav-bar-main-menu"> |
| + | <div class="dropdown"> |
| + | <button class="dropbtn">TEAM</button> |
| + | <div class="dropdown-content team-dropdown-content"> |
| + | <a href="https://2018.igem.org/Team:Cornell/Team">BIOS</a> |
| + | <a href="https://2018.igem.org/Team:Cornell/Sponsors">SPONSORS</a> |
| + | <a href="https://2018.igem.org/Team:Cornell/Attributions">ATTRIBUTIONS</a> |
| + | </div> |
| + | </div> |
| + | <div class="dropdown"> |
| + | <button class="dropbtn">OUTREACH</button> |
| + | <div class="dropdown-content outreach-dropdown-content"> |
| + | <a href="https://2018.igem.org/Team:Cornell/Collaborations">COLLABORATIONS</a> |
| + | <a href="https://2018.igem.org/Team:Cornell/Public_Engagement">PUBLIC ENGAGEMENT</a> |
| + | </div> |
| + | </div> |
| + | <div class="dropdown"> |
| + | <button class="dropbtn">HUMAN-CENTERED DESIGN</button> |
| + | <div class="dropdown-content human-dropdown-content"> |
| + | <a href="https://2018.igem.org/Team:Cornell/Human_Practices">PRACTICES</a> |
| + | <a href="https://2018.igem.org/Team:Cornell/Policies">POLICIES</a> |
| + | <a href="https://2018.igem.org/Team:Cornell/Entrepreneurship">ENTREPRENEURSHIP</a> |
| + | </div> |
| + | </div> |
| + | <div class="dropdown"> |
| + | <button class="dropbtn">MODELING</button> |
| + | <div class="dropdown-content modeling-dropdown-content"> |
| + | <a href="https://2018.igem.org/Team:Cornell/Model">MODELING</a> |
| + | <a href="https://2018.igem.org/Team:Cornell/Testing">TESTING</a> |
| + | </div> |
| + | </div> |
| + | <div class="dropdown"> |
| + | <button class="dropbtn active-page">TOOLKIT</button> |
| + | <div class="dropdown-content toolkit-dropdown-content"> |
| + | <ul> |
| + | <div class="nav-first-col"> |
| + | <li class = "wet-lab-list-title"><b>WET LAB</b></li> |
| + | <li><a href="https://2018.igem.org/Team:Cornell/Foundations">FOUNDATIONS</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Cornell/Demonstrate">DEMONSTRATE</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Cornell/InterLab">INTERLAB</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Cornell/Parts">PARTS</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Cornell/Basic_Part">BASIC PARTS</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Cornell/Composite_Part">COMPOSITE PARTS</a></li> |
| + | </li> |
| + | </div> |
| + | <div class="nav-second-col"> |
| + | <li class = "doc-list-title"><b>DOCUMENTATION</b></li> |
| + | <li><a href="https://2018.igem.org/Team:Cornell/Notebook">NOTEBOOK</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Cornell/Safety">SAFETY</a></li> |
| + | </li> |
| + | </div> |
| + | </ul> |
| + | </div> |
| + | </div> |
| + | <div class="dropdown"> |
| + | <button class="dropbtn" onclick="location.href='https://2018.igem.org/Team:Cornell/About'">ABOUT</button> |
| + | </div> |
| + | <div class="dropdown"> |
| + | <button class="dropbtn" onclick="location.href='https://2018.igem.org/Team:Cornell'">HOME</button> |
| + | </div> |
| + | </div> |
| + | </div> |
| + | </div> |
| + | </nav> |
| + | <!------------------------ NAV BAR END ------------------------> |
| + | |
| + | <!------------------------ COMPOSITE PAGE BANNER START ------------------------> |
| + | <header class="no-pic-banner"> |
| + | <svg viewBox="0 0 100 100" width=100% height=100%> |
| + | <polygon points="-50,50 50,10 150,50 50,90" fill="white" fill-opacity="0.4"></polygon> |
| + | <text class="standard-page-banner-title" text-anchor="middle" alignment-baseline="middle" x=50% y=50% >Composite Part</text> |
| + | </svg> |
| + | </header> |
| + | <!------------------------ COMPOSITE PAGE BANNER END ------------------------> |
| | | |
| + | <!------------------------ STANDARD PAGE SIDE BAR + CONTENT START ------------------------> |
| + | <div class="standard-page-side-bar-content-wrapper"> |
| + | <!------------------------ STANDARD PAGE SIDE BAR START ------------------------> |
| + | <div class="standard-page-side-bar-wrapper"> |
| + | <ul class="standard-page-side-bar"> |
| + | <li><a href="#reporterconstructs">REPORTER CONSTRUCTS</a></li> |
| + | <li><a href="#combinationconstructs">COMBINATION CONSTRUCTS</a></li> |
| + | </ul> |
| + | </div> |
| + | <!------------------------ STANDARD PAGE SIDE BAR END ------------------------> |
| | | |
− | <div class="column full_size"> | + | <!------------------------ STANDARD PAGE CONTENT START ------------------------> |
− | <h1>Composite Parts</h1> | + | <div class="standard-page-content-wrapper"> |
− | | + | <div class="standard-page-content-section"> |
− | | + | <p class="standard-page-content-text"> |
− | <p> | + | This year, we are proud to present a variety of parts that ultimately allow for control of gene expression using specific frequency-based signals. The final gene products of these constructs can be replaced by any gene of interest, making these parts a versatile platform for precisely regulating a gene’s expression in multi-plasmid or construct systems. We have submitted BBa_K2561003 for consideration for best composite part. |
− | A composite part is a functional unit of DNA consisting of two or more basic parts assembled together. <a href="http://parts.igem.org/wiki/index.php/Part:BBa_I13507">BBa_I13507</a> is an example of a composite part, consisting of an RBS, a protein coding region for a red fluorescent protein, and a terminator.
| + | </p> |
− | </p> | + | </div> |
− | | + | <div class="standard-page-content-section-last"> |
− | <p>New composite BioBrick devices can be made by combining existing BioBrick Parts (like Inverters, Amplifiers, Smell Generators, Protein Balloon Generators, Senders, Receivers, Actuators, and so on).</p> | + | <div class="standard-page-content-title"><div id="reporterconstructs">Reporter Constructs</div></div> |
− | </div> | + | <hr class="yellow-accent-line-left"> |
− | | + | <div class="standard-page-content-subheading"></div> |
− | <div class="column full_size"> | + | <p class="standard-page-content-text"> |
− | <div class="highlight decoration_background"> | + | These two composite parts were used to demonstrate the oscillatory nature of our genetic circuit. While incubated at 37 degrees Celsius, cells expressing the low pass reporter construct would express sfGFP (the reporter molecule), while cells expressing the high pass reporter construct would cease expression of sfGFP (normally constitutively expressed) |
− | <h3>Note</h3> | + | </p> |
− | <p>This page should list all the composite parts your team has made during your project. You must add all characterization information for your parts on the Registry. You should not put characterization information on this page. Remember judges will only look at the first part in the list for the Best Composite Part award, so put your best part first!</p> | + | <div class="standard-page-content-subheading">BBa_K2561005: High Pass Reporter Construct</div> |
− | </div> | + | <br> |
− | </div> | + | <p class="standard-page-content-text">A composite part consisting of a constitutively-active promoter sequence (J23100) that drives the expression of TetR (BBa_C0040) that in turn directs the expression of downstream reporter products. Translation of TetR is additionally controlled by an upstream RNA thermometer construct that prevents recognition and binding of the RBS at temperatures lower than 32 degrees Celsius. The TetR produced represses the expression of a sfGFP reporter molecule that is normally constitutively expressed under the pTet promoter (BBa_R0040). TetR is tagged with a degradation tag (BBa_K2333405) characterized by the 2017 William and Mary team that targets it for degradation by the mf-Lon protease; this allows fluorescence signal to return to basal levels between oscillations. </p> |
− | | + | <img class="standard-page-content-image" src="https://static.igem.org/mediawiki/2018/f/fc/T--Cornell--demonstrateFigure1b.png" id="composite-img"> |
− | | + | <div class="standard-page-content-section"> |
− | | + | <div class="standard-page-content-subheading">BBa_K2561003: Low Pass Reporter Construct</div> |
− | <div class="column full_size"> | + | <br> |
− | <h3>Best Composite Part Special Prize</h3> | + | <p class="standard-page-content-text">A composite part consisting of a constitutively-active promoter sequence (J23100) that drives the expression of an orthogonal sigma factor (Sigma F, BBa_K2561001) that in turn directs the expression of downstream reporter products. Translation of Sigma F is additionally controlled by an upstream RNA thermometer construct that prevents recognition and binding of the RBS at temperatures lower than 32 degrees Celsius. The Sigma F produced can associate with the core RNA polymerase and bind the downstream PF2 promoter sequence (to direct expression of sfGFP, a reporter molecule. Sigma F is tagged with a degradation tag (BBa_K2333405) characterized by the 2017 William and Mary team that targets it for degradation by the mf-Lon protease; this allows fluorescence signal to return to basal levels between oscillations.</p> |
− | | + | <img class="standard-page-content-image" src="https://static.igem.org/mediawiki/2018/b/bd/T--Cornell--demonstrateFigure1a.png" id="composite-img"> |
− | <p>To be eligible for this award, this part must adhere to <a href="http://parts.igem.org/DNA_Submission">Registry sample submission guidelines</a> and have been sent to the Registry of Standard Biological Parts. If you have a part you wish to nominate your team for this <a href="https://2018.igem.org/Judging/Awards">special prize</a>, make sure you add your part number to your <a href="https://2018.igem.org/Judging/Judging_Form">judging form</a> and delete the box at the top of this page. | + | </div> |
− | | + | <div class="standard-page-content-section-last"> |
− | <br><br> | + | <div class="standard-page-content-title"><div id="combinationconstructs">Combination Constructs</div></div> |
− | <b>Please note:</b> Judges will only look at the first part number you list, so please only enter ONE (1) part number in the judging form for this prize. </p>
| + | <hr class="yellow-accent-line-left"> |
− | | + | <div class="standard-page-content-subheading"></div> |
− | </div> | + | <img class="standard-page-content-image" src="https://static.igem.org/mediawiki/2018/5/57/T--Cornell--CombinationConstructSchematics.jpg" id="composite-img" style="height: 250px;"> |
| + | <p class="standard-page-content-text"> |
| + | The following two parts were designed to be be cotransformed into the same cell to control expression of a gene of interest under the control of the sigma-54-dependent <i>hrpL</i> promoter. |
| + | </p> |
| + | <div class="standard-page-content-subheading">BBa_K2561006: High Pass Combination Construct (AND gate)</div> |
| + | <p class="standard-page-content-text"> |
| + | A composite part consisting of a constitutively-active promoter sequence (J23100) that drives the expression of TetR (BBa_C0040) that in turn directs the expression of downstream gene products. Translation of TetR is additionally controlled by an upstream RNA thermometer construct that prevents recognition and binding of the RBS at temperatures lower than 32 degrees Celsius. The TetR produced represses the expression of HrpR, an enhancer-binding protein that forms a heteromeric complex with HrpS to regulate expression of the sigma-54-dependent <i>hrpL</i> promoter. TetR is tagged with a degradation tag (BBa_K2333405) characterized by the 2017 William and Mary team that targets it for degradation by the mf-Lon protease; this prevents leaky expression signals between oscillations. This part should be used in conjunction with the Low Pass Combination Construct (AND gate) part (BBa_K2561004). |
| + | </p> |
| + | <img class="standard-page-content-image" src="https://static.igem.org/mediawiki/2018/5/51/T--Cornell--demonstrateFigure1d.png" id="composite-img" style="padding-bottom: 0"> |
| + | <div class="standard-page-content-subheading">BBa_K2561004: Low Pass Combination Construct (AND gate)</div> |
| + | <p class="standard-page-content-text"> |
| + | A composite part consisting of a constitutively-active promoter sequence (J23100) that drives the expression of an orthogonal sigma factor (SigmaF) that in turn directs the expression of downstream gene products. Translation of Sigma F is additionally controlled by an upstream RNA thermometer construct that prevents recognition and binding of the RBS at temperatures lower than 32 degrees Celsius. The SigmaF produced can associate with the core RNA polymerase and bind the downstream PF2 promoter sequence to direct expression of HrpS, an enhancer-binding protein that forms a heteromeric complex with HrpR to regulate expression of the sigma-54-dependent <i>hrpL</i> promoter. Sigma F is tagged with a degradation tag (BBa_K2333405) characterized by the 2017 William and Mary team that targets it for degradation by the mf-Lon protease; this prevents leaky expression signals between oscillations.This part should be used in conjunction with the High Pass Combination Construct (AND gate) part (BBa_K2561006). |
| + | </p> |
| + | <img class="standard-page-content-image" src="https://static.igem.org/mediawiki/2018/a/ab/T--Cornell--demonstrateFigure1c.png" id="composite-img" style="padding-bottom: 0"> |
| + | </div> |
| + | </div> |
| + | <!------------------------ STANDARD PAGE CONTENT END ------------------------> |
| + | </div> |
| + | <!------------------------ STANDARD PAGE SIDE BAR + CONTENT END ------------------------> |
| + | </div> |
| | | |
| + | <!------------------------ FOOTER START ------------------------> |
| + | <footer> |
| + | <div class="footer-wrapper"> |
| + | <div class="icon-wrapper"> |
| + | <a class="icon" href="http://facebook.com/cornelligem"><img src="https://static.igem.org/mediawiki/2018/3/30/T--Cornell--Facebook.jpg"></a> |
| + | </div> |
| + | <div class="icon-wrapper"> |
| + | <a class="icon" href="http://twitter.com/cugem"><img src="https://static.igem.org/mediawiki/2018/0/02/T--Cornell--Twitter.jpg"></a> |
| + | </div> |
| + | <div class="icon-wrapper"> |
| + | <a class="icon" href="https://www.instagram.com/cugem/"><img src="https://static.igem.org/mediawiki/2018/a/ae/T--Cornell--Instagram.jpg"></a> |
| + | </div> |
| + | <div class="icon-wrapper icon-wrapper-last"> |
| + | <a class="icon" href="https://www.youtube.com/channel/UCJt-5JfyoucUJXC1EsTllhg"><img src="https://static.igem.org/mediawiki/2018/7/77/T--Cornell--Youtube.jpg"></a> |
| + | </div> |
| + | </div> |
| + | </footer> |
| + | <!------------------------ FOOTER END ------------------------> |
| + | </div> |
| + | </body> |
| </html> | | </html> |