Team:Heidelberg/Team Members

From 2009.igem.org

(Difference between revisions)
(Undergraduates)
 
(156 intermediate revisions not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
-
<html>
+
{{Template_HD_3}}
 +
<html><body id="team" onload="setPageSize()">
 +
<style type="text/css">
-
<style>
+
h2 {padding: 10px 20px;
-
h1.firstHeading { display: none; }
+
                        font-size: 18px;
 +
                        color: #eb8300;
 +
                        font-decoration: none;
 +
                        font-weight: bold;}
 +
h2 a {color: #eb8300;}
 +
.dark { background-color: #d8d5d0;
 +
                        border-right: 2px solid #ede8e2;
 +
                        overflow: auto;
 +
                        }
-
p {text-align: justify;}
 
-
a:link { color: #324CE5; text-decoration: none}
+
div.gallery { width: 640px;
-
a:visited { color:#324CE5; text-decoration: none}
+
                      }
-
a:hover { color:#f29400; text-decoration: none}
+
div.gallery p  {padding: 0px 20px;
-
a:active { color:#f29400; text-decoration: none}
+
                        text-align: justify;
 +
                        font-size: 12px;}
 +
div.gallery h3 {padding: 10px 20px;
 +
                        font-size: 18px; text-align:right;
 +
                        color: #000;}
 +
div.gallery img {margin: 0 15px 15px 17px;
 +
                        border-color: #FFF;  
 +
border-style:solid;
 +
                        float:left;}
-
#bodyContent { padding: 10px auto; width: 910px; margin: auto; clear: none; }
+
div.adv_gallery{ width: 320px;
-
 
+
                      float:left;}
-
table#team_members { text-align: justify; border: 0; }
+
div.adv_gallery p  {padding: 0px 20px;
-
table#team_members h2, table#team_members h3 { clear: both; }
+
                        text-align: justify;
-
 
+
                        font-size: 12px;}
-
#header {height: 40px; padding: 10px ; font: arial, helvetica, sans-serif; font-size: 2em;font-style: bold; color:#FFFFFF; background: #324CE5;}
+
div.adv_gallery h3 {padding: 10px 20px;
-
/*-----------------------------------------------------------------------------------------------*/
+
                        font-size: 18px;
-
div.MenuBar ul li ul.DropDownMenu {
+
                        color: #000;}
-
  display: none; /* Hides all drop-down menus. */
+
div.adv_gallery img {margin: 0 15px 15px 17px;
-
 
+
                        border-color: #FFF;  
-
}
+
border-style:solid;  
-
/*
+
text-align:center;
-
li:hover works in IE7 and FF2.
+
                        float:left;}
-
a:hover works in IE6 and FF2.
+
-
a:hover breaks li:hover in FF2.
+
-
*/
+
-
div.MenuBar ul li:hover ul.DropDownMenu li ul.SideMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a ul.SideMenu {
+
-
  display: none; /* Hides all side menus. */
+
-
}
+
-
/*------------------------------------------------------------------------------------- Menu Bar */
+
-
div.MenuBar {
+
-
  font: arial, helvetica, sans-serif;
+
-
  height: 30px;
+
-
  width: 910px;
+
-
  /*width: 100%*/
+
-
  margin: 0;
+
-
  border-top: 0;
+
-
  border-right: 0;
+
-
  border-left: 0;
+
-
  padding: 0;
+
-
  background: black;
+
-
 
+
-
}
+
-
div.MenuBar ul {
+
-
  font: arial, helvetica, sans-serif;
+
-
  text-align: center;
+
-
  list-style-type: none;
+
-
  margin: 0.5em auto;
+
-
  border: 0;
+
-
  padding: 0;
+
-
  background: black;
+
-
}
+
-
div.MenuBar ul li {
+
-
  font: arial, helvetica, sans-serif;
+
-
  display: block;
+
-
  padding: 0;
+
-
  margin: 0;
+
-
  font-size: 1.3em;
+
-
  float: left;
+
-
  background: black;
+
-
  text-align: center;
+
-
  width: 107px;
+
-
  position: relative; /* Sets the positioning context for each drop-down menu. */
+
-
}
+
-
 
+
-
div.MenuBar ul li a {
+
-
  font: arial, helvetica, sans-serif;
+
-
  display: block;
+
-
  background: black;
+
-
  height: 22px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */
+
-
  color: #ffffff;
+
-
  padding-top: 4px;
+
-
  padding-bottom: 4px;
+
-
  padding-left: 1em; /* Sets the left space between top-level items. */
+
-
  padding-right: 1em; /* Sets the right space between top-level items. */
+
-
  text-decoration: none;
+
-
}
+
-
 
+
-
/*------------------------------------------------------------------------------ Drop-Down Menus */
+
-
div.MenuBar ul li:hover ul.DropDownMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu {
+
-
  display: block;
+
-
  width: 10em; /* Drop-down menu width.
+
-
                  Use MenuTailor.css to customize. */
+
-
  height: 1em;
+
-
  padding: 1px; /* Sets the drop-down menu "effective border" width. */
+
-
  position: absolute;
+
-
  top: 23px; /* Places the drop-down menu under the menu bar.
+
-
                Keep it sync with the menu bar height. */
+
-
  left: 0; /* Aligns the drop-down menu to its top-level item. */
+
-
  background-color: black; /* Selected item. */
+
-
  color: #FFFFFF;
+
-
 
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a {
+
-
  width: 10em; /* Keep it sync with the drop-down menu width.
+
-
                            Use MenuTailor.css to customize. */
+
-
  height: 1em;
+
-
  padding-left: 0;
+
-
  padding-right: 0;
+
-
  background-color: black; /* Selected item. */
+
-
  color: #FFFFFF;
+
-
}
+
-
ul.DropDownMenu li a span {
+
-
  display: block;
+
-
  padding-left: 0.75em; /* Sets the left space of each drop-down menu item. */
+
-
  padding-right: 0.25em; /* Sets the right space of each drop-down menu item. */
+
-
  text-align: right; /* Aligns the >> symbol to the right. */
+
-
}
+
-
ul.DropDownMenu li a span span {
+
-
  float: left; /* Aligns the text (back) to the left. */
+
-
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
+
-
  height: 20px;
+
-
  color: #FFFFFF;
+
-
}
+
-
/*----------------------------------------------------------------------------------- Side Menus */
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
+
-
  display: block;
+
-
  width: 11em; /* Side menu width.
+
-
                  Use MenuTailor.css to customize. */
+
-
  padding: 1px; /* Sets the side menu "effective border" width. */
+
-
  position: absolute;
+
-
  top: -1px; /* Aligns the side menu to its drop-down menu item.
+
-
                Keep it sync with the side menu "effective border" width. */
+
-
  left: 13em; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width.
+
-
                            Use MenuTailor.css to customize. */
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
+
-
  width: 11em; /* Keep it sync with the side menu width.
+
-
                            Use MenuTailor.css to customize. */
+
-
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
+
-
  left: 13em; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width.
+
-
                            Use MenuTailor.css to customize. */
+
-
}
+
-
div.MenuBar ul li ul.DropDownMenu li ul.SideMenu li a span {
+
-
  padding-left: 1.5em; /* Sets the left space of each side menu item. */
+
-
  padding-right: 0.5em; /* Sets the right space of each side menu item. */
+
-
  text-align: left;
+
-
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
+
-
  left: 13em; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width.
+
-
                            Use MenuTailor.css to customize. */
+
-
}
+
-
/*----------------------------------------------------------------------------- Browser Specific */
+
-
* html div.MenuBar ul li a {
+
-
  float: left; /* Required for IE55 and IE6.
+
-
                            Breaks O9.
+
-
                            Hidden (* html) from non-IE browsers. */
+
-
}
+
-
* html ul.DropDownMenu li a:hover {
+
-
  cursor: hand; /* Required for IE55.
+
-
                  Hidden (* html) from non-IE browsers. */
+
-
}
+
-
ul.DropDownMenu li a:hover {
+
-
  cursor: pointer; /* Required for IE6 and IE7.
+
-
                      Hidding it (* html) from non-IE browsers breaks IE7!
+
-
}
+
-
* html div.MenuBar a:hover {
+
-
  text-decoration: none; /* Required for IE55 and IE6.
+
-
                            Hidden (* html) from non-IE browsers. */
+
-
}
+
-
* html div.MenuBar ul li table,
+
-
* html div.MenuBar ul li table td {
+
-
  border: 0; /* Required for IE55 and IE6.
+
-
                Hidden (* html) from non-IE browsers. */
+
-
}
+
-
/*------------------------------------------------------------------------------- Default Colors */
+
-
div.MenuBar {
+
-
  background-color: Menu;
+
-
  border-bottom: 1px solid ButtonShadow;
+
-
}
+
-
div.MenuBar a {
+
-
  background-color: Menu; /* Top-level unselected items. */
+
-
  color: MenuText;
+
-
}
+
-
div.MenuBar ul li:hover a,
+
-
div.MenuBar ul li a:hover {
+
-
  color: #ea7f16;
+
-
  background-color: Highlight; /* Top-level selected item. */
+
-
  color: HighlightText;
+
-
}
+
-
/*...............................................................................................*/
+
-
div.MenuBar ul li:hover ul.DropDownMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu {
+
-
  background-color: ButtonShadow; /* Sets the drop-down menu "effective border" color. */
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a {
+
-
  background-color: Menu;  Drop-down menu unselected items.
+
-
                            Sets the drop-down menu "effective background" color. */
+
-
  color: MenuText;
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover {
+
-
  background-color: Highlight; /* Drop-down menu selected item. */
+
-
  color: HighlightText;
+
-
}
+
-
/*...............................................................................................*/
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
+
-
  background-color: ButtonShadow; /* Sets the side menu "effective border" color. */
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
+
-
  background-color: Menu; /* Side menu unselected items.
+
-
                            Sets the side menu "effective background" color. */
+
-
  color: MenuText;
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
+
-
  background-color: Highlight; /* Side menu selected item. */
+
-
  color: HighlightText;
+
-
}
+
-
/*-----------------------------------------------------------------------------------------------*/
+
-
/*Script-Free 3-Level Menu 1.2 Tailor
+
-
  www.CesarDaniel.info
+
-
/*-------------------------------------------------------------------------------------- General */
+
-
body {
+
-
  background: white;
+
-
  color: black;
+
-
  margin: 0;
+
-
  border: 0;
+
-
  padding: 0;
+
-
}
+
-
 
+
-
 
+
-
div.MenuBar {
+
-
  font: 13px arial, helvetica, sans-serif;
+
-
}
+
-
div.MenuBar ul {
+
-
  font: 13px arial, helvetica, sans-serif; /* Required for IE55. */
+
-
}
+
-
/*--------------------------------------------------------------------------------------- Colors */
+
-
div.MenuBar {
+
-
  background-color: black; /* Selected item. */
+
-
  color: #FFFFFF;
+
-
  border-bottom: 1px solid ButtonShadow;
+
-
}
+
-
div.MenuBar a,
+
-
div.MenuBar ul li:hover ul.DropDownMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a,
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
+
-
  background-color: black; /* Selected item. */
+
-
  color: #FFFFFF;
+
-
}
+
-
div.MenuBar ul li:hover a,
+
-
div.MenuBar ul li a:hover,
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover,
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
+
-
  background-color: #324CE5; /* Selected item. */
+
-
  color: #FFFFFF;
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu,
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
+
-
  background-color: ButtonShadow; /* Sets the drop-down and side menus "effective border" color. */
+
-
}
+
-
/*--------------------------------------------------------------------------------------- Widths */
+
-
/*
+
-
 
+
-
/*
+
-
Menu Bar 1
+
-
Drop-Down Menu #2
+
-
*/
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4,
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4 li a,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4 li a {
+
-
  width: 11em; /* Drop-down menu width. */
+
-
}
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5,
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5 li a,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5 li a {
+
-
  width: 12em; /* Drop-down menu width. */
+
-
}
+
-
 
+
-
/*...............................................................................................*/
+
-
/*
+
-
Menu Bar 1
+
-
Drop-Down Menu #2
+
-
Side Menu #1
+
-
*/
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 {
+
-
  left: 15.5em !important; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width. */
+
-
}
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1,
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1 li a,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 li a {
+
-
  width: 10em; /* Side menu width. */
+
-
}
+
-
/*...............................................................................................*/
+
-
/*
+
-
Menu Bar 1
+
-
Drop-Down Menu #2
+
-
Side Menu #2
+
-
*/
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 {
+
-
  left: 15.5em  !important; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width. */
+
-
}
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2,
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2 li a,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 li a {
+
-
  width: 10em; /* Side menu width. */
+
-
}
+
-
/*...............................................................................................*/
+
-
/*
+
-
Menu Bar 1
+
-
Drop-Down Menu #2
+
-
Side Menu #3
+
-
*/
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 {
+
-
  left: 15.5em  !important; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width. */
+
-
}
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3,
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3 li a,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 li a {
+
-
  width: 10em; /* Side menu width. */
+
-
}
+
-
/*...............................................................................................*/
+
</style>
</style>
 +
   
 +
<div id="super_main_wrapper">
 +
<div id="SubWrapper"> 
 +
<p>Contact the team though our group email: <b>igem.heidelberg.09&#64;googlemail.com</b></p>
 +
<a name="top"></a>
 +
<h2><a name="Students">Students</a></h2>
 +
<div class="gallery"> <h3> Michael Bartoschek </h3>
 +
<img src="https://static.igem.org/mediawiki/2009/4/4e/HD09_Michael_150px.png" alt="" width="150px"/>
 +
<p>Michael is a bachelor student of <b>Molecular Biotechnology</b> at the Ruprecht-Karls University Heidelberg. He has recently finished the 4th semester. He likes the idea of Synthetic Biology and iGEM. He is looking forward on working with a highly motivated, young team and learning much about arranging own scientific projects.</p>
 +
</div>
 +
<div class="clear"></div>
-
<body>
+
<div class="gallery"> <h3> Simon Haas </h3>
-
<div id="header">iGEM-Team Heidelberg 2009</div>
+
<img src="https://static.igem.org/mediawiki/2009/7/7a/HD09_Simon_150px.png" alt="" width="150px"/>
-
<div class='MenuBar' id="navi">
+
<p>Simon is a Bachelor student in <b>Molecular Cell Biology</b> at the University of Heidelberg in the 4th semester. During several smaller internships at institutions like the BZH, ZMBH, HIP, ZI he gained experience in experimental molecular and cellular biology and biochemistry. He is fascinated by the idea of creating functional synthetic systems in biology. Besides Synthetic Biology Simon is highly interested in the fields of gene therapy and neuroscience. He will continue his studies in Biochemistry at the Imperial College London next semester.</p>
-
<ul>
+
</div>
-
<li>
+
<div class="clear"></div>
-
<a href="https://2009.igem.org/Team:Heidelberg" style="color: white">Home
+
-
<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
<li>
+
-
<a href="https://2009.igem.org/Team:Heidelberg/Team" style="color: white">Team<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
<ul class="DropDownMenu" id="MB1-DDM6">
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Team"><span><span>Overview</span></span></a></li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Team_Members#Advisors"><span><span>Advisors</span></span></a></li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Team_Members#Undergraduates"><span><span>Undergraduates</span></span></a></li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Team#There_are_many_Universities_-_and_there_is_Heidelberg_..."><span><span>University</span></span></a></li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Team#DKFZ"><span><span>DKFZ</span></span></a></li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Team#Bioquant"><span><span>BioQuant</span></span></a></li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/BioRegioRN"><span><span>BioRegion Rhein-Neckar</span></span></a></li>
+
-
</ul>
+
-
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
<li>
+
-
<a href="https://2009.igem.org/Team:Heidelberg/Project" style="color: white">Project<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
<ul class="DropDownMenu" id="MB1-DDM1">
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Project"><span><span>Overall Project</span></span></a></li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/material"><span><span>Material & Methods</span></span></a>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Project/Natural promotors"><span><span>Natural Promotors</span></span></a></li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Project/Synthetic promotors"><span><span>Synthetic Promotors</span></span></a></li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Project/Multi-color output"><span><span>Multi-Color Output</span></span></a></li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Project/Stable cell line"><span><span>Stable Cell Line</span></span></a></li>
+
-
</ul>
+
-
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
<li>
+
<div class="gallery"> <h3> Tim Heinemann </h3>
-
<a href="https://2009.igem.org/Team:Heidelberg/Parts" style="color: white">Parts<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
<img src="https://static.igem.org/mediawiki/2009/2/2a/HD09_Tim_150px.png" alt="" width="150px"/>
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
<p>Tim started his scientific career at the Humboldt University Berlin with the Bachelor program of <b>Theoretical Biophysics</b>. Inspired by the beautiful cultural and academic atmosphere of Germany's capital he first encountered the field of Theoretical Biology. After three years he wrote his thesis in multivariate statistical analysis at the department of physics at the Free University Berlin. Currently he completes the second semester of his studies of <b>Systems Biology</b> within the Master's program Molecular Biosciences at the University of Heidelberg. During this work he realized that having knowledge in both the theoretical and practical field is essential to model biological systems. For example to make a good theoretical model it is necessary to be aware of the approximate character of the experiment and to evaluate the collected data. According to him this combination of the theoretical and the experimental approach is impressively realized with the iGEM idea. He is grateful to be part of this year's team and to have a nice summer with the students.</p>
-
<ul class="DropDownMenu" id="MB1-DDM2">
+
</div>
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Parts"><span><span>Submitted Parts</span></span></a></li>
+
<div class="clear"></div>
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Parts/Characterization"><span><span>Characterization</span></span></a></li>
+
-
</ul>
+
-
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
<li>
+
-
<a href="https://2008.igem.org/Team:Heidelberg/Modeling" style="color: white">Modeling<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
<ul class="DropDownMenu" id="MB1-DDM3">
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Modeling"><span><span>Overview</span></span></a></li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Modeling/Part?"><span><span>Part?</span></span></a></li>
+
-
+
-
</ul>
+
-
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
<li>
+
-
<a href="https://2009.igem.org/Team:Heidelberg/Notebook/Overview" style="color: white">Notebook<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
<ul class="DropDownMenu" id="MB1-DDM5">
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/Natural promotors/Notebook"><span><span>Natural Promotors</span></span><!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
<ul class="SideMenu" id="MB1-DDM2-SM1">
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/Natural promotors/??"><span>??</span></a></li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/Natural promotors/Notebook"><span>Notebook</span></a></li>
+
-
</ul>
+
-
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/synthetic promotors/Notebook"><span><span>Synthetic Promotors</span></span><!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
<ul class="SideMenu" id="MB1-DDM2-SM2">
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/synthetic promotors/???"><span>???</span></a></li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/synthetic promotors/Notebook"><span>Notebook</span></a></li>
+
-
</ul>
+
-
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/stable cell line/Notebook"><span><span>Stable Cell Line</span></span><!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
<ul class="SideMenu" id="MB1-DDM2-SM3">
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/stable cell line"><span>Integration Strategy</span></a></li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/stable cell line/Notebook"><span>Notebook</span></a></li>
+
-
</ul>
+
-
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/multi-color output"><span><span>Multi-Color Output</span></span></a>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/material"><span><span>Material & Methods</span></span></a>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/team_meetings"><span><span>Team Meetings</span></span></a>
+
-
<li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/seminar"><span><span>Seminar on Synthetic Biology</span></span></a>
+
-
</ul>
+
-
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
<li style="width: 160px">
+
-
<a href="https://2008.igem.org/Team:Heidelberg/Human_Practice/Project_Overview" style="color: white">Human Practice<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
<ul class="DropDownMenu" id="MB1-DDM4">
+
-
                              <li><a href="https://2009.igem.org/Team:Heidelberg/Human_Practice/Project_Overview"><span><span>Project Overview</span></span></a></li>
+
-
      <li><a href="https://2009.igem.org/Team:Heidelberg/Human_Practice/Essay"><span><span>Essay</span></span></a></li>
+
-
                              <li><a href="https://2009.igem.org/Team:Heidelberg/Human_Practice/Surveys"><span><span>Surveys</span></span></a></li>
+
-
+
-
</ul>
+
-
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
<li>
+
<div class="gallery"> <h3> Corinna Hiller </h3>
-
<a href="https://2009.igem.org/Team:Heidelberg/Sponsors" style="color: white">Sponsors</a>
+
<img src="https://static.igem.org/mediawiki/2009/9/97/HD09_Corinna_150px.png" alt="" width="150px"/>
-
</li>
+
<p>Corinna has finished her bachelor thesis about experimental and computer-associated search for p53 inhibiting agents with subsequent validation by crystallography at the German Cancer Research Center (DKFZ) as a student of <b>Molecular Biotechnology</b>. As one of 30 other students she will start with the master of Molecular Biotechnology at the University of Heidelberg in October. The iGEM competition demonstrates a unique opportunity to organize a scientific project and to meet a young inspirational team of students.</p>
-
</ul>
+
</div>
 +
<div class="clear"></div>
 +
<div class="gallery"> <h3> Nao Iwamoto </h3>
 +
<img src="https://static.igem.org/mediawiki/2009/9/95/HD09_Nao_150px.png" alt="" width="150px"/>
 +
<p>Nao is a Master student of <b>Cancer Biology</b> at the German Cancer Research Center (DKFZ). During his Bachelor's program in <b>Theoretical Biophysics</b> at the Humboldt University to Berlin he gained his strong enthusiasm towards Systems Biology. Before joining the iGEM team Heidelberg '09 he worked as a student research assistant in the lab of Dr. Ursula Klingmüller (Systems Biology of Signal Transduction) at the DKFZ. Being a member of the iGEM team Heidelberg '09 he is looking forward to contributing to the exciting project on the theoretical side and is glad to share a wonderful summer with the students.</p>
</div>
</div>
-
</body>
+
<div class="clear"></div>
-
</html>
+
-
{|
+
<div class="gallery"> <h3> Stephen Krämer </h3>
-
|-valign="top" border="0"
+
<img src="https://static.igem.org/mediawiki/2009/3/32/HD09_Stephen_150px.png" alt="" width="150px"/>
-
|width="650px" style="padding: 0 20px 0 0;"|
+
<p>Stephen has just finished his 4th semester as a student of <b>Molecular Biotechnology</b> at the University of Heidelberg. He believes that biology can contribute to solutions to major challenges of the 21st century like the growing water and food shortage in many regions of the world. But in his opinion modern biology will only unfold its full potential if it will be based on a systematic foundation. This is the reason why he is fascinated by the ideas of Synthetic Biology.</p>
 +
</div>
 +
<div class="clear"></div>
 +
<div class="gallery"> <h3> Hannah Meyer </h3>
 +
<img src="https://static.igem.org/mediawiki/2009/b/bb/HD09_HannahM_150px.png" alt="" width="150px"/>
 +
<p>Hannah has just started her fifth semester as a student of <b>Molecular Biotechnology</b>. In her second semester she has started working in the Tucker group at the university of Heidelberg where she has worked in the field of neurogenesis and nerve development. After having learned new methods in wet lab work, she is looking forward to bringing in her experiences but also to organizing and setting up own scientific projects. She is very excited to work in a new field of biology and hopes to have a great summer with the other team members!
 +
</p>
 +
</div>
 +
<div class="clear"></div>
-
<!-- ***==Languages==
+
<div class="gallery"> <h3> Douaa Mugahid</h3>
-
[[Image:british_flag.jpg|middle|15px]] [[Team:Heidelberg#Bacterial killers from a genetic construction kit|English]]        [[Image:German_flag_c.jpg|middle|15px]] [[Team:Heidelberg#Bakterienkiller aus dem Gen-Baukasten|Deutsch]]        [[Image:French_flag.jpg‎|middle|15px]] [[Team:Heidelberg#assasins bakterielles d'un kit construction|Français]]        [[Image:Italian_flag.jpg|middle|15px]] [[Team:Heidelberg#Un kit genetico per batteri killer|Italiano]]        [[Image:Spanish_flag.jpg|middle|15px]] [[Team:Heidelberg#Bacterias matadoras creadas a partir de un kit de construcción genética|Español]]        [[Image:Portugese_flag.jpg|middle|15px]] [[Team:Heidelberg#Bactérias predadoras a partir de um kit deconstrução genética|Português]]        [[Image:Catalonia_flag.jpg|middle|15px]] [[Team:Heidelberg#Bacteries assassines generades a partir d’ un kit de construcció genètica|Català]]        [[Image:Poland_flag.jpg|middle|15px]] [[Team:Heidelberg#Bakteryjni zabójcy z taśmy montażowej|Polski]]        [[Image:Lithuanin_flag.jpg|middle|15px]] [[Team:Heidelberg#Genetiškai sukonstruoti bakterijų žudikai|Lietuvių]]
+
<img src="https://static.igem.org/mediawiki/2009/8/86/HD09_Douaa_150px.png" alt="" width="150px"/>
 +
<p>Biology for a better life is what Douaa believes in. Coming from a country where the availability of food and better health care is always an issue for the masses, she believes that as a biologist who can use science for the help of better, cheaper industrial/agricultural/medical use she has a lot to give to her own country and the masses at large. For those reasons Douaa studies <b>Biotechnology</b> as an undergraduate, but being faced with the immense costs that people are faced with in that industry in general made her want to think of how to bring them down. In silico optimization of biological processes away from the workbench in the lab seemed like the best idea, which is why she is currently doing a masters in <b>Systems Biology</b> at Heidelberg University. Being part of the iGEM team this year makes her know that as biologists there is so much we can do that is creative, useful and eventually cost effective and widely available for all researchers all over the world.</p>
 +
</div>
 +
<div class="clear"></div>
-
[[Image:Russian_flag.jpg|middle|15px]] [[Team:Heidelberg#Ликвидатор бактерий созданный из генетических материалов|Pусский]]        [[Image:China_flag.jpg|middle|15px]] [[Team:Heidelberg#由基因元件拼装的细菌杀手|中文]]        [[Image:Japanese_flag.jpg|middle|15px]] [[Team:Heidelberg#殺し屋のバクテリアを遺伝子コンストラクトキットで作る|日本語]]*** -->
+
<div class="gallery"> <h3> Anne Rademacher </h3>
 +
<img src="https://static.igem.org/mediawiki/2009/d/d8/HD09_Anne_150px.png" alt="" width="150px"/>
 +
<p>Anne also just finished her 4th semester of <b>Molecular Biotechnology</b> at Heidelberg University. Next to her studies she had worked in Faiza Rharbaoui's group at Cellzome for three semesters. Regarding iGEM she looks forward to a summer with students from different studies and a lot of fun experiencing a new field of biology.</p>
 +
</div>
 +
<div class="clear"></div>
-
=='''Undergraduates'''==
+
<div class="gallery"> <h3> Hannah Uckelmann </h3>
 +
<img src="https://static.igem.org/mediawiki/2009/8/82/HD09_HannahU_150px.png" alt="" width="150px"/>
 +
<p>Hannah is a student in the second semester of the <b>Molecular Biosciences</b> Masters Program with the major Molecular and Cellular Biology at the University of Heidelberg. She completed her bachelors degree in biochemistry at the Florida A&M University in the states. She has experience in obesity and cancer research and hopes to be able to contribute greatly to the wet lab work in this years iGEM project. She is excited to work on this fascinating project with a great group of students!</p>
 +
</div>
 +
<div class="clear"></div>
-
=== '''Michael Bartoschek''' ===
+
<div class="gallery"> <h3> Lars Velten </h3>
-
[[image:Michael_picture.jpg|left|thumb|120px|Michael Bartoschek]]
+
<img src="https://static.igem.org/mediawiki/2009/c/c2/HD09_Lars_150px.png" alt="" width="150px"/>
-
Michael is a bachelor '''student of Molecular Biotechnology''' at the Ruprecht-Karls University Heidelberg. He has recently finished the 4th semester. He likes the idea of synthetic Biology and iGEM. He is looking forward on working with a highly motivated, young team and learning much about arrangeing own scientific projects.
+
<p>After finishing high school, Lars spent a year volunteering in Development Cooperation, selling solar power to Massai people in northern Tanzania. Perceiving plants as the better solar cell, and also interested in everything else (but urchins), he turned to study <b>Molecular and Cellular Biology</b> at Heidelberg U, where he has now finished his 4th semester. He collected some wetlab experience during an internship with Kartsten Weis' lab at UC Berkeley, where he worked on a project studying proteome turnover. He is looking foward to working in Synthetic Biology.</p>
 +
</div>
 +
<div class="clear"></div>
-
E-Mail: michael ät bartoschek.org
+
<div class="gallery"> <h3> Bingqing Zhao </h3>
 +
<img src="https://static.igem.org/mediawiki/2009/e/e9/HD09_Bingqing_150px.png" alt="" width="150px"/>
 +
<p>Bingqing just finished her <b>medical study</b> this July in Peking University, China. The five-year study and internships in different hospitals has taught her a lot in medicine. This as well aroused her special curiosity for congenital disorders. She will continue her study in major Developmental Biology of master program <b>Molecular Bioscience</b> in Heidelberg University. Earlier this year, she took an internship at Prof. Eils' group, focusing on promoter measurement with real-time RT-PCR technique. This experience leads her to the iGEM team Heidelberg 2009. She is looking forward to an exciting and passionate summer with all the team mates!</p>
 +
</div>
 +
<div class="clear"></div>
-
==='''Simon Haas'''===
+
<div class="gallery"> <h3> Chenchen Zhu</h3>
-
<!-- [[image:Simon_picture.jpg|left|thumb|120px|Simon Haas]] -->
+
<img src="https://static.igem.org/mediawiki/2009/b/bc/HD09_Chenchen_150px.png" alt="" width="150px"/>
 +
<p>At present, Chenchen is a master student of <b>Molecular Biosciences Major: Infectious disease</b>. He had studied <b>Informatics</b> in China for one year. After half-year learning of German in Berlin, he moved to Heidelberg and furthered his study in Molecular Biotechnology for three years. His main interest is in microbiology, especially in the research of Hepatitis B Virus. As a old member of the iGEM team Heidelberg last year, he will try to integrate his theoretical and experimental skills both in Biology and Informatics in the next few months.</p>
 +
</div>
 +
<div class="clear"></div>
 +
<a style="padding: 10px 15px;" href="#top">Go to Top</a>
 +
<br>
 +
<h2><a name="Advisors">Advisors</a></h2>
 +
<div class="dark">
 +
<div class="adv_gallery"> <h3> Roland Eils</h3>
 +
<img src="https://static.igem.org/mediawiki/2009/0/02/HD09_Roland_Eils_picture.png" alt="" width="120px"/>
 +
<p>Prof. Eils is again the head of the iGEM Heidelberg team. He provides the laboratories and all the required equipment. Besides, he will sponsor the traveling and participation costs. Thank you very much!
 +
The research interests of Prof. Eils lies in the field of the analysis and mathematical modeling of complex pathways in molecular biology. He can look back at a very successful career, as he is the head of the Department of Theoretical Bioinformatics in the DKFZ and working on computational oncology. Furthermore, he is the director of the Department of Bioinformatics and Functional Genomics of the IPMB at the University of Heidelberg.</p>
 +
</div>
 +
<div class="adv_gallery"><p>
 +
Alongside Prof. Kräusslich and Prof. Wolfrum, he is one of three founding directors of the BioQuant, as well as the leader of the Systems Biology Center and the representative of the FORSYS-Initiative of Heidelberg’s research network, the ViroQuant. He has won numerous awards; in particular he has been awarded the Biofuture price (approx. 1.2 Million €) by the BMBF for innovations allowing the graphical reconstruction of the eukaryotic mitosis process from 4D microscopy images and in the year 2005 he won the award for new innovative research by Helmholtz Society: “SystemsBiology of Complex Diseases”. Besides, he was one of the main organizers of the International Conference on Systems Biology in Heidelberg 2004 and he organized the German Symposium on Systems Biology 2009. His new engagement in the up-coming field of Synthetic Biology underlines the need for tight interdisciplinary work between experimentalists and theoreticians.</p>
 +
</div>
 +
</div>
 +
<div class="clear"></div>
-
==='''Tim Heinemann'''===
+
<div class="adv_gallery"> <h3> Tobias Bauer</h3>
-
<!--[[image:Tim_picture.jpg|left|thumb|120px|Tim Heinemann]]-->
+
<img src="https://static.igem.org/mediawiki/2009/2/27/HD09_Tobias_150px.png" alt="" width="120px"/>
 +
<p>Tobias is a PhD student at Prof. Roland Eils' workgroup at the University of Heidelberg and the German Cancer Research Center (DKFZ). He's part of the network modeling subgroup lead by Dr. Rainer König within which his focus is on gene regulatory networks. Although he exclusively works in bioinformatics, he studied Biology at Mainz University majoring in molecular genetics. Tobias' main interest today is how gene regulation "programs" are composed and how they interact on a genome-wide basis, especially in cancer and disease. His support of the team is mostly computationally, and he's looking forward to contributing his experience gained on his PhD-project to this year's iGEM Team Heidelberg.</p>
 +
</div>
 +
<div class="adv_gallery"> <h3> Martí Bernardo Faura</h3>
 +
<img src="https://static.igem.org/mediawiki/2009/e/ed/HD09_Marti3.png" alt="" width="120px"/>
 +
<p>Martí was born in Barcelona, where he finished his Bachelor of Science in Computer Science Engineering and his Master of Science in Pharmaceutical Industry and Biotechnology. Currently, he is a Ph.D student in the group of Theoretical Bioinformatics and the Institut für Pharmazie und Molekulare Biotechnologie at the Universität Heidelberg. In his Ph.D. thesis, Martí is focusing on data-driven modeling to elucidate the relationship between apoptosis and autophagy in terms of nonlinear interactions and enjoys working in the intersection of theoretical and experimental biology. He is surprised to be writing about himself in the third person. He is very happy to join this project and will support the modeling team and help with the in silico simulations.</p>
 +
</div>
 +
<div class="clear"></div>
 +
<div class="adv_gallery"> <h3> Phillip Hundeshagen</h3>
 +
<img src="https://static.igem.org/mediawiki/2009/3/39/HD09_Phillip_150px.png" alt="" width="120px"/>
 +
<p>Phillip is currently a Ph.D. student in the Applied Systems Biology Group of Professor Eils at Bioquant and DKFZ. During his Ph.D. thesis he is working on the crosstalk between apoptosis and autophagy. He is mainly interested in the development and application of novel high-throughput/high-content approaches to study cellular decisions on a comprehensive level. He joined the iGEM –team as an advisor/mentor and is very happy to contribute to this exciting and promising project.</p>
 +
</div>
-
==='''Corinna Hiller'''===
 
-
[[image:Corinna_picture.jpg|left|thumb|120px|Corinna Hiller]]
 
-
Corinna has finished her bachelor thesis about experimental and computer-associated search for p53 inhibiting agents with subsequent crystallography at the German Cancer Research Center (DKFZ) as a '''student of Molecular Biotechnology'''.  As one of 30 other students she will start with the master of Molecular Biotechnology at the University of Heidelberg in October. The iGEM competition demonstrates a unique opportunity to organize a scientific project and to meet a young inspirational team of students.
 
-
E-Mail: corinna.hiller ät arcor.de
+
<div class="adv_gallery"> <h3> Jens Keienburg</h3>
 +
<img src="https://static.igem.org/mediawiki/2009/d/d6/HD09_Jens_150px.png" alt="" width="120px"/>
 +
<p>Jens is a PhD student in the bioinformatics group of Professor Eils at Bioquant. He has studied Molecular Biotechnology and is very glad to support now for the second time such a versatile team of avant-garde students.</p>
 +
</div>
 +
<div class="clear"></div>
-
==='''Nao Iwamoto'''===
+
<div class="adv_gallery"> <h3> Anna-Lena Kranz</h3>
-
[[image:Nao_picture.jpg|left|thumb|120px|Nao Iwamoto]]
+
<img src="https://static.igem.org/mediawiki/2009/3/3c/HD09_AnnaLena_150px.png" alt="" width="120px"/>
-
Nao is a '''Master student of Cancer Biology''' at the German Cancer Research Center (DKFZ). During his Bachelor's program in Theoretical Biophysics at the Humboldt University to Berlin he gained his strong enthusiasm towards Systems Biology. Before joining the iGEM team Heidelberg '09 he worked as a student research assistant in the lab of Dr. Ursula Klingmüller (Systems Biology of Signal Transduction) at the DKFZ. Being a member of the iGEM team Heidelberg '09 he is looking forward to contributing to the exciting project on the theoretical side and is glad to share a wonderful summer with the students.
+
<p>Anna-Lena is a PhD student in the group of Roland Eils at the Institute for Pharmacy and Molecular Biotechnology at the University of Heidelberg and the DKFZ. She studied Bioinformatics and Genome Research at the University of Bielefeld and acquired her Master’s degree in Information Technology at Macquarie University in Sydney, Australia. In her PhD, Anna is interested in analyzing gene expression data on metabolic networks and has recently focused on transcriptional regulation. She is excited to support the Heidelberg team and contributes mainly to the computational work of the iGEM team.</p>
 +
</div>
-
Email: n.iwamoto ät dkfz-heidelberg.de
 
-
==='''Stephen Krämer'''===
+
<div class="adv_gallery"> <h3>Michaela Reichenzeller</h3>
-
<!--[[image:Stephen_picture.jpg|left|thumb|120px|Stephen Krämer]]-->
+
<img src="https://static.igem.org/mediawiki/2009/2/29/HD09_Michaela_150px.png" alt="" width="120px"/>
 +
<p>Michaela did her PhD on the structure and dynamics of the interchromosomal domain compartment in eukaryotic cells in the department for Cell Biology at the German Cancer Research Center, DKFZ in Heidelberg. Following her PhD she worked as a Postdoc in the lab of Prof. Dr. Harald Herrmann on nuclear intermediate filament proteins called lamins. She investigated the influence of disease-related mutations in A- and B-type lamins on nuclear morphology. In 2005 she joined the group of Prof. Roland Eils. The main focus of her work is now on DNA double strand break repair by non-homologous end-joining (NHEJ) and homologous recombination (HR). She is investigating protein-protein interactions in living cells by using FRAP technology and kinetic modeling. The longterm goal of her project is to understand mechanisms of pathway choice between NHEJ and HR. She likes to support the students team with all her expertise in current molecular and cell biological as well as imaging techniques.</p>
 +
</div>
 +
<div class="clear"></div>
 +
<div class="adv_gallery"> <h3> Yara Reis</h3>
 +
<img src="https://static.igem.org/mediawiki/2009/c/c8/HD09_Yara_150px.png" alt="" width="120px"/>
 +
<p>Yara comes from Portugal where she studied Biochemistry. During her Master thesis in Lisbon, she got the opportunity to visit Heidelberg and decided to stay for her PhD. She is at Prof. Eils research group working on Systems Biology applied to Programmed Cell death in cancer cells. She will support the Heidelberg team in the experimental work and with good mood!</p>
 +
</div>
-
==='''Hannah Meyer'''===
 
-
<!--[[image:HannahM_picture.jpg|left|thumb|120px|Hannah Meyer]] -->
 
 +
<div class="adv_gallery"> <h3> Daniela Richter</h3>
 +
<img src="https://static.igem.org/mediawiki/2009/7/73/HD09_Daniela_150px.png" alt="" width="120px"/>
 +
<p>Daniela Richter is a PhD student from DKFZ working in the group of Theoretical Bioinformatics at Bioquant. She studied Molecular Life Science at the University of Erlangen-Nürnberg acquiring her master degree in the field of Theoretical Chemistry in 2006. Before coming to Heidelberg she spend half a year working in the Research and Development Department at Qiagen. In her PhD, Daniela is interested in the role of endosomal trafficking in cellular life- and death decisions. Daniela contributes to the iGEM team as a lab supervisor as well as assisting with graphic design and presentation issues.</p>
 +
</div>
 +
<div class="clear"></div>
 +
<a style="padding: 10px 15px;" href="#top">Go to Top</a>
-
==='''Douaa Mugahid'''===
+
</div> <!-- end SubWrapper -->
-
[[image:Douaa_picture.jpg|left|thumb|120px|Douaa Mugahid]]
+
-
Biology for a better life is what Douaa believes in. Coming from a country where the availability of food and better health care is always an issue for the
+
-
masses, she believes that as a biologist who can use science for the help of
+
-
better, cheaper industrial/agricultural/medical use she has a lot to give to
+
-
her own country and the masses at large. For those reasons Douaa studies
+
-
Biotechnology as an undergraduate, but being faced with the immense costs that
+
-
people are faced with in that industry in general made her want to think of
+
-
how to bring them down. In silico optimization of biological processes away
+
-
from the workbench in the lab seemed like the best idea, which is why she is
+
-
currently doing a masters in '''Systems Biology''' at Heidelberg University.
+
-
Being part of the iGEM team this year makes her know that as biologists there
+
-
is so much we can do that is creative, useful and eventually cost effective
+
-
and widely available for all researchers all over the world.
+
-
E-Mail: douaa.mugahid ät gmail.com
+
<div id="news">
 +
<h3>Subgroups</h3>
 +
<p><b>Cloning</b><br>
 +
Douaa Mugahid<br>
 +
Michael Bartoschek<br>
 +
Simon Haas<br>
 +
Lars Velten<br>
 +
Corinna Hiller<br>
 +
Bingqing Zhao<br>
 +
Chenchen Zhu<br>
 +
</p>
-
==='''Anne Rademacher'''===
+
<p><b>Cell Culture</b><br>
-
<!--[[image:Anne_picture.jpg|left|thumb|120px|Anne Rademacher]]-->
+
Anne Rademacher<br>
 +
Hannah Meyer<br></p>
 +
<p><b>Microscopy</b><br>
 +
Hannah Uckelmann<br> </p>
-
==='''Hannah Uckelmann'''===
+
<p><b>Measurements</b><br>
-
[[image:HannahU_picture.jpg|left|thumb|120px|Hannah Uckelmann]]
+
Hannah Uckelmann<br>
-
Hannah is a student in the second semester of the '''Molecular Biosciences''' Masters Program with the major Molecular and Cellular Biology at the University of Heidelberg. She completed her bachelors degree in biochemistry at the Florida A&M University in the states. She has experience in obesity and cancer research and hopes to be able to contribute greatly to the wet lab work in this years iGEM project. She is excited to work on this fascinating project with a great group of students!
+
Corinna Hiller<br>
 +
Lars Velten<br>
 +
Bingqing Zhao<br>
 +
Chenchen Zhu<br></p>
-
E-Mail: hannahuckelmann ät yahoo.com
+
<p><b>Modeling</b> <br>
 +
Tim Heinemann<br>
 +
Nao Iwamoto<br>
 +
Stephen Krämer<br></p>
-
==='''Lars Velten'''===
+
</div>  <!-- end news -->
-
[[image:Lars_picture.jpg|left|thumb|120px|Lars Velten]]
+
</div> <!-- end Super_main_wrapper -->
-
After finishing high school, Lars spent a year volunteering in
+
<script type="text/javascript">
-
Development Cooperation, selling solar power to Massai people in northern
+
function setPageSize() {
-
Tanzania. Perceiving plants as the better solar cell, and also interested in
+
len = document.getElementById('super_main_wrapper').offsetHeight;
-
everything else (but urchins), he turned to '''study Molecular and Cellular Biology'''
+
document.getElementById('bodyContent').style.height = len + 'px';
-
at Heidelberg U, where he has now finished his 4th semeseter. He
+
document.getElementById('news').style.height = len + 'px';
-
collected some wetlab experience during an internship with Kartsten Weis' lab
+
}
-
at UC Berkeley, where he worked on a project studying proteome turnover. He
+
</script>
-
is looking foward to working in synthetic biology.
+
-
 
+
-
E-Mail: velten ät STUD.UNI-HEIDELBERG.DE
+
-
 
+
-
==='''Bingqing Zhao'''===
+
-
<!--[[image:Bingqing_picture.jpg|left|thumb|120px|Bingqing Zhao]]-->  
+
-
 
+
-
 
+
-
==='''Chenchen Zhu'''===
+
-
[[image:Chenchen_picture.jpg|left|thumb|120px|Chenchen Zhu]]
+
-
At present, Chenchen is a bachelor '''student of Molecular Biotechnology'''.  He had studied Informatics in China for one year. After half-year learning of German in Berlin, he moved to Heidelberg and furthered his study in Molecular Biotechnology. He will continue with the Bioscience 
+
-
master Program, major in infectious disease this October, as his main interest is in microbiology, especially in the research of Hepatitis B  Virus. As a member of the iGEM team Heidelberg, he will try to integrate his theoretical and experimental skills both in Biology and Informatics in the next few months.
+
-
E-Mail: jimmyzcc ät googlemail.com
+
</body></html>

Latest revision as of 21:11, 21 October 2009

Contact the team though our group email: igem.heidelberg.09@googlemail.com

Students

Go to Top

Advisors

Go to Top

Subgroups

Cloning
Douaa Mugahid
Michael Bartoschek
Simon Haas
Lars Velten
Corinna Hiller
Bingqing Zhao
Chenchen Zhu

Cell Culture
Anne Rademacher
Hannah Meyer

Microscopy
Hannah Uckelmann

Measurements
Hannah Uckelmann
Corinna Hiller
Lars Velten
Bingqing Zhao
Chenchen Zhu

Modeling
Tim Heinemann
Nao Iwamoto
Stephen Krämer