Team:TU Munich/team/team
From 2011.igem.org
(Difference between revisions)
(90 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <head> | ||
+ | <style> | ||
+ | .teammember{ | ||
+ | display: none; | ||
+ | opacity: 0; | ||
+ | } | ||
+ | |||
+ | #divteampic { | ||
+ | float: left; | ||
+ | width: 543px; | ||
+ | } | ||
+ | |||
+ | #memberdisp { | ||
+ | padding: 20px; | ||
+ | float: right; | ||
+ | width: 320px; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .memberpic { | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | #memberlist { | ||
+ | clear: both; | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #memberlist ul { | ||
+ | line-height: 1.5em; | ||
+ | list-style-image: none; | ||
+ | list-style-type: none; | ||
+ | margin: 0 0 0 0; | ||
+ | padding: 0; | ||
+ | color: #CCCCCC; | ||
+ | font-size: 100%; | ||
+ | font-weight: bold; | ||
+ | height: 40px; | ||
+ | top: 0; | ||
+ | display: block; | ||
+ | } | ||
+ | #memberlist ul li{ | ||
+ | background: url(https://static.igem.org/mediawiki/2011/2/26/Bacteriasmall.png) no-repeat; | ||
+ | background-size: 100%; | ||
+ | top: 0; | ||
+ | height: 60px; | ||
+ | margin: 5px 10px 5px 10px; | ||
+ | width: 120px; | ||
+ | padding: 20px; | ||
+ | display: block; | ||
+ | float: left; | ||
+ | text-align: center; | ||
+ | opacity: 1; | ||
+ | } | ||
+ | |||
+ | #missing { | ||
+ | clear:both; | ||
+ | position: relative; | ||
+ | top:-38px; | ||
+ | height:18px; | ||
+ | color: #CCCCCC; | ||
+ | background-color: #444444; | ||
+ | opacity: 0.85; | ||
+ | width: 340px; | ||
+ | padding-left: 5px; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
<body> | <body> | ||
<div id="team" class="content"> | <div id="team" class="content"> | ||
<div class="subcontent ui-corner-all"> | <div class="subcontent ui-corner-all"> | ||
- | < | + | |
- | < | + | <div id="divteampic"> |
- | </ | + | <script> |
- | <img src="https://static.igem.org/mediawiki/2011/a/aa/TumTeammedium.jpg" | + | function ShowMember(name){ |
- | < | + | $('.teammember').stop(); |
- | + | $('.teammember').css('display','none'); | |
- | < | + | $('#li'+name).css("display","block"); |
- | < | + | $('#li'+name).stop().fadeTo(500,1); |
- | <ul> | + | } |
- | <li>Education: B.Sc. Biochemistry (Bachelor Thesis: )</li> | + | function HideMember(name){ |
- | <li>Studies: Biochemistry (M.Sc.)</li> | + | $('.teammember').stop(); |
- | <li>Age: 23 | + | $('.teammember').css('display','none'); |
+ | $('#li'+name).css("display","block"); | ||
+ | $('#li'+name).stop().fadeTo(500,0); | ||
+ | } | ||
+ | </script> | ||
+ | <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"> | ||
+ | <area id="TobiasNeudegger" title="Tobias Neudegger" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="420, 120, 467, 220"> | ||
+ | <area id="NicolasGoeldel" title="Nicolas Goeldel" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="180, 150, 220, 205"> | ||
+ | <area id="MartaGarnelo" title="Marta Garnelo" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="320, 200, 350, 300"> | ||
+ | <area id="TobiasSchmidt" title="Tobias Schmidt" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="230, 120, 260, 170"> | ||
+ | <area id="MarkusSchneider" title="Markus Schneider" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="360, 130, 410, 210"> | ||
+ | <area id="AlexanderHogrebe" title="Alexander Hogrebe" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="140, 130, 170, 210"> | ||
+ | <area id="LeonhardvonMeyenn" title="Leonhard von Meyenn" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="130, 210, 170, 280"> | ||
+ | <area id="FabianFroehlich" title="Fabian Froehlich" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="205, 120, 230, 170"> | ||
+ | <area id="AlexanderBlaessle" title="Alexander Blaessle" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="275, 120, 300, 170"> | ||
+ | <area id="ThorstenMueller" title="Thorsten Mueller" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="260, 210, 310, 290"> | ||
+ | <area id="WolfgangOtt" title="Wolfgang Ott" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="220, 210, 260, 290"> | ||
+ | <area id="SusanKlaeger" title="Susan Klaeger" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="240, 150, 280, 210"> | ||
+ | <area id="DominikSievert" title="Dominik Sievert" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="330, 130, 370, 200"> | ||
+ | <area id="FlorianNadler" title="Florian Nadler" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="170, 210, 210, 290"> | ||
+ | <area id="SimonHeinze" title="Simon Heinze" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="470, 130, 510, 240"> | ||
+ | <area id="AnnaKramer" title="Anna Kramer" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="290, 140, 330, 210"> | ||
+ | <area id="BeatriceRamm" title="Beatrice Ramm" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="360, 210, 400, 300"> | ||
+ | <area id="LeahMallm" title="Leah Mallm" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="400, 210, 440, 300"> | ||
+ | <area id="MaximilianWeitz" title="Maximilian Weitz (Instructor)" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="70, 140, 115, 300"> | ||
+ | <area id="AndreaMeyer" title="Andrea Meyer (Instructor)" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)" shape="rect" coords="115, 140, 145, 250"> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div id="memberdisp"> | ||
+ | <li id="liTobiasNeudegger" 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> | ||
+ | <ul> | ||
+ | <li>Education: B.Sc. Biochemistry (Bachelor Thesis: )</li> | ||
+ | <li>Studies: Biochemistry (M.Sc.)</li> | ||
+ | <li>Age: 23</li> | ||
+ | </ul> | ||
</li> | </li> | ||
- | </ul> | + | <li id="liNicolasGoeldel" 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> | ||
+ | <ul> | ||
+ | <li>Education: B.Sc. Biochemistry (Bachelor Thesis: "Silaffin-induced Biomineralization of CGTase", Protein Chemistry, TUM)</li> | ||
+ | <li>Studies: Biochemistry (M.Sc.)</li> | ||
+ | <li>Age: 23</li> | ||
+ | </ul> | ||
</li> | </li> | ||
- | <li | + | <li id="liMartaGarnelo" 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> | |
- | <ul> | + | <ul> |
- | <li> | + | <li>Studies: Molecular Biotechnology (B.Sc.)</li> |
- | <li> | + | <li>Age: 20 |
- | + | </ul> | |
</li> | </li> | ||
- | </ul> | + | <li id="liTobiasSchmidt" 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> | ||
+ | <ul> | ||
+ | <li>Studies: Molecular Biotechnology (B.Sc.)</li> | ||
+ | <li>Age: 22 | ||
+ | </ul> | ||
</li> | </li> | ||
- | <li | + | <li id="liMarkusSchneider" 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> | |
- | <ul> | + | <ul> |
- | <li>Studies: Molecular Biotechnology (B.Sc.)</li> | + | <li>Studies: Molecular Biotechnology (B.Sc.)</li> |
- | <li>Age: | + | <li>Age: 21 |
+ | </ul> | ||
</li> | </li> | ||
- | </ul> | + | <li id="liAlexanderHogrebe" 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> | ||
+ | <ul> | ||
+ | <li>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)</li> | ||
+ | <li>Age: 20 | ||
+ | </ul> | ||
</li> | </li> | ||
- | <li> | + | <li id="liLeonhardvonMeyenn"class="teammember"><h3>Leonhard von Meyenn</h3> |
- | <ul> | + | <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/4/48/Leo_small.jpg" width="80" /></div> |
- | <li>Studies: | + | <ul> |
- | <li>Age: | + | <li>Studies: Biochemistry (B.Sc.) (Bachelor Thesis: "Influence of keratinocyte supernatants on monocyte-derived dendritic cells", Center of Allergy and Environment Munich (ZAUM) )</li> |
- | </ul> | + | <li>Age: 21</li> |
+ | </ul> | ||
</li> | </li> | ||
- | <li> | + | <li id="liFabianFroehlich" class="teammember"><h3>Fabian Froehlich</h3> |
- | <ul> | + | <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/4/47/Tum_Fabi_small.jpg" width="80" /></div> |
- | <li>Studies: | + | <ul> |
- | <li>Age: 21 | + | <li>Studies: Mathematics (B.Sc.) (Bachelor Thesis: )</li> |
- | </ul> | + | <li>Age: 21 |
+ | </ul> | ||
</li> | </li> | ||
- | <li>Alexander | + | <li id="liAlexanderBlaessle" class="teammember"><h3>Alexander Blaessle</h3> |
- | <ul> | + | <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/1/17/Tum_Alex_b_small.jpg" width="80" /></div> |
- | <li>Studies: | + | <ul> |
- | <li>Age: | + | <li>Studies: Mathematics (B.Sc.) (Bachelor Thesis: )</li> |
+ | <li>Age: 22 | ||
+ | </ul> | ||
</li> | </li> | ||
- | </ul> | + | <li id="liThorstenMueller" 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> | ||
+ | <ul> | ||
+ | <li>Studies: Biochemistry (B.Sc.)</li> | ||
+ | <li>Age: 24 | ||
+ | </ul> | ||
</li> | </li> | ||
- | <li | + | <li id="liWolfgangOtt" 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> | |
- | <ul> | + | <ul> |
- | <li> | + | <li>Education: B.Sc. Molecular Biotechnology (Bachelor Thesis: Expression, purification and characterization of anticalins specific for the amyolid beta peptide, Biological Chemistry, TUM)</li> |
- | <li>Age: | + | <li>Studies: Molecular Biotechnology (M.Sc.)</li> |
- | </ul> | + | <li>Age: 24</li> |
+ | </ul> | ||
</li> | </li> | ||
- | <li | + | <li id="liSusanKlaeger" 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> | |
- | <ul> | + | <ul> |
- | <li> | + | <li>Education: B.Sc. Molecular Biotechnology (Bachelor Thesis: Detection of Protooncogenes and Tumorsuppressorgenes with Northern Blot Analysis, Livestock Biotechnology, TUM)</li> |
- | <li>Age: | + | <li>Studies: Molecular Biotechnology (M.Sc.)</li> |
- | </ul> | + | <li>Age: 23</li> |
+ | </ul> | ||
</li> | </li> | ||
- | <li> | + | <li id="liDominikSievert" class="teammember"><h3>Dominik Sievert</h3> |
- | <ul> | + | <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/7/7e/Tum_Dominik_small.jpg" width="80" /></a></div> |
- | <li>Studies: | + | <ul> |
- | <li>Age: | + | <li>Studies: Molecular Biotechnology (B.Sc.)</li> |
- | </ul> | + | <li>Age: 21 |
+ | </ul> | ||
</li> | </li> | ||
- | <li | + | <li id="liFlorianNadler" 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> | |
- | <ul> | + | <ul> |
- | <li>Studies: | + | <li>Education: B.Sc. Molecular Biotechnology (Bachelor Thesis: )</li> |
- | <li>Age: 24</li> | + | <li>Studies: Molecular Biotechnology (M.Sc.)</li> |
- | </ul> | + | <li>Age: 24</li> |
+ | </ul> | ||
</li> | </li> | ||
- | <li | + | <li id="liSimonHeinze" 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> | |
- | <ul> | + | <ul> |
- | + | <li>Studies: Molecular Biotechnology (B.Sc.)</li> | |
- | <li>Studies: Molecular Biotechnology ( | + | <li>Age: 21 |
- | <li>Age: | + | </ul> |
- | </ul> | + | |
</li> | </li> | ||
- | <li | + | <li id="liAnnaKramer" 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> | |
- | <ul> | + | <ul> |
- | <li>Education: B.Sc. | + | <li>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)</li> |
- | <li>Studies: | + | <li>Studies: Biochemistry (M.Sc.)</li> |
- | <li>Age: 23</li> | + | <li>Age: 23</li> |
- | </ul> | + | </ul> |
</li> | </li> | ||
- | <li | + | <li id="liBeatriceRamm" 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> | |
- | <ul> | + | <ul> |
- | <li>Studies: | + | <li>Studies: Biochemistry (B.Sc.)</li> |
- | <li>Age: 21 | + | <li>Age:21 |
- | </ul> | + | </ul> |
</li> | </li> | ||
- | <li | + | <li id="liLeahMallm" 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> | |
- | <ul> | + | <ul> |
- | + | <li>Studies: Biochemistry (B.Sc.)</li> | |
- | <li>Studies: | + | <li>Age:21 |
- | <li>Age: | + | </ul> |
- | </ul> | + | |
</li> | </li> | ||
- | <li | + | <li id="liKatharinaLachmann" 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> | |
- | <ul> | + | <ul> |
- | <li>Studies: Molecular Biotechnology ( | + | <li>Education: B.Sc. Molecular Biotechnology (Bachelor Thesis: "Characterization and Application of Hydroxysteroid-Dehydrogenase Mutants for Biotransformation", Institute of Biochemical Engineering, TUM)</li> |
- | <li>Age: | + | <li>Studies: Molecular Biotechnology (M.Sc.)</li> |
- | </ul> | + | <li>Age:24</li> |
+ | </ul> | ||
</li> | </li> | ||
- | <li | + | <li id="liAndreaMeyer" class="teammember"><h3>Andrea Meyer (Instructor)</h3> |
- | + | <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/f/f1/Andreasmall.jpg" border="0" width="100" align="right" /> | |
- | < | + | <ul> |
- | <li> | + | <li>Studies: Physics</li> |
- | <li> | + | <li>Age: 29</li> |
- | <li> | + | <li>Area of Research:</li> |
- | </ul> | + | <ol> |
+ | <li>Logic Gates in Bacteria</li> | ||
+ | <li>Bacterial Networks in Microfluidics</li> | ||
+ | <li>Bacterial communication by conjugation</li> | ||
+ | </ol> | ||
+ | <li>Employment: PhD Student</li> | ||
+ | <li>Diploma Thesis: Quorum Sensing: phase transitions in bacterial networks</li> | ||
+ | </ul> | ||
</li> | </li> | ||
- | <li | + | <li id="liMaximilianWeitz" class="teammember"><h3>Maximilian Weitz (Instructor)</h3> |
- | + | <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/8/87/Maxismall.jpg" border="0" width="100" align="right" /> | |
- | < | + | <ul> |
- | <li> | + | <li>Studies: Physics</li> |
- | <li> | + | <li>Age: 28</li> |
- | </ul> | + | <li>Area of Research:</li> |
+ | <ol> | ||
+ | <li>Synthetic Biochemical Networks</li> | ||
+ | <li>Microfluidics and Microdroplets for Compartmentalization</li> | ||
+ | <li>Stochastic Dynamics</li> | ||
+ | </ol> | ||
+ | <li>Employment: PhD Student</li> | ||
+ | <li>Diploma Thesis: Logical Transcription Networks</li> | ||
+ | </ul> | ||
</li> | </li> | ||
- | <li> | + | <li id="liMichaelHoesl" class="teammember"><h3>Michael Hoesl (Instructor)</h3> |
- | <div class=" | + | <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/e/ea/Hoesl.jpg" border="0" width="100" align="right" style="border: 0px initial initial;" /> |
+ | <ul> | ||
+ | <li>Studies: Molecular Biotechnology</li> | ||
+ | <li>Age: 29</li> | ||
+ | <li>Area of Research: | ||
+ | <ol> | ||
+ | <li>Protein Engineering with noncanonical amino acids</li> | ||
+ | <li>Method development for noncanonical amino acid incorporation in vivo</li> | ||
+ | <li>Strain Engineering</li> | ||
+ | </ol> | ||
+ | </li> | ||
+ | <li>Employment: Postdoc</li> | ||
+ | <li>PhD thesis: Expanding the Toolkit of Protein Engineering: Towards Multiple Simultaneous In Vivo Incorporation of Noncanonical Amino Acids</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </div> | ||
+ | |||
+ | <div id="memberlist"> | ||
<ul> | <ul> | ||
- | <li | + | <li class="TobiasNeudegger" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Tobias Neudegger</li> |
- | <li> | + | <li class="NicolasGoeldel" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Nicolas Goeldel</li> |
- | </ | + | <li class="MartaGarnelo" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Marta Garnelo</li> |
- | </li> | + | <li class="TobiasSchmidt" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Tobias Schmidt</li> |
- | <li> | + | <li class="MarkusSchneider" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Markus Schneider</li> |
- | < | + | <li class="AlexanderHogrebe" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Alexander Hogrebe</li> |
- | < | + | <li class="Leonhard_von_Meyenn" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Leonhard von Meyenn</li> |
- | <li> | + | <li class="FabianFroehlich" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Fabian Froehlich</li> |
- | <li> | + | <li class="AlexanderBlaessle" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Alexander Blaessle</li> |
- | <li> | + | <li class="ThorstenMueller" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Thorsten Mueller</li> |
- | </ | + | <li class="WolfgangOtt" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Wolfgang Ott</li> |
- | </li> | + | <li class="SusanKlaeger" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Susan Klaeger</li> |
+ | <li class="DominikSievert" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Dominik Sievert</li> | ||
+ | <li class="FlorianNadler" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Florian Nadler</li> | ||
+ | <li class="SimonHeinze" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Simon Heinze</li> | ||
+ | <li class="AnnaKramer" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Anna Kramer</li> | ||
+ | <li class="BeatriceRamm" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Beatrice Ramm</li> | ||
+ | <li class="LeahMallm" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Leah Mallm</li> | ||
+ | <li class="KatharinaLachmann" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Katharina Lachmann</li> | ||
</ul> | </ul> | ||
+ | <br> | ||
+ | </div> | ||
+ | |||
+ | <div id="missing"> | ||
+ | <p>Missing: <span id="MichaelHoesl" title="Michael Hoesl (Instructor)" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)">Michael Hoesl (Instructor)</span>, <span id="KatharinaLachmann" title="Katharina Lachmann" onmouseover="ShowMember(this.id)" onmouseout="HideMember(this.id)">Katharina Lachmann</span></p> | ||
+ | </div> | ||
+ | |||
</div> | </div> | ||
</div> | </div> | ||
</body> | </body> |
Latest revision as of 16:50, 1 September 2011
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
- Studies: Molecular Biotechnology (B.Sc.)
- Age: 21
Florian Nadler
- 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
Andrea Meyer (Instructor)
- Studies: Physics
- Age: 29
- Area of Research:
- Logic Gates in Bacteria
- Bacterial Networks in Microfluidics
- Bacterial communication by conjugation
- Employment: PhD Student
- Diploma Thesis: Quorum Sensing: phase transitions in bacterial networks
Maximilian Weitz (Instructor)
- Studies: Physics
- Age: 28
- Area of Research:
- Synthetic Biochemical Networks
- Microfluidics and Microdroplets for Compartmentalization
- Stochastic Dynamics
- Employment: PhD Student
- Diploma Thesis: Logical Transcription Networks
Michael Hoesl (Instructor)
- Studies: Molecular Biotechnology
- Age: 29
- Area of Research:
- Protein Engineering with noncanonical amino acids
- Method development for noncanonical amino acid incorporation in vivo
- Strain Engineering
- Employment: Postdoc
- PhD thesis: Expanding the Toolkit of Protein Engineering: Towards Multiple Simultaneous In Vivo Incorporation of Noncanonical Amino Acids
- 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
Missing: Michael Hoesl (Instructor), Katharina Lachmann