Difference between revisions of "Team:Chalmers-Gothenburg/Parts"

 
(10 intermediate revisions by the same user not shown)
Line 204: Line 204:
 
top: 0;
 
top: 0;
 
   width: 100%;
 
   width: 100%;
   /*min-width: 1440px; Makes the navbar too big for smaller screens. Keep muted if possible*/
+
   min-width: 1440px;
 
   z-index:9999;
 
   z-index:9999;
 
   -webkit-touch-callout: none;
 
   -webkit-touch-callout: none;
Line 430: Line 430:
  
 
width: cover;
 
width: cover;
 +
  min-width:1440px;
 
   text-align: center;
 
   text-align: center;
 
   margin: auto;
 
   margin: auto;
Line 435: Line 436:
 
 
 
background:#e6e6e6;   
 
background:#e6e6e6;   
 
 
}
 
}
  
Line 547: Line 547:
 
     text-align: left;
 
     text-align: left;
 
     text-decoration: none;
 
     text-decoration: none;
background: #e6e6e6;
+
background: #f2f2f2;
 
font-size:12pt !important;
 
font-size:12pt !important;
 
}
 
}
Line 678: Line 678:
 
}
 
}
  
/*.header is the class used in the header image at the top of pages*/
+
.header_test {
.header {
+
background-position: top;
  font-size: 45pt;
+
background-attachment: fixed;
  color: black;
+
background-repeat: no-repeat;
  text-align: center;
+
-webkit-background-size: cover;
  background-color: #000000;
+
-moz-background-size: cover;
  background-repeat: repeat;
+
-o-background-size: cover;
  height: auto;
+
background-size: cover;
  line-height: 130px;
+
        padding-top: 100vh;
+
        background-image: url("https://static.igem.org/mediawiki/2017/7/77/T--Chalmers-Gothenburg--Achievements_Biobricks.jpg");
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
+
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
+
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
+
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
+
  border-image-slice: 1;
+
  -webkit-touch-callout: none;
+
  -webkit-user-select: none;
+
  -khtml-user-select: none;
+
  -moz-user-select: none;
+
  -ms-user-select: none;
+
  user-select: none;
+
  cursor: default;
+
  }
+
  
.header_Modelling {
+
  /*A lot of code for the line between the header and the body */
  font-size: 45pt;
+
border-bottom: 3px solid transparent;
  color: black;
+
  text-align: center;
+
position:bottom;
+
  background-image: url("pictures_17/backgrounds/chalkboard_2.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
+
/* min-height: 500px;*/
+
 
+
  background-attachment: fixed;
+
  background-position: center;
+
  background-repeat: no-repeat;
+
  background-size: cover;
+
background-color:#000000;
+
+
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
+
 
   -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
 
   -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
 
   -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
 
   -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
Line 730: Line 704:
 
}
 
}
  
.header_Achievements_biobricks {
 
  font-size: 45pt;
 
  color: black;
 
  text-align: center;
 
position:bottom;
 
  background-image: url("pictures_17/backgrounds/bricks.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
 
/*  min-height: 500px;*/
 
  
  background-attachment: fixed;
+
/* Banner: name of the page */
  background-position: center;
+
#banner {
  background-repeat: no-repeat;
+
height: 100%;
  background-size: cover;
+
        position: relative;
background-color:#000000;
+
        bottom: 50px;
+
    float: left;
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
+
    width: 100%;
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
+
        font-size: 80pt; /*35pt*/
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
+
font-family:"Lato", cursive;
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
+
        color:#c91a03 ;
  border-image-slice: 1;
+
line-height: 65pt;
  -webkit-touch-callout: none;
+
        text-shadow: 5px 5px #000000;
  -webkit-user-select: none;
+
  -khtml-user-select: none;
+
  -moz-user-select: none;
+
  -ms-user-select: none;
+
  user-select: none;
+
  cursor: default;
+
 
}
 
}
  
.header_Project_theory {
+
#banner h3 {
  font-size: 45pt;
+
display: block;
  color: black;
+
position: absolute;
  text-align: center;
+
bottom: 50px;
position:bottom;
+
left: 200px;
  background-image: url("pictures_17/backgrounds/pen_paper.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
+
        font-size: 80pt; /*35pt*/
/* min-height: 500px;*/
+
font-family:"Lato", cursive;
 +
        color:#c91a03 ;
 +
line-height: 65pt;
 +
        text-shadow: 5px 5px #000000;
 +
        /*border-style:dashed;*/
 +
padding: 20px 20px 20px 20px;
  
  background-attachment: fixed;
 
  background-position: center;
 
  background-repeat: no-repeat;
 
  background-size: cover;
 
background-color:#000000;
 
 
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
 
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
 
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
 
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
 
  border-image-slice: 1;
 
  -webkit-touch-callout: none;
 
  -webkit-user-select: none;
 
  -khtml-user-select: none;
 
  -moz-user-select: none;
 
  -ms-user-select: none;
 
  user-select: none;
 
  cursor: default;
 
 
}
 
}
  
.header_Project_constructs {
+
#banner h4 {
  font-size: 45pt;
+
display: block;
  color: black;
+
position: absolute;
  text-align: center;
+
bottom: -40px;
position:bottom;
+
left: 200px;
  background-image: url("pictures_17/backgrounds/DNA.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
+
        font-size: 40pt; /*35pt*/
/*  min-height: 500px;*/
+
font-family:"Lato", cursive;
 
+
        color:#c91a03 ;
  background-attachment: fixed;
+
line-height: 65pt;
  background-position: center;
+
        text-shadow: 3px 3px #000000;
  background-repeat: no-repeat;
+
        /*border-style:dashed;*/
  background-size: cover;
+
padding: 20px 20px 20px 20px;
background-color:#000000;
+
+
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
+
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
+
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
+
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
+
  border-image-slice: 1;
+
  -webkit-touch-callout: none;
+
  -webkit-user-select: none;
+
  -khtml-user-select: none;
+
  -moz-user-select: none;
+
  -ms-user-select: none;
+
  user-select: none;
+
  cursor: default;
+
 
}
 
}
  
.header_Team_students {
 
  font-size: 45pt;
 
  color: black;
 
  text-align: center;
 
position:bottom;
 
  background-image: url("pictures_17/team_photos_2017/group_photo_stairs_bw.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
 
/*  min-height: 500px;*/
 
 
  background-attachment: fixed;
 
  background-position: center;
 
  background-repeat: no-repeat;
 
  background-size: cover;
 
background-color:#000000;
 
 
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
 
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
 
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
 
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
 
  border-image-slice: 1;
 
  -webkit-touch-callout: none;
 
  -webkit-user-select: none;
 
  -khtml-user-select: none;
 
  -moz-user-select: none;
 
  -ms-user-select: none;
 
  user-select: none;
 
  cursor: default;
 
}
 
 
.header_Team_supervisors {
 
  font-size: 45pt;
 
  color: black;
 
  text-align: center;
 
position:bottom;
 
  background-image: url("pictures_17/backgrounds/Chemistry_entrance_bw.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
 
/*  min-height: 500px;*/
 
 
  background-attachment: fixed;
 
  background-position: center;
 
  background-repeat: no-repeat;
 
  background-size: cover;
 
background-color:#000000;
 
 
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
 
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
 
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
 
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
 
  border-image-slice: 1;
 
  -webkit-touch-callout: none;
 
  -webkit-user-select: none;
 
  -khtml-user-select: none;
 
  -moz-user-select: none;
 
  -ms-user-select: none;
 
  user-select: none;
 
  cursor: default;
 
}
 
 
.header_Team_sponsors {
 
  font-size: 45pt;
 
  color: black;
 
  text-align: center;
 
position:bottom;
 
  background-image: url("pictures_17/backgrounds/money_bw.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
 
/*  min-height: 500px;*/
 
 
  background-attachment: fixed;
 
  background-position: center;
 
  background-repeat: no-repeat;
 
  background-size: cover;
 
background-color:#000000;
 
 
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
 
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
 
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
 
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
 
  border-image-slice: 1;
 
  -webkit-touch-callout: none;
 
  -webkit-user-select: none;
 
  -khtml-user-select: none;
 
  -moz-user-select: none;
 
  -ms-user-select: none;
 
  user-select: none;
 
  cursor: default;
 
}
 
 
.header_Team_collaborations {
 
  font-size: 45pt;
 
  color: black;
 
  text-align: center;
 
position:bottom;
 
  background-image: url("pictures_17/backgrounds/shaking_hands_darker.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
 
/*  min-height: 500px;*/
 
 
  background-attachment: fixed;
 
  background-position: center;
 
  background-repeat: no-repeat;
 
  background-size: cover;
 
background-color:#000000;
 
 
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
 
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
 
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
 
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
 
  border-image-slice: 1;
 
  -webkit-touch-callout: none;
 
  -webkit-user-select: none;
 
  -khtml-user-select: none;
 
  -moz-user-select: none;
 
  -ms-user-select: none;
 
  user-select: none;
 
  cursor: default;
 
}
 
 
.header_Team_attributions {
 
  font-size: 45pt;
 
  color: black;
 
  text-align: center;
 
position:bottom;
 
  background-image: url("pictures_17/backgrounds/Chalmers_port_4.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
 
/*  min-height: 500px;*/
 
 
  background-attachment: fixed;
 
  background-position: center;
 
  background-repeat: no-repeat;
 
  background-size: cover;
 
background-color:#000000;
 
 
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
 
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
 
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
 
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
 
  border-image-slice: 1;
 
  -webkit-touch-callout: none;
 
  -webkit-user-select: none;
 
  -khtml-user-select: none;
 
  -moz-user-select: none;
 
  -ms-user-select: none;
 
  user-select: none;
 
  cursor: default;
 
}
 
 
.header_Notebook_journal {
 
  font-size: 45pt;
 
  color: black;
 
  text-align: center;
 
position:bottom;
 
  background-image: url("pictures_17/backgrounds/Notebook.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
 
/*  min-height: 500px;*/
 
 
  background-attachment: fixed;
 
  background-position: center;
 
  background-repeat: no-repeat;
 
  background-size: cover;
 
background-color:#000000;
 
 
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
 
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
 
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
 
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
 
  border-image-slice: 1;
 
  -webkit-touch-callout: none;
 
  -webkit-user-select: none;
 
  -khtml-user-select: none;
 
  -moz-user-select: none;
 
  -ms-user-select: none;
 
  user-select: none;
 
  cursor: default;
 
}
 
 
.header_Notebook_lab_safety {
 
  font-size: 45pt;
 
  color: black;
 
  text-align: center;
 
position:bottom;
 
  background-image: url("pictures_17/backgrounds/T--Chalmers-Gothenburg--Safety_form_Fume_hood.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
 
/*  min-height: 500px;*/
 
 
  background-attachment: fixed;
 
  background-position: center;
 
  background-repeat: no-repeat;
 
  background-size: cover;
 
background-color:#000000;
 
 
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
 
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
 
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
 
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
 
  border-image-slice: 1;
 
  -webkit-touch-callout: none;
 
  -webkit-user-select: none;
 
  -khtml-user-select: none;
 
  -moz-user-select: none;
 
  -ms-user-select: none;
 
  user-select: none;
 
  cursor: default;
 
}
 
  
 
.header-text {
 
.header-text {
Line 1,142: Line 881:
 
}
 
}
  
 +
.figure-caption {
 +
    display: table-caption;
 +
    caption-side: bottom; 
 +
}
 +
 +
.table-caption {
 +
    display: table-caption;
 +
    caption-side: top;   
 +
  color: black;
 +
  font-size: 11pt;
 +
  text-align: justify;
 +
  padding-left: 0px;
 +
  padding-right:0px;
 +
margin-left:0px;
 +
margin-right:0px;
 +
}
 +
 +
th {
 +
    text-align: center;
 +
}
 +
 +
figure {
 +
  display:table;
 +
  text-align:center;
 +
  margin: auto;
 +
  margin-bottom: 25px;
 +
  margin-top: 25px;
 +
}
 +
 +
/*---Reference List---*/
 +
 +
.reference_list {
 +
    text-align: left;
 +
    font-size:10pt; !important
 +
}
 +
 +
.reference_list ul {
 +
    list-style-type: none;
 +
    list-style-image: none;
 +
}
 +
 +
.reference_list li {
 +
    padding-bottom: 10px;
 +
}
  
 
/*--------------Links in text and lists are red when hovered------------------*/
 
/*--------------Links in text and lists are red when hovered------------------*/
Line 1,158: Line 941:
  
 
p a:visited {
 
p a:visited {
 +
  text-decoration: none;
 +
  color: #c91a03;
 +
}
 +
 +
 +
 +
td a:link {
 
   text-decoration: none;
 
   text-decoration: none;
 
   color: #c91a03;
 
   color: #c91a03;
 
    
 
    
 
}
 
}
 +
 +
td a:link:hover {
 +
  color: #7e1002;
 +
}
 +
 +
td a:visited {
 +
  text-decoration: none;
 +
  color: #c91a03;
 +
}
 +
  
 
h1 a:link {
 
h1 a:link {
Line 1,551: Line 1,351:
 
               <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/InterLab">Interlab study</a>
 
               <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/InterLab">Interlab study</a>
 
               <hr>
 
               <hr>
               <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/Achievements/medal">Medals</a>
+
               <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/Achievements/medal">Accomplishments</a>
 
             </div>
 
             </div>
 
           </li>
 
           </li>
Line 1,583: Line 1,383:
  
 
            
 
            
         <div class="header_Team_collaborations">
+
         <div class="header_test">
    <div class="header-text">Achievements</div>
+
  <!-- Banner -->
    <div class="header-subtitle">Biobricks</div>
+
    <div id="banner">
    </div>
+
            <h3>Biobricks</h3>
 +
            </div>
 +
        </div>
 
        
 
        
 
       <div class="wrap-content">
 
       <div class="wrap-content">
        <div class="target" id="thanks">
+
<h4 class="subtitle">Parts summary</h4>
          <h4 class="subtitle">Introduction</h4>
+
 
 +
        <h2>
 +
            Submitted parts
 +
        </h2>
 
             <p class="text">
 
             <p class="text">
        Proin vitae massa a libero ultricies pulvinar. Vivamus laoreet orci
+
Table 1 shows the parts that were submitted. All biobrick parts work in <i>S. cerevisiae</i> and are compatible with the RFC[10] standard.
        at magna dapibus, id consectetur dui bibendum. In hac habitasse platea dictumst.
+
        Aenean ornare neque at justo eleifend, ut pharetra erat ultricies. Cum sociis
+
        natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
+
 
           </p>
 
           </p>
        </div>
+
 
       
+
          <figure>
      <div class="target" id="supervisors">
+
            <figcaption class="table-caption"><b>Table 1.</b> The Basic Parts which were submitted.</figcaption>
        <h4 class="sidetitle">Biobricks</h4>
+
            <table>
       
+
                <tr>
 +
                  <th><b>Name</b></th> <th><b>Type</b></th>  <th><b>Description</b></th> <th><b>Designer</b></th> <th><b>Length</b></th>
 +
                </tr>
 +
                <tr>
 +
                    <td><a href="http://parts.igem.org/Part:BBa_K2329000" target="blank">BBa_K2329000</a></td> <td>Regulation</td> <td>Cre-lox recombination with lox66 and lox71</td> <td>Alex Hedin</td> <td>473 bp</td>
 +
                </tr>
 +
                <tr>
 +
                    <td><a href="http://parts.igem.org/Part:BBa_K2329001" target="blank">BBa_K2329001</a></td> <td>RNA</td> <td>gRNA, deletion in <i>STE2</i></td> <td>Alex Hedin</td> <td>388 bp</td>
 +
                </tr>
 +
                <tr>
 +
                    <td><a href="http://parts.igem.org/Part:BBa_K2329002" target="blank">BBa_K2329002</a></td> <td>RNA</td> <td>gRNA, deletion in <i>STE3</i></td> <td>Alex Hedin</td> <td>388 bp</td>
 +
                </tr>
 +
            </table>
 +
          </figure>
 +
               
 
         <h2>
 
         <h2>
          Biobrick 1
+
            Improvement of a previous biobrick part
 
         </h2>
 
         </h2>
 
         <p class="text">
 
         <p class="text">
         
+
<a href="http://parts.igem.org/Part:BBa_K2329000" target="blank">BBa_K2329000</a> is an improvement of the earlier biobrick part, <a href="http://parts.igem.org/Part:BBa_K740000" target="blank">BBa_K740000</a>. The improvement of the cre-lox recombinase system was done by changing the loxP site from reversible switch to a non-reversible switch. The loxP sites flanking the promoter was changed to mutated loxP sites, see Figure 1 [1]. The new mutant loxP sites (lox66 and lox71) have showed great success since the direction of the promoter did not flip back.
          Proin vitae massa a libero ultricies pulvinar. Vivamus laoreet orci
+
        at magna dapibus, id consectetur dui bibendum. In hac habitasse platea dictumst.
+
        Aenean ornare neque at justo eleifend, ut pharetra erat ultricies. Cum sociis
+
        natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
+
<a href="">Here's the brick</a>
+
 
         </p>
 
         </p>
  
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2017/e/e1/T--Chalmers-Gothenburg--LoxP_biobricks.png" style="height:50%; width:50%;">
 +
<figcaption><b>Figure 1.</b>  Illustrated figure of the non-reversible flip. When the double mutant loxP site is produced through recombination, the promoter will not be able to flip back.</figcaption>
 +
</figure>
  
 
         <h2>
 
         <h2>
           Biobrick 2
+
           Central parts which worked as expected
 
         </h2>
 
         </h2>
 
         <p class="text">
 
         <p class="text">
         
+
<a href="http://parts.igem.org/Part:BBa_K2329001"  target="blank">BBa_K2329001</a> and <a href="http://parts.igem.org/Part:BBa_K2329002" target="blank">BBa_K2329002</a> are two central parts of our project, as replacing the native GPCRs STE2 and STE3 is vital to ensure that the only GPCR present on the yeast cell is the heterologous GPCR introduced by us.
          Proin vitae massa a libero ultricies pulvinar. Vivamus laoreet orci
+
        at magna dapibus, id consectetur dui bibendum. In hac habitasse platea dictumst.
+
        Aenean ornare neque at justo eleifend, ut pharetra erat ultricies. Cum sociis
+
        natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
+
<a href="">Here's the brick</a>
+
 
         </p>
 
         </p>
 
 
 
 
 +
        <h2>
 +
          Non submitted parts
 +
        </h2>
 +
        <p class="text">
 +
Table 2 shows the Basic Parts which were not submitted due to time constraints. We chose to present them here anyway to perhaps help studies for iGEM teams in the future.
 +
        </p>
 +
 +
          <figure>
 +
            <figcaption class="table-caption"><b>Table 2.</b> The Basic Parts which were not submitted.</figcaption>
 +
            <table>
 +
                <tr>
 +
                  <th><b>Name</b></th> <th><b>Type</b></th>  <th><b>Description</b></th> <th><b>Designer</b></th> <th><b>Length</b></th>
 +
                </tr>
 +
                <tr>
 +
                    <td><a href="http://parts.igem.org/Part:BBa_K2329003" target="blank">BBa_K2329003</a></td> <td>Coding</td> <td>GPCR, Ri7</td> <td>Alex Hedin</td> <td>984 bp</td>
 +
                </tr>
 +
                <tr>
 +
                    <td><a href="http://parts.igem.org/Part:BBa_K2329004" target="blank">BBa_K2329004</a></td> <td>Coding</td> <td>GPCR, Olfr1258</td> <td>Alex Hedin</td> <td>936 bp</td>
 +
                </tr>
 +
            </table>
 +
          </figure>
  
 
         <h2>
 
         <h2>
           Biobrick 3
+
           Characterization of BBa_K2329004
 
         </h2>
 
         </h2>
 
         <p class="text">
 
         <p class="text">
         
+
<a href="http://parts.igem.org/Part:BBa_K2329004" target="blank">BBa_K2329004</a> was another part that got characterized. We incorporated a mouse GPCR called Olfr1258 into <i>S. cerevisiae</i> which showed successful results in membrane localization and response to its ligand 2-butanone.
          Proin vitae massa a libero ultricies pulvinar. Vivamus laoreet orci
+
        at magna dapibus, id consectetur dui bibendum. In hac habitasse platea dictumst.
+
        Aenean ornare neque at justo eleifend, ut pharetra erat ultricies. Cum sociis
+
        natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
+
<a href="">Here's the brick</a>
+
 
         </p>
 
         </p>
+
 
+
        <h4 class="sidetitle">References</h4>
      </div>
+
 
 +
            <div class="reference_list">
 +
              <ul>
 +
                <li>[1]&#160;&#160; Spehr M, Munger S. Olfactory receptors: G protein-coupled receptors and beyond. Journal of Neurochemistry [Internet]. 2009 [cited 10 October 2017];109(6):1570-1583. Available from: https://www.ncbi.nlm.nih.gov/pubmed/19383089
 +
</li>
 +
              </ul>
 +
            </div>
 
          
 
          
 
       </div>  <!--------------------------- HTML STOP -------------------------------->
 
       </div>  <!--------------------------- HTML STOP -------------------------------->
Line 1,658: Line 1,490:
 
         <div class="footerlogo">
 
         <div class="footerlogo">
 
           <a href="https://www.agilent.com/home" target="_blank">
 
           <a href="https://www.agilent.com/home" target="_blank">
             <img src="" alt="Agilent Technologies" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/f/fb/T--Chalmers-Gothenburg--Agilent_gray.png" alt="Agilent Technologies" class="footerimg on">
             <img src="" alt="Agilent Technologies" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/1/1e/T--Chalmers-Gothenburg--Agilent.png" alt="Agilent Technologies" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
Line 1,665: Line 1,497:
 
         <div class="footerlogo">
 
         <div class="footerlogo">
 
           <a href="https://www.atum.bio/" target="_blank">
 
           <a href="https://www.atum.bio/" target="_blank">
             <img src="pictures_17/logotypes/ATUM_110216_4c30percentgray.png" alt="ATUM" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/a/ae/T--Chalmers-Gothenburg--ATUM_gray.png" alt="ATUM" class="footerimg on">
             <img src="pictures_17/logotypes/ATUM_110216_4cBlack2.png" alt="ATUM" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/7/71/T--Chalmers-Gothenburg--ATUM.png" alt="ATUM" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
Line 1,672: Line 1,504:
 
         <div class="footerlogo">
 
         <div class="footerlogo">
 
           <a href="http://www.chalmers.se/en/Pages/default.aspx" target="_blank">
 
           <a href="http://www.chalmers.se/en/Pages/default.aspx" target="_blank">
             <img src="pictures_17/logotypes/chalmers_logo2_30percentgray.png" alt="Chalmers" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/9/9f/T--Chalmers-Gothenburg--Chalmers_logo_gray.png" alt="Chalmers" class="footerimg on">
             <img src="pictures_17/logotypes/chalmers_logo2.png" alt="Chalmers" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/9/9f/T--Chalmers-Gothenburg--Chalmers_logo.png" alt="Chalmers" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
Line 1,679: Line 1,511:
 
         <div class="footerlogo">
 
         <div class="footerlogo">
 
           <a href="http://www.eurofins.com/" target="_blank">
 
           <a href="http://www.eurofins.com/" target="_blank">
             <img src="pictures_17/logotypes/eurofins_logo2_30percentgray.png" alt="Eurofins" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/f/f8/T--Chalmers-Gothenburg--eurofins_gray.png" alt="Eurofins" class="footerimg on">
             <img src="pictures_17/logotypes/eurofins_logo2.png" alt="Eurofins" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/e/e4/T--Chalmers-Gothenburg--eurofins.png" alt="Eurofins" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
Line 1,686: Line 1,518:
 
         <div class="footerlogo">
 
         <div class="footerlogo">
 
           <a href="https://www.gatc-biotech.com/en/index.html" target=”_blank”>
 
           <a href="https://www.gatc-biotech.com/en/index.html" target=”_blank”>
             <img src="" alt="GATC Biotech" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/c/c2/T--Chalmers-Gothenburg--gatc_gray.png" alt="GATC Biotech" class="footerimg on">
             <img src="" alt="GATC Biotech" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/c/c0/T--Chalmers-Gothenburg--gatc.png" alt="GATC Biotech" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
Line 1,693: Line 1,525:
 
         <div class="footerlogo">
 
         <div class="footerlogo">
 
           <a href="http://www.genscript.com/" target="_blank">
 
           <a href="http://www.genscript.com/" target="_blank">
             <img src="pictures_17/logotypes/Genscript_30percentgray.png" alt="Genscript" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/c/ce/T--Chalmers-Gothenburg--Genscript_gray.png" alt="Genscript" class="footerimg on">
             <img src="pictures_17/logotypes/Genscript.png" alt="Genscript" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/2/29/T--Chalmers-Gothenburg--Genscript.png" alt="Genscript" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
Line 1,700: Line 1,532:
 
         <div class="footerlogo">
 
         <div class="footerlogo">
 
           <a href="https://www.idtdna.com/" target="_blank">
 
           <a href="https://www.idtdna.com/" target="_blank">
             <img src="pictures_17/logotypes/IDT_Logo_2014_(corp_blue)_30percentgray.png" alt="IDT" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/a/a3/T--Chalmers-Gothenburg--IDT_gray.png" alt="IDT" class="footerimg on">
             <img src="pictures_17/logotypes/IDT_Logo_2014_(corp_blue).png" alt="IDT" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/f/fd/T--Chalmers-Gothenburg--IDT.png" alt="IDT" class="footerimg off">
 +
          </a>
 +
        </div>
 +
 
 +
        <div class="footerlogo">
 +
          <a href="http://www.chalmers.se/en/areas-of-advance/lifescience/Pages/default.aspx" target="_blank">
 +
            <img src="https://static.igem.org/mediawiki/2017/6/6e/T--Chalmers-Gothenburg--Life_science_gray.png" alt="ATUM" class="footerimg on">
 +
            <img src="https://static.igem.org/mediawiki/2017/a/a3/T--Chalmers-Gothenburg--Life_science.png" alt="ATUM" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
Line 1,707: Line 1,546:
 
         <div class="footerlogo">
 
         <div class="footerlogo">
 
           <a href="https://www.neb.com/" target="_blank">
 
           <a href="https://www.neb.com/" target="_blank">
             <img src="pictures_17/logotypes/neb_logo2_30percentgray.png" alt="NEB" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/2/29/T--Chalmers-Gothenburg--neb_gray.png" alt="NEB" class="footerimg on">
             <img src="pictures_17/logotypes/neb_logo3.png" alt="NEB" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/e/e6/T--Chalmers-Gothenburg--neb.png" alt="NEB" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
Line 1,714: Line 1,553:
 
         <div class="footerlogo">
 
         <div class="footerlogo">
 
           <a href="http://www.snapgene.com/" target="_blank">
 
           <a href="http://www.snapgene.com/" target="_blank">
             <img src="pictures_17/logotypes/SnapGene-Logo-144_30percentgray.png" alt="SnapGene" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/1/1a/T--Chalmers-Gothenburg--SnapGene_gray.png" alt="SnapGene" class="footerimg on">
             <img src="pictures_17/logotypes/SnapGene-Logo-144.png" alt="SnapGene" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/9/95/T--Chalmers-Gothenburg--SnapGene.png" alt="SnapGene" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
Line 1,721: Line 1,560:
 
         <div class="footerlogo">
 
         <div class="footerlogo">
 
           <a href="http://www.sysbio.se/" target="_blank">
 
           <a href="http://www.sysbio.se/" target="_blank">
             <img src="pictures_17/logotypes/sysbio_logo_30percentgray.png" alt="Sysbio" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/7/7d/T--Chalmers-Gothenburg--sysbio_gray.png" alt="Sysbio" class="footerimg on">
             <img src="pictures_17/logotypes/sysbio_logo.png" alt="Sysbio" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/8/89/T--Chalmers-Gothenburg--sysbio.png" alt="Sysbio" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
Line 1,735: Line 1,574:
 
         <a href="https://www.instagram.com/chalmersigem/" target="_blank">instagram</a>
 
         <a href="https://www.instagram.com/chalmersigem/" target="_blank">instagram</a>
 
       </div>
 
       </div>
     </footer> <!--------------------------------- footer_170726.html STOP ---------------------------------->
+
     </footer> <!--------------------------------- footer_170726.html STOP ----------------------------------> </body>            
  </body>
+
 
    
 
    
  

Latest revision as of 17:28, 30 October 2017

Chalmers Gothenburg iGEM 2017

Parts summary

Submitted parts

Table 1 shows the parts that were submitted. All biobrick parts work in S. cerevisiae and are compatible with the RFC[10] standard.

Table 1. The Basic Parts which were submitted.
Name Type Description Designer Length
BBa_K2329000 Regulation Cre-lox recombination with lox66 and lox71 Alex Hedin 473 bp
BBa_K2329001 RNA gRNA, deletion in STE2 Alex Hedin 388 bp
BBa_K2329002 RNA gRNA, deletion in STE3 Alex Hedin 388 bp

Improvement of a previous biobrick part

BBa_K2329000 is an improvement of the earlier biobrick part, BBa_K740000. The improvement of the cre-lox recombinase system was done by changing the loxP site from reversible switch to a non-reversible switch. The loxP sites flanking the promoter was changed to mutated loxP sites, see Figure 1 [1]. The new mutant loxP sites (lox66 and lox71) have showed great success since the direction of the promoter did not flip back.

Figure 1. Illustrated figure of the non-reversible flip. When the double mutant loxP site is produced through recombination, the promoter will not be able to flip back.

Central parts which worked as expected

BBa_K2329001 and BBa_K2329002 are two central parts of our project, as replacing the native GPCRs STE2 and STE3 is vital to ensure that the only GPCR present on the yeast cell is the heterologous GPCR introduced by us.

Non submitted parts

Table 2 shows the Basic Parts which were not submitted due to time constraints. We chose to present them here anyway to perhaps help studies for iGEM teams in the future.

Table 2. The Basic Parts which were not submitted.
Name Type Description Designer Length
BBa_K2329003 Coding GPCR, Ri7 Alex Hedin 984 bp
BBa_K2329004 Coding GPCR, Olfr1258 Alex Hedin 936 bp

Characterization of BBa_K2329004

BBa_K2329004 was another part that got characterized. We incorporated a mouse GPCR called Olfr1258 into S. cerevisiae which showed successful results in membrane localization and response to its ligand 2-butanone.

References

  • [1]   Spehr M, Munger S. Olfactory receptors: G protein-coupled receptors and beyond. Journal of Neurochemistry [Internet]. 2009 [cited 10 October 2017];109(6):1570-1583. Available from: https://www.ncbi.nlm.nih.gov/pubmed/19383089