Difference between revisions of "Team:BioIQS-Barcelona/Parts"

 
Line 43: Line 43:
 
     <link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">       
 
     <link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">       
 
     <!-- Importing fonts awesome, it doesnt work from allmin.css because of url('undefined'), needed to upload manually -->     
 
     <!-- Importing fonts awesome, it doesnt work from allmin.css because of url('undefined'), needed to upload manually -->     
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
+
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
  
  
Line 50: Line 50:
 
     <link rel="stylesheet" href="https://2018.igem.org/Template:BioIQS-Barcelona/css/adaptwiki?action=raw&ctype=text/css">
 
     <link rel="stylesheet" href="https://2018.igem.org/Template:BioIQS-Barcelona/css/adaptwiki?action=raw&ctype=text/css">
  
 
    <!-- Eliminar l'overflow de les comes de collaborations -->
 
 
     <style>
 
     <style>
        .cuttheword {
 
            /* To cut the long names of the images */
 
            /* These are technically the same, but use both */
 
            overflow-wrap: break-word;
 
            word-wrap: break-word;
 
           
 
            -ms-word-break: break-all;
 
            /* Instead use this non-standard one: */
 
            word-break: break-word;
 
           
 
            /* Adds a hyphen where the word breaks, if supported (No Blink) */
 
            -ms-hyphens: auto;
 
            -moz-hyphens: auto;
 
            -webkit-hyphens: auto;
 
            hyphens: auto;
 
            }
 
  
     #eliminateOverflowcommas:after{
+
     #groupparts{
         right:-15px;
+
         margin:auto
 
     }
 
     }
 +
    .tablesorter, #cuttheword {
 +
    /* To cut the long names of the images */
 +
    /* These are technically the same, but use both */
 +
    overflow-wrap: break-word;
 +
    word-wrap: break-word;
 +
   
 +
    -ms-word-break: break-all;
 +
    /* Instead use this non-standard one: */
 +
    word-break: break-word;
 +
   
 +
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
 +
    -ms-hyphens: auto;
 +
    -moz-hyphens: auto;
 +
    -webkit-hyphens: auto;
 +
    hyphens: auto;
 +
    }
 +
 +
 +
    .tablesorter {
 +
  width: 100% !important;
 +
  border-collapse: collapse !important;
 +
}
 +
 +
@media
 +
only screen and (max-width: 760px),
 +
(min-device-width: 768px) and (max-device-width: 1024px)  {
 +
 +
    #groupparts{
 +
        width: auto !important;
 +
    }
 +
/* Force table to not be like tables anymore */
 +
table, thead, tbody, th, td, tr {
 +
display: block !important;
 +
}
 +
 +
/* Hide table headers (but not display: none;, for accessibility) */
 +
thead tr {
 +
position: absolute !important;
 +
top: -9999px !important;
 +
left: -9999px !important;
 +
}
 +
 +
tr { border: 1px solid #ccc !important; }
 +
 +
td {
 +
/* Behave  like a "row" */
 +
border: none !important;
 +
border-bottom: 1px solid #eee !important;
 +
position: relative !important;
 +
padding-left: 50% !important;
 +
}
 +
 +
td:before {
 +
/* Now like a table header */
 +
position: absolute !important;
 +
/* Top/left values mimic padding */
 +
top: 6px !important;
 +
left: 6px !important;
 +
width: 45% !important;
 +
padding-right: 10px !important;
 +
white-space: nowrap !important;
 +
}
 +
 +
/*
 +
Label the data
 +
*/
 +
td:nth-of-type(1):before { content: ""; }
 +
td:nth-of-type(2):before { content: ""; }
 +
td:nth-of-type(3):before { content: ""; }
 +
td:nth-of-type(4):before { content: "Name"; }
 +
td:nth-of-type(5):before { content: "Type"; }
 +
td:nth-of-type(6):before { content: "Description"; }
 +
td:nth-of-type(7):before { content: "Designer"; }
 +
    td:nth-of-type(8):before { content: "Length"; }
 +
   
 +
    td, th {
 +
    width: 100% !important;
 +
    align: left !important;
 +
    text-align: left !important;
 +
    max-width:360px !important;
 +
}
 +
}
 +
 
     </style>
 
     </style>
  
Line 97: Line 162:
 
                 <div class="col-lg-7 my-auto">
 
                 <div class="col-lg-7 my-auto">
 
                     <div class="header-content">
 
                     <div class="header-content">
                         <h1 class="mb-5">Project | Collaborations</h1>
