Team:TU Munich/team/team

From 2011.igem.org

(Difference between revisions)
Line 60: Line 60:
<script>
<script>
function ShowMember(name){
function ShowMember(name){
-
var sname=name;
 
  $('.teammember').stop();
  $('.teammember').stop();
  $('.teammember').css('display','none');
  $('.teammember').css('display','none');
  console.log(name);
  console.log(name);
-
  $('#'+sname).css('display','block');
+
  $('#li_'+name).css('display','block');
-
  $('#'+sname).stop().fadeTo(500,1);
+
  $('#li_'+name).stop().fadeTo(500,1);
}
}
function HideMember(name){
function HideMember(name){
-
var sname=name;
 
  $('.teammember').stop();
  $('.teammember').stop();
  $('.teammember').css('display','none');
  $('.teammember').css('display','none');
  console.log(name);
  console.log(name);
-
  $('#'+sname).css({'display','block'});
+
  $('#li_'+name).css({'display','block'});
-
  $('#'+sname).stop().fadeTo(500,0);
+
  $('#li_'+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 title="Tobias_Neudegger" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="420, 120, 467, 220">
+
<area id="Tobias_Neudegger" title="Tobias Neudegger" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="420, 120, 467, 220">
-
<area title="Nicolas_Goeldel" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="180, 150, 220, 205">
+
<area id="Nicolas_Goeldel" title="Nicolas Goeldel" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="180, 150, 220, 205">
-
<area title="Marta_Garnelo" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="320, 200, 350, 300">
+
<area id="Marta_Garnelo" title="Marta Garnelo" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="320, 200, 350, 300">
-
<area title="Tobias_Schmidt" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="230, 120, 260, 170">
+
<area id="Tobias_Schmidt" title="Tobias Schmidt" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="230, 120, 260, 170">
-
<area title="Markus_Schneider" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="360, 130, 410, 210">
+
<area id="Markus_Schneider" title="Markus Schneider" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="360, 130, 410, 210">
-
<area title="Alexander_Hogrebe" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="140, 130, 170, 210">
+
<area id="Alexander_Hogrebe" title="Alexander Hogrebe" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="140, 130, 170, 210">
-
<area title="Leonhard_von_Meyenn" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="130, 210, 170, 280">
+
<area id="Leonhard_von_Meyenn" title="Leonhard von Meyenn" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="130, 210, 170, 280">
-
<area title="Fabian_Froehlich" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="205, 120, 230, 170">
+
<area id="Fabian_Froehlich" title="Fabian Froehlich" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="205, 120, 230, 170">
-
<area title="Alexander_Blaessle" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="275, 120, 300, 170">
+
<area id="Alexander_Blaessle" title="Alexander Blaessle" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="275, 120, 300, 170">
-
<area title="Thorsten_Mueller" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="260, 210, 310, 290">
+
<area id="Thorsten_Mueller" title="Thorsten Mueller" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="260, 210, 310, 290">
-
<area title="Wolfgang_Ott" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="220, 210, 260, 290">
+
<area id="Wolfgang_Ott" title="Wolfgang Ott" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="220, 210, 260, 290">
-
<area title="Susan_Klaeger" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="240, 150, 280, 210">
+
<area id="Susan_Klaeger" title="Susan Klaeger" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="240, 150, 280, 210">
-
<area title="Dominik_Sievert" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="330, 130, 370, 200">
+
<area id="Dominik_Sievert" title="Dominik Sievert" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="330, 130, 370, 200">
-
<area title="Florian_Nadler" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="170, 210, 210, 290">
+
<area id="Florian_Nadler" title="Florian Nadler" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="170, 210, 210, 290">
-
<area title="Simon_Heinze" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="470, 130, 510, 240">
+
<area id="Simon_Heinze" title="Simon Heinze" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="470, 130, 510, 240">
-
<area title="Anna_Kramer" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="290, 140, 330, 210">
+
<area id="Anna_Kramer" title="Anna Kramer" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="290, 140, 330, 210">
-
<area title="Beatrice_Ramm" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="360, 210, 400, 300">
+
<area id="Beatrice_Ramm" title="Beatrice Ramm" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="360, 210, 400, 300">
-
<area title="Leah_Mallm" onmouseover="ShowMember(this.title)" onmouseout="HideMember(this.title)" shape="rect" coords="400, 210, 440, 300">
+
<area id="Leah_Mallm" title="Leah Mallm" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="400, 210, 440, 300">
<p>Missing: Katharina Lachmann</p>
<p>Missing: Katharina Lachmann</p>
</div>
</div>
<div id="memberdisp">
<div id="memberdisp">
-
<li id="Tobias_Neudegger" class="teammember"><h3>Tobias Neudegger</h3>
+
<li id="li_Tobias_Neudegger" class="teammember"><h3>Tobias Neudegger</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/d/d1/Tum_Tobi_N_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/d/d1/Tum_Tobi_N_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 108: Line 106:
   </ul>
   </ul>
</li>
</li>
-
<li id="Nicolas_Goeldel" class="teammember"><h3>Nicolas Goeldel</h3>
+
<li id="li_Nicolas_Goeldel" class="teammember"><h3>Nicolas Goeldel</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/a/ad/Tum_Nico_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/a/ad/Tum_Nico_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 116: Line 114:
   </ul>
   </ul>
</li>
</li>
-
<li id="Marta_Garnelo" class="teammember"><h3>Marta Garnelo</h3>
+
<li id="li_Marta_Garnelo" class="teammember"><h3>Marta Garnelo</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/1/19/Tum_Marta_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/1/19/Tum_Marta_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 124: Line 122:
   </ul>
   </ul>
</li>
</li>
-
<li id="Tobias_Schmidt" class="teammember"><h3>Tobias Schmidt</h3>
+
<li id="li_Tobias_Schmidt" class="teammember"><h3>Tobias Schmidt</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/c/cc/Tum_Tobi_s_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/c/cc/Tum_Tobi_s_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 132: Line 130:
   </ul>
   </ul>
</li>
</li>
-
<li id="Markus_Schneider" class="teammember"><h3>Markus Schneider</h3>
+
<li id="li_Markus_Schneider" class="teammember"><h3>Markus Schneider</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/2/2d/Tum_Markus_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/2/2d/Tum_Markus_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 140: Line 138:
   </ul>
   </ul>
</li>
</li>
-
<li id="Alexander_Hogrebe" class="teammember"><h3>Alexander Hogrebe</h3>
+
<li id="li_Alexander_Hogrebe" class="teammember"><h3>Alexander Hogrebe</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/2/26/Tum_Alex_H_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/2/26/Tum_Alex_H_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 148: Line 146:
   </ul>
   </ul>
</li>
</li>
-
<li class="teammember"><h3>Leonhard von Meyenn</h3>
+
<li id="li_Leonhard_von_Meyenn"class="teammember"><h3>Leonhard von Meyenn</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/4/48/Leo_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/4/48/Leo_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 155: Line 153:
   </ul>
   </ul>
</li>
</li>
-
<li id="Fabian_Froehlich" class="teammember"><h3>Fabian Froehlich</h3>
+
<li id="li_Fabian_Froehlich" class="teammember"><h3>Fabian Froehlich</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/4/47/Tum_Fabi_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/4/47/Tum_Fabi_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 163: Line 161:
   </ul>
   </ul>
</li>
</li>
-
<li id="Alexander_Blaessle" class="teammember"><h3>Alexander Blaessle</h3>
+
<li id="li_Alexander_Blaessle" class="teammember"><h3>Alexander Blaessle</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/1/17/Tum_Alex_b_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/1/17/Tum_Alex_b_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 171: Line 169:
   </ul>
   </ul>
</li>
</li>
-
<li id="Thorsten_Mueller" class="teammember"><h3>Thorsten Mueller</h3>
+
<li id="li_Thorsten_Mueller" class="teammember"><h3>Thorsten Mueller</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/3/35/Tum_Thorsten_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/3/35/Tum_Thorsten_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 179: Line 177:
   </ul>
   </ul>
</li>
</li>
-
<li id="Wolfgang_Ott" class="teammember"><h3>Wolfgang Ott</h3>
+
<li id="li_Wolfgang_Ott" class="teammember"><h3>Wolfgang Ott</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/c/c0/Tum_Wolfgang_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/c/c0/Tum_Wolfgang_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 187: Line 185:
   </ul>
   </ul>
</li>
</li>
-
<li id="Susan_Klaeger" class="teammember"><h3>Susan Klaeger</h3>
+
<li id="li_Susan_Klaeger" class="teammember"><h3>Susan Klaeger</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/3/32/Tum_Susan_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/3/32/Tum_Susan_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 195: Line 193:
   </ul>
   </ul>
</li>
</li>
-
<li id="Dominik_Sievert" class="teammember"><h3>Dominik Sievert</h3>
+
<li id="li_Dominik_Sievert" class="teammember"><h3>Dominik Sievert</h3>
   <div class="memberpic"><img alt="IGEM.jpg" src="" width="80" /></a></div>
   <div class="memberpic"><img alt="IGEM.jpg" src="" width="80" /></a></div>
   <ul>
   <ul>
Line 203: Line 201:
   </ul>
   </ul>
</li>
</li>
-
<li id="Florian_Nadler" class="teammember"><h3>Florian Nadler</h3>
+
<li id="li_Florian_Nadler" class="teammember"><h3>Florian Nadler</h3>
   <div class="memberpic"><img alt="FloN.jpg" src="https://static.igem.org/mediawiki/2011/9/9a/Tum_Flo_small.jpg" width="80" /></div>
   <div class="memberpic"><img alt="FloN.jpg" src="https://static.igem.org/mediawiki/2011/9/9a/Tum_Flo_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 211: Line 209:
   </ul>
   </ul>
</li>
</li>
-
<li id="Simon_Heinze" class="teammember"><h3>Simon Heinze</h3>
+
<li id="li_Simon_Heinze" class="teammember"><h3>Simon Heinze</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/e/e6/Tum_Simon_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/e/e6/Tum_Simon_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 219: Line 217:
   </ul>
   </ul>
</li>
</li>
-
<li id="Anna_Kramer" class="teammember"><h3>Anna Kramer</h3>
+
<li id="li_Anna_Kramer" class="teammember"><h3>Anna Kramer</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/f/f2/Tum_Anna_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/f/f2/Tum_Anna_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 227: Line 225:
   </ul>
   </ul>
</li>
</li>
-
<li id="Beatrice_Ramm" class="teammember"><h3>Beatrice Ramm</h3>
+
<li id="li_Beatrice_Ramm" class="teammember"><h3>Beatrice Ramm</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/0/01/Tum_Bea_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/0/01/Tum_Bea_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 235: Line 233:
   </ul>
   </ul>
</li>
</li>
-
<li id="Leah_Mallm" class="teammember"><h3>Leah Mallm</h3>
+
<li id="li_Leah_Mallm" class="teammember"><h3>Leah Mallm</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/e/ef/Tum_Leah_small.jpg" width="80" /></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/e/ef/Tum_Leah_small.jpg" width="80" /></div>
   <ul>
   <ul>
Line 243: Line 241:
   </ul>
   </ul>
</li>
</li>
-
<li id="Katharina_Lachmann" class="teammember"><h3>Katharina Lachmann</h3>
+
<li id="li_Katharina_Lachmann" class="teammember"><h3>Katharina Lachmann</h3>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/f/f8/Tum_Lachi_small.jpg" width="80" /></a></div>
   <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/f/f8/Tum_Lachi_small.jpg" width="80" /></a></div>
   <ul>
   <ul>

Revision as of 15:48, 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