Difference between revisions of "Team:TECHNION-ISRAEL/example 2"

Line 141: Line 141:
 
 
 
<body>
 
<body>
<script>
+
<script>
$(window).ready(function() {
+
jQuery(window).load(function() { // makes sure the whole site is loaded
    $('#loading').hide();
+
      $('#status').fadeOut(); // will first fade out the loading animation
});
+
      $('#preloader').delay(100).fadeOut('slow'); // will fade out the white DIV that covers the website.
</script>
+
      $('body').delay(100).css({'overflow':'visible'});
<div id="loading"></div>
+
    })
<style>
+
 
#loading {
+
</script>
    position: absolute; width: 100%; height: 100%; background: url('https://static.igem.org/mediawiki/2017/3/38/T--TECHNION-ISRAEL--preloader.gif') no-repeat center center;
+
<div id="status"></div>
}
+
<style>
</style>
+
#preloader {
 +
  position: fixed;
 +
  top:0;
 +
  left:0;
 +
  right:0;
 +
  bottom:0;
 +
  background-color:#fff; /* change if the mask should have another color then white */
 +
  z-index:99999; /* makes sure it stays on top */
 +
}
 +
 
 +
#preloader {
 +
  width:200px;
 +
  height:200px;
 +
  position:absolute;
 +
  left:50%; /* centers the loading animation horizontally one the screen */
 +
  top:50%; /* centers the loading animation vertically one the screen */
 +
  background-image:url("https://static.igem.org/mediawiki/2017/3/38/T--TECHNION-ISRAEL--preloader.gif"); /* path to your loading animation */
 +
  background-repeat:no-repeat;
 +
  background-position:center;
 +
  margin:-100px 0 0 -100px; /* is width and height divided by two */
 +
}
 +
</style>
 
 
 
 

Revision as of 20:41, 30 October 2017

navbar

TEAM


Team Members

paining of the team Sally Nuphar Mai Maya Hadar Yehuda Dana Shir Noa


  • 4th year Biotechnology and food engineering
  • Age? 24
  • Favorite hobby in iGEM? Live in the lab and receive donations.
  • Favorite hobby outside of iGEM? Smothering her dog with hugs and kisses.
  • One thing no-one knows about me? I have four houses.
  • 4th year Biomedical engineering
  • Age? 26
  • Favorite hobby in iGEM? Making beautiful illustrations as wiki designer.
  • Favorite hobby outside of iGEM? Sleeping in nature.
  • One thing no-one knows about me? ? I almost chose to study psychology, but at the last moment decided to become an engineer.
  • 2nd year Medicine
  • Age? 24
  • Favorite hobby in iGEM? Anywhere with Wifi you’ll find her building webpages.
  • Favorite hobby outside of iGEM? Salsa dancing
  • One thing no-one knows about me? My name is Mai, but I was born in July.
  • Bsc molecular biochemistry
  • Age? 21
  • Favorite hobby in iGEM? Nursing pampered cells and developing mathematical models.
  • Favorite hobby outside of iGEM? Drawing and styling.
  • One thing no-one knows about me? I can speak a little Arabic, Yiddish and Aramaic.
  • 4th year Biotechnology and food engineering
  • Age? 27
  • Favorite hobby in iGEM? Using the FACS machine in weird hours.
  • Favorite hobby outside of iGEM? Sleeping as much as possible.
  • One thing no-one knows about me? When I can't sleep I try counting bacteria colonies.
  • Bsc Biochemical Engineering
  • Age? 23
  • Favorite hobby in iGEM? Fighting to grow hpc-7 cells.
  • Favorite hobby outside of iGEM? Running all over the world and taking selfies.
  • One thing no-one knows about me? Addicted to online shopping.
  • 4th year Biotechnology and food engineering
  • Age? 25
  • Favorite hobby in iGEM? Passing on Bea’s pearls of wisdom in Tissue culture and Flow jo analyzes.
  • Favorite hobby outside of iGEM? Planning to go to the gym and not going.
  • One thing no-one knows about me? A dog introduced me to my fiancé.
  • 4th year Biotechnology and food engineering
  • Age? 26
  • Favorite hobby in iGEM? Human practices and Organization of community events.
  • Favorite hobby outside of iGEM? Photoshoots with my fiancé and TRX workouts.
  • One thing no-one knows about me? I Know Morse code - …. .- - … -.-. --- --- .-..
  • 3rd year Biomedical engineering and medicine
  • Age? 25
  • Favorite hobby in iGEM? Read every paper in existence and troubleshooting.
  • Favorite hobby outside of iGEM? Eating fast food and long phone calls.
  • One thing no-one knows about me? I am a trained locksmith.



Mentors:



Prof. Roee Amit

Principal investigator

Dr. Orna Atar

Secondary principal investigator

Inbal Vaknin

Ph.D candidate, mentor.

Alexey Tomsov

M.Sc, mentor.

Roni Cohen

M.Sc, mentor.

My First Website