+
                         <h1 class="mb-5">Wet Lab | Parts</h1>
                         <a href="https://2018.igem.org/Team:BioIQS-Barcelona/Collaborations#collaborate" class="btn btn-outline btn-xl js-scroll-trigger">Have a look!</a>
+
                         <a href="https://2018.igem.org/Team:BioIQS-Barcelona/Parts#cl-description" class="btn btn-outline btn-xl js-scroll-trigger">Have a look!</a>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
Line 104: Line 169:
 
         </div>
 
         </div>
 
     </header>
 
     </header>
 
 
    <section class="collaborate text-center" id="collaborate">
 
        <div class="container">
 
            <div class="row">
 
                <div class="col-md-9 mx-auto">
 
                    <h2 class="section-heading orange" id="cuttheword">Collaboration is a must!</h2>
 
                    <div class="col-md-auto">
 
                        <h4 class="book orange block-sept comas" id="eliminateOverflowcommas"><i>When it comes to research, it is essential to establish collaborations with other teams. In the iGEM competition, there are several ways to share, communicate and set up a network with the community.</i></h4>
 
                    </div>
 
                </div>
 
                <div class="col-md-12 mx-auto block-sept">
 
                    <a class="js-scroll-trigger a-arrow" href="https://2018.igem.org/Team:BioIQS-Barcelona/Collaborations#cl-description"><span class="arrow down"></span></a>
 
                </div>
 
            </div>
 
        </div>
 
    </section>
 
  
 
     <section class="st-description block-desc" id="cl-description">
 
     <section class="st-description block-desc" id="cl-description">
Line 126: Line 174:
 
             <div class="row">
 
             <div class="row">
 
                 <div class="col-md-12 mx-auto">
 
                 <div class="col-md-12 mx-auto">
                     <h3 class="orange-intense">Strategy</h3>
+
                     <div class="row justify-content-center">
                    <h4 class="book orange">Our project includes two different strategies:</h4>
+
                        <div class="col-md-8">
                    <div class="row">
+
                            <div class="row justify-content-center">
 
+
                                <h2 class="section-heading orange">Basic Parts</h2>
                         <div class="col-md-6 right">
+
                            </div>
 +
                        </div>
 +
                         <div class="col-md-8 right">
 
                             <div class="row block-sept">
 
                             <div class="row block-sept">
 
                                 <div class="col-md-12">
 
                                 <div class="col-md-12">
                                     <h3 class="orange-medium book center">1st</h3>
+
                                     <p class="book orange-medium">Our basic parts consist of the alpha and beta chains of the HLA-DQ protein. Both chains can be obtained from genomic DNA of any celiac patient by PCR following the protocol that we designed in our <a href="https://2018.igem.org/Team:BioIQS-Barcelona/Basic_Part" target="_blank">basic parts page</a>.</p>
                                    <p class="book orange center">The obtention of the genes that codify for the &alpha; and &beta; chains of the HLA-DQ protein from a celiac patient.</p>
+
                                    <p class="book orange-medium">However, to get and submit the parts, we synthetized them after performing a codon optimization of the sequence for expression in <i>E. coli</i>. The aminoacidic sequence was obtained from the genomic sequence of a celiac patient. The parts were then amplified by PCR and cloned into the pSB1C3 vector.</p>
                                   
+
                                    <div class="col-md-12 center">
+
                                        <div class="row block-sept center">
+
                                            <div class="col-md-9 button center">
+
                                                <a class="text-transform" href="https://2018.igem.org/Team:BioIQS-Barcelona/Basic_Part">View basic parts</a>
+
                                            </div>
+
                                        </div>
+
                                    </div>
+
 
                                 </div>
 
                                 </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
 
+
                    </div>
                         <div class="col-md-6 left">
+
                    <div class="row justify-content-center">
 +
                        <div class="col-md-8">
 +
                            <div class="row justify-content-center">
 +
                                <h4 class="section-heading orange">BBa_K2879666: HLA-DQA:</h4>
 +
                            </div>
 +
                        </div>
 +
                         <div class="col-md-10 right">
 
                             <div class="row block-sept">
 
                             <div class="row block-sept">
 
                                 <div class="col-md-12">
 
                                 <div class="col-md-12">
                                     <h3 class="orange-medium book center">2nd</h3>
