Team:TU Munich/team/team

From 2011.igem.org

(Difference between revisions)
 
(94 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">
-
<map name="teampic">
+
 
-
<area id="fabianfroehlich" onmouseover>
+
<div id="divteampic">
-
</map>
+
<script>
-
<img src="https://static.igem.org/mediawiki/2011/a/aa/TumTeammedium.jpg" map="#teampic">
+
function ShowMember(name){
-
<p>Hover over the faces or one of the names below to see details</p>
+
$('.teammember').stop();
-
<ul>
+
$('.teammember').css('display','none');
-
<li>Tobias Neudegger
+
$('#li'+name).css("display","block");
-
<div class="floatright"><a href="/wiki/index.php?title=File:Tobin.jpg" class="image"><img alt="Tobin.jpg" src="/wiki/images/thumb/0/0d/Tobin.jpg/82px-Tobin.jpg" width="80" /></a></div>
+
$('#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>Nicolas Goeldel
+
<li id="liMartaGarnelo" class="teammember"><h3>Marta Garnelo</h3>
-
<div class="floatright"><a href="/wiki/index.php?title=File:Nico.jpg" class="image"><img alt="Nico.jpg" src="/wiki/images/thumb/b/bf/Nico.jpg/82px-Nico.jpg" width="80" /></a></div>
+
  <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/1/19/Tum_Marta_small.jpg" width="80" /></div>
-
<ul>
+
  <ul>
-
<li>Education: B.Sc. Biochemistry (Bachelor Thesis: "Silaffin-induced Biomineralization of CGTase", Protein Chemistry, TUM)</li>
+
    <li>Studies: Molecular Biotechnology (B.Sc.)</li>
-
<li>Studies: Biochemistry (M.Sc.)</li>
+
    <li>Age: 20
-
<li>Age: 23
+
  </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>Marta Garnelo
+
<li id="liMarkusSchneider" class="teammember"><h3>Markus Schneider</h3>
-
<div class="floatright"><a href="/wiki/index.php?title=File:Marta.jpg" class="image"><img alt="Marta.jpg" src="/wiki/images/2/23/Marta.jpg" width="80" /></a></div>
+
  <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: 20
+
    <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>Tobias Schmidt
+
<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: Molecular Biotechnology (B.Sc.)</li>
+
  <ul>
-
<li>Age: 22</li>
+
    <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>Markus Schneider
+
<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: Molecular Biotechnology (B.Sc.)</li>
+
  <ul>
-
<li>Age: 21</li>
+
    <li>Studies: Mathematics (B.Sc.) (Bachelor Thesis: )</li>
-
</ul>
+
    <li>Age: 21
 +
  </ul>
</li>
</li>
-
<li>Alexander Hogrebe
+
<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: 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>
+
  <ul>
-
<li>Age: 20
+
    <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>Leonhard von Meyenn
+
<li id="liWolfgangOtt" class="teammember"><h3>Wolfgang Ott</h3>
-
<div class="floatright"><a href="/wiki/index.php?title=File:Ferien_2.jpg" class="image"><img alt="Ferien 2.jpg" src="/wiki/images/thumb/4/4f/Ferien_2.jpg/82px-Ferien_2.jpg" width="80" /></a></div>
+
  <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/c/c0/Tum_Wolfgang_small.jpg" width="80" /></div>
-
<ul>
+
  <ul>
-
<li>Studies: Biochemistry (B.Sc.) (Bachelor Thesis: "Influence of keratinocyte supernatants on monocyte-derived dendritic cells", Center of Allergy and Environment Munich (ZAUM) )</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: 21</li>
+
    <li>Studies: Molecular Biotechnology (M.Sc.)</li>
-
</ul>
+
    <li>Age: 24</li>
 +
  </ul>
</li>
</li>
-
<li>Fabian Froehlich
+
<li id="liSusanKlaeger" class="teammember"><h3>Susan Klaeger</h3>
-
<div class="floatright"><a href="/wiki/index.php?title=File:13301_115632921799591_100000586518371_171135_4216259_n.jpg" class="image"><img alt="13301 115632921799591 100000586518371 171135 4216259 n.jpg" src="/wiki/images/thumb/e/e1/13301_115632921799591_100000586518371_171135_4216259_n.jpg/90px-13301_115632921799591_100000586518371_171135_4216259_n.jpg" width="80" /></a></div>
+
  <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/3/32/Tum_Susan_small.jpg" width="80" /></div>
-
<ul>
+
  <ul>
-
<li>Studies: Mathematics (B.Sc.) (Bachelor Thesis: )</li>
+
    <li>Education: B.Sc. Molecular Biotechnology (Bachelor Thesis: Detection of Protooncogenes and Tumorsuppressorgenes with Northern Blot Analysis, Livestock Biotechnology, TUM)</li>
-
<li>Age: 21</li>
+
    <li>Studies: Molecular Biotechnology (M.Sc.)</li>
-
</ul>
+
    <li>Age: 23</li>
 +
  </ul>
</li>
</li>
-
<li><span class="editsection">[<a href="/wiki/index.php?title=Group_members&amp;action=edit&amp;section=10" title="Edit section: Alexander Bläßle">edit</a>]</span> <span class="mw-headline" id="Alexander_Bl.C3.A4.C3.9Fle">Alexander Bläßle
+
<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: Mathematics (B.Sc.) (Bachelor Thesis: )</li>
+
  <ul>
-
<li>Age: 22</li>
+
    <li>Studies: Molecular Biotechnology (B.Sc.)</li>
-
</ul>
+
    <li>Age: 21
 +
  </ul>
</li>
</li>
-
<li>Thorsten Müller
+
<li id="liFlorianNadler" class="teammember"><h3>Florian Nadler</h3>
-
<div class="floatright"><a href="/wiki/index.php?title=File:Tmu.jpg" class="image"><img alt="Tmu.jpg" src="/wiki/images/thumb/5/59/Tmu.jpg/90px-Tmu.jpg" width="80" /></a></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>
-
<li>Studies: Biochemistry (B.Sc.)</li>
+
    <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>Wolfgang Ott
+
<li id="liSimonHeinze" class="teammember"><h3>Simon Heinze</h3>
-
<div class="floatright"><a href="/wiki/index.php?title=File:Wolf.jpg" class="image"><img alt="Wolf.jpg" src="/wiki/images/thumb/9/97/Wolf.jpg/90px-Wolf.jpg" width="80" /></a></div>
+
  <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/e/e6/Tum_Simon_small.jpg" width="80" /></div>
-
<ul>
+
  <ul>
-
<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>Studies: Molecular Biotechnology (B.Sc.)</li>
-
<li>Studies: Molecular Biotechnology (M.Sc.)</li>
+
    <li>Age: 21
-
<li>Age: 24</li>
+
  </ul>
-
</ul>
+
</li>
</li>
-
<li>Susan Kläger
+
<li id="liAnnaKramer" class="teammember"><h3>Anna Kramer</h3>
-
<div class="floatright"><a href="/wiki/index.php?title=File:Susanbild.jpg" class="image"><img alt="Susanbild.jpg" src="/wiki/images/thumb/2/2b/Susanbild.jpg/90px-Susanbild.jpg" width="80" /></a></div>
+
  <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. Molecular Biotechnology (Bachelor Thesis: Detection of Protooncogenes and Tumorsuppressorgenes with Northern Blot Analysis, Livestock Biotechnology, TUM)</li>
+
    <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: Molecular Biotechnology (M.Sc.)</li>
+
    <li>Studies: Biochemistry (M.Sc.)</li>
-
<li>Age: 23</li>
+
    <li>Age: 23</li>
-
</ul>
+
  </ul>
</li>
</li>
-
<li>Dominik Sievert
+
<li id="liBeatriceRamm" class="teammember"><h3>Beatrice Ramm</h3>
-
<div class="floatright"><a href="/wiki/index.php?title=File:IGEM.jpg" class="image"><img alt="IGEM.jpg" src="/wiki/images/thumb/3/3a/IGEM.jpg/82px-IGEM.jpg" width="80" /></a></div>
+
  <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/0/01/Tum_Bea_small.jpg" width="80" /></div>
-
<ul>
+
  <ul>
-
<li>Studies: Molecular Biotechnology (B.Sc.)</li>
+
    <li>Studies: Biochemistry (B.Sc.)</li>
-
<li>Age: 21</li>
+
    <li>Age:21
-
</ul>
+
  </ul>
</li>
</li>
-
<li>Florian Nadler
+
<li id="liLeahMallm" class="teammember"><h3>Leah Mallm</h3>
-
<div class="floatright"><a href="/wiki/index.php?title=File:FloN.jpg" class="image"><img alt="FloN.jpg" src="/wiki/images/0/07/FloN.jpg" width="80" /></a></div>
+
  <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/e/ef/Tum_Leah_small.jpg" width="80" /></div>
-
<ul>
+
  <ul>
-
<li>Education: B.Sc. Molecular Biotechnology (Bachelor Thesis: )</li>
+
    <li>Studies: Biochemistry (B.Sc.)</li>
-
<li>Studies: Molecular Biotechnology (M.Sc.)</li>
+
    <li>Age:21
-
<li>Age: 24</li>
+
  </ul>
-
</ul>
+
</li>
</li>
-
<li>Simon Heinze
+
<li id="liKatharinaLachmann" class="teammember"><h3>Katharina Lachmann</h3>
-
<div class="floatright"><a href="/wiki/index.php?title=File:Simon.jpg" class="image"><img alt="Simon.jpg" src="/wiki/images/thumb/b/b4/Simon.jpg/90px-Simon.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>
-
<li>Studies: Molecular Biotechnology (B.Sc.)</li>
+
    <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: 21</li>
+
    <li>Studies: Molecular Biotechnology (M.Sc.)</li>
-
<ul>
+
    <li>Age:24</li>
-
<p>Laid-back and doesn't mind doing tasks that nobody likes, for example keeping track of the finances. Probably one of very few people (besides Anna) to ever record absorption spectra of various solid growth media.</p>
+
  </ul>
</li>
</li>
-
<li>Anna Kramer
+
<li id="liAndreaMeyer" class="teammember"><h3>Andrea Meyer (Instructor)</h3>
-
<div class="floatright"><a href="/wiki/index.php?title=File:Anna_Kramer.jpg" class="image"><img alt="Anna Kramer.jpg" src="/wiki/images/thumb/9/9d/Anna_Kramer.jpg/82px-Anna_Kramer.jpg" width="80" /></a></div>
+
  <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/f/f1/Andreasmall.jpg" border="0" width="100" align="right" />
-
<ul>
+
  <ul>
-
<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: Physics</li>
-
<li>Studies: Biochemistry (M.Sc.)</li>
+
    <li>Age: 29</li>
-
<li>Age: 23</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>Beatrice Ramm
+
<li id="liMaximilianWeitz" class="teammember"><h3>Maximilian Weitz (Instructor)</h3>
-
<div class="floatright"><a href="/wiki/index.php?title=File:Beatrice_Ramm.jpg" class="image"><img alt="Beatrice Ramm.jpg" src="/wiki/images/thumb/c/cf/Beatrice_Ramm.jpg/90px-Beatrice_Ramm.jpg" width="80" /></a></div>
+
  <div class="memberpic"><img src="https://static.igem.org/mediawiki/2011/8/87/Maxismall.jpg" border="0" width="100" align="right" />
-
<ul>
+
  <ul>
-
<li>Studies: Biochemistry (B.Sc.)</li>
+
    <li>Studies: Physics</li>
-
<li>Age:21</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>Leah Mallm
+
<li id="liMichaelHoesl" class="teammember"><h3>Michael Hoesl (Instructor)</h3>
-
<div class="floatright"><a href="/wiki/index.php?title=File:Leah.jpg" class="image"><img alt="Leah.jpg" src="/wiki/images/thumb/c/cd/Leah.jpg/90px-Leah.jpg" width="80" /></a></div>
+
  <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>Studies: Biochemistry (B.Sc.)</li>
+
<li class="TobiasNeudegger" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Tobias Neudegger</li>
-
<li>Age:21</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 class="TobiasSchmidt" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Tobias Schmidt</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 class="FabianFroehlich" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Fabian Froehlich</li>
 +
<li class="AlexanderBlaessle" onmouseover="ShowMember(this.class)" onmouseout="HideMember(this.class)" >Alexander Blaessle</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 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>
-
</li>
+
<br>
-
<li>Katharina Lachmann
+
</div>
-
<div class="floatright"><a href="/wiki/index.php?title=File:P4250405.jpg" class="image"><img alt="P4250405.jpg" src="/wiki/images/thumb/d/d2/P4250405.jpg/82px-P4250405.jpg" width="80" /></a></div>
+
-
<ul>
+
-
<li>Education: B.Sc. Molecular Biotechnology (Bachelor Thesis: "Characterization and Application of Hydroxysteroid-Dehydrogenase Mutants for Biotransformation", Institute of Biochemical Engineering, TUM)</li>
+
-
<li>Studies: Molecular Biotechnology (M.Sc.)</li>
+
-
<li>Age:24</li>
+
-
<ul>
+
-
 
+
-
</ul>
+
-
 
+
 +
<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

    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
  • Andrea Meyer (Instructor)

    • Studies: Physics
    • Age: 29
    • Area of Research:
      1. Logic Gates in Bacteria
      2. Bacterial Networks in Microfluidics
      3. 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:
      1. Synthetic Biochemical Networks
      2. Microfluidics and Microdroplets for Compartmentalization
      3. Stochastic Dynamics
    • Employment: PhD Student
    • Diploma Thesis: Logical Transcription Networks
  • Michael Hoesl (Instructor)

    • Studies: Molecular Biotechnology
    • Age: 29
    • Area of Research:
      1. Protein Engineering with noncanonical amino acids
      2. Method development for noncanonical amino acid incorporation in vivo
      3. 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