Line 1: | Line 1: | ||
− | + | ||
+ | |||
{{Freiburg/Navbar}} | {{Freiburg/Navbar}} | ||
− | |||
<html> | <html> | ||
− | |||
<head> | <head> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<style> | <style> | ||
+ | .table, th, td { | ||
+ | border: 1px solid black; | ||
+ | border-collapse: collapse; | ||
+ | } | ||
+ | table{ | ||
+ | width:95% | ||
+ | } | ||
− | . | + | .th, td { |
− | + | padding: 5px; | |
− | + | ||
} | } | ||
− | |||
− | |||
− | + | button.accordion { | |
+ | background-color: #eee; | ||
+ | color: #444; | ||
+ | cursor: pointer; | ||
+ | padding: 25px; | ||
+ | width: 100%; | ||
+ | border: none; | ||
+ | text-align: left; | ||
+ | outline: none; | ||
+ | font-size: 20px; | ||
+ | transition: 1s; | ||
+ | border-radius: 10px 10px 0px 0px; | ||
+ | font-weight: 600; | ||
+ | padding-left: 40px; | ||
+ | } | ||
+ | button.accordion.active, button.accordion:hover { | ||
+ | background-color: #ccc; | ||
+ | } | ||
− | + | div.panel { | |
− | + | padding: 0 18px; | |
− | + | background-color: white; | |
− | + | max-height: 0; | |
− | + | overflow: hidden; | |
− | + | transition: max-height 1s ease-in; | |
− | + | border-radius: 0px 0px 10px 10px; | |
− | + | } | |
− | + | ||
− | + | .formula{ | |
− | + | width: 95%; | |
+ | float: left; | ||
+ | clear: left; | ||
+ | border: 1px solid blue; | ||
+ | |||
+ | } | ||
− | + | .num{ | |
− | + | width: 5%; | |
+ | float: right; | ||
+ | clear: right; | ||
+ | border: 1px solid red; | ||
+ | } | ||
− | + | .centered{ | |
+ | -webkit-align-self: center; /* Safari 7.0+ */ | ||
+ | align-self: center | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | <script src="https://2017.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | ||
+ | </script> | ||
+ | </head> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | + | <body> |
− | + | ||
− | < | + | <div class="container"> |
− | < | + | <div class="row"> |
− | < | + | <div class="col-md-12 text-center"> |
− | < | + | <div class="flex-container"> |
− | < | + | <div class="item"> |
− | < | + | <h1 align="center">Modeling</h1> |
+ | <div class="item"> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="item"> | ||
− | < | + | <h2 align="center">Finding the CARTEL<sup>TM</sup> AND gate</h2> |
− | < | + | |
+ | <div class="formula"> | ||
+ | <div class="centered"> | ||
+ | <p align="center">This text should be centered </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="num"> | ||
+ | <p>This text schould be on the right</p> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <p> | ||
+ | The hypoxia response element (<i>HRE</i>), cAMP response element (<i>CRE</i>) and <i>CTLA4</i> promoter can be utilized for a more specific <i>CAR</i> expression. Combining these three enhancers in an AND gate to allow a specific <i>CAR</i> expression (Brophy et al., 2014) proved to be quite challenging. Using endogenous systems came with a drawback - a knockout or knockdown of either <i>HIF1</i>, <i>VEGFR-2</i> or <i>TDAG8</i> had to be generated. | ||
+ | </p> | ||
+ | |||
+ | |||
− | |||
− | <math xmlns="http://www.w3.org/1998/Math/MathML">< | + | |
+ | <div class="col-sm-1"></div> | ||
+ | <div class="col-sm-10"> | ||
+ | <p> | ||
+ | <math xmlns="http://www.w3.org/1998/Math/MathML"><mi>f</mi><mo>'</mo><mo>(</mo><mi>t</mi><mo>)</mo><mo>=</mo><mi>a</mi><mo>(</mo><mi>z</mi><mo>)</mo><mo>-</mo><msub><mi>k</mi><mn>1</mn></msub><mo>*</mo><mi>f</mi><mo>(</mo><mi>t</mi><mo>)</mo></math> | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="col-sm-1"><p>(1)</p></div> | ||
− | < | + | |
− | <math xmlns="http://www.w3.org/1998/Math/MathML">< | + | <div class="col-sm-1"></div> |
+ | <div class="col-sm-10"> | ||
+ | <p> | ||
+ | <math xmlns="http://www.w3.org/1998/Math/MathML"><mi>y</mi><mo>'</mo><mo>(</mo><mi>t</mi><mo>)</mo><mo>=</mo><msub><mi>k</mi><mn>2</mn></msub><mo>*</mo><mi>f</mi><mo>(</mo><mi>t</mi><mo>)</mo><mo>-</mo><msub><mi>k</mi><mn>3</mn></msub><mo>*</mo><mi>y</mi><mo>(</mo><mi>t</mi><mo>)</mo></math> | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="col-sm-1"><p>(2)</p></div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!-- Panel 2 ----------------------------------------> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- END PANEL 2 -------------------------------------------------> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
− | + | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-12 text-center"> | ||
+ | <div class="flex-container"> | ||
+ | <div class="col-sm-6"> | ||
+ | <div class="image_box left" style="float:right"> | ||
+ | <div class="figure" style="width:195px"> | ||
+ | <div class="figureinner"> | ||
+ | <div id="cf"> | ||
+ | <a href="https://2017.igem.org/Team:Freiburg/Applied_Design"><img class="bottom" src="https://static.igem.org/mediawiki/2017/a/a9/T-FREIBURG-car-red-left3.jpg" style="width:180px;height:50px;"> | ||
+ | <img class="top" src="https://static.igem.org/mediawiki/2017/b/b6/T-FREIBURG-carleft3.jpg" style="width:180px;height:50px;"> | ||
+ | </div> | ||
+ | <div class="figurecaption-car" style="float:right"> | ||
+ | <p><strong>Applied Design</strong></p></a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-sm-6"> | ||
+ | <div class="image_box right" style="float:left"> | ||
+ | <div class="figure" style="width:180px"> | ||
+ | <div class="figureinner"> | ||
+ | <div id="cf"> | ||
+ | <a href="https://2017.igem.org/Team:Freiburg/Basic_Part"><img class="bottom" src="https://static.igem.org/mediawiki/2017/9/9a/T-FREIBURG-car-red-right3.jpg" style="width:180px;height:50px;"> | ||
+ | <img class="top" src="https://static.igem.org/mediawiki/2017/7/73/T-FREIBURG-car-left3.jpg" style="width:180px;height:50px;"> | ||
+ | </div> | ||
+ | <div class="figurecaption-car" style="float:left"> | ||
+ | |||
+ | <p><strong>BioBricks</strong></p></a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | < | + | </div> |
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <script> | ||
+ | var acc = document.getElementsByClassName("accordion"); | ||
+ | var i; | ||
− | < | + | for (i = 0; i < acc.length; i++) { |
− | + | acc[i].onclick = function() { | |
− | + | this.classList.toggle("active"); | |
+ | var panel = this.nextElementSibling; | ||
+ | if (panel.style.maxHeight){ | ||
+ | panel.style.maxHeight = null; | ||
+ | } else { | ||
+ | panel.style.maxHeight = panel.scrollHeight + "px"; | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </script> | ||
+ | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
− | + | </html> | |
− | + | ||
− | + | ||
− | |||
{{Freiburg/Footer}} | {{Freiburg/Footer}} |
Revision as of 22:50, 30 October 2017
Modeling
Finding the CARTELTM AND gate
This text should be centered
This text schould be on the right
The hypoxia response element (HRE), cAMP response element (CRE) and CTLA4 promoter can be utilized for a more specific CAR expression. Combining these three enhancers in an AND gate to allow a specific CAR expression (Brophy et al., 2014) proved to be quite challenging. Using endogenous systems came with a drawback - a knockout or knockdown of either HIF1, VEGFR-2 or TDAG8 had to be generated.
(1)
(2)