+
                                     <p class="book orange-medium">This biobrick corresponds to the HLA-DQA1*05:01 gene variant. Thus, when coupled to the protein encoded by the HLA-DQB1*02:01 gene variant (BBa_K2879800) it will form the HLA haplotype DQ2. This part only contains the exons 2 and 3 of the protein (which encode the extracellular domains of the protein), for more information see the design tab. Therefore, this part (HLA-DQA1) can be used in combination with part BBa_K2879800 (HLA-DQB) to form a variant of the HLA-DQ complex which recognizes the deaminated gliadin peptide, which plays a central role in celiac disease.</p>
                                    <p class="book orange">The design of an expression system for the heterologous expression of the HLA-DQ in <i>E. coli</i>.</p>
+
                                     <p class="book orange-medium">Note that this biobrick has been synthetized de novo and it has been codon optimized to be expressed in E. coli BL21. See the detailed information of this biobrick for more information on how to form the complex HLA-DQ by expressing this part in combination with part BBa_K2879800 in E. coli. See the design tab to see how the sequence has been obtained and codon optimized.</p>
                                   
+
                                    <div class="col-md-12 center">
+
                                        <div class="row block-sept center">
+
                                            <div class="col-md-9 button center">
+
                                                <a class="text-transform" href="https://2018.igem.org/Team:BioIQS-Barcelona/Composite_Part">View composite parts</a>
+
                                            </div>
+
                                        </div>
+
                                    </div>
+
                                </div>
+
                            </div>
+
                        </div>
+
 
+
                        <div class="col-md-12 mx-auto">
+
                            <div class="row justify-content-center block-desc" style="padding-top: 0px">
+
                                <div class="col-md-8">
+
                                    <p class="book orange-medium text-center">The first strategy implies using a DNA sample from a celiac patient. With this in mind, we considered testing the designed HLA gene extraction protocol using DNA samples of different patients.</p>
+
                                     <p class="book orange-medium text-center">This would demonstrate that the PCR protocol we have designed to obtain the personalized HLA-DQ of each patient could be applied to all the celiac users of the sensor.</p>
+
 
                                 </div>
 
                                 </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
                     <div class="row block-desc-b" style="padding-bottom: 0px">
+
                     <div class="row justify-content-center">
                    <div class="row block-desc-b mx-auto" style="padding-bottom: 0px">
+
                         <div class="col-md-8">
                         <div class="col-md-6 right">
+
                             <div class="row justify-content-center">
                             <h3 class="orange-intense">Why?</h3>
+
                                 <h4 class="section-heading orange">BBa_K2879800: HLA-DQB:</h4>
                            <p class="book orange">It would help us to check whether our protocol is robust or not. In other words; if it could be used to extract the HLA-DQ genes from any celiac patient.</p>
+
 
+
                            <p class="book orange">As explained in <a class="link" href="https://2018.igem.org/Team:BioIQS-Barcelona/Standardization">PCR standardization</a>, the resulting genomic Multiple Sequence Alignment (MSA) between the primers designed and the HLA-DQ genes surprisingly resulted in a perfect alignment for sequences sharing CD-DQ haplotypes. This means, for primer regions, all DQ2-associated sequences match perfectly, and the same happens on DQ8. Moreover, for P2, P3, P1’ and P4’, primer region alignment is perfect, and so, there is no need to edit the standard primers.
+
                            </p>
+
                        </div>
+
                        <div class="col-md-6 left">
+
                            <h3 class="orange-intense">To this aim:</h3>
+
                            <p class="book orange">The collaboration with the iGEM UPF team was essential. To make things easy, we provided them with a detailed and comprehensive PCR protocol. The 19 paged dossier includes all the information necessary to extract the genomic DNA from a patient's saliva and to set up the PCRs.</p>
+
 
+
                            <p class="book orange">We invited them to ask for any celiac friend up to give them his/her DNA through a sample of saliva. In this context, the iGEM UPF team conducted two sets of PCRs, one using a DNA sample from a friend, and the other, using Roger's DNA as a control.</p>
+
                        </div>
+
 
+
                        <div class="col-md-12">
+
                            <div class="accordion md-accordion accordion-3 z-depth-1-half row" id="accordionEx1" role="tablist" aria-multiselectable="true">
+
 
+
                                 <div class="col-xs-12 col-md-12 ">
+
 
+
                                    <!-- Accordion card -->
+
                                    <div class="card-member">
