Difference between revisions of "Team:Uppsala/Team"

 
(45 intermediate revisions by 2 users not shown)
Line 239: Line 239:
 
}
 
}
  
#tab_list li a:hover {
+
#tab_list li a:hover, #tab_list li.active a {
 
  background-color: #E84243;
 
  background-color: #E84243;
 
  color: #FFFFFF;
 
  color: #FFFFFF;
Line 266: Line 266:
  
 
#team_container {
 
#team_container {
  height: 1000px;
+
  height: 2400px;
 
}
 
}
  
Line 297: Line 297:
 
  display: none;
 
  display: none;
 
}
 
}
 +
 +
 +
*flipping images*/
 +
 +
/* entire container, keeps perspective */
 +
.flip-container{
 +
/*perspective*/
 +
-webkit-perspective:1000;
 +
  -moz-perspective:1000;
 +
    -ms-perspective:1000;
 +
    -o-perspective:1000;
 +
        perspective:1000;
 +
}
 +
/* flip the pane when hovered */
 +
.flipped {
 +
/*transform*/
 +
-webkit-transform:rotateY(180deg);
 +
  -moz-transform:rotateY(180deg);
 +
    -ms-transform:rotateY(180deg);
 +
    -o-transform:rotateY(180deg);
 +
        transform:rotateY(180deg);
 +
}
 +
 +
 +
.flip-container, .front, .back{
 +
width:1100px;
 +
height:490px;
 +
}
 +
 +
 +
/* flip speed goes here */
 +
.flipper {
 +
/*transition*/
 +
-webkit-transition:1s;
 +
  -moz-transition:1s;
 +
    -o-transition:1s;
 +
        transition:1s;
 +
/*transform-style*/
 +
-webkit-transform-style:preserve-3d;
 +
  -moz-transform-style:preserve-3d;
 +
    -ms-transform-style:preserve-3d;
 +
    -o-transform-style:preserve-3d;
 +
        transform-style:preserve-3d;
 +
position:relative;
 +
}
 +
 +
/* hide back of pane during swap */
 +
.front, .back{
 +
/*backface-visibility*/
 +
-webkit-backface-visibility:hidden;
 +
  -moz-backface-visibility:hidden;
 +
    -ms-backface-visibility:hidden;
 +
    -o-backface-visibility:hidden;
 +
        backface-visibility:hidden;
 +
position:absolute;
 +
top:0;
 +
left:0;
 +
}
 +
 +
 +
 +
/* front pane, placed above back */
 +
.front{
 +
z-index:2;
 +
}
 +
 +
 +
/* back, initially hidden pane */
 +
.back{
 +
/*transform*/
 +
-webkit-transform:rotateY(180deg);
 +
  -moz-transform:rotateY(180deg);
 +
    -ms-transform:rotateY(180deg);
 +
    -o-transform:rotateY(180deg);
 +
        transform:rotateY(180deg);
 +
}
 +
  
  
Line 304: Line 381:
 
  <div id="main">
 
  <div id="main">
  
     <img id="team_image" src="https://static.igem.org/mediawiki/2015/2/27/Uppsala_NewTeam.png" alt="Team Picture" title="Looking amazing as always!">
+
     <!--<img id="team_image" src="https://static.igem.org/mediawiki/2015/2/27/Uppsala_NewTeam.png" alt="Team Picture" title="Looking amazing as always!">-->
 +
 
 +
 
 +
<div class="flip-container">
 +
<div class="flipper" onclick="this.classList.toggle('flipped')">
 +
<div class="front">
 +
<img id="team_image" src="https://static.igem.org/mediawiki/2015/2/27/Uppsala_NewTeam.png" alt="Team Picture" title="Looking amazing as always!">
 +
</div>
 +
<div class="back">
 +
<img id="team_image" src="https://static.igem.org/mediawiki/2015/1/12/Uppsala_Team2.png" alt="Team Picture" title="Looking amazing as always!">
 +
</div>
 +
</div>
 +
</div>
  
 
     <hr>
 
     <hr>
Line 320: Line 409:
 
     </ul>
 
     </ul>
 
     <div id="tab-1">
 
     <div id="tab-1">
       <p> The Kit-y Lacs have been working with the laccases from the iGEM distribution kit, CotA and CueO, as well as the catechol 1,2-dioxygenase. These enzymes are the main degradation machinery in our system.<br/>
