Difference between revisions of "Team:ZJU-China/Attributions"

Line 193: Line 193:
 
   </div>
 
   </div>
 
</footer>
 
</footer>
<head>
 
<link rel="stylesheet" href="https://2015.igem.org/Team:TU_Delft/bootstrap?action=raw&ctype=text/css" type="text/css">
 
<link rel="stylesheet" href="https://2015.igem.org/Team:TU_Delft/stylesheet?action=raw&ctype=text/css" type="text/css">
 
<script type="text/javascript" src="https://2015.igem.org/Team:TU_Delft/bootstrapminjs?action=raw&ctype=text/javascript"></script>
 
<script type="text/javascript" src="https://2015.igem.org/Team:TU_Delft/nativehistoryminjs?action=raw&ctype=text/javascript"></script>
 
<script type="text/javascript" src="https://2015.igem.org/Team:TU_Delft/hoverIntentjs?action=raw&ctype=text/javascript"></script>
 
<link rel="stylesheet" href="https://2015.igem.org/Team:TU_Delft/slicknavcss?action=raw&ctype=text/css" type="text/css">
 
<script type="text/javascript" src="https://2015.igem.org/Team:TU_Delft/slicknav?action=raw&ctype=text/javascript"></script>
 
<script src="https://2015.igem.org/Team:TU_Delft/navigation?action=raw&ctype=text/javascript"></script>
 
<script src="https://2015.igem.org/Team:TU_Delft/xscrolly?action=raw&ctype=text/javascript"></script>
 
<style>
 
#contentSub, #footer-box, #catlinks, #search-controls,
 
#p-logo, .printfooter, .firstHeading, .visualClear {
 
display: none;
 
}
 
#top_menu_under{
 
height: 0px;
 
  border-bottom: 0 none;
 
display: none;
 
}
 
  
#top-section {
 
border: 0 none;
 
height: 14px;
 
z-index: 100;
 
top: 0;
 
position: fixed;
 
width: 975px;
 
left: 50%;
 
margin-left: -487px;
 
}
 
 
#globalWrapper, #content {
 
width: 100%;
 
height: 100%;
 
border: 0px;
 
background-color: transparent;
 
margin: 0px;
 
padding: 0px;
 
font-size: 100%;
 
z-index:0;
 
}
 
li {
 
    margin:0px;
 
}
 
 
#headerWrapper a,
 
#headerWrapper a:hover,
 
#headerWrapper a:visited,
 
#headerWrapper a:active {
 
    text-decoration:none;
 
    color:white;
 
}
 
#headerWrapper {
 
    position:fixed;
 
    top:0px;
 
    height: 75px;
 
    width:100%;
 
    background-color:#46494C;
 
    background-color: rgba(70, 73, 76, 0.95);
 
    z-index:30;
 
}
 
 
#sub-navigation-wrapper {
 
    clear:both;
 
    position:relative;
 
    background-color:#46494C;
 
    background-color: rgba(0, 51, 102, 0.95);
 
    width:100%;
 
    height: 30px;
 
    padding-top: 7px;
 
    -webkit-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.75);
 
    -moz-box-shadow:    0px 7px 5px -3px rgba(50, 50, 50, 0.75);
 
    box-shadow:        0px 7px 5px -3px rgba(50, 50, 50, 0.75);
 
 
}
 
 
 
#header {
 
    width:100%;
 
    margin: auto;
 
 
}
 
 
#logo img {
 
    width: 68px;
 
    float: left;
 
    padding-top: 7px;
 
  background: white;
 
margin-left:0px;
 
margin-bottom:0px;
 
}
 
#navigation {
 
  font-size: 0.93em;
 
  font-weight: 200;
 
  width: 100%;
 
 
}
 
#navigation ul{
 
float: right;
 
max-margin-right:20px;
 
margin-bottom:0px;
 
}
 
#navigation a{
 
padding-left:8px;
 
}
 
 
#sub-navigation {
 
    width:960px;
 
    text-align: right;
 
  font-size: 0.9em;
 
    margin:auto;
 