+
 
+
                                        <!-- Card header -->
+
                                        <div class="card-header" role="tab" id="heading5">
+
                                            <a class="collapsed" data-toggle="collapse" data-parent="#accordionEx1" href="https://2018.igem.org/Team:BioIQS-Barcelona/Collaborations#collapse1" aria-expanded="false" aria-controls="collapse1">
+
                                                <h3 class="mb-0 title-accordion orange-intense">
+
                                                    The results were promising<i class="fa fa-angle-down rotate-icon fa-2x"></i>
+
                                                </h3>
+
                                            </a>
+
                                        </div>
+
                                        <!-- Card body -->
+
                                        <div id="collapse1" class="collapse" role="tabpanel" aria-labelledby="heading5" data-parent="#accordionEx1">
+
                                            <div class="card-body wiki-cont">
+
                                                <p class="orange book">They successfully obtained the &beta; chain from both, the DNA sample of their DQ2 fellow and Roger's.</p>
+
                                                <div class="col-md-6">
+
                                                    <a href="https://2018.igem.org/Team:BioIQS-Barcelona/Basic_Part">Check it on PCR Personalization</a>
+
                                                </div>
+
                                            </div>
+
                                        </div>
+
                                    </div>
+
                                    <!-- Accordion card -->
+
 
+
 
+
 
+
                                    <!-- Accordion card -->
+
                                    <div class="card-member">
+
 
+
                                        <!-- Card header -->
+
                                        <div class="card-header" role="tab" id="heading5">
+
                                            <a class="collapsed" data-toggle="collapse" data-parent="#accordionEx1" href="https://2018.igem.org/Team:BioIQS-Barcelona/Collaborations#collapse4" aria-expanded="false" aria-controls="collapse4">
+
                                                <h3 class="mb-0 mt-3 title-accordion orange-intense">
+
                                                    What does that mean?<i class="fa fa-angle-down rotate-icon fa-2x"></i>
+
                                                </h3>
+
                                            </a>
+
                                        </div>
+
 
+
                                        <!-- Card body -->
+
                                        <div id="collapse4" class="collapse" role="tabpanel" aria-labelledby="heading5" data-parent="#accordionEx1">
+
                                            <div class="card-body wiki-cont">
+
                                                <p class="orange book">It proofs that we successfully developed a protocol to extract the HLA-DQ genes from any celiac patient.</p>
+
                                            </div>
+
                                        </div>
+
                                    </div>
+
 
+
                                </div>
+
 
+
 
                             </div>
 
                             </div>
 
 
                         </div>
 
                         </div>
 
+
                         <div class="col-md-10 right fletxa-d-l">
 
+
                             <div class="row block-sept">
 
+
                                 <div class="col-md-12">
                    </div>
+
                                     <p class="book orange-medium">This biobrick corresponds to the HLA-DQB1*02:01 gene variant. Thus, when coupled to the protein encoded by the HLA-DQA1*05:01 gene variant (BBa_K2879666) it will form the HLA haplotype DQ2. This part only contains the exons 2 and 3 of the protein (which encode the extracellular domains of the protein), for more information see the design tab. Therefore, this part (HLA-DQB1) can be used in combination with part BBa_K2879666 (HLA-DQA1) to form a variant of the HLA-DQ complex which recognizes the deaminated gliadin peptide, which plays a central role in celiac disease.</p>
                    <div class="row block-desc-b mx-auto">
+
                                    <p class="book orange-medium">Note that this biobrick has been synthetized de novo and it has been codon optimized to be expressed in E. coli BL21. See the detailed information of this biobrick for more information on how to form the complex HLA-DQ by expressing this part in combination with part BBa_K2879666 in E. coli. See the design tab to see how the sequence has been obtained and codon optimized.</p>
                         <div class="col-md-12 center">
+
                             <div class="row block-sept center">
+
                                 <div class="col-md-4 button">
+
                                     <a class="text-transform" href="https://static.igem.org/mediawiki/2018/6/6b/T--BioIQS-Barcelona--2018_pcr-protocols-bio-iqs.pdf" target="_blank">View &amp; download PDF <i class="fas fa-file-download"></i></a>
+
 
                                 </div>
 
                                 </div>
 
                             </div>
 
                             </div>
                        </div>
 
                        <div class="col-md-12 image">
 
                            <img class="img-f" src="https://static.igem.org/mediawiki/2018/5/56/T--BioIQS-Barcelona--2018_protocols-pres.png">
 
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
    </section>
  
  
  
 