+
       <p> The Kit-y Lacs have been working with the laccases from the iGEM distribution kit, CotA and CueO, as well as the catechol-1,2-dioxygenase. These enzymes are the main degradation machinery in our system.<br/>
 
       </p>
 
       </p>
 
       <table id="g_1">
 
       <table id="g_1">
Line 382: Line 471:
 
     </div>
 
     </div>
 
     <div id="tab-2">
 
     <div id="tab-2">
       <p> Laccalicious has been working with the NahR/Psal promoter system that regulates the expression of our degrading enzymes, as well as reporter genes that indicate that PAH:s are being degraded. They have also tried to incorporate a new, modified laccase into the construct to test its potential.<br/>
+
       <p> Laccalicious has been working with the NahR/Psal promoter system that regulates the expression of our degrading enzymes, as well as reporter genes that indicate that PAHs are being degraded. They have also tried to incorporate a new, modified laccase into the construct to test its potential.<br/>
 
       </p>
 
       </p>
 
       <table id="g_2">
 
       <table id="g_2">
Line 444: Line 533:
 
     </div>
 
     </div>
 
     <div id="tab-3">
 
     <div id="tab-3">
       <p> The Biosurfers have tried to express rhamnolipids, biosurfactants that dissolve the hydrophobic aggregates of PAH:s and allow more interactions with our degrading enzymes.<br/>
+
       <p> The Biosurfers have tried to express rhamnolipids, biosurfactants that dissolve the hydrophobic aggregates of PAHs and allow more interactions with our degrading enzymes.<br/>
 
       </p>
 
       </p>
 
       <table id="g_3">
 
       <table id="g_3">
Line 486: Line 575:
 
         <b>What would you do in the lab, if no one was watching?</b><br>
 
         <b>What would you do in the lab, if no one was watching?</b><br>
 
         Do Bollywood-dancing!<br><br>
 
         Do Bollywood-dancing!<br><br>
        <b>Quote</b>:
 
 
       </p>
 
       </p>
 
       <p id="desc_35" class="hide">
 
       <p id="desc_35" class="hide">
Line 494: Line 582:
 
         <b>What would you do in the lab, if no one was watching?</b><br>
 
         <b>What would you do in the lab, if no one was watching?</b><br>
 
         Do Bollywood-dancing!<br><br>
 
         Do Bollywood-dancing!<br><br>
 +
        <b>Quote</b>: "This is how you eat surströmming!"
 
       </p>
 
       </p>
 
       <p id="desc_36" class="hide">
 
       <p id="desc_36" class="hide">
Line 504: Line 593:
 
     </div>
 
     </div>
 
     <div id="tab-4">
 
     <div id="tab-4">
       <p> The Nah7 group has tried to incorporate the naphthalene degradation pathway from Psudomonas putida into our system. The result of this pathway is salicylate, the inducer of our degradation system.<br/>
+
       <p> The Nah7 group has tried to incorporate the naphthalene degradation pathway from <i>Pseudomonas putida</i> into our system. The result of this pathway is salicylate, the inducer of our degradation system.<br/>
 
       </p>
 
       </p>
 
       <table id="g_4">
 
       <table id="g_4">
Line 538: Line 627:
 
         <b>What would you do in the lab, if no one was watching?</b><br>
 
         <b>What would you do in the lab, if no one was watching?</b><br>
 
         Sing, dance and load all the gels<br><br>
 
         Sing, dance and load all the gels<br><br>
         <b>Quote</b>: "Where's that thingabajig?"
+
         <b>Quote</b>: "Where's that thingabajing?"
 
       </p>
 
       </p>
 
       <p id="desc_44" class="hide">
 
       <p id="desc_44" class="hide">
Line 567: Line 656:
 
       <table>
 
       <table>
 
       <tr>
 
       <tr>
         <td><img src="https://static.igem.org/mediawiki/2015/b/bd/Uppsala_Gallery_1.png"></td>
+
         <td><img src="https://static.igem.org/mediawiki/2015/9/93/Uppsala_g1.png"></td>
         <td><img src="https://static.igem.org/mediawiki/2015/6/68/Uppsala_Gallery_2.png"></td>
+
         <td><img src="https://static.igem.org/mediawiki/2015/f/fb/Uppsala_g2.png"></td>
         <td><img src="https://static.igem.org/mediawiki/2015/3/3f/Uppsala_Gallery_3.png"></td>