font-weight:200;
 
 
}
 
 
#sub-navigation ul {
 
    display: inline;
 
    float:right;
 
  margin-right:10px;
 
}
 
 
#sub-navigation li:before{
 
    content:"-";
 
    padding-right:10px;
 
    color:white;
 
}
 
 
#sub-navigation li li:before{
 
    content:" ";
 
    padding-right:5px;
 
    color:white;
 
}
 
 
#sub-navigation li:first-child:before{
 
    content:"";
 
}
 
 
#sub-navigation li li:first-child:before{
 
    content:" ";
 
}
 
 
#sub-navigation li.active-item > a{
 
    font-weight: bold;
 
    border-top:2px solid;
 
}
 
 
/*#sub-navigation ul ul {
 
    display: none;
 
}*/
 
 
#sub-navigation li.current ul {
 
    display: inline;
 
}
 
 
#sub-navigation ul ul {
 
    color:white;
 
    padding-left:0px;
 
}
 
 
#sub-navigation li {
 
    display: inline;
 
    float: left;
 
    padding-left: 10px;
 
}
 
 
#sub-navigation li li{
 
    display: inline;
 
    float: left;
 
    padding-left: 5px;
 
    font-style: italic;
 
}
 
 
#navigation ul li {
 
    display: inline;
 
    float:left;
 
}
 
 
.nav-item {
 
    display: block;
 
    background-size: 32px;
 
    float: left;
 
    /*width:80px;*/
 
    background-position: center 15px ;
 
    background-repeat: no-repeat;
 
    line-height: 61px;
 
    text-align:center;
 
    padding-top: 10px;
 
    padding-right:10px;
 
    padding-left:10px;
 
    text-transform: uppercase;
 
}
 
.carousel-indicators {
 
text-align:center;
 
}
 
.team {
 
    background-image: url();
 
}
 
 
.project {
 
    background-image: url();
 
}
 
 
.results {
 
    background-image: url();
 
}
 
 
.outreach {
 
    background-image: url();
 
}
 
#header a:hover{
 
    background-color: rgba(57, 61, 63,0.98);
 
}
 
 
#header a.active{
 
    background-color: rgba(57, 61, 63,0.98);
 
}
 
 
#sub-navigation > ul {
 
    display:none;
 
}
 
body{
 
  padding-top: 120px;
 
 
}
 
.anchor{
 
  display: block;
 
  height: 120px; /*same height as header*/
 
  margin-top: -120px; /*same height as header*/
 
  visibility: hidden;
 
}
 
#mobile-navigation {
 
display:none;
 
}
 
 
.slicknav_menu {
 
    display:none;
 
}
 
 
@media screen and (max-width: 991px) {
 
.slicknav_menu {
 
display:block;
 
}
 
}
 
 
div#afixLeft{
 
width:50px;
 
position:fixed;
 
bottom:10%;
 
left:0;
 
z-index:11;
 
}
 
div#afixRight{
 
width:50px;
 
position:fixed;
 
bottom:10%;
 
right:0;
 
z-index:11;
 
}
 
</style>
 
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
</head>
 
<head>
 
<base target="_self">
 
</head>
 
 
<header>
 
<div id="slick-navigation"></div>
 
    <div id="mobile-navigation">
 
        <ul>
 
            <li><a href="https://2015.igem.org/Team:TU_Delft" >Home</a></li>
 
            <li>
 
                <a href="https://2015.igem.org/Team:TU_Delft/Achievements">Achievements</a>
 
                <ul>
 
                  <li><a href="https://2015.igem.org/Team:TU_Delft/Achievements#prizes" >Prizes and Nominations</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Achievements#jamboree">Giant Jamboree</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Achievements#medal">Medal Requirements</a></li>
 
                </ul>
 
            </li>
 
 
            <li>
 
                <a href="https://2015.igem.org/Team:TU_Delft/Description" >Project</a>
 
 
                <ul>
 
              <li><a href="https://2015.igem.org/Team:TU_Delft/Description#description" >Description</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Description#strains" >Strains</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Description#cells" >Linking Cells</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Description#tags" >Affinity Tags</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Description#printing" >Printing Biofilm Layers</a></li> 
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Description#references" >References</a></li> 
 
                </ul>
 
            </li>
 
            <li>
 
                <a href="https://2015.igem.org/Team:TU_Delft/Parts">Parts</a>
 
                <ul>
 
                  <li><a href="https://2015.igem.org/Team:TU_Delft/Parts#overview" >Overview</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Parts#table" >Parts</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Parts#collection" >Part Collection</a></li>
 
                </ul>
 
            </li>
 
<li>
 
<a href="https://2015.igem.org/Team:TU_Delft/Notebook" >Notebook</a>
 
<ul>
 
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Notebook#work" >Work Space</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Notebook#safety" >Safety</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Notebook#notes" >Day Notes</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Notebook#protocols">Protocols</a></li>
 
 
</ul>
 