+
     <section class="st-description block-desc b-orange-intense" id="collaborate">
                </div>
+
            </div>
+
        </div>
+
    </div></section>
+
     <section class="st-description block-desc" id="cl-description">
+
 
         <div class="container">
 
         <div class="container">
 
             <div class="row">
 
             <div class="row">
 
                 <div class="col-md-12 mx-auto">
 
                 <div class="col-md-12 mx-auto">
                    <h3 class="orange-intense">Wiki Editing Tutorial</h3>
+
                  <div class="row justify-content-center">
                    <h4 class="book orange">From zero to hero</h4>
+
                        <div class="col-md-8">
                    <div class="row">
+
                            <div class="row justify-content-center">
                         <div class="col-md-12 mx-auto">
+
                                <h2 class="section-heading white center" style="text-align:center">Composite Parts</h2>
                             <div class="row justify-content-center block-desc">
+
                            </div>
                                 <div class="col-md-8">
+
                        </div>
                                     <p class="book orange-medium text-center"><i>The iGEM wiki is where teams write all the information about their projects to make it available for teams participating the next year, judges or people interested in the project. It is also the place where team members itself go to remember their iGEM experience and see how the project looks like after all the work done during the summer. However, most iGEM teams are mainly composed of students of biology-related fields, which usually do not have the necessary skills to set up a wiki.</i></p>
+
                         <div class="col-md-8 right">
 +
                             <div class="row block-sept">
 +
                                 <div class="col-md-12">
 +
                                     <p class="book white">We have created several functional units made from the combination of the HLA-DQ basic parts. The objective of our composite parts is to find a suitable expression system for the HLA-DQ protein, which is the basis of our sensor.</p>
 
                                 </div>
 
                                 </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
                     <div class="row block-desc-b" style="padding-bottom:0px">
+
                     <div class="row justify-content-center">
                         <div class="col-md-6 right">
+
                         <div class="col-md-8">
                             <h3 class="orange-intense">What did we do?</h3>
+
                             <div class="row justify-content-center">
                            <p class="book orange">We created a series of <a href="https://2018.igem.org/Team:BioIQS-Barcelona/Wiki_editing">video tutorials</a> about iGEM wiki editing with the intention to facilitate learning how to edit a decent iGEM wiki page to team members with no prior experience in wiki editing. This way, teams will be able to document their project in a better way in their wikis and let them focus on iGEM projects without struggling to learn how to edit the wiki.</p>
+
                                <h4 class="section-heading white">BBa_K2879100: HLA-DQ a+b polycistronic</h4>
 
+
                             </div>
                             <p class="book orange">There are lots of tutorials on web development. However, the iGEM wiki is quite a peculiar interface and amateur students might have a difficult time learning how to use it despite the information provided by iGEM about the topic. For this reason, this tutorial is totally focused on learning how to set up a functional but stylish wiki design that can easily be adapted and uploaded to the iGEM server. The tutorial consists of a total of 4.5 hours of video and a GitHub repository containing all the examples used in the tutorial. We really encourage you to check for more information about the purpose, design and contents of this tutorial by accessing its dedicated <a class="link" href="https://2018.igem.org/Team:BioIQS-Barcelona/Wiki_editing" target="_blank">wiki page</a>.
+
                            </p>
+
 
                         </div>
 
                         </div>
                         <div class="col-md-6 left">
+
                         <div class="col-md-10 right">
                             <h3 class="orange-intense">Why is this important?</h3>
+
                             <div class="row block-sept">
                            <p class="book orange">We believe that this tutorial is one of our most ambitious collaborations, as all the teams participating in the subsequent years’ iGEM competitions will benefit from it. It also helps to solve one of the major challenges that other teams will face. By following this tutorial, future teams will be able to document their projects better in their wikis. Therefore, this tutorial is more than just providing help in wiki editing, as it will also represent an improvement on the way that iGEM projects are documented and this will have a great impact in the iGEM community.</p>
+
                                 <div class="col-md-12">
                        </div>
+
                                     <p class="book white">This composite is formed by the &alpha; and &beta; chain of the human HLA-DQ flanked by the restriction enzymes <i>NdeI</i> and <i>SacI/SalI</i>. Each chain is separated by an intergenic regions containing a RBS for translation.</p>
                    </div>
+
                </div>
