Team:TU Munich/team/team

From 2011.igem.org

(Difference between revisions)
Line 62: Line 62:
  $('.teammember').stop();
  $('.teammember').stop();
  $('.teammember').css('display','none');
  $('.teammember').css('display','none');
-
  $('li#'+name).css('display','block');
+
  $('#'+name).css('display','block');
-
  $('li#'+name).stop().fadeTo(500,1);
+
  $('#'+name).stop().fadeTo(500,1);
}
}
function HideMember(name){
function HideMember(name){
  $('.teammember').stop();
  $('.teammember').stop();
  $('.teammember').css('display','none');
  $('.teammember').css('display','none');
-
  $('li#'+name).css({'display','block'});
+
  $('#'+name).css({'display','block'});
-
  $('li#'+name).stop().fadeTo(500,0);
+
  $('#'+name).stop().fadeTo(500,0);
}
}
</script>
</script>
<img src="https://static.igem.org/mediawiki/2011/a/aa/TumTeammedium.jpg" usemap="#teampic" style="margin-bottom:20px;z-index:1" width="543px">
<img src="https://static.igem.org/mediawiki/2011/a/aa/TumTeammedium.jpg" usemap="#teampic" style="margin-bottom:20px;z-index:1" width="543px">
<map name="teampic" width="543px">
<map name="teampic" width="543px">
-
<area id="Tobias_Neudegger" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="420, 120, 467, 220">
+
<area name="Tobias_Neudegger" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="420, 120, 467, 220">
-
<area id="Nicolas_Goeldel" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="180, 150, 220, 205">
+
<area name="Nicolas_Goeldel" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="180, 150, 220, 205">
-
<area id="Marta_Garnelo" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="320, 200, 350, 300">
+
<area name="Marta_Garnelo" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="320, 200, 350, 300">
-
<area id="Tobias_Schmidt" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="230, 120, 260, 170">
+
<area name="Tobias_Schmidt" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="230, 120, 260, 170">
-
<area id="Markus_Schneider" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="360, 130, 410, 210">
+
<area name="Markus_Schneider" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="360, 130, 410, 210">
-
<area id="Alexander_Hogrebe" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="140, 130, 170, 210">
+
<area name="Alexander_Hogrebe" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="140, 130, 170, 210">
-
<area id="Leonhard_von_Meyenn" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="130, 210, 170, 280">
+
<area name="Leonhard_von_Meyenn" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="130, 210, 170, 280">
-
<area id="Fabian_Froehlich" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="205, 120, 230, 170">
+
<area name="Fabian_Froehlich" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="205, 120, 230, 170">
-
<area id="Alexander_Blaessle" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="275, 120, 300, 170">
+
<area name="Alexander_Blaessle" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="275, 120, 300, 170">
-
<area id="Thorsten_Mueller" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="260, 210, 310, 290">
+
<area name="Thorsten_Mueller" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="260, 210, 310, 290">
-
<area id="Wolfgang_Ott" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="220, 210, 260, 290">
+
<area name="Wolfgang_Ott" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="220, 210, 260, 290">
-
<area id="Susan_Klaeger" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="240, 150, 280, 210">
+
<area name="Susan_Klaeger" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="240, 150, 280, 210">
-
<area id="Dominik_Sievert" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="330, 130, 370, 200">
+
<area name="Dominik_Sievert" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="330, 130, 370, 200">
-
<area id="Florian_Nadler" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="170, 210, 210, 290">
+
<area name="Florian_Nadler" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="170, 210, 210, 290">
-
<area id="Simon_Heinze" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="470, 130, 510, 240">
+
<area name="Simon_Heinze" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="470, 130, 510, 240">
-
<area id="Anna_Kramer" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="290, 140, 330, 210">
+
<area name="Anna_Kramer" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="290, 140, 330, 210">
-
<area id="Beatrice_Ramm" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="360, 210, 400, 300">
+
<area name="Beatrice_Ramm" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="360, 210, 400, 300">
-
<area id="Leah_Mallm" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="400, 210, 440, 300">
+
<area name="Leah_Mallm" onmouseover="ShowMember(this.name)" onmouseout="HideMember(this.name)" shape="rect" coords="400, 210, 440, 300">
<p>Missing: Katharina Lachmann</p>
<p>Missing: Katharina Lachmann</p>
</div>
</div>