</li>
 
<li>
 
<a href="https://2015.igem.org/Team:TU_Delft/Design" >Hardware</a>
 
<ul>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Design#overview" >Overview</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Design#3dbiofilms" >Making 3D Biofilms</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Design#biolinker" >The Biolinker</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Design#integration" >Design and Integration</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Design#manuals" >DIY Manuals</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Design#protocols" >Protocols</a></li>
 
</ul>
 
</li>
 
<li>
 
<a href="https://2015.igem.org/Team:TU_Delft/Modeling" >Modeling</a>
 
<ul>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Modeling#overview" >Overview</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Modeling#gene" >Kinetic Modeling</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Modeling#curli">Curli Formation</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Modeling#biofilm" >Biofilm Strength</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Modeling#p&p">Time for Printing</a></li>
 
</ul>
 
</li>
 
<li>
 
<a href="https://2015.igem.org/Team:TU_Delft/Practices" >Policy&Practice</a>
 
<ul>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Practices#overview" >Overview</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Practices#regulations" >Regulations</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Practices#ethics" >Ethics</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Practices#social" >Experts' Opinions</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Practices#community" >iGEM Community</a></li>
 
                                        <li><a href="https://2015.igem.org/Team:TU_Delft/Practices#tool" class="sub-nav-item">Biolink P&P Tool</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Practices#business" >Business Plan</a></li>
 
                                      <li><a href="https://2015.igem.org/Team:TU_Delft/Practices#outreach" >Outreach</a></li>
 
 
</ul>
 
</li>
 
<li>
 
<a href="https://2015.igem.org/Team:TU_Delft/Collaborations" >Collaboration</a>
 
<ul>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Collaborations#overview" >Overview</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Collaborations#testing" >Testing Biolinker</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Collaborations#course" >Dutch iGEM Teams Meeting</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Collaborations#cooperations" >Cooperations</a></li>
 
</ul>
 
</li>
 
<li>
 
<a href="https://2015.igem.org/Team:TU_Delft/Attributions" >Attributions</a>
 
<ul>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Attributions#members">Team Members</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Attributions#advisors">Advisors</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Attributions#support">Team Work Attributions</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Attributions#media">Media</a></li>
 
      <li><a href="https://2015.igem.org/Team:TU_Delft/Attributions#sponsors">Sponsors</a></li>
 
      <li><a href="https://2015.igem.org/Team:TU_Delft/Attributions#acknowledgements">Acknowledgements</a></li>
 
</ul>
 
</li>
 
        </ul>
 
    </div>
 
 
<div id="headerWrapper" class="hidden-xs hidden-sm">
 
  <div id="header">
 
    <div id="logo">
 
      <a href="https://2015.igem.org/Team:TU_Delft">
 
        <img src="https://static.igem.org/mediawiki/2015/5/51/TU_Delft_Logos_Igem_3_logo_July_forWebsite.png" alt="TUDelft Logo" >
 
      </a>
 
    </div>
 
    <div id="navigation">
 
      <ul>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Achievements" class="achievements nav-item" id="achievements">Achievements</a</li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Description" class="project nav-item" id="project">Project</a</li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Parts" class="results nav-item" id="parts">Parts</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Notebook" class="notebook nav-item" id="notebook">Notebook</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Design" class="hardware nav-item" id="hardware">Hardware</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Modeling" class="modeling nav-item" id="modeling">Modeling</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Practices" class="practices nav-item" id="practices">Practices</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Collaborations" class="collaborations nav-item" id="collaborations">Collaboration</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Attributions" class="attributions nav-item" id="attributions">Attributions</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Measurement" class="interlab nav-item" id="interlab">InterLab</a></li>
 
      </ul>
 
    </div>
 
  </div>
 
  <div id="sub-navigation-wrapper">
 
    <div id="sub-navigation">
 
      <ul id="notebook-sub">
 
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Notebook#work" class="sub-nav-item">Work Space</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Notebook#safety" class="sub-nav-item">Safety</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Notebook#notes" class="sub-nav-item">Day Notes</a></li>
 
      <li><a href="https://2015.igem.org/Team:TU_Delft/Notebook#protocols" class="sub-nav-item">Protocols</a></li>
 
 
      </ul>
 
      <ul id="achievements-sub">
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Achievements#prizes" class="sub-nav-item">Prizes and Nominations</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Achievements#jamboree" class="sub-nav-item">Giant Jamboree</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Achievements#medal" class="sub-nav-item">Medal Requirements</a></li>
 