+
            </div>
+
        </div>
+
 
+
    </section>
+
 
+
    <section class="st-description block-desc" id="cl-description">
+
        <div class="container">
+
            <div class="row">
+
                <div class="col-md-12 mx-auto">
+
                    <h3 class="orange-intense">Wiki collaborations</h3>
+
                    <h4 class="book orange">We are not alone</h4>
+
                    <div class="row">
+
                        <div class="col-md-12 mx-auto">
+
                            <div class="row justify-content-left block-desc" style="padding-top:0px">
+
                                 <div class="col-md-8">
+
                                     <p class="book orange-medium text-left"><i>While creating our wiki editing tutorial (enllaçar amb link), we met other teams which were also contributing to wiki development in a different way:</i></p>
+
                                    <ul>
+
                                        <li class="orange">The iGEM Marburg 2018 team created a guideline on how to design an accessible wiki to people with disabilities. You can check it <a class="link" href="https://2018.igem.org/Team:Marburg/Human_Practices" target="_blank">here</a>. We implemented their suggestions in this wiki and realized that it was so easy and so convenient that all teams should do it. For this reason, we encourage the rest of the teams to follow this guideline. We also recommended so in our wiki editing tutorial. So they have helped us designing an accessible wiki and we have helped them by divulgating the guideline in our wiki editing tutorial. Thank you very much iGEM Marburg 2018!</li>
+
                                        <li class="orange">The iGEM Virginia 2018 team created a <a class="link" href="https://2018.igem.org/Team:Virginia/Wiki" target="_blank">Wiki Build Tool</a> which makes much easier to synchronize the content between the iGEM server and the files that are being edited locally. We have used their Wiki Build Tool to transfer and upload our wiki from the local version to the online version in the iGEM server. It is quite easy to use even for inexperienced team members in web development and incredibly simplifies the process of uploading the wiki manually. We also featured this tool in our wiki editing tutorials to get other teams to know it. Thank you very much iGEM Virginia 2018!</li>
+
                                    </ul>
+
                                </div>
+
                                <div class="col-md-4 center">
+
                                    <p class="book orange-medium text-left">We are glat to see how many teams have worked in different aspects of the wiki to facilitate and improve this derivable of the iGEM projects, which might be one of the most important. This collective effort is a sort of collaboration, in which various teams work independently but in the same direction to solve the same problem.</p>
+
 
                                 </div>
 
                                 </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
                     <div class="row">
+
                     <div class="row justify-content-center">
                            <h3 class="orange-intense">Spanish MeetUp</h3>
+
                         <div class="col-md-8">
                    </div>
+
                             <div class="row justify-content-center">
                    <div class="row block-desc-b" style="padding-bottom:0px">
+
                                <h4 class="section-heading white" id="cuttheword">BBa_K2879102: LZipper+HLADQA+HLADQB+NdeISacI</h4>
                         <div class="col-md-6 right">
+
                             </div>
                             <p class="book orange">The Spanish Meet Up organized by the UPF-CRG Barcelona iGEM team took place between over the last week of August. During this days, teams engaged in very diverse activities like project presentations, beach volley, listening to synthetic biology professionals’ lectures and a city tour. Five teams were present in the Spanish Meet Up: UPF-CRG Barcelona (the organizers, working on engineering an <i>E. coli</i> strain to increase palmitic acid uptake), <a class="link" href="https://2018.igem.org/Team:Madrid-OLM" target="_blank">OLM-Madrid</a>, <a class="link" href="https://2018.igem.org/Team:Navarra_BG" target="_blank">Navarra</a>, <a class="link" href="https://2018.igem.org/Team:Grenoble-Alpes" target="_blank">Grenoble</a> and us.</p>
+
 
+
                             <p class="book orange">Maybe the most fruitful part of the meeting was the project presentations of each team. Our team did a very detailed and sincere presentation of our iGEM project. This way, other teams get to know what things we had already done successfully and what were our challenges. Presenting all the information about the project and identifying the strengths and the weaknesses of it help establishing collabortions between teams and receiving feedback and help. In fact, during the time for questions, we received multiple ideas to incorporate to our project. One of the greatest ideas was given by Oscar from UPF-CRG Barcelona, which said that designing a mobile app to read the result of the sensor and connecting to the cloud to send the information about this analysis (restaurant, dish, date and result) could create a very useful network/database for the users of the sensor.</p>
+
 
