Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
− | < | + | <link rel="stylesheet" href="https://2018.igem.org/Team:UPF_CRG_Barcelona/styles?action=raw&ctype=text/css" type='text/css'> |
+ | <body> | ||
+ | <div class="sticky-top"> | ||
+ | <nav class="navbar has-shadow" role="navigation" aria-label="main navigation" id="navbar"> | ||
+ | <div class="container"> | ||
− | <div class=" | + | <div class="navbar-brand"> |
− | < | + | <a class="navbar-logo" href="#"> |
− | < | + | <img src="assets/T--UPF_CRG_Barcelona--logosensebarcelona.svg" alt="iGEM Barcelona team 2018"> |
+ | </a> | ||
+ | <div class="navbar-burger" data-target="navbar-menu"> | ||
+ | <span></span> | ||
+ | <span></span> | ||
+ | <span></span> | ||
+ | </div> | ||
+ | </div> | ||
− | < | + | <!-- children of navbar-menu must be navbar-start and/or navbar-end --> |
− | < | + | <div class="navbar-menu" id="navbar-menu"> |
+ | <!-- navbar items --> | ||
+ | <div class="navbar-grid"> | ||
+ | <!--class is-active for showing active menu--> | ||
+ | <a class="navbar-item" href="Description.html">Project</a> | ||
+ | <a class="navbar-item" href="DryLab.html">DryLab</a> | ||
+ | <a class="navbar-item is-active" href="Parts.html">Parts</a> | ||
+ | <a class="navbar-item" href="Deliverables.html">Deliverables</a> | ||
+ | <a class="navbar-item" href="WetLab.html">WetLab</a> | ||
+ | <a class="navbar-item" href="Intro_HP.html">Human Practices</a> | ||
+ | <a class="navbar-item" href="Aboutteam.html">Team</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </nav> | ||
− | + | <header id="header"> | |
+ | <div id="blur"></div> | ||
+ | <!-- Swiper --> | ||
+ | <div class="swiper-container" id="sw-container"> | ||
+ | <div class="swiper-wrapper"> | ||
+ | <a class="swiper-slide swiper-slide-menu" href="Basic.html"> | ||
+ | <embed src="assets/T--UPF_CRG_Barcelona--basicpart.svg" alt=""> | ||
+ | <p>Basic Parts</p> | ||
+ | </a> | ||
+ | <a class="swiper-slide swiper-slide-menu" href="Intermediate.html"> | ||
+ | <img style="height: 50px" src="assets/T--UPF_CRG_Barcelona--compositepart.svg" alt=""> | ||
+ | <p>Construction<br>Intermediates</p> | ||
+ | </a> | ||
+ | <a class="swiper-slide swiper-slide-menu" href="Composite.html"> | ||
+ | <embed src="assets/T--UPF_CRG_Barcelona--compositepart.svg" alt=""> | ||
+ | <p>Composite Parts</p> | ||
+ | </a> | ||
+ | <a class="swiper-slide swiper-slide-menu" href="Improve.html"> | ||
+ | <embed src="assets--UPF_CRG_Barcelona--improvedpart_1.svg" alt=""> | ||
+ | <p>Improved Parts</p> | ||
+ | </a> | ||
+ | <a class="swiper-slide swiper-slide-menu" href="Registry.html"> | ||
+ | <embed src="assets/T--UPF_CRG_Barcelona--registryparts.svg" alt=""> | ||
+ | <p>Parts Registry</p> | ||
+ | </a> | ||
+ | </div> | ||
+ | <!-- Add Arrows --> | ||
+ | <div class="swiper-button-next"></div> | ||
+ | <div class="swiper-button-prev"></div> | ||
+ | </div> | ||
+ | </header> | ||
+ | </div> | ||
− | < | + | <main> |
− | + | ||
+ | <section class=""> | ||
+ | |||
+ | <div> | ||
+ | <p class="page-title">IMPROVED PARTS</p> | ||
+ | |||
+ | <p><b>BBa_K2581011: T14_pAR2_RFP or Improved fatty acid acyl-CoA biosensor with weak RBS CANVIAR!!!</b></p> | ||
+ | <p>The UPF_CRG_Barcelona iGEM team 2018 has create this part as an improved element from the existing fatty | ||
+ | acid intracellular promoter pFadBA (BBa_K817002). It act as an intracellular biosensor of fatty acid acyl-coA | ||
+ | but in this case the high basality activity of the promoter has been reduced. </p> | ||
+ | <p>This biobrick consists in the assembly of a double terminator which allows forward and reverse terminator | ||
+ | (BBa_B0014), our improved promoter based on the previous pFadBA DNA sequence (BBa_K2581013), a weak RBS | ||
+ | (BBa_B0032) and a reporter gene, an engineered mutant of red fluorescent protein from <i>Discosoma striata</i> | ||
+ | (BBa_E1010). | ||
+ | </p> | ||
+ | <center><img src="/assets/T--UPF_CRG_Barcelona--goldenpart32.svg" style="width: 50%;"></center> | ||
+ | <p><b>BBa_K2581012: T14_pAR4_RFP or Improved fatty acid acyl-CoA biosensor with strong RBS</b></p> | ||
+ | <p>The UPF_CRG_Barcelona iGEM team 2018 has create this part as an improved element from the existing fatty | ||
+ | acid intracellular promoter pFadBA (BBa_k817002). It act as an intracellular biosensor of fatty acid acyl-coA | ||
+ | but in this case the high basality activity of the promoter has been reduced.</p> | ||
+ | <p>This biobrick consists in the assembly of a double terminator which allows forward and reverse terminator | ||
+ | (BBa_B0014), our improved promoter based on the previous pFadBA DNA sequence (BBa_K2581013), an strong RBS | ||
+ | (BBa_B0034) and a reporter gene, an engineered mutant of red fluorescent protein from <i>Discosoma striata</i> | ||
+ | (BBa_E1010). </p> | ||
+ | <center><img src="/assets/T--UPF_CRG_Barcelona--goldenpart34.svg" style="width: 50%;"></center> | ||
+ | </div> | ||
+ | |||
+ | </section> | ||
+ | <div class="spacer"></div> | ||
+ | |||
+ | </main> | ||
+ | |||
+ | |||
+ | <div class="spacer"></div> | ||
+ | </html> | ||
+ | |||
+ | {{UPF_CRG_Barcelona}} | ||
+ | |||
+ | <html> | ||
− | </ | + | <script src="https://2018.igem.org/Team:UPF_CRG_Barcelona/scripts?action=raw&ctype=text/javascript" charset="utf-8" type="text/javascript"></script> |
+ | <script> | ||
+ | // Initialize Swiper | ||
+ | var swiper = new Swiper('.swiper-container', { | ||
+ | slidesPerView: 5, | ||
+ | slidesPerGroup: 1, | ||
+ | loop: true, | ||
+ | freeMode: true, | ||
+ | observer: true, | ||
+ | watchOverflow: true, | ||
+ | navigation: { | ||
+ | nextEl: '.swiper-button-next', | ||
+ | prevEl: '.swiper-button-prev', | ||
+ | }, | ||
+ | keyboard: { | ||
+ | enabled: true, | ||
+ | }, | ||
+ | watchOverflow: true, | ||
+ | freeModeSticky: true, | ||
+ | mousewheel: { | ||
+ | forceToAxis: true, | ||
+ | }, | ||
+ | preventClicks: true, | ||
+ | iOSEdgeSwipeDetection: true, | ||
+ | observeParents: true, | ||
+ | breakpoints: { | ||
+ | 768: { | ||
+ | slidesPerView: 4, | ||
+ | }, | ||
+ | 640: { | ||
+ | slidesPerView: 3, | ||
+ | }, | ||
+ | 500: { | ||
+ | slidesPerView: 2, | ||
+ | }, | ||
+ | 320: { | ||
+ | slidesPerView: 1, | ||
+ | } | ||
+ | }, | ||
+ | }); | ||
+ | </script> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 22:32, 16 October 2018
IMPROVED PARTS
BBa_K2581011: T14_pAR2_RFP or Improved fatty acid acyl-CoA biosensor with weak RBS CANVIAR!!!
The UPF_CRG_Barcelona iGEM team 2018 has create this part as an improved element from the existing fatty acid intracellular promoter pFadBA (BBa_K817002). It act as an intracellular biosensor of fatty acid acyl-coA but in this case the high basality activity of the promoter has been reduced.
This biobrick consists in the assembly of a double terminator which allows forward and reverse terminator (BBa_B0014), our improved promoter based on the previous pFadBA DNA sequence (BBa_K2581013), a weak RBS (BBa_B0032) and a reporter gene, an engineered mutant of red fluorescent protein from Discosoma striata (BBa_E1010).
BBa_K2581012: T14_pAR4_RFP or Improved fatty acid acyl-CoA biosensor with strong RBS
The UPF_CRG_Barcelona iGEM team 2018 has create this part as an improved element from the existing fatty acid intracellular promoter pFadBA (BBa_k817002). It act as an intracellular biosensor of fatty acid acyl-coA but in this case the high basality activity of the promoter has been reduced.
This biobrick consists in the assembly of a double terminator which allows forward and reverse terminator (BBa_B0014), our improved promoter based on the previous pFadBA DNA sequence (BBa_K2581013), an strong RBS (BBa_B0034) and a reporter gene, an engineered mutant of red fluorescent protein from Discosoma striata (BBa_E1010).