</ul>
 
      <ul id="attributions-sub">
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Attributions#members" class="sub-nav-item">Team Members</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Attributions#advisors" class="sub-nav-item">Advisors</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Attributions#support" class="sub-nav-item">Team Work Attributions</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Attributions#media" class="sub-nav-item">Media</a></li>
 
      <li><a href="https://2015.igem.org/Team:TU_Delft/Attributions#sponsors" class="sub-nav-item">Sponsors</a></li>
 
      <li><a href="https://2015.igem.org/Team:TU_Delft/Attributions#acknowledgements" class="sub-nav-item">Acknowledgements</a></li>
 
      </ul>
 
      <ul id="project-sub">
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Description#description" class="sub-nav-item">Description</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Description#strains" class="sub-nav-item">Strains</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Description#cells" class="sub-nav-item" >Linking Cells</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Description#tags" class="sub-nav-item" >Affinity Tags</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Description#printing" class="sub-nav-item" >Printing Biofilm Layers</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Description#references" class="sub-nav-item" >References</a></li> 
 
      </ul>
 
      <ul id="parts-sub">
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Parts#overview" class="sub-nav-item">Overview</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Parts#table" class="sub-nav-item">Parts</a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft/Parts#collection" class="sub-nav-item">Part Collection</a></li>
 
      </ul>
 
 
 
      <ul id="hardware-sub">
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Design#overview" class="sub-nav-item">Overview</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Design#3dbiofilms" class="sub-nav-item">Making 3D Biofilms</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Design#biolinker" class="sub-nav-item">The Biolinker</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Design#integration" class="sub-nav-item">Design and Integration</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Design#manuals" class="sub-nav-item">DIY Manuals</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Design#protocols" class="sub-nav-item">Protocols</a></li>
 
      </ul>
 
      <ul id="collaborations-sub">
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Collaborations#overview" class="sub-nav-item">Overview</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Collaborations#testing" class="sub-nav-item">Testing Biolinker</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Collaborations#course" class="sub-nav-item">Dutch iGEM Teams Meeting</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Collaborations#cooperations" class="sub-nav-item">Cooperations</a></li>
 
      </ul>
 
      <ul id="practices-sub">
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Practices#overview" class="sub-nav-item">Overview</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Practices#regulations" class="sub-nav-item">Regulations</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Practices#ethics" class="sub-nav-item">Ethics</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Practices#social" class="sub-nav-item">Experts' Opinions</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Practices#community" class="sub-nav-item">iGEM Community</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Practices#tool" class="sub-nav-item">Biolink P&P Tool</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Practices#business" class="sub-nav-item">Business Plan</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Practices#outreach" class="sub-nav-item">Outreach</a></li>
 
      </ul>
 
<ul id="interlab-sub">
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Measurement#results" class="sub-nav-item">Results</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Measurement#protocols" class="sub-nav-item">Protocols</a></li>
 
      </ul>
 
      <ul id="modeling-sub">
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Modeling#overview" class="sub-nav-item">Overview</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Modeling#gene" class="sub-nav-item">Kinetic Modeling</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Modeling#curli" class="sub-nav-item">Curli Formation</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Modeling#biofilm" class="sub-nav-item">Biofilm Strength</a></li>
 
        <li><a href="https://2015.igem.org/Team:TU_Delft/Modeling#p&p" class="sub-nav-item">Time for Printing</a></li>
 
      </ul>
 
    </div>
 
  </div>
 
</div>
 
</header>
 
<body>
 
 
<div id="afixLeft">
 
  <a href="https://www.facebook.com/iGEM.TUDelft.Team" target="_blank">
 
    <img src="https://static.igem.org/mediawiki/2015/0/08/TUDelft_facebook-4-50.png" style="opacity:0.95">
 
  </a>
 
  <a href="https://twitter.com/tudelft_igem" target="_blank">
 
    <img src="https://static.igem.org/mediawiki/2015/5/52/TUDelft_twitter-4-50.png" style="opacity:0.95">
 
  </a>
 
</div>
 
 
<div id="afixRight">
 
  <a href="https://2015.igem.org/">
 
    <img src="https://static.igem.org/mediawiki/2015/a/af/TU_Delft_igem_bw.png" style="opacity:0.95; width:50px;">
 
  </a>
 
 