+
                            <p class="book orange">In addition, we presented to the other teams the opportunity to collaborate with us by replicating our PCR standardization process with the saliva of another celiac person. The iGEM UPF-CRG Barcelona team accepted to collaborate with us, as both teams are from the same city, which facilitates the communication and material exchange between us.</p>
+
 
                         </div>
 
                         </div>
                         <div class="col-md-6 left">
+
                         <div class="col-md-10 right">
                             <p class="book orange">We also discussed how we could integrate our sensor with the sensor designed by OLM-Madrid. The experimental part of our project has been focused on the sensing element of the gluten sensor (finding a way to express the HLA-DQ protein of each user), whereas the focus of the OLM-Madrid project has been the design of a hardware platform for another sensor. Therefore, both projects complement. For this reason, both teams discussed how to combine the HLA-DQ protein obtained following our method with the hardware platform designed by their team. Basically, the protein should incorporate a sulfur group in the desired region in order to attach it to the conductive gold layer of the sensor.</p>
+
                             <div class="row block-sept">
 
+
                                <div class="col-md-12">
                            <p class="book orange">This should be done in a way that the region which interacts with the gliadin peptide is exposed to gliadin molecules and not blocked by the surface of the sensor. The sensor would detect the binding of the peptide due to the change of potential experimented by the surface of the conductive gold layer. However, there are certain points which should still be checked experimentally, like the need for rinsing steps between two different usages of the sensor. Overall, we discussed an alternative to the gold nanoparticle visual detection method we designed and proposed <a class="link" href="https://2018.igem.org/Team:BioIQS-Barcelona/Model" target="_blank">here</a>.</p>
+
                                    <p class="book white">This composite encodes for the &alpha; and &beta; chains of the human HLA-DQ. Each chain is linked to a Fos/Jun domain for protein stability. Both chains are separated by an intergenic region that contains a RBS. The entire construct is flanked by the restriction enzymes <i>NdeI</i> and <i>SacI/SalI</i>. A Strep Tag is placed after the &alpha; chain.</p>
 
+
                                </div>
                             <p class="book orange">One of the most stimulating points of the Spanish MeetUp was hearing the presentation of other teams’ projects and getting new synthetic biology ideas from there. All the teams which participated in the Spanish MeetUp did a project of a very different topic. Hence, it was very interesting to see other applications of synthetic biology and how the iGEM competition is a perfect fit for very different kind of projects. The experts’ presentations were absolutely amazing. With them, we discussed important topics in synthetic biology like the present, the future and risks of genetic engineering in humans, the predictive and mathematical behavior of microorganisms cooperating between them and the reed for standardization in synthetic biology. Thank you very much UPF-CRG Barcelona team for organizing the Spanish MeetUp! Thank you as well to the rest of the teams which assisted there for having a good time all together!</p>
+
                             </div>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
Line 346: Line 275:
 
             </div>
 
             </div>
 
         </div>
 
         </div>
 
 
     </section>
 
     </section>
   
+
     <section class="st-description block-desc" id="cl-description">
     <section class="block-desc" id="" style="background: linear-gradient(to right, #fdd884, #ef8e4e)">
+
 
         <div class="container">
 
         <div class="container">
 
             <div class="row">
 
             <div class="row">
 
                 <div class="col-md-12 mx-auto">
 
                 <div class="col-md-12 mx-auto">
                     <div class="row block-sept">
+
                     <div class="row block-desc-b">
                         <div class="col-md-4">
+
                         <div class="col-md-5">
                             <div class="image">
+
                             <h3 class="orange-intense">Submitted parts</h3>
                                <img class="img-f" src="https://static.igem.org/mediawiki/2018/5/5f/T--BioIQS-Barcelona--2018_spanish_meetup.jpg">
+
                            <p class="book orange">Below you can see a table of all the parts that our team has characterized and submitted to the registry.</p>
                            </div>
+
 
 
                         </div>
 
                         </div>
                        <div class="col-md-4">
 
                            <div class="image">
 
                                <img class="img-f" src="https://static.igem.org/mediawiki/2018/f/f3/T--BioIQS-Barcelona--2018_spanish_meetup_2.jpg">
 
                            </div>
 
                        </div>
 
                        <div class="col-md-4">
 
                            <div class="image">
 
                                <img class="img-f" src="https://static.igem.org/mediawiki/2018/7/7b/T--BioIQS-Barcelona--2018_spanish_meetup_3.jpg">
 
                            </div>
 
                        </div>
 
 
 
                     </div>
 
                     </div>
 
 
                 </div>
 
                 </div>
 
             </div>
 
             </div>
 
 
         </div>
 
         </div>
     </section>
