Team:UPF CRG Barcelona

Wiki

<link rel="stylesheet" href="https://2018.igem.org/Team:UPF_CRG_Barcelona/styles?action=raw&ctype=text/css" type='text/css'>
 <style>
   a {
     text-decoration: none;
     p {
       text-decoration: none;
     }
   }
 </style>
   <nav class="navbar has-shadow" role="navigation" aria-label="main navigation" id="navbar">
   </nav>
   <header id="header">
         <a class="swiper-slide swiper-slide-menu" href="Basic.html">
           <embed src="assets/T--UPF_CRG_Barcelona--basicpart.svg" alt="">

Basic Parts

         </a>
         <a class="swiper-slide swiper-slide-menu" href="Intermediate.html">
           <img style="height: 50px" src="assets/T--UPF_CRG_Barcelona--compositepart.svg" alt="">

Construction
Intermediates

         </a>
         <a class="swiper-slide swiper-slide-menu" href="Composite.html">
           <embed src="assets/T--UPF_CRG_Barcelona--compositepart.svg" alt="">

Composite Parts

         </a>
         <a class="swiper-slide swiper-slide-menu" href="Improve.html">
           <embed src="assets--UPF_CRG_Barcelona--improvedpart_1.svg" alt="">

Improved Parts

         </a>
         <a class="swiper-slide swiper-slide-menu" href="Registry.html">
           <embed src="assets/T--UPF_CRG_Barcelona--registryparts.svg" alt="">

Parts Registry

         </a>
   </header>
 <main>
   <section class="">

BASIC PARTS

BBa_K2581014: FadE

The UPF_CRG_Barcelona iGEM team 2018 has synthesized this part as a result of a pcr amplification from the DH5-alpha E. coli strain. It consists of the coding sequence of the acyl-coA dehydrogenase (FadE) gene which converts acyl-coA into enoyl-coA. This part is a twin of the BBa_K861020).

<img src="/assets/T--UPF_CRG_Barcelona--partFadE.svg" style="width: 35%;">

BBa_K2581015: FadL

The UPF_CRG_Barcelona iGEM team 2018 has synthesized this part as a result of a pcr amplification from the DH5-alpha E. coli strain. It consists of the coding sequence of the transmembrane protein FadL. This gene has an essential role in the fatty acid transportation across the cell membrane via a transportation.

<img src="/assets/T--UPF_CRG_Barcelona--partFadL.svg" style="width: 35%;">

Bba_K2581016: FadD

The UPF_CRG_Barcelona iGEM team 2018 has synthesized this part as a result of a pcr amplification from the DH5-alpha E. coli strain. It consists of the coding sequence of the acyl-coA synthetase gene FadD. This gene has an essential role in the fatty acid transportation inside the cell and in acyl-activation mechanism.

<img src="/assets/T--UPF_CRG_Barcelona--partFadD.svg" style="width: 35%;">

BBa_K2581020: pAR

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). This new promoter has two binding sites for FadR in comparison with the existing part.

<img src="/assets/T--UPF_CRG_Barcelona--pARbasic.svg" style="width: 35%;">


   </section>
 </main>
 <footer class="footer">

Follow us at:

       <a class="social" href="https://www.instagram.com/igembarcelona/"><embed class="social-svg" src="assets/T--UPF_CRG_Barcelona--instagram.svg"
           alt=""></a>
       <a class="social" href="https://twitter.com/igemBarcelona"><embed class="social-svg" src="assets/T--UPF_CRG_Barcelona--twitter.svg"
           alt=""></a>
       <a class="social" href="https://www.facebook.com/igembarcelona/"><embed class="social-svg" src="assets/T--UPF_CRG_Barcelona--facebook.svg"
           alt=""></a>

Contact us:

igem [at] upf [dot] edu

PRBB Building

Doctor Aiguader 88, 08003 Barcelona (Spain)

 </footer>

<script src="https://2018.igem.org/Team:UPF_CRG_Barcelona/scripts?action=raw&ctype=text/javascript" charset="utf-8" type="text/javascript"></script>

 <script src="js/scripts.js"></script>
 <script src="js/devel.js"></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>