Difference between revisions of "Team:Freiburg/PaP/ScienceFair"

Line 5: Line 5:
 
<html>
 
<html>
 
<style>
 
<style>
 +
 +
  
 
/* ====================== Define CSS-slider =================== */
 
/* ====================== Define CSS-slider =================== */
Line 46: Line 48:
 
   height: 338px; /* Height Image */
 
   height: 338px; /* Height Image */
 
   position: absolute;
 
   position: absolute;
   top: -345px; /* Original Position - Outside of the Slider */
+
   right: 0; /* Original Position - Outside of the Slider */
 
   list-style: none;
 
   list-style: none;
 
}
 
}
Line 77: Line 79:
 
/* ANIMATION */
 
/* ANIMATION */
  
/* for firefox & chrome */
+
/* for firefox &amp; chrome */
  
 
@-moz-keyframes cycle {
 
@-moz-keyframes cycle {
   0%  { top: 0px; } /* When you start the slide, the first image is already visible */
+
   0%  { right: 0px; } /* When you start the slide, the first image is already visible */
   5%  { top: 0px; } /* Original Position */
+
   5%  { right: 0px; } /* Original Position */
   20% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
+
   20% { right: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
   25% { top: 345px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
+
   25% { right: 605px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
   26% { top: -345px; opacity: 0; z-index: -1; } /* Return to Original Position */
+
   26% { right: -605px; opacity: 0; z-index: -1; } /* Return to Original Position */
   90% { top: -345px; opacity: 0; z-index: 0; }
+
   90% { right: -605px; opacity: 0; z-index: 0; }
   95% { top: -345px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
+
   95% { right: -605px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
   100%{ top: 0px; opacity: 1; }
+
   100%{ right: 0px; opacity: 1; }
 
}
 
}
  
 
@-moz-keyframes cycletwo {
 
@-moz-keyframes cycletwo {
   0%  { top: -345px; opacity: 0; } /* Original Position */
+
   0%  { right: -605px; opacity: 0; } /* Original Position */
   20% { top: -345px; opacity: 0; }/* Starts moving after 16% to this position */
+
   20% { right: -605px; opacity: 0; }/* Starts moving after 16% to this position */
   25% { top: 0px; opacity: 1; }
+
   25% { right: 0px; opacity: 1; }
   30% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
+
   30% { right: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   45% { top: 0px; opacity: 1; z-index: 0; }  /* From 24% to 36 % = for 3 seconds the image is visible */
+
   45% { right: 0px; opacity: 1; z-index: 0; }  /* From 24% to 36 % = for 3 seconds the image is visible */
   50% { top: 345px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
+
   50% { right: 605px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
   51% { top: -345px; opacity: 0; z-index: -1; }  /* Return to Original Position */
+
   51% { right: -605px; opacity: 0; z-index: -1; }  /* Return to Original Position */
   100%{ top: -345px; opacity: 0; z-index: -1; }
+
   100%{ right: -605px; opacity: 0; z-index: -1; }
 
}
 
}
  
 
@-moz-keyframes cyclethree {
 
@-moz-keyframes cyclethree {
   0%  { top: -345px; opacity: 0; }
+
   0%  { right: -605px; opacity: 0; }
   45% { top: -345px; opacity: 0; }
+
   45% { right: -605px; opacity: 0; }
   50% { top: 0px; opacity: 1; }
+
   50% { right: 0px; opacity: 1; }
   55% { top: 0px; opacity: 1; }
+
   55% { right: 0px; opacity: 1; }
   70% { top: 0px; opacity: 1; }
+
   70% { right: 0px; opacity: 1; }
   75% { top: 345px; opacity: 0; z-index: 0; }
+
   75% { right: 605px; opacity: 0; z-index: 0; }
   76% { top: -345px; opacity: 0; z-index: -1; }
+
   76% { right: -605px; opacity: 0; z-index: -1; }
   100%{ top: -345px; opacity: 0; z-index: -1; }
+
   100%{ right: -605px; opacity: 0; z-index: -1; }
 
}
 
}
  
 
@-moz-keyframes cyclefour {
 
@-moz-keyframes cyclefour {
   0%  { top: -325px; opacity: 0; }
+
   0%  { right: -605px; opacity: 0; }
   70% { top: -325px; opacity: 0; }
+
   70% { right: -605px; opacity: 0; }
   75% { top: 0px; opacity: 1; }
+
   75% { right: 0px; opacity: 1; }
   80% { top: 0px; opacity: 1; }
+
   80% { right: 0px; opacity: 1; }
   95% { top: 0px; opacity: 1; z-index: 0; }
+
   95% { right: 0px; opacity: 1; z-index: 0; }
   100%{ top: 325px; opacity: 0; z-index: 0; }
+
   100%{ right: 605px; opacity: 0; z-index: 0; }
 
}
 
}
  
Line 124: Line 126:
 
/* once again for Safari */
 
/* once again for Safari */
 
@-webkit-keyframes cycle {
 
@-webkit-keyframes cycle {
   0%  { top: 0px; } /* When you start the slide, the first image is already visible */
+
   0%  { right: 0px; } /* When you start the slide, the first image is already visible */
   5%  { top: 0px; } /* Original Position */
+
   5%  { right: 0px; } /* Original Position */
   20% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
+
   20% { right: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
   25% { top: 345px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
+
   25% { right: 605px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
   26% { top: -345px; opacity: 0; z-index: -1; } /* Return to Original Position */
+
   26% { right: -605px; opacity: 0; z-index: -1; } /* Return to Original Position */
   90% { top: -345px; opacity: 0; z-index: 0; }
+
   90% { right: -605px; opacity: 0; z-index: 0; }
   95% { top: -345px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
+
   95% { right: -605px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
   100%{ top: 0px; opacity: 1; }
+
   100%{ right: 0px; opacity: 1; }
 
}
 
}
  
 
@-webkit-keyframes cycletwo {
 
@-webkit-keyframes cycletwo {
   0%  { top: -345px; opacity: 0; } /* Original Position */
+
   0%  { right: -605px; opacity: 0; } /* Original Position */
   20% { top: -345px; opacity: 0; }/* Starts moving after 16% to this position */
+
   20% { right: -605px; opacity: 0; }/* Starts moving after 16% to this position */
   25% { top: 0px; opacity: 1; }
+
   25% { right: 0px; opacity: 1; }
   30% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
+
   30% { right: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   45% { top: 0px; opacity: 1; z-index: 0; }  /* From 24% to 36 % = for 3 seconds the image is visible */
+
   45% { right: 0px; opacity: 1; z-index: 0; }  /* From 24% to 36 % = for 3 seconds the image is visible */
   50% { top: 345px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
+
   50% { right: 605px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
   51% { top: -345px; opacity: 0; z-index: -1; }  /* Return to Original Position */
+
   51% { right: -605px; opacity: 0; z-index: -1; }  /* Return to Original Position */
   100%{ top: -345px; opacity: 0; z-index: -1; }
+
   100%{ right: -605px; opacity: 0; z-index: -1; }
 
}
 
}
  
 
@-webkit-keyframes cyclethree {
 
@-webkit-keyframes cyclethree {
   0%  { top: -345px; opacity: 0; }
+
   0%  { right: -605px; opacity: 0; }
   45% { top: -345px; opacity: 0; }
+
   45% { right: -605px; opacity: 0; }
   50% { top: 0px; opacity: 1; }
+
   50% { right: 0px; opacity: 1; }
   55% { top: 0px; opacity: 1; }
+
   55% { right: 0px; opacity: 1; }
   70% { top: 0px; opacity: 1; }
+
   70% { right: 0px; opacity: 1; }
   75% { top: 345px; opacity: 0; z-index: 0; }
+
   75% { right: 605px; opacity: 0; z-index: 0; }
   76% { top: -345px; opacity: 0; z-index: -1; }
+
   76% { right: -605px; opacity: 0; z-index: -1; }
   100%{ top: -345px; opacity: 0; z-index: -1; }
+
   100%{ right: -605px; opacity: 0; z-index: -1; }
 
}
 
}
  
 
@-webkit-keyframes cyclefour {
 
@-webkit-keyframes cyclefour {
   0%  { top: -325px; opacity: 0; }
+
   0%  { right: -605px; opacity: 0; }
   70% { top: -325px; opacity: 0; }
+
   70% { right: -605px; opacity: 0; }
   75% { top: 0px; opacity: 1; }
+
   75% { right: 0px; opacity: 1; }
   80% { top: 0px; opacity: 1; }
+
   80% { right: 0px; opacity: 1; }
   95% { top: 0px; opacity: 1; z-index: 0; }
+
   95% { right: 0px; opacity: 1; z-index: 0; }
   100%{ top: 325px; opacity: 0; z-index: 0; }
+
   100%{ right: 605px; opacity: 0; z-index: 0; }
 
}
 
}
  
Line 213: Line 215:
 
}
 
}
  
 +
/* TOOLTIP */
 +
 
 
#slider .tooltip {
 
#slider .tooltip {
 
   background: rgba(0,0,0,0.7);
 
   background: rgba(0,0,0,0.7);
Line 219: Line 223:
 
   height: 60px;
 
   height: 60px;
 
   position: relative;
 
   position: relative;
   bottom: 120px;
+
   top: 0;
  left: -320px;
+
 
   -moz-transition: all 0.3s ease-in-out;
 
   -moz-transition: all 0.3s ease-in-out;
 
   -webkit-transition: all 0.3s ease-in-out;
 
   -webkit-transition: all 0.3s ease-in-out;
Line 237: Line 240:
 
#slider li#third:hover .tooltip,
 
#slider li#third:hover .tooltip,
 
#slider li#fourth:hover .tooltip {
 
#slider li#fourth:hover .tooltip {
   left: 0;
+
   top: -120px;
 
}
 
}
  
Line 244: Line 247:
  
 
/* =================== END of CSS-slider =================== */
 
/* =================== END of CSS-slider =================== */
 +
 +
  
 
</style>
 
</style>

Revision as of 07:45, 1 September 2015

""


  • Cougar

    Preparations

  • Lions

    Explaining

  • Snowalker

    Take a look at DNA

  • Howling

    Presentation

Freiburg Science Fair - Inspire the public for science

This year we had the great opportunity to inspire the public for biology at the science fair that took place the central square in Freiburg, called the „Münsterplatz“. We tried to explain in a simple way the key of our lifes: DNA - the genetic information. One of our goals was to bring people in touch with this molecule. On two hot summer days in July, our team helped curious visitors to extract DNA from bananas and tomatos. Children and elderly people were overwhelmed by the simple but fascinating experiment at our iGEM booth. We offered an easy but highly visual experiment of showing the hidden world of genetics. We also saw it as our duty to spread the idea of the iGEM competition and to present our project -the DiaCHIP- to the visitors of the science fair. Therefore we had an interview on stage together with a local radio station. We used the chance to inform people on synthetic biology and about iGEM in particular.

Here we provide a simple protocol for DNA isolation from fruits:

Material:

  • Lysis buffer: 5 g NaCl, 50 ml dishwashing detergent (the use of different colored dishwashing detergent fascinates the experimenter), 450 ml Water
  • 70% - 99% ethanol (ice cold)

Workflow:

  • smash one half of a banana with a fork within a beaker
  • add approximately 25 ml of Lysis buffer and stir the solution with the fork, so that you get a more or less homogenous solution
  • filter the solution through a paper filter into a new beaker to get rid of the crude cell fragments
  • put 1-2 ml of the filtered solution into a test-tube
  • slowly pipette the ice cold ethanol into the test-tube
  • two phases of alcohol and water are formed with precipitated DNA being visible in the alcohol phase