+
     </section> <!-- below we close /html because the table is automatically inserted when detects the tag <groupparts> which is for mediawiki, not for HTML. -->
 +
</html>
 +
 +
<groupparts>iGEM2018 BioIQS-Barcelona</groupparts>
 
 
 +
<html>
 
     <footer></footer>
 
     <footer></footer>
 
+
 
+
 
     <script src="https://2018.igem.org/Template:BioIQS-Barcelona/js/wiki?action=raw&ctype=text/javascript"></script> <!-- calling all minified scripts -->
 
     <script src="https://2018.igem.org/Template:BioIQS-Barcelona/js/wiki?action=raw&ctype=text/javascript"></script> <!-- calling all minified scripts -->
 
  
  
  
 
</html>
 
</html>

Latest revision as of 23:20, 17 December 2018

BIO IQS

Wet Lab | Parts

Have a look!

Basic Parts

Our basic parts consist of the alpha and beta chains of the HLA-DQ protein. Both chains can be obtained from genomic DNA of any celiac patient by PCR following the protocol that we designed in our basic parts page.

However, to get and submit the parts, we synthetized them after performing a codon optimization of the sequence for expression in E. coli. The aminoacidic sequence was obtained from the genomic sequence of a celiac patient. The parts were then amplified by PCR and cloned into the pSB1C3 vector.

BBa_K2879666: HLA-DQA:

This biobrick corresponds to the HLA-DQA1*05:01 gene variant. Thus, when coupled to the protein encoded by the HLA-DQB1*02:01 gene variant (BBa_K2879800) it will form the HLA haplotype DQ2. This part only contains the exons 2 and 3 of the protein (which encode the extracellular domains of the protein), for more information see the design tab. Therefore, this part (HLA-DQA1) can be used in combination with part BBa_K2879800 (HLA-DQB) to form a variant of the HLA-DQ complex which recognizes the deaminated gliadin peptide, which plays a central role in celiac disease.

Note that this biobrick has been synthetized de novo and it has been codon optimized to be expressed in E. coli BL21. See the detailed information of this biobrick for more information on how to form the complex HLA-DQ by expressing this part in combination with part BBa_K2879800 in E. coli. See the design tab to see how the sequence has been obtained and codon optimized.

BBa_K2879800: HLA-DQB:

This biobrick corresponds to the HLA-DQB1*02:01 gene variant. Thus, when coupled to the protein encoded by the HLA-DQA1*05:01 gene variant (BBa_K2879666) it will form the HLA haplotype DQ2. This part only contains the exons 2 and 3 of the protein (which encode the extracellular domains of the protein), for more information see the design tab. Therefore, this part (HLA-DQB1) can be used in combination with part BBa_K2879666 (HLA-DQA1) to form a variant of the HLA-DQ complex which recognizes the deaminated gliadin peptide, which plays a central role in celiac disease.

Note that this biobrick has been synthetized de novo and it has been codon optimized to be expressed in E. coli BL21. See the detailed information of this biobrick for more information on how to form the complex HLA-DQ by expressing this part in combination with part BBa_K2879666 in E. coli. See the design tab to see how the sequence has been obtained and codon optimized.

Composite Parts

We have created several functional units made from the combination of the HLA-DQ basic parts. The objective of our composite parts is to find a suitable expression system for the HLA-DQ protein, which is the basis of our sensor.

BBa_K2879100: HLA-DQ a+b polycistronic

This composite is formed by the α and β chain of the human HLA-DQ flanked by the restriction enzymes NdeI and SacI/SalI. Each chain is separated by an intergenic regions containing a RBS for translation.

BBa_K2879102: LZipper+HLADQA+HLADQB+NdeISacI

This composite encodes for the α and β chains of the human HLA-DQ. Each chain is linked to a Fos/Jun domain for protein stability. Both chains are separated by an intergenic region that contains a RBS. The entire construct is flanked by the restriction enzymes NdeI and SacI/SalI. A Strep Tag is placed after the α chain.

Submitted parts

Below you can see a table of all the parts that our team has characterized and submitted to the registry.

<groupparts>iGEM2018 BioIQS-Barcelona</groupparts>