Revision as of 15:29, 1 September 2011

Missing: Katharina Lachmann

  • Tobias Neudegger

    • Education: B.Sc. Biochemistry (Bachelor Thesis: )
    • Studies: Biochemistry (M.Sc.)
    • Age: 23
  • Nicolas Goeldel

    • Education: B.Sc. Biochemistry (Bachelor Thesis: "Silaffin-induced Biomineralization of CGTase", Protein Chemistry, TUM)
    • Studies: Biochemistry (M.Sc.)
    • Age: 23
  • Marta Garnelo

    • Studies: Molecular Biotechnology (B.Sc.)
    • Age: 20
  • Tobias Schmidt

    • Studies: Molecular Biotechnology (B.Sc.)
    • Age: 22
  • Markus Schneider

    • Studies: Molecular Biotechnology (B.Sc.)
    • Age: 21
  • Alexander Hogrebe

    • Studies: Biochemistry (B.Sc.) (Bachelor Thesis: "Researching the Role of SLPI During Innate and Adaptive Immune Responses", Center for Medical Microbiology, Immunology and Hygiene, TUM)
    • Age: 20
  • Leonhard von Meyenn

    • Studies: Biochemistry (B.Sc.) (Bachelor Thesis: "Influence of keratinocyte supernatants on monocyte-derived dendritic cells", Center of Allergy and Environment Munich (ZAUM) )
    • Age: 21
  • Fabian Froehlich

    • Studies: Mathematics (B.Sc.) (Bachelor Thesis: )
    • Age: 21
  • Alexander Blaessle

    • Studies: Mathematics (B.Sc.) (Bachelor Thesis: )
    • Age: 22
  • Thorsten Mueller

    • Studies: Biochemistry (B.Sc.)
    • Age: 24
  • Wolfgang Ott

    • Education: B.Sc. Molecular Biotechnology (Bachelor Thesis: Expression, purification and characterization of anticalins specific for the amyolid beta peptide, Biological Chemistry, TUM)
    • Studies: Molecular Biotechnology (M.Sc.)
    • Age: 24
  • Susan Klaeger

    • Education: B.Sc. Molecular Biotechnology (Bachelor Thesis: Detection of Protooncogenes and Tumorsuppressorgenes with Northern Blot Analysis, Livestock Biotechnology, TUM)
    • Studies: Molecular Biotechnology (M.Sc.)
    • Age: 23
  • Dominik Sievert

    IGEM.jpg
    • Studies: Molecular Biotechnology (B.Sc.)
    • Age: 21
  • Florian Nadler

    FloN.jpg
    • Education: B.Sc. Molecular Biotechnology (Bachelor Thesis: )
    • Studies: Molecular Biotechnology (M.Sc.)
    • Age: 24
  • Simon Heinze

    • Studies: Molecular Biotechnology (B.Sc.)
    • Age: 21
  • Anna Kramer

    • Education: B. Sc. Biochemistry (Bachelor Thesis: "Fabrication and testing of microelectrode arrays for the development of protein based biosensors for specific detection of cells", department of biotechnology, University of Leipzig)
    • Studies: Biochemistry (M.Sc.)
    • Age: 23
  • Beatrice Ramm

    • Studies: Biochemistry (B.Sc.)
    • Age:21
  • Leah Mallm

    • Studies: Biochemistry (B.Sc.)
    • Age:21
  • Katharina Lachmann

    • Education: B.Sc. Molecular Biotechnology (Bachelor Thesis: "Characterization and Application of Hydroxysteroid-Dehydrogenase Mutants for Biotransformation", Institute of Biochemical Engineering, TUM)
    • Studies: Molecular Biotechnology (M.Sc.)
    • Age:24
    • Tobias Neudegger
    • Nicolas Goeldel
    • Marta Garnelo
    • Tobias Schmidt
    • Markus Schneider
    • Alexander Hogrebe
    • Leonhard von Meyenn
    • Fabian Froehlich
    • Alexander Blaessle
    • Thorsten Mueller
    • Wolfgang Ott
    • Susan Klaeger
    • Dominik Sievert
    • Florian Nadler
    • Simon Heinze
    • Anna Kramer
    • Beatrice Ramm
    • Leah Mallm
    • Katharina Lachmann