<a href="#cover" role="button" onclick="$('html,body').animate({scrollTop: $('#cover').offset().top}, 'slow');" style="text-decoration:none;">
 
    <img src="https://static.igem.org/mediawiki/2015/a/a7/TUDelft_arrow-141-50.png" style="opacity:0.95">
 
  </a>
 
</div>
 
</body>
 
</html>
 
 
<html>
 
<script>
 
$(document).ready(initiateMobileView);
 
 
function initiateMobileView() {
 
  //$('#sidr').sidr();
 
  $('#mobile-navigation').slicknav({closeOnClick:true,allowParentLinks:true,prependTo:'#slick-navigation'});
 
  $('#mobile-navigation').hide();
 
  $('.slicknav_menu').addClass('hidden-md');
 
  $('.slicknav_menu').addClass('hidden-lg');
 
    $('.thumbinner').each(function() {
 
    $(this).width($(this).width() + 6);
 
  });
 
}
 
</script>
 
<script>
 
var jumboHeight = $('.jumbotron#cover').outerHeight();
 
 
function parallax() {
 
  var scrolled = $(window).scrollTop();
 
  $('.bg').css('height', (jumboHeight - scrolled) + 'px');
 
}
 
 
$(window).scroll(function(e) {
 
  parallax();
 
});
 
 
</script>
 
<script>
 
function centerModal() {
 
    $(this).css('display', 'block');
 
    var $dialog = $(this).find(".modal-dialog");
 
    var offset = ($(window).height() - $dialog.height()) / 2;
 
    // Center modal vertically in window
 
    $dialog.css("margin-top", offset);
 
}
 
 
$('.modal').on('show.bs.modal', centerModal);
 
$(window).on("resize", function () {
 
    $('.modal:visible').each(centerModal);
 
});
 
</script>
 
  
 
</style>
 
</style>

Revision as of 12:42, 8 October 2016

Attribution

Team Members

Our team consists of nine ambitious students with interdisciplinary backgrounds from Delft University of Technology and Rotterdam University of Applied Sciences.

Max van't Hof

Hi! After doing the bachelor Life Science & Technology and being board member of the study association for one year I'm currently doing the master Life Science & Technology. I'm the science manager of this year's team. For me iGEM is a nice practical application of my master and also a good way to learn more about other subjects like policy & practice, fundraising and design.

Stefan Marsden

After my Bachelor in Chemistry at the University of Basel (CH), I was looking for a new challenge which I found in the Life Science & Technology Master and the iGEM competition. Biotechnology is a powerful tool to drive innovation towards greater sustainability in the chemical industry. My role is the scientific specification of our construct and hardware requirements for it to be put into practice. During my free time I fence saber on national level and I recently participated as a dancer in a theater production.

Tudor Vlas

Hey! I enrolled into iGEM because I saw it as a really challenging project, especially with respect to my background. I finished Automation and Computer Science at UT Cluj-Napoca (Romania) and am currently doing a Management of Technology Master's at TU Delft. Within iGEM, I am responsible of the Wiki and help with Policy and Practice efforts. I like to play football, video games and meet people from all over the world.

Samantha Balaso

Description

Hector Sanguesa Ferrer

I am an enthusiastic student from Morella, Spain, who is working hard for the Master program in Life Sciences and Technology. After some years studying my Bachelor’s degree in Barcelona, I moved to Delft looking for new experiences in biotechnology. Here I had the great opportunity to join the iGem team, where I am responsible of safety issues and lab management. In my free time, I enjoy doing sport and reading; I could say I enjoy playing football as much as I enjoy science.

Michelle Post

Ciao, I am an ambitious, motivated and open-minded student with interest in both the biotechnology and science communication. Being the policy and practice manager give me the excellent opportunity to explore both sides; a perfect combination between science and communication. Besides iGEM I really enjoy singing in my jazz band ‘The Bowties’, cooking delicious dinners for my friends and drinking wine or Belgian beers.

Liana Uilecan

Description

Marit van der Does

Hi. I'm a third years bachelor student Nanobiology. The reason I joined iGEM is to get more practical experience. I learn a lot during my study programm, but I also want to learn how to use that knowledge. I am the Public Relation Manger of the team, but I also help a lot with the modeling and the lab work.

Anne Rodenburg

Studying as a third year student, biological and medical laboratory studies, I am the youngest member of the team. I joined the team to learn how to work on a huge project with students from different backgrounds, and also to distinguish myself from others . I am the Fundraising and Budget Manager of the team, while at the same time I also work in the lab.