Talk:Team:Goettingen/Team
From 2012.igem.org
Line 23: | Line 23: | ||
p {text-align: justify;} | p {text-align: justify;} | ||
- | a:link { color: # | + | a:link { color: #004080; text-decoration: none} |
- | a:visited { color:# | + | a:visited { color:##003090; text-decoration: none} |
a:hover { color:#f29400; text-decoration: none} | a:hover { color:#f29400; text-decoration: none} | ||
a:active { color:#f29400; text-decoration: none} | a:active { color:#f29400; text-decoration: none} | ||
Line 59: | Line 59: | ||
border-left: 0; | border-left: 0; | ||
padding: 0; | padding: 0; | ||
- | background: # | + | background: #00446b; |
} | } | ||
Line 69: | Line 69: | ||
border: 0; | border: 0; | ||
padding: 0; | padding: 0; | ||
- | background: # | + | background: #00446b; |
} | } | ||
div.MenuBar ul li { | div.MenuBar ul li { | ||
Line 78: | Line 78: | ||
font-size: 1.3em; | font-size: 1.3em; | ||
float: left; | float: left; | ||
- | background: # | + | background: #00446b; |
text-align: center; | text-align: center; | ||
width: 107px; | width: 107px; | ||
Line 87: | Line 87: | ||
font: Verdana; | font: Verdana; | ||
display: block; | display: block; | ||
- | background: # | + | background: #00446b; |
height: 22px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */ | height: 22px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */ | ||
color: white; | color: white; | ||
Line 106: | Line 106: | ||
padding: 1px; /* Sets the drop-down menu "effective border" width. */ | padding: 1px; /* Sets the drop-down menu "effective border" width. */ | ||
position: absolute; | position: absolute; | ||
- | top: | + | top: 28px; /* Places the drop-down menu under the menu bar. |
Keep it sync with the menu bar height. */ | Keep it sync with the menu bar height. */ | ||
left: 0; /* Aligns the drop-down menu to its top-level item. */ | left: 0; /* Aligns the drop-down menu to its top-level item. */ | ||
Line 238: | Line 238: | ||
} | } | ||
/*-----------------------------------------------------------------------------------------------*/ | /*-----------------------------------------------------------------------------------------------*/ | ||
- | + | ||
- | + | ||
/*-------------------------------------------------------------------------------------- General */ | /*-------------------------------------------------------------------------------------- General */ | ||
body { | body { | ||
Line 267: | Line 266: | ||
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu 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 { | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a { | ||
- | background-color: # | + | background-color: #00446b; /* Selected item. */ |
color: #FFFFFF; | color: #FFFFFF; | ||
} | } | ||
Line 296: | Line 295: | ||
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4 li a, | 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 { | div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4 li a { | ||
- | width: | + | width: 15.5em; /* Drop-down menu width. */ |
} | } | ||
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5, | div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5, | ||
Line 302: | Line 301: | ||
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5 li a, | 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 { | div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5 li a { | ||
- | width: | + | width: 14em; /* Drop-down menu width. */ |
} | } | ||
Line 320: | Line 319: | ||
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1 li a, | 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 { | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 li a { | ||
- | width: | + | width: 15em; /* Side menu width. */ |
} | } | ||
/*...............................................................................................*/ | /*...............................................................................................*/ | ||
Line 337: | Line 336: | ||
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2 li a, | 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 { | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 li a { | ||
- | width: | + | width: 7em; /* Side menu width. */ |
} | } | ||
/*...............................................................................................*/ | /*...............................................................................................*/ | ||
Line 354: | Line 353: | ||
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3 li a, | 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 { | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 li a { | ||
- | width: | + | width: 17em; /* Side menu width. */ |
} | } | ||
/*...............................................................................................*/ | /*...............................................................................................*/ | ||
Line 362: | Line 361: | ||
- | </p><div id="header"><img src="http://www.patrickreinke.de/igem/ | + | </p><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr" lang="en"><head> |
- | <div class="MenuBar" id="navi"> | + | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
+ | <meta name="keywords" content="Team:Goettingen,Team:Goettingen,Team:Goettingen/Homing coli,Team:Goettingen/Human Practice/Flash coli,Team:Goettingen/Press,Team:Goettingen/Project/General information"> | ||
+ | <link rel="shortcut icon" href="https://2012.igem.org/favicon.ico"> | ||
+ | <link rel="search" type="application/opensearchdescription+xml" href="https://2012.igem.org/wiki/opensearch_desc.php" title="2012.igem.org (English)"> | ||
+ | <link title="Creative Commons" type="application/rdf+xml" href="https://2012.igem.org/wiki/index.php?title=Team:Goettingen&action=creativecommons" rel="meta"> | ||
+ | <link rel="alternate" type="application/rss+xml" title="2012.igem.org RSS Feed" href="https://2012.igem.org/wiki/index.php?title=Special:Recentchanges&feed=rss"> | ||
+ | <link rel="alternate" type="application/atom+xml" title="2012.igem.org Atom Feed" href="https://2012.igem.org/wiki/index.php?title=Special:Recentchanges&feed=atom"> | ||
+ | |||
+ | |||
+ | <body class="mediawiki ns-0 ltr page-Team_Goettingen"> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!-- start content --> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <p></p><div id="header"><img src="http://www.patrickreinke.de/igem/headpicture_2.jpg" alt="Team Goettingen"> | ||
+ | <br><br></p><div class="MenuBar" id="navi"> | ||
<ul> | <ul> | ||
<li> | <li> | ||
- | <a href="https://2012.igem.org/Team:Goettingen" style="color: white;">Home | + | <a href="https://2012.igem.org/Team:Goettingen" 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 lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
+ | <!--<ul class="DropDownMenu" id="MB1-DDM6"> | ||
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Team"><span><span>News</span></span></a></li> | ||
+ | </ul> --> | ||
<!--[if lte IE 6]></td></tr></table></a><![endif]--> | <!--[if lte IE 6]></td></tr></table></a><![endif]--> | ||
</li> | </li> | ||
Line 374: | Line 397: | ||
<a href="https://2012.igem.org/Team:Goettingen/Team" style="color: white;">Team<!--[if gt IE 6]><!--></a><!--<![endif]--> | <a href="https://2012.igem.org/Team:Goettingen/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]--> | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
- | <ul class="DropDownMenu" id="MB1- | + | <ul class="DropDownMenu" id="MB1-DDM5"> |
- | <li><a href="https://2012.igem.org/Team:Goettingen/Team"><span><span>Team | + | <li><a href="https://2012.igem.org/Team:Goettingen/Team"><span><span>Members</span></span></a></li> |
- | <li><a href="https://2012.igem.org/Team:Goettingen/Team# | + | <!--<li><a href="https://2012.igem.org/Team:Goettingen/Team#advisor"><span><span><div style="text-indent:20px;">⋅ Advisors</div></span></span></a></li> --> |
- | <li><a href="https://2012.igem.org/Team:Goettingen/Team# | + | <!--<li><a href="https://2012.igem.org/Team:Goettingen/Team#students"><span><span><div style="text-indent:20px;">⋅ Students</div></span></span></a></li> --> |
- | <li><a href="https://2012.igem.org/Team:Goettingen/ | + | <!--<li><li><a href="https://2012.igem.org/Team:Goettingen/Team#responsibitlities"><span><span><div style="text-indent:20px;">⋅ Responsibilities</div></span></span></a></li> --> |
- | <li><a href="https://2012.igem.org/Team:Goettingen/ | + | <li><a href="https://2012.igem.org/Team:Goettingen/Focus_Groups"><span><span>Focus Groups</span></span></a></li> |
- | <li><a href="https://2012.igem.org/Team:Goettingen/ | + | <!--<li><li><a href="https://2012.igem.org/Team:Goettingen/groups#group1"><span><span><div style="text-indent:20px;">⋅ #1 Selection / Swimming</div></span></span></a></li> --> |
+ | <!--<li><li><a href="https://2012.igem.org/Team:Goettingen/groups#group2"><span><span><div style="text-indent:20px;">⋅ #2 Speed Improvement</div></span></span></a></li> --> | ||
+ | <!--<li><li><a href="https://2012.igem.org/Team:Goettingen/groups#group3"><span><span><div style="text-indent:20px;">⋅ #3 Chemoreceptor</div></span></span></a></li> --> | ||
+ | <!--<li><li><a href="https://2012.igem.org/Team:Goettingen/groups#library"><span><span><div style="text-indent:20px;">⋅ Library</div></span></span></a></li> --> | ||
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Seminars"><span><span>Seminars</span></span></a></li> | ||
+ | <!--<li><li><a href="https://2012.igem.org/Team:Goettingen/seminars#announce"><span><span><div style="text-indent:20px;">⋅ Announcements</div></span></span></a></li> --> | ||
+ | <!--<li><li><a href="https://2012.igem.org/Team:Goettingen/seminars#presentations"><span><span><div style="text-indent:20px;">⋅ Past Presentations</div></span></span></a></li> --> | ||
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Work_Impressions"><span><span>Work Impressions</span></span></a></li> | ||
</ul> | </ul> | ||
<!--[if lte IE 6]></td></tr></table></a><![endif]--> | <!--[if lte IE 6]></td></tr></table></a><![endif]--> | ||
</li> | </li> | ||
<li> | <li> | ||
- | <a href="https://2012.igem.org/Team:Goettingen/ | + | <a href="https://2012.igem.org/Team:Goettingen/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]--> | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
- | <ul class="DropDownMenu" id="MB1- | + | <ul class="DropDownMenu" id="MB1-DDM2-SM3"> |
- | <li><a href="https://2012.igem.org/Team:Goettingen/ | + | <li><a href="https://2012.igem.org/Team:Goettingen/Project"><span><span>Our Project</span></span></a></li> |
- | <li><a href="https://2012.igem.org/Team:Goettingen/ | + | <!--<li></li><li><a href="https://2012.igem.org/Team:Goettingen/Chemotaxis"><span><span><div style="text-indent:20px;">⋅ Chemotaxis</div></span></span></a></li> --> |
- | + | <!--<li></li><li><a href="https://2012.igem.org/Team:Goettingen/Poster"><span><span><div style="text-indent:20px;">⋅ Poster</div></span></span></a></li> --> | |
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Project/Materials"><span><span>Materials</span></span></a> | ||
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Project/Methods"><span><span>Methods</span></span></a> | ||
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Project/Computational_Data"><span><span>Computational Data</span></span></a> | ||
+ | <!--</li><li><a href="https://2012.igem.org/Team:Goettingen/Maps"><span><span><div style="text-indent:20px;">⋅ Maps</div></span></span></a></li> | ||
+ | </li><li><a href="https://2012.igem.org/Team:Goettingen/Sequences"><span><span><div style="text-indent:20px;">⋅ Sequences</div></span></span></a></li> --> | ||
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Project/Bioinformatical_Tool"><span><span>Bioinformatical Tools</span></span></a> | ||
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Project/Lab_Work_Flow"><span><span>Lab Work Flow</span></span></a> | ||
+ | <!--</li><li><a href="https://2012.igem.org/Team:Goettingen/Maps"><span><span><div style="text-indent:20px;">⋅ Golden Lab Rules</div></span></span></a></li> | ||
+ | </li><li><a href="https://2012.igem.org/Team:Goettingen/Sequences"><span><span><div style="text-indent:20px;">⋅ Daily Check List</div></span></span></a></li> --> | ||
</ul> | </ul> | ||
<!--[if lte IE 6]></td></tr></table></a><![endif]--> | <!--[if lte IE 6]></td></tr></table></a><![endif]--> | ||
Line 396: | Line 435: | ||
<li> | <li> | ||
- | <a href="https://2012.igem.org/Team:Goettingen/ | + | <a href="https://2012.igem.org/Team:Goettingen/Notebook" style="color: white;">Notebook<!--[if gt IE 6]><!--></a><!--<![endif]--> |
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
<ul class="DropDownMenu" id="MB1-DDM2"> | <ul class="DropDownMenu" id="MB1-DDM2"> | ||
- | <li><a href="https://2012.igem.org/Team:Goettingen/ | + | <li><a href="https://2012.igem.org/Team:Goettingen/Notebook"><span><span>Overview</span></span></a></li> |
- | <li><a href="https://2012.igem.org/Team:Goettingen/ | + | <li><a href="https://2012.igem.org/Team:Goettingen/Notebook/Summary"><span><span>Summary</span></span></a></li> |
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Notebook/Discussion"><span><span>Discussion</span></span></a></li> | ||
</ul> | </ul> | ||
<!--[if lte IE 6]></td></tr></table></a><![endif]--> | <!--[if lte IE 6]></td></tr></table></a><![endif]--> | ||
</li> | </li> | ||
<li> | <li> | ||
- | <a href="https://2012.igem.org/Team:Goettingen/ | + | <a href="https://2012.igem.org/Team:Goettingen/iGEM" style="color: white;">iGEM<!--[if gt IE 6]><!--></a><!--<![endif]--> |
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
- | <ul class="DropDownMenu" id="MB1- | + | <ul class="DropDownMenu" id="MB1-DDM6"> |
- | <li><a href="https://2012.igem.org/Team:Goettingen/ | + | <li><a href="https://2012.igem.org/Team:Goettingen/iGEM"><span><span>What is iGEM?</span></span></a></li> |
- | <li><a href="https://2012.igem.org/Team:Goettingen/ | + | <!--<li><a href="https://2012.igem.org/Team:Goettingen/BioBrick_System"><span><span>iGEM BioBrick System</span></span></a></li> |
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Part_Registry"><span><span>iGEM Part Registry</span></span></a></li> --> | ||
+ | <li><a href="https://2012.igem.org/Team:Goettingen/iGEM/Parts"><span><span>Parts Submitted</span></span></a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Goettingen/iGEM/Attributions"><span><span>Attributions</span></span></a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Goettingen/iGEM/Saftey"><span><span>Saftey</span></span></a></li>> | ||
</ul> | </ul> | ||
<!--[if lte IE 6]></td></tr></table></a><![endif]--> | <!--[if lte IE 6]></td></tr></table></a><![endif]--> | ||
</li> | </li> | ||
<li> | <li> | ||
- | <a href="https://2012.igem.org/Team:Goettingen/ | + | <a href="https://2012.igem.org/Team:Goettingen/Goettingen" style="color: white;">Göttingen<!--[if gt IE 6]><!--></a><!--<![endif]--> |
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
<ul class="DropDownMenu" id="MB1-DDM5"> | <ul class="DropDownMenu" id="MB1-DDM5"> | ||
- | <li><a href="https://2012.igem.org/Team:Goettingen/ | + | <li><a href="https://2012.igem.org/Team:Goettingen/Goettingen"><span><span>City</span></span></a></li> |
- | <li><a href="https://2012.igem.org/Team:Goettingen/ | + | <li><a href="https://2012.igem.org/Team:Goettingen/Goettingen/University"><span><span>Georg-August-University</span></span></a></li> |
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Goettingen/MPI"><span><span>Max-Planck-Institute</span></span></a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Goettingen/S1-Demo_Lab"><span><span>S1-Demo Lab</span></span></a></li> | ||
+ | |||
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
<!--[if lte IE 6]></td></tr></table></a><![endif]--> | <!--[if lte IE 6]></td></tr></table></a><![endif]--> | ||
Line 427: | Line 474: | ||
</li> | </li> | ||
<li style="width: 160px"> | <li style="width: 160px"> | ||
- | <a href="https://2012.igem.org/Team:Goettingen/Human_Practice | + | <a href="https://2012.igem.org/Team:Goettingen/Human_Practice" 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]--> | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
- | <ul class="DropDownMenu" id="MB1- | + | <ul class="DropDownMenu" id="MB1-DDM5"> |
- | <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice/ | + | <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice"><span><span>Why Human Practice?</span></span></a></li> |
- | <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice/ | + | <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice/Public_and_Media"><span><span>Public and Media</span></span></a></li> |
- | + | <!--</li><li><a href="https://2012.igem.org/Team:Goettingen/Newspaper"><span><span><div style="text-indent:20px;">⋅ Newspaper</div></span></span></a></li> | |
- | + | </li><li><a href="https://2012.igem.org/Team:Goettingen/Conference"><span><span><div style="text-indent:20px;">⋅ Conference</div></span></span></a></li> | |
- | + | </li><li><a href="https://2012.igem.org/Team:Goettingen/Synthetic_Biology_Day"><span><span><div style="text-indent:20px;">⋅ Synthetic Biology Day</div></span></span></a></li> --> | |
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice/Survey"><span><span>Survey</span></span></a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice/Panel_Discussion"><span><span>Panel Discussion</span></span></a></li>--> | ||
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice/Flash_coli"><span><span>Flash Coli</span></span></a></li> | ||
+ | </ul> | ||
<!--[if lte IE 6]></td></tr></table></a><![endif]--> | <!--[if lte IE 6]></td></tr></table></a><![endif]--> | ||
</li> | </li> | ||
<li> | <li> | ||
- | <a href="https://2012.igem.org/Team:Goettingen/ | + | <a href="https://2012.igem.org/Team:Goettingen/Sponsoring" style="color: white;">Sponsoring</a> |
+ | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
+ | <ul class="DropDownMenu" id="MB1-DDM2-SM3"> | ||
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Sponsoring"><span><span>Interested in...?</span></span></a></li> | ||
+ | <!-- <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice/Sponsors"><span><span>Sponsors</span></span></a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice/Supporters"><span><span>Supporters</span></span></a></li> --> | ||
</li> | </li> | ||
</ul> | </ul> | ||
Line 446: | Line 502: | ||
- | |||
<table> | <table> | ||
+ | <!-- Text body --> | ||
+ | <tbody><tr valign="top" align="left"> | ||
+ | |||
+ | <td style="padding: 0pt 20px 0pt 0pt;" width="650px"> | ||
+ | <font face="Verdana" size="-1"> | ||
+ | <br> | ||
+ | Language: <img height="20", src="http://www.patrickreinke.de/igem/eng.jpg"> English, <img height="20", src="http://www.patrickreinke.de/igem/deu.jpg"> <a href="https://2012.igem.org/Team:Goettingen/main_deu">Deutsch</a> <br> | ||
+ | <br> | ||
+ | |||
+ | <table id="toc" class="toc"><tbody><tr><td><div id="toctitle"><h2>Contents</h2> <span class="toctoggle">[<a href="javascript:toggleToc()" class="internal" id="togglelink">hide</a>]</span></div> | ||
+ | <ul> | ||
+ | <li class="toclevel-1"><a href="#Members"><span class="tocnumber">1</span> <span class="toctext">Members</span></a></li> | ||
+ | <li class="toclevel-1"><a href="#Students"><span class="tocnumber">2</span> <span class="toctext">Students</span></a></li> | ||
+ | <li class="toclevel-1"><a href="#Advisors"><span class="tocnumber">3</span> <span class="toctext">Advisors</span></a></li> | ||
+ | <li class="toclevel-1"><a href="#Responsibilities"><span class="tocnumber">4</span> <span class="toctext">Responsibilities</span></a></li> | ||
+ | </ul> | ||
+ | </td></tr></tbody></table> | ||
+ | <br> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
<!-- Text body --> | <!-- Text body --> | ||
<tbody> | <tbody> | ||
Line 454: | Line 536: | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="910px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="910px"> | ||
<font face="Verdana" size="-1"> | <font face="Verdana" size="-1"> | ||
- | <h2><b>The Team of | + | <h2><b><a name="Members">The Team of iGEM Göttingen</a></b></h2> |
<p align="justify" style="line-height:1.6em"> | <p align="justify" style="line-height:1.6em"> | ||
- | The University of | + | The University of Göttingen iGEM team consists of twelve undergraduate students and one graduate advisor. |
- | Our project was supported and financed by numerous sponsors including KWS Saat | + | Our project was supported and financed by numerous sponsors including KWS Saat AG and Sartorius Stedim Biotech GmbH. We thank |
all our sponsors for their contributions to our project.<br> | all our sponsors for their contributions to our project.<br> | ||
<br> | <br> | ||
A click on the links below will introduce you to our team member's biographies, show some photographs | A click on the links below will introduce you to our team member's biographies, show some photographs | ||
- | taken along the way and give information about our | + | taken along the way and give information about our university.<br> |
<br> | <br> | ||
<img src="http://www.patrickreinke.de/igem/group.jpg"></table> | <img src="http://www.patrickreinke.de/igem/group.jpg"></table> | ||
Line 475: | Line 557: | ||
<font face="Verdana">middle row:<br> | <font face="Verdana">middle row:<br> | ||
<a href="#Heinz">Prof. Heinz Neumann</a>, <a href="#Erik">Jan Erik Schliep</a>, | <a href="#Heinz">Prof. Heinz Neumann</a>, <a href="#Erik">Jan Erik Schliep</a>, | ||
- | <a href="#Niko">Nikolas | + | <a href="#Niko">Nikolas Rakebrandt</a>, <a href="#Patrick">Patrick Reinke</a>, <a href="#Jan">Jan Kampf</a>, |
<a href="#Alicia">Alicia Illen</a> | <a href="#Alicia">Alicia Illen</a> | ||
</font></td></tr> | </font></td></tr> | ||
Line 485: | Line 567: | ||
</td></tr></p> | </td></tr></p> | ||
</table> | </table> | ||
+ | <br> | ||
+ | <br> | ||
<table> | <table> | ||
Line 490: | Line 574: | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="650px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="650px"> | ||
<font face="Verdana" size="-1"> | <font face="Verdana" size="-1"> | ||
- | <h2><b><a name=" | + | <h2><b><a name="Students">Students</a></b></h2> |
+ | <br> | ||
+ | <br> | ||
+ | <h2><b><a name="alicia">Alicia Illen</a></b></h2> | ||
<p align="justify" style="line-height:1.6em"> | <p align="justify" style="line-height:1.6em"> | ||
I just earned my Bachelor's degree of Biological Sciences at the University of Bonn where I majored | I just earned my Bachelor's degree of Biological Sciences at the University of Bonn where I majored | ||
in Microbiology and Biotechnology. I am currently attending the Master's program Microbiology and | in Microbiology and Biotechnology. I am currently attending the Master's program Microbiology and | ||
- | Biochemistry at the University of | + | Biochemistry at the University of Göttingen specializing in Molecular Genetics, Microbial Cell Biology |
and Biochemistry. This will be my first iGEM participation and I am eagerly looking forward to working | and Biochemistry. This will be my first iGEM participation and I am eagerly looking forward to working | ||
on our project. It will be an opportunity to work independently and on our own responsibility and to | on our project. It will be an opportunity to work independently and on our own responsibility and to | ||
Line 516: | Line 603: | ||
<p text-align="right"><h2><b><a name="Anna">Anna Maria Köhler</a></b></h2></p> | <p text-align="right"><h2><b><a name="Anna">Anna Maria Köhler</a></b></h2></p> | ||
<p align="justify" style="line-height:1.6em"> | <p align="justify" style="line-height:1.6em"> | ||
- | Hello my name is Anna and I | + | Hello my name is Anna and I am a student of the Microbiology and Biochemistry Master in Göttingen, as well. |
When I was in school, we had a practical week with a professor from an university. Since this laboratory | When I was in school, we had a practical week with a professor from an university. Since this laboratory | ||
- | experience, I decided to study | + | experience, I decided to study Biology and to become a scientist! I did my bachelor thesis in Structural |
- | + | Biochemistry in Göttingen, where I became a fan of proteins. Participating the iGEM Team means very much | |
- | to me, because I | + | to me, because I am looking forward to work independently and I like to develop new ideas in a group of students. |
</p> | </p> | ||
</td><tr></table> | </td><tr></table> | ||
Line 528: | Line 615: | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="650px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="650px"> | ||
<font face="Verdana" size="-1"> | <font face="Verdana" size="-1"> | ||
- | <h2><b><a name="Berit">Berit | + | <h2><b><a name="Berit">Berit Haßing</a></b></h2> |
<p align="justify" style="line-height:1.6em"> | <p align="justify" style="line-height:1.6em"> | ||
- | Hello everybody!<br> Welcome | + | Hello everybody! <br><br>Welcome to our homepage!<br><br> |
- | My name is Berit Haßing and I am a member of the iGEM team of the Georg-August University | + | My name is Berit Haßing and I am a member of the iGEM team of the Georg-August University Göttingen. As most of the other team |
+ | members I am currently in the second semester of the Master study course “Microbiology and Biochemistry” and I really enjoy | ||
+ | studying here in Göttingen! Last year, I gained my Bachelor´s degree in the Department of Microbiology of the University of | ||
+ | Osnabrück and currently I am planning to further specialize in the field of Microbiology and Genetics. I decided to | ||
+ | participate in the iGEM competition because of the possibility to plan a complete project and to work independently | ||
+ | in a group with further students. Of course, I hope to learn a lot and meet interesting new people at the jamborees! <br><br> | ||
Greetings<br> | Greetings<br> | ||
Berit | Berit | ||
- | |||
</td></p> | </td></p> | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="250 px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="250 px"> | ||
- | + | <img width="250 px" height="250 px" src="http://www.patrickreinke.de/igem/berit.jpg"> | |
+ | |||
</td><tr> | </td><tr> | ||
</table> | </table> | ||
Line 552: | Line 644: | ||
<p text-align="right"><h2><b><a name="Bianca">Bianca Genenncher</a></b></h2></p> | <p text-align="right"><h2><b><a name="Bianca">Bianca Genenncher</a></b></h2></p> | ||
<p align="justify" style="line-height:1.6em"> | <p align="justify" style="line-height:1.6em"> | ||
- | Hello everybody | + | Hello everybody. My name is Bianca Genenncher and it is my second year of the Biochemistry and Microbiology Master |
- | + | of the University of Göttingen. During my Bachelor studies in Göttingen my main focus pointed towards the Molecular Plant | |
- | + | Biology examining the plant´s molecular reaction to invading pathogens. Last year, I was studying in Scotland at the | |
- | Bachelor studies in | + | University of Aberdeen. I really enjoyed my time abroad working together with students from other countries |
- | reaction | + | with interesting cultural backgrounds, but I also admire the beautiful nature of course. |
- | enjoyed my time abroad working together with students from other countries with interesting cultural backgrounds. | + | This is my first iGEM participation and I like being a part of the first iGEM team of the University of Göttingen. |
- | This is my first iGEM participation. I am highly motivated to start doing the experiments and gain the first | + | I am highly motivated to start doing the experiments and gain the first |
experience designing own experiments. Another reason for me to participate is the internationality of this | experience designing own experiments. Another reason for me to participate is the internationality of this | ||
- | competition. I am | + | competition. I am looking forward to have rewarding discussions about the results or different ways to |
- | reach the aim with my | + | reach the aim with my team members. |
</p> | </p> | ||
</td><tr></table> | </td><tr></table> | ||
Line 574: | Line 666: | ||
</td></p> | </td></p> | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="250 px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="250 px"> | ||
- | <br><br><br><img width="250 px" height="250 px" src="http://www.patrickreinke.de/igem/corinna. | + | <br><br><br><img width="250 px" height="250 px" src="http://www.patrickreinke.de/igem/corinna.jpg"> |
</td><tr> | </td><tr> | ||
</table> | </table> | ||
Line 583: | Line 675: | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="250px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="250px"> | ||
<p align="justify" style="line-height:1.6em"> | <p align="justify" style="line-height:1.6em"> | ||
- | <br><br><img width="250 px" height="250 px" src="http://www.patrickreinke.de/igem/erik. | + | <br><br><img width="250 px" height="250 px" src="http://www.patrickreinke.de/igem/erik.jpg"> |
</td></p> | </td></p> | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="650 px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="650 px"> | ||
Line 589: | Line 681: | ||
<p text-align="right"><h2><b><a name="Erik">Jan Erik Schliep</a></b></h2></p> | <p text-align="right"><h2><b><a name="Erik">Jan Erik Schliep</a></b></h2></p> | ||
<p align="justify" style="line-height:1.6em"> | <p align="justify" style="line-height:1.6em"> | ||
- | + | As well as all the others, I am a student of the Microbiology and Biochemistry Master´s | |
+ | program at the University of Göttingen and I am currently in my first semester. I finished | ||
+ | my Bachelor in August 2011 at the Technical University of Munich (TUM) in the field of | ||
+ | Molecular Biotechnology after six semesters of study. During my time in Munich, I heard | ||
+ | of iGEM for the first time. Some of my former fellow students participated in an iGEM | ||
+ | Team for the TUM and their stories stunned me very much and I wanted to join a team by | ||
+ | myself. I worked for my Bachelor's thesis at the Chair of Proteomics of Prof. Küster at | ||
+ | the Faculty of Life Science at the TUM, where I had a lot to work on my own and plan my | ||
+ | work. By doing this, I had a lot of fun and I think to re-experience this during our iGEM | ||
+ | project. | ||
</p> | </p> | ||
</td><tr></table> | </td><tr></table> | ||
Line 599: | Line 700: | ||
<h2><b><a name="Jan">Jan Kampf</a></b></h2> | <h2><b><a name="Jan">Jan Kampf</a></b></h2> | ||
<p align="justify" style="line-height:1.6em"> | <p align="justify" style="line-height:1.6em"> | ||
- | + | Hello everybody, my name is Jan Kampf and I am pursuing also the MSc/PhD program in | |
+ | "Microbiology and Biochemistry" at the Georg-August University of Göttingen. | ||
+ | I received my Bachelor of Science in the field of Molecular Biology in 2011 at | ||
+ | the Faculty of Biology of the University of Göttingen as well. For my bachelor | ||
+ | thesis "Insights into Mammalian SIRT6 Function in Cellular Stress Response" I | ||
+ | worked at the Max-Planck-Institute for Biophysical Chemistry, Göttingen. During | ||
+ | my time as a bachelor's student in the Max-Planck-Institute for Biophysical Chemistry | ||
+ | I had the opportunity to work in an environment with people from various countries | ||
+ | raised in different and diverse cultures. It was a great time for me and motivated | ||
+ | me to spend a period of time working again on a project, which allows earning | ||
+ | experience in autonomous efforts and planning of our project. So I am really looking | ||
+ | forward to our iGEM project for the opportunity to work independently in a team of | ||
+ | young students as well as the opportunity to present our work and the results to a | ||
+ | multicultural audience and the exchange of experiences during the time of the iGEM | ||
+ | project of the other teams.<br> | ||
+ | |||
</td></p> | </td></p> | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="250 px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="250 px"> | ||
- | <br><br><br><img width="250 px" height="250 px" src="http://www.patrickreinke.de/igem/jan. | + | <br><br><br><img width="250 px" height="250 px" src="http://www.patrickreinke.de/igem/jan.jpg"> |
</td><tr> | </td><tr> | ||
</table> | </table> | ||
Line 611: | Line 727: | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="250px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="250px"> | ||
<p align="justify" style="line-height:1.6em"> | <p align="justify" style="line-height:1.6em"> | ||
- | <br><br><img width="250 px" height="250 px" src="http://www.patrickreinke.de/igem/leon. | + | <br><br><img width="250 px" height="250 px" src="http://www.patrickreinke.de/igem/leon.jpg"> |
</td></p> | </td></p> | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="650 px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="650 px"> | ||
Line 617: | Line 733: | ||
<p text-align="right"><h2><b><a name="Leon">Leonhard Nagel</a></b></h2></p> | <p text-align="right"><h2><b><a name="Leon">Leonhard Nagel</a></b></h2></p> | ||
<p align="justify" style="line-height:1.6em"> | <p align="justify" style="line-height:1.6em"> | ||
- | + | Hello, my name is Leo and I am also a student of the Microbiology and Biochemistry Masters | |
+ | program at the University of Göttingen. I chose this Master program because I liked the | ||
+ | combination and variety of the special emphasis. In 2011, I finished my Bachelor with a | ||
+ | special focus on Genomic and Applied Microbiology at the University of Göttingen. I am | ||
+ | very proud to be a part of the first iGEM team of Göttingen. I think the participation | ||
+ | in the iGEM competition will improve my lab skills and will prepare me also for my | ||
+ | following scientific career. Furthermore, I hope our project will be successful and | ||
+ | enables us to take part in the regional and international jamboree.<br> | ||
</p> | </p> | ||
</td><tr></table> | </td><tr></table> | ||
Line 625: | Line 748: | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="650px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="650px"> | ||
<font face="Verdana" size="-1"> | <font face="Verdana" size="-1"> | ||
- | <h2><b><a name="Niko">Nikolas | + | <h2><b><a name="Niko">Nikolas Rakebrandt</a></b></h2> |
<p align="justify" style="line-height:1.6em"> | <p align="justify" style="line-height:1.6em"> | ||
My name is Nikolas Rakebrandt and I am currently in the first semester of the MSc "Microbiology and | My name is Nikolas Rakebrandt and I am currently in the first semester of the MSc "Microbiology and | ||
- | Biochemistry" program in | + | Biochemistry" program in Göttingen. Before my career as a scientist, I made a little detour and hold |
- | + | a BSc in Business Administration and Economics from the University of Passau. After this, I acquired | |
- | + | my Biology BSc in Göttingen with a thesis about effector proteins of plant pathogenic fungi. I am | |
- | + | really looking forward to iGEM because it will be "our" project and we will be able to work and plan | |
- | + | on this autonomously. I think this will be very challenging and fun, not to mention that we will probably | |
- | + | learn a great deal!<br> | |
When I am not busy with PCRs, cloning or studying I am very much into sports like football, surfing or basketball. | When I am not busy with PCRs, cloning or studying I am very much into sports like football, surfing or basketball. | ||
- | + | Also I like travelling whenever there is time (and money) or just being outside. | |
</td></p> | </td></p> | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="250 px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="250 px"> | ||
- | <br><br><br><img width="250 px" height="250 px" src="http://www.patrickreinke.de/igem/niko. | + | <br><br><br><img width="250 px" height="250 px" src="http://www.patrickreinke.de/igem/niko.jpg"> |
</td><tr> | </td><tr> | ||
</table> | </table> | ||
Line 649: | Line 772: | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="250px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="250px"> | ||
<p align="justify" style="line-height:1.6em"> | <p align="justify" style="line-height:1.6em"> | ||
- | <br><br><img width="250 px" height="250 px" src="http://www.patrickreinke.de/igem/patrick. | + | <br><br><img width="250 px" height="250 px" src="http://www.patrickreinke.de/igem/patrick.jpg"> |
</td></p> | </td></p> | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="650 px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="650 px"> | ||
Line 666: | Line 789: | ||
<p align="justify" style="line-height:1.6em"> | <p align="justify" style="line-height:1.6em"> | ||
As a big fancier of genetics, microbiology and biochemistry, I recently started to study Microbiology and | As a big fancier of genetics, microbiology and biochemistry, I recently started to study Microbiology and | ||
- | Biochemistry for a Masters degree at the Georg-August University of | + | Biochemistry for a Masters degree at the Georg-August University of Göttingen. Last year, I aquired the |
- | academic degree of | + | academic degree of Bachelor of Science in Biology at the Humboldt University of Berlin. During these |
studies I also specialized on the already mentioned fields. This year is the first I participate in iGEM | studies I also specialized on the already mentioned fields. This year is the first I participate in iGEM | ||
- | and I | + | and I am really looking forward to work independently on our project and hope learn something and to meet new people. |
</td></p> | </td></p> | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="250 px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="250 px"> | ||
Line 687: | Line 810: | ||
<p text-align="right"><h2><b><a name="Simon">Simon Uhse</a></b></h2></p> | <p text-align="right"><h2><b><a name="Simon">Simon Uhse</a></b></h2></p> | ||
<p align="justify" style="line-height:1.6em"> | <p align="justify" style="line-height:1.6em"> | ||
- | My name is Simon, I am currently studying in the | + | My name is Simon, I am currently studying in the Biochemistry and Microbiology Master´s |
- | of | + | programme at the University of Göttingen. Last year, I finished my Bachelor with an emphasis |
- | Next to the university courses I really enjoy to play tablesoccer in my freetime. I am a member of a club which | + | on Molecular Biology at the University of Göttingen. Next to the university courses I really |
- | competes with other teams in a | + | enjoy to play tablesoccer in my freetime. I am a member of a club which competes with other |
- | an interesting competition as well as improve my lab skills. I am eager to organize and develop a project together | + | teams in a German wide national league. This year, I joined the iGEM team to participate in |
- | with other students and just like to have a fun time with them. Hopefully, we are able to get to the jamboree in | + | an interesting competition as well as to improve my lab skills. I am eager to organize and |
- | + | develop a project together with other students and just like to have a fun time with them. | |
+ | Hopefully, we are able to get to the jamboree in Europe and meet lots of other students with | ||
+ | worthwhile ideas and projects. | ||
</p> | </p> | ||
</td><tr></table> | </td><tr></table> | ||
Line 702: | Line 827: | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="650px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="650px"> | ||
<font face="Verdana" size="-1"> | <font face="Verdana" size="-1"> | ||
- | <h2><b><a name=" | + | <h2><b><a name="Advisors">Advisors</a></b></h2> |
+ | <br> | ||
+ | <br> | ||
+ | <h2><b><a name="Advisors">Professor Heinz Neumann</a></b></h2> | ||
<p align="justify" style="line-height:1.6em"> | <p align="justify" style="line-height:1.6em"> | ||
Text | Text | ||
</td></p> | </td></p> | ||
<td style="padding: 0pt 20px 0pt 0pt;" width="250 px"> | <td style="padding: 0pt 20px 0pt 0pt;" width="250 px"> | ||
- | <br><br><br><img width="250 px" height="250 px" src="http://www.patrickreinke.de/igem/heinz. | + | <br><br><br><img width="250 px" height="250 px" src="http://www.patrickreinke.de/igem/heinz.jpg"> |
</td><tr> | </td><tr> | ||
</table> | </table> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <td style="padding: 0pt 20px 0pt 0pt;" width="650px"> | ||
+ | <font face="Verdana" size="-1"> | ||
+ | <h2><b><a name="Responsibilities">Responsibilities</a></b></h2> | ||
+ | <p align="justify" style="line-height:1.6em"> | ||
+ | Under process... | ||
+ | </td></p> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <br> | ||
+ | <br> | ||
+ | <body id="top"> | ||
+ | <a href="#top">↑ Return to top</a> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | |||
+ | |||
+ | <table bordercolor="black" border="1 px" width="600 px"><tr><td> | ||
+ | <b>Important pages</b>:<br> | ||
+ | <a href="https://2012.igem.org/Team:Goettingen">Home</a>; | ||
+ | <a href="https://2012.igem.org/Team:Goettingen/Team">Team</a>; | ||
+ | <a href="https://igem.org/Team.cgi?year=2012">Official Team Profile</a>; | ||
+ | <a href="https://2012.igem.org/Team:Goettingen/Project">Project</a>; | ||
+ | <a href="https://2012.igem.org/Team:Goettingen/Parts">Parts submitted to the Registry</a>; | ||
+ | <a href="https://2012.igem.org/Team:Goettingen/Modeling">Modeling</a>; | ||
+ | <a href="https://2012.igem.org/Team:Goettingen/Notebook">Notebook</a>; | ||
+ | <a href="https://2012.igem.org/Team:Goettingen/Saftey">Saftey</a>; | ||
+ | <a href="https://2012.igem.org/Team:Goettingen/Attributions">Attributions</a> | ||
+ | </td></tr> | ||
+ | </table> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Revision as of 14:21, 12 August 2012
Language: English, Deutsch
| The Team of iGEM Göttingen
The University of Göttingen iGEM team consists of twelve undergraduate students and one graduate advisor.
Our project was supported and financed by numerous sponsors including KWS Saat AG and Sartorius Stedim Biotech GmbH. We thank
all our sponsors for their contributions to our project. |
top row: Corinna Krüger, Sandra Keiper, Berit Haßing, Bianca Genenncher, Leonhard Nagel, Anna Maria Köhler |
middle row: Prof. Heinz Neumann, Jan Erik Schliep, Nikolas Rakebrandt, Patrick Reinke, Jan Kampf, Alicia Illen |
lower row: Simon Uhse |
StudentsAlicia IllenI just earned my Bachelor's degree of Biological Sciences at the University of Bonn where I majored in Microbiology and Biotechnology. I am currently attending the Master's program Microbiology and Biochemistry at the University of Göttingen specializing in Molecular Genetics, Microbial Cell Biology and Biochemistry. This will be my first iGEM participation and I am eagerly looking forward to working on our project. It will be an opportunity to work independently and on our own responsibility and to learn a lot about lab work in general. I am looking forward to take part in the international competition to gain valuable experiences that will broaden my horizon. |
|
|
Anna Maria KöhlerHello my name is Anna and I am a student of the Microbiology and Biochemistry Master in Göttingen, as well. When I was in school, we had a practical week with a professor from an university. Since this laboratory experience, I decided to study Biology and to become a scientist! I did my bachelor thesis in Structural Biochemistry in Göttingen, where I became a fan of proteins. Participating the iGEM Team means very much to me, because I am looking forward to work independently and I like to develop new ideas in a group of students. |
Berit Haßing
Hello everybody! |
|
|
Bianca GenenncherHello everybody. My name is Bianca Genenncher and it is my second year of the Biochemistry and Microbiology Master of the University of Göttingen. During my Bachelor studies in Göttingen my main focus pointed towards the Molecular Plant Biology examining the plant´s molecular reaction to invading pathogens. Last year, I was studying in Scotland at the University of Aberdeen. I really enjoyed my time abroad working together with students from other countries with interesting cultural backgrounds, but I also admire the beautiful nature of course. This is my first iGEM participation and I like being a part of the first iGEM team of the University of Göttingen. I am highly motivated to start doing the experiments and gain the first experience designing own experiments. Another reason for me to participate is the internationality of this competition. I am looking forward to have rewarding discussions about the results or different ways to reach the aim with my team members. |
Corinna KrügerText |
|
|
Jan Erik SchliepAs well as all the others, I am a student of the Microbiology and Biochemistry Master´s program at the University of Göttingen and I am currently in my first semester. I finished my Bachelor in August 2011 at the Technical University of Munich (TUM) in the field of Molecular Biotechnology after six semesters of study. During my time in Munich, I heard of iGEM for the first time. Some of my former fellow students participated in an iGEM Team for the TUM and their stories stunned me very much and I wanted to join a team by myself. I worked for my Bachelor's thesis at the Chair of Proteomics of Prof. Küster at the Faculty of Life Science at the TUM, where I had a lot to work on my own and plan my work. By doing this, I had a lot of fun and I think to re-experience this during our iGEM project. |
Jan Kampf
Hello everybody, my name is Jan Kampf and I am pursuing also the MSc/PhD program in
"Microbiology and Biochemistry" at the Georg-August University of Göttingen.
I received my Bachelor of Science in the field of Molecular Biology in 2011 at
the Faculty of Biology of the University of Göttingen as well. For my bachelor
thesis "Insights into Mammalian SIRT6 Function in Cellular Stress Response" I
worked at the Max-Planck-Institute for Biophysical Chemistry, Göttingen. During
my time as a bachelor's student in the Max-Planck-Institute for Biophysical Chemistry
I had the opportunity to work in an environment with people from various countries
raised in different and diverse cultures. It was a great time for me and motivated
me to spend a period of time working again on a project, which allows earning
experience in autonomous efforts and planning of our project. So I am really looking
forward to our iGEM project for the opportunity to work independently in a team of
young students as well as the opportunity to present our work and the results to a
multicultural audience and the exchange of experiences during the time of the iGEM
project of the other teams. |
|
|
Leonhard Nagel
Hello, my name is Leo and I am also a student of the Microbiology and Biochemistry Masters
program at the University of Göttingen. I chose this Master program because I liked the
combination and variety of the special emphasis. In 2011, I finished my Bachelor with a
special focus on Genomic and Applied Microbiology at the University of Göttingen. I am
very proud to be a part of the first iGEM team of Göttingen. I think the participation
in the iGEM competition will improve my lab skills and will prepare me also for my
following scientific career. Furthermore, I hope our project will be successful and
enables us to take part in the regional and international jamboree. |
Nikolas Rakebrandt
My name is Nikolas Rakebrandt and I am currently in the first semester of the MSc "Microbiology and
Biochemistry" program in Göttingen. Before my career as a scientist, I made a little detour and hold
a BSc in Business Administration and Economics from the University of Passau. After this, I acquired
my Biology BSc in Göttingen with a thesis about effector proteins of plant pathogenic fungi. I am
really looking forward to iGEM because it will be "our" project and we will be able to work and plan
on this autonomously. I think this will be very challenging and fun, not to mention that we will probably
learn a great deal! |
|
|
Patrick ReinkeText |
Sandra KeiperAs a big fancier of genetics, microbiology and biochemistry, I recently started to study Microbiology and Biochemistry for a Masters degree at the Georg-August University of Göttingen. Last year, I aquired the academic degree of Bachelor of Science in Biology at the Humboldt University of Berlin. During these studies I also specialized on the already mentioned fields. This year is the first I participate in iGEM and I am really looking forward to work independently on our project and hope learn something and to meet new people. |
|
|
Simon UhseMy name is Simon, I am currently studying in the Biochemistry and Microbiology Master´s programme at the University of Göttingen. Last year, I finished my Bachelor with an emphasis on Molecular Biology at the University of Göttingen. Next to the university courses I really enjoy to play tablesoccer in my freetime. I am a member of a club which competes with other teams in a German wide national league. This year, I joined the iGEM team to participate in an interesting competition as well as to improve my lab skills. I am eager to organize and develop a project together with other students and just like to have a fun time with them. Hopefully, we are able to get to the jamboree in Europe and meet lots of other students with worthwhile ideas and projects. |
AdvisorsProfessor Heinz NeumannText |
|
Responsibilities
Under process...
↑ Return to top
Important pages: Home; Team; Official Team Profile; Project; Parts submitted to the Registry; Modeling; Notebook; Saftey; Attributions |