+
         <td><img src="https://static.igem.org/mediawiki/2015/4/40/Uppsala_g3.png"></td>
         <td><img src="https://static.igem.org/mediawiki/2015/7/70/Uppsala_Gallery_4.png"></td>
+
         <td><img src="https://static.igem.org/mediawiki/2015/c/c3/Uppsala_g4.png"></td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td><img src="https://static.igem.org/mediawiki/2015/f/f6/Uppsala_Gallery_5.png"></td>
+
        <td><img src="https://static.igem.org/mediawiki/2015/7/76/Uppsala_g5.png"></td>
         <td><img src="https://static.igem.org/mediawiki/2015/5/56/Uppsala_Gallery_6.png"></td>
+
        <td><img src="https://static.igem.org/mediawiki/2015/a/af/Uppsala_g6.png"></td>
         <td><img src=""></td>
+
         <td><img src="https://static.igem.org/mediawiki/2015/f/f9/Uppsala_g7.png"></td>
         <td><img src=""></td>
+
        <td><img src="https://static.igem.org/mediawiki/2015/8/8c/Uppsala_g8.png"></td>
 +
        </tr>
 +
      <tr>
 +
        <td><img src="https://static.igem.org/mediawiki/2015/9/93/Uppsala_g9.png"></td>
 +
        <td><img src="https://static.igem.org/mediawiki/2015/0/0c/Uppsala_g10.png"></td>
 +
        <td><img src="https://static.igem.org/mediawiki/2015/6/6b/Uppsala_g11.png"></td>
 +
        <td><img src="https://static.igem.org/mediawiki/2015/1/1f/Uppsala_g16.png"></td>
 +
        </tr>
 +
      <tr>
 +
        <td><img src="https://static.igem.org/mediawiki/2015/9/9d/Uppsala_g13.png"></td>
 +
        <td><img src="https://static.igem.org/mediawiki/2015/d/d9/Uppsala_g14.png"></td>
 +
        <td><img src="https://static.igem.org/mediawiki/2015/d/d2/Uppsala_g15.png"></td>
 +
        <td><img src="https://static.igem.org/mediawiki/2015/6/6a/Uppsala_g17.png"></td>
 +
        </tr>
 +
      </table>
 +
      <table>
 +
      <tr>
 +
        <td><img style="margin-right:2px" src="https://static.igem.org/mediawiki/2015/4/47/Uppsala_Gallery_12.png"></td>
 +
        <td><img src="https://static.igem.org/mediawiki/2015/c/c5/Uppsala_Gallery_13.png"></td>
 +
         <td><img src="https://static.igem.org/mediawiki/2015/5/55/Uppsala_Gallery_14.png"></td>
 +
        </tr>
 +
      <tr>
 +
         <td><img src="https://static.igem.org/mediawiki/2015/0/06/Uppsala_Gallery_15.png"></td>
 +
         <td><img src="https://static.igem.org/mediawiki/2015/8/82/Uppsala_Gallery_16.png"></td>
 +
        <td><img src="https://static.igem.org/mediawiki/2015/3/39/Uppsala_Gallery_17.png"></td>
 
         </tr>
 
         </tr>
 
       </table>
 
       </table>

Latest revision as of 11:33, 19 November 2015

Team Picture
Team Picture

Click on the tabs to the members of each lab group and what part of the project they have been working with.

The Kit-y Lacs have been working with the laccases from the iGEM distribution kit, CotA and CueO, as well as the catechol-1,2-dioxygenase. These enzymes are the main degradation machinery in our system.

Name: Ebba Perman
Age: 22
Bachelor student in molecular biotechnology

What would you do in the lab, if no one was watching?
Whistle high and loudly

Quote: "Where is Del?"

Name: Josefin Ågren
Age: 22
Bachelor student in molecular biotechnology

What would you do in the lab, if no one was watching?
Modify the labresults

Quote: "Has anyone seen Del?"

Name: Louise Granlund
Age: 23
Bachelor student in biology

What would you do in the lab, if no one was watching?
Start a rolling chair race

Quote: "I'm stuck in my labcoat!"

Name: Oskar Westlin
Age: 24
Bachelor student in molecular biotechnology

What would you do in the lab, if no one was watching?
Biohacking

Quote: "Do NOT destroy my system!"

Name: Delyan Georgiev
Age: 24
Master student in biology

What would you do in the lab, if no one was watching?
Risky experimental stuff

Quote: "Fuck these fucking primers"

Name: Adam Engberg
Age: 22
Bachelor student in biomedicine

What would you do in the lab, if no one was watching?
Cryosleep

Quote: "Anyone who wants to buy an absurd amount of gluten flour from Germany?"

Laccalicious has been working with the NahR/Psal promoter system that regulates the expression of our degrading enzymes, as well as reporter genes that indicate that PAHs are being degraded. They have also tried to incorporate a new, modified laccase into the construct to test its potential.

Name: Fredrik Lindeberg
Age: 22
Bachelor student in molecular biotechnology

What would you do in the lab, if no one was watching?
Write in Elabjournal

Quote: "Damn it! We're out of Snickers... and Snickers homologues!"

Name: Konrad Gras
Age: 21
Bachelor student in molecular biotechnology

What would you do in the lab, if no one was watching?
Juggle ignited Bunsen burners

Quote: "Now we have another dilemma… Is a virus an organism or just DNA with an attitude?"

Name: Cecilia Ålander
Age: 22
Bachelor student in biochemistry

What would you do in the lab, if no one was watching?
Sing loudly to music

Quote: "Yeah, we should totally do that!"

Name: Annie Herbertsson
Age: 21
Bachelor student in molecular biotechnology

What would you do in the lab, if no one was watching?
Play around in Photoshop

Quote: "Konrad, so what size should the image be?"

Name: Adrian Silberman
Age: 23
Bachelor student in molecular biology

What would you do in the lab, if no one was watching?
Beatbox

Quote: "You can't help but be mezmerized by how much you can do with synthetic biology"

Name: Dianna Zeleskov
Age: 21
Bachelor student in biology and chemistry

What would you do in the lab, if no one was watching?
Dance!

Quote: "I'll go ask Del"

The Biosurfers have tried to express rhamnolipids, biosurfactants that dissolve the hydrophobic aggregates of PAHs and allow more interactions with our degrading enzymes.

Name: Sangeetha Bupalan
Age: 22
Master student in applied biotechnology

What would you do in the lab, if no one was watching?
Dance to Tunak Tunak

Quote: "I'm high!"

Name: Anastasios Glaros
Age: 26
Master student in bioinformatics

What would you do in the lab, if no one was watching?
Interesting stuff that ethics disallow

Quote: "Can I drink that?"

Name: Joel Striem
Age: 26
Bachelor student in molecular biology

What would you do in the lab, if no one was watching?
Try to make every potion from Harry Potter

Quote: "Where the fuck is Fredrik, I need his mom!"

Name: Anna Boström
Age: 22
Bachelor student in molecular biotechnology

What would you do in the lab, if no one was watching?
Do Bollywood-dancing!

Name: Julia Lundgren
Age: 24
Bachelor student in molecular biotechnology

What would you do in the lab, if no one was watching?
Do Bollywood-dancing!

Quote: "This is how you eat surströmming!"

Name: Thomas Andersson
Age: 22
Bachelor student in molecular biotechnology

What would you do in the lab, if no one was watching?
Whatever needs to be done

The Nah7 group has tried to incorporate the naphthalene degradation pathway from Pseudomonas putida into our system. The result of this pathway is salicylate, the inducer of our degradation system.

Name: Mikael Andersson Schönn
Age: 23
Master student in molecular biotechnology

What would you do in the lab, if no one was watching?
Try surviving on a diet consisting of LB and coffee

Quote: "Oskar, don’t put your coffeemug on the spectrophotometer!!!"

Name: Linnea Westberg
Age: 21
Bachelor student in molecular biotechnology

What would you do in the lab, if no one was watching?
Make a small Dumbo-pet for myself! I'd call him Dumbo Jr

Quote: "So... early lunch?"

Name: Kira Karlsson
Age: 24
Bachelor student in biomedicine

What would you do in the lab, if no one was watching?
Sing, dance and load all the gels

Quote: "Where's that thingabajing?"

Name: Hanna Eriksson
Age: 21
Bachelor student in molecular biotechnology

What would you do in the lab, if no one was watching?
Draw something on the blackboard, name all the pipettes or maybe read my book

Quote: "Skipping is the best mode of transportation"

Name: Björn Greijer
Age: 21
Bachelor student in biology

What would you do in the lab, if no one was watching?
Draw on the board

Name: Dmitry Laso
Age: 23
Bachelor student in pharmacology

What would you do in the lab, if no one was watching?
Build a nuke

Here you can view pictures of what we have been up to during this summer!