Difference between revisions of "Team:Chalmers-Gothenburg/Team/students"

 
(54 intermediate revisions by the same user not shown)
Line 24: Line 24:
 
body {  
 
body {  
 
   background-color: #e6e6e6;
 
   background-color: #e6e6e6;
 
  background: -webkit-linear-gradient(left, rgba(1,0,0,0.2), rgba(1,0,0,0.05), rgba(1,0,0,0.2)) !important; /* For Safari 5.1 to 6.0 */
 
  background: -o-linear-gradient(right, rgba(1,0,0,0.2), rgba(1,0,0,0.05), rgba(1,0,0,0.2)) !important; /* For Opera 11.1 to 12.0 */
 
  background: -moz-linear-gradient(right, rgba(1,0,0,0.2), rgba(1,0,0,0.05), rgba(1,0,0,0.2)) !important; /* For Firefox 3.6 to 15 */
 
  background: linear-gradient(to right, rgba(1,0,0,0.2), rgba(1,0,0,0.05), rgba(1,0,0,0.2)) !important; /* Standard syntax (must be last) */
 
 
   font-family:'Lato', sans-serif;
 
   font-family:'Lato', sans-serif;
 
}
 
}
Line 208: Line 203:
 
top: 0;
 
top: 0;
 
   width: 100%;
 
   width: 100%;
   min-width: 850px;
+
   min-width: 1440px;
 
   z-index:9999;
 
   z-index:9999;
 
   -webkit-touch-callout: none;
 
   -webkit-touch-callout: none;
Line 434: Line 429:
  
 
width: cover;
 
width: cover;
 +
  min-width:1440px;
 
   text-align: center;
 
   text-align: center;
 
   margin: auto;
 
   margin: auto;
Line 439: Line 435:
 
 
 
background:#e6e6e6;   
 
background:#e6e6e6;   
  background: -webkit-linear-gradient(left, rgba(1,0,0,0.2), rgba(1,0,0,0.05), rgba(1,0,0,0.2)) !important; /* For Safari 5.1 to 6.0 */
 
  background: -o-linear-gradient(right, rgba(1,0,0,0.2), rgba(1,0,0,0.05), rgba(1,0,0,0.2)) !important; /* For Opera 11.1 to 12.0 */
 
  background: -moz-linear-gradient(right, rgba(1,0,0,0.2), rgba(1,0,0,0.05), rgba(1,0,0,0.2)) !important; /* For Firefox 3.6 to 15 */
 
  background: linear-gradient(to right, rgba(1,0,0,0.2), rgba(1,0,0,0.05), rgba(1,0,0,0.2)) !important; /* Standard syntax (must be last) */
 
 
}
 
}
  
Line 709: Line 701:
 
   }
 
   }
  
.header_Modelling {
 
  font-size: 45pt;
 
  color: black;
 
  text-align: center;
 
position:bottom;
 
  background-image: url("pictures_17/backgrounds/chalkboard_2.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
 
  min-height: 750px;
 
height:auto;
 
  background-attachment: fixed;
 
  background-position: center;
 
  background-repeat: no-repeat;
 
  background-size: cover;
 
background-color:#000000;
 
 
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
 
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
 
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
 
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
 
  border-image-slice: 1;
 
  -webkit-touch-callout: none;
 
  -webkit-user-select: none;
 
  -khtml-user-select: none;
 
  -moz-user-select: none;
 
  -ms-user-select: none;
 
  user-select: none;
 
  cursor: default;
 
}
 
  
.header_Achievements_biobricks {
+
.header_test {
  font-size: 45pt;
+
background-position: top;
  color: black;
+
background-attachment: fixed;
  text-align: center;
+
background-repeat: no-repeat;
position:bottom;
+
-webkit-background-size: cover;
  background-image: url("pictures_17/backgrounds/bricks.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
+
-moz-background-size: cover;
  min-height: 750px;
+
-o-background-size: cover;
height:auto;
+
background-size: cover;
  background-attachment: fixed;
+
        padding-top: 100vh;
  background-position: center;
+
        background-image: url("https://static.igem.org/mediawiki/2017/a/ab/T--Chalmers-Gothenburg--Team_Students.jpg");
  background-repeat: no-repeat;
+
  background-size: cover;
+
background-color:#000000;
+
+
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
+
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
+
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
+
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
+
  border-image-slice: 1;
+
  -webkit-touch-callout: none;
+
  -webkit-user-select: none;
+
  -khtml-user-select: none;
+
  -moz-user-select: none;
+
  -ms-user-select: none;
+
  user-select: none;
+
  cursor: default;
+
}
+
  
.header_Project_theory {
+
/*A lot of code for the line between the header and the body */
  font-size: 45pt;
+
border-bottom: 3px solid transparent;
  color: black;
+
  text-align: center;
+
position:bottom;
+
  background-image: url("pictures_17/backgrounds/pen_paper.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
+
  min-height: 750px;
+
height:auto;
+
  background-attachment: fixed;
+
  background-position: center;
+
  background-repeat: no-repeat;
+
  background-size: cover;
+
background-color:#000000;
+
+
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
+
 
   -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
 
   -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
 
   -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
 
   -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
Line 793: Line 728:
 
}
 
}
  
.header_Project_constructs {
 
  font-size: 45pt;
 
  color: black;
 
  text-align: center;
 
position:bottom;
 
  background-image: url("pictures_17/backgrounds/DNA.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
 
  min-height: 750px;
 
height:auto;
 
  background-attachment: fixed;
 
  background-position: center;
 
  background-repeat: no-repeat;
 
  background-size: cover;
 
background-color:#000000;
 
 
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
 
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
 
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
 
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
 
  border-image-slice: 1;
 
  -webkit-touch-callout: none;
 
  -webkit-user-select: none;
 
  -khtml-user-select: none;
 
  -moz-user-select: none;
 
  -ms-user-select: none;
 
  user-select: none;
 
  cursor: default;
 
}
 
  
.header_Team_students {
+
/* Banner: name of the page */
  font-size: 45pt;
+
#banner {
  color: black;
+
height: 100%;
  text-align: center;
+
        position: relative;
position:bottom;
+
        bottom: 50px;
  background-image: url("pictures_17/team_photos_2017/group_photo_stairs_bw.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
+
    float: left;
  /*min-height: 750px;
+
    width: 100%;
height:auto;*/
+
        font-size: 80pt; /*35pt*/
  background-attachment: fixed;
+
font-family:"Lato", cursive;
  background-position: center;
+
        color:#c91a03 ;
  background-repeat: no-repeat;
+
line-height: 65pt;
  background-size: cover;
+
        text-shadow: 5px 5px #000000;
background-color:#000000;
+
+
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
+
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
+
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
+
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
+
  border-image-slice: 1;
+
  -webkit-touch-callout: none;
+
  -webkit-user-select: none;
+
  -khtml-user-select: none;
+
  -moz-user-select: none;
+
  -ms-user-select: none;
+
  user-select: none;
+
  cursor: default;
+
 
}
 
}
  
.header_Team_supervisors {
+
#banner h3 {
  font-size: 45pt;
+
display: block;
  color: black;
+
position: absolute;
  text-align: center;
+
bottom: 50px;
position:bottom;
+
left: 200px;
  background-image: url("pictures_17/backgrounds/Chemistry_entrance_bw.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
+
        font-size: 80pt; /*35pt*/
  /*min-height: 750px;
+
font-family:"Lato", cursive;
height:auto;*/
+
        color:#c91a03 ;
  background-attachment: fixed;
+
line-height: 65pt;
  background-position: center;
+
        text-shadow: 5px 5px #000000;
  background-repeat: no-repeat;
+
        /*border-style:dashed;*/
  background-size: cover;
+
padding: 20px 20px 20px 20px;
background-color:#000000;
+
+
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
+
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
+
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
+
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
+
  border-image-slice: 1;
+
  -webkit-touch-callout: none;
+
  -webkit-user-select: none;
+
  -khtml-user-select: none;
+
  -moz-user-select: none;
+
  -ms-user-select: none;
+
  user-select: none;
+
  cursor: default;
+
}
+
  
.header_Team_sponsors {
 
  font-size: 45pt;
 
  color: black;
 
  text-align: center;
 
position:bottom;
 
  background-image: url("pictures_17/backgrounds/money_bw.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
 
  /*min-height: 750px;
 
height:auto;*/
 
  background-attachment: fixed;
 
  background-position: center;
 
  background-repeat: no-repeat;
 
  background-size: cover;
 
background-color:#000000;
 
 
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
 
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
 
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
 
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
 
  border-image-slice: 1;
 
  -webkit-touch-callout: none;
 
  -webkit-user-select: none;
 
  -khtml-user-select: none;
 
  -moz-user-select: none;
 
  -ms-user-select: none;
 
  user-select: none;
 
  cursor: default;
 
 
}
 
}
  
.header_Team_collaborations {
+
#banner h4 {
  font-size: 45pt;
+
display: block;
  color: black;
+
position: absolute;
  text-align: center;
+
bottom: -40px;
position:bottom;
+
left: 200px;
  background-image: url("pictures_17/backgrounds/shaking_hands_darker.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
+
        font-size: 40pt; /*35pt*/
  /*min-height: 750px;
+
font-family:"Lato", cursive;
height:auto;*/
+
        color:#c91a03 ;
  background-attachment: fixed;
+
line-height: 65pt;
  background-position: center;
+
        text-shadow: 3px 3px #000000;
  background-repeat: no-repeat;
+
        /*border-style:dashed;*/
  background-size: cover;
+
padding: 20px 20px 20px 20px;
background-color:#000000;
+
+
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
+
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
+
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
+
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
+
  border-image-slice: 1;
+
  -webkit-touch-callout: none;
+
  -webkit-user-select: none;
+
  -khtml-user-select: none;
+
  -moz-user-select: none;
+
  -ms-user-select: none;
+
  user-select: none;
+
  cursor: default;
+
}
+
 
+
.header_Team_attributions {
+
  font-size: 45pt;
+
  color: black;
+
  text-align: center;
+
position:bottom;
+
  background-image: url("pictures_17/backgrounds/Chalmers_port_4.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
+
  /*min-height: 750px;
+
height:auto;*/
+
  background-attachment: fixed;
+
  background-position: center;
+
  background-repeat: no-repeat;
+
  background-size: cover;
+
background-color:#000000;
+
+
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
+
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
+
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
+
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
+
  border-image-slice: 1;
+
  -webkit-touch-callout: none;
+
  -webkit-user-select: none;
+
  -khtml-user-select: none;
+
  -moz-user-select: none;
+
  -ms-user-select: none;
+
  user-select: none;
+
  cursor: default;
+
}
+
 
+
.header_Notebook_journal {
+
  font-size: 45pt;
+
  color: black;
+
  text-align: center;
+
position:bottom;
+
  background-image: url("pictures_17/backgrounds/Notebook.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
+
  /*min-height: 750px;
+
height:auto;*/
+
  background-attachment: fixed;
+
  background-position: center;
+
  background-repeat: no-repeat;
+
  background-size: cover;
+
background-color:#000000;
+
+
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
+
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
+
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
+
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
+
  border-image-slice: 1;
+
  -webkit-touch-callout: none;
+
  -webkit-user-select: none;
+
  -khtml-user-select: none;
+
  -moz-user-select: none;
+
  -ms-user-select: none;
+
  user-select: none;
+
  cursor: default;
+
}
+
 
+
.header_Notebook_lab_safety {
+
  font-size: 45pt;
+
  color: black;
+
  text-align: center;
+
position:bottom;
+
  background-image: url("pictures_17/backgrounds/T--Chalmers-Gothenburg--Safety_form_Fume_hood.jpg"); /*, linear-gradient(to bottom, #ffffff, #e6e6e6); /*#0c749c, #145071*/
+
  /*min-height: 750px;
+
height:auto;*/
+
  background-attachment: fixed;
+
  background-position: center;
+
  background-repeat: no-repeat;
+
  background-size: cover;
+
background-color:#000000;
+
+
border-bottom: 3px solid transparent; /*A lot of code for the line between the header and the body */
+
  -moz-border-image: -moz-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%);*/
+
  -webkit-border-image: -webkit-linear-gradient(left, #000000 0%, #404040, #000000 100%); /*(left, #016243 0%, #b5deca, #016243 100%)*/
+
  border-image: linear-gradient(to right, #000000 0%, #404040, #000000 100%); /*(to right, #016243 0%, #b5deca, #016243 100%);*/
+
  border-image-slice: 1;
+
  -webkit-touch-callout: none;
+
  -webkit-user-select: none;
+
  -khtml-user-select: none;
+
  -moz-user-select: none;
+
  -ms-user-select: none;
+
  user-select: none;
+
  cursor: default;
+
 
}
 
}
  
Line 1,020: Line 775:
 
   background-color: transparent;
 
   background-color: transparent;
 
   font-size: 80pt; /*35pt*/
 
   font-size: 80pt; /*35pt*/
font-family:"Lato", cursive; /*Dancing Script, Marck Script, Tangerine, Sacramento, Allura, Parisienne, Montez*/
+
font-family:"Lato", cursive;
  color:#c91a03 ;/*Alternatives: #c91a03, #ff0000, #fd4833, #fb2104*/
+
        color:#c91a03 ;
 
line-height: 65pt;
 
line-height: 65pt;
  padding-top: 30%;
+
        padding-top: 0%; /*30%*/
 
font-weight: bold;
 
font-weight: bold;
 
text-align:left;
 
text-align:left;
Line 1,030: Line 785:
 
/*border-style:dashed;
 
/*border-style:dashed;
 
border-color:red;*/
 
border-color:red;*/
 +
 
}
 
}
  
Line 1,036: Line 792:
 
   font-size: 40pt;
 
   font-size: 40pt;
 
line-height: 15pt;
 
line-height: 15pt;
   padding-top: 2%;
+
   padding-top: 0%; /*2%*/
   padding-bottom: 20px;
+
   padding-bottom: 0px;
 
font-family:"Lato", cursive; /*Dancing Script, Marck Script, Tangerine, Sacramento, Allura, Parisienne, Montez*/
 
font-family:"Lato", cursive; /*Dancing Script, Marck Script, Tangerine, Sacramento, Allura, Parisienne, Montez*/
 
text-align:left;
 
text-align:left;
 
margin-left:10%;
 
margin-left:10%;
text-shadow: 2px 2px #000000;
+
text-shadow: 3px 3px #000000;
 
}
 
}
  
Line 1,509: Line 1,265:
 
   <body><div class="team">
 
   <body><div class="team">
 
      
 
      
     <div id="header_navbar_wrapper"> <!----------------------------- header_navbar_170731.html START -------------------------->
+
     <div id="header_navbar_wrapper"> <!----------------------------- header_navbar START -------------------------->
 
          
 
          
 
     <div id="header-nav-anchor"><!--Anchor for stickying the header navbar-->
 
     <div id="header-nav-anchor"><!--Anchor for stickying the header navbar-->
 
       <nav><!--Used to apply a sticky class, so that the position can be changed to fixed-->
 
       <nav><!--Used to apply a sticky class, so that the position can be changed to fixed-->
 
         <ul class="header_navbar_ul">
 
         <ul class="header_navbar_ul">
           <li id="header_navbar_home"><a href="https://2017.igem.org/Team:Chalmers-Gothenburg" id="home_link"> Home <i class="fa fa-home" style="font-size:24px"></i> </a></li>
+
           <li id="header_navbar_home"><a href="https://2017.igem.org/Team:Chalmers-Gothenburg" id="home_link"> Home </a></li>
 
            
 
            
 
           <li class="dropdown">
 
           <li class="dropdown">
Line 1,538: Line 1,294:
 
             <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/Project/constructs">Constructs</a>
 
             <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/Project/constructs">Constructs</a>
 
             <hr>
 
             <hr>
             <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/Model">Mathematical modelling</a>
+
             <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/Model">Mathematical modeling</a>
 
             </div>
 
             </div>
 
           </li>
 
           </li>
Line 1,545: Line 1,301:
 
           <a id="HP_link">Human Practices</a>  <!--href="HP_intro.html" id="HP_link"-->
 
           <a id="HP_link">Human Practices</a>  <!--href="HP_intro.html" id="HP_link"-->
 
             <div class="dropdown-content">
 
             <div class="dropdown-content">
             <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/HP/Silver">Human practises</a>
+
             <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/HP/Silver">Human practices</a>
 
               <hr>
 
               <hr>
               <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/HP/Gold_Integrated">Integrated Human practises</a>
+
               <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/HP/Gold_Integrated">Integrated human practices</a>
 
             </div>
 
             </div>
 
           </li>
 
           </li>
Line 1,556: Line 1,312:
 
             <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/Results">Project results</a>
 
             <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/Results">Project results</a>
 
             <hr>
 
             <hr>
             <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/Parts">BioBricks</a>
+
             <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/Parts">Biobricks</a>
 
               <hr>
 
               <hr>
 
               <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/InterLab">Interlab study</a>
 
               <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/InterLab">Interlab study</a>
 
               <hr>
 
               <hr>
               <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/Achievements/medal">Medals</a>
+
               <a href="https://2017.igem.org/Team:Chalmers-Gothenburg/Achievements/medal">Accomplishments</a>
 
             </div>
 
             </div>
 
           </li>
 
           </li>
Line 1,576: Line 1,332:
 
            
 
            
 
           <!--facebook, instagram and twitter icon-->
 
           <!--facebook, instagram and twitter icon-->
           <li id="header_navbar_home"><a href="https://sv-se.facebook.com/chalmersigem/" id="fb"><i class="fa fa-facebook-square" style="font-size:24px"></i> </a></li>
+
           <li id="header_navbar_home"><a href="https://sv-se.facebook.com/chalmersigem/" id="fb" target="_blank"><i class="fa fa-facebook-square" style="font-size:24px"></i> </a></li>
           <li id="header_navbar_home"><a href="https://www.instagram.com/chalmersigem/" id="instagram"><i class="fa fa-instagram" style="font-size:24px"></i> </a></li>
+
           <li id="header_navbar_home"><a href="https://www.instagram.com/chalmersigem/" id="instagram" target="_blank"><i class="fa fa-instagram" style="font-size:24px"></i> </a></li>
           <li id="header_navbar_home"><a href="https://twitter.com/igemchalmers" id="twitter"><i class="fa fa-twitter" style="font-size:24px"></i> </a></li>
+
           <li id="header_navbar_home"><a href="https://twitter.com/igemchalmers" id="twitter" target="_blank"><i class="fa fa-twitter" style="font-size:24px"></i> </a></li>
 +
 
 
            
 
            
 
            
 
            
Line 1,591: Line 1,348:
  
 
            
 
            
         <div class="header_Team_students">
+
         <div class="header_test">
          <div class="header-text">TEAM</div>
+
  <!-- Banner -->
          <div class="header-subtitle">Students</div>
+
    <div id="banner">
 +
            <h3>Students</h3>
 +
            </div>
 
         </div>
 
         </div>
  
 
             <div class="wrap-content">
 
             <div class="wrap-content">
          <!--<div class="header-text">TEAM</div>
 
          <div class="header-subtitle">Students</div>-->
 
  
 
         <table class="profile-table">
 
         <table class="profile-table">
Line 1,606: Line 1,363:
 
                 <div class="profile-container">
 
                 <div class="profile-container">
 
                     <div class="profile-image">
 
                     <div class="profile-image">
                         <img src="pictures_17/team_photos_2017/Isabel.PNG", width="80%", height="100%"></img>
+
                         <img src="https://static.igem.org/mediawiki/2017/c/c0/T--Chalmers-Gothenburg--Isabel.jpg", width="100%", height="100%"></img>
 
                         <div class="profile-name">Isabel Runneberger</div>
 
                         <div class="profile-name">Isabel Runneberger</div>
                         <div class="profilejob">Team leader, Wet lab</div>
+
                         <div class="profilejob">Student leader, Wet lab</div>
 
                     </div>
 
                     </div>
 
                     <div class="profile-content">
 
                     <div class="profile-content">
                     <p class="profiletext"></p>
+
                     <p class="profiletext">
                     <p class="profiletext" style="text-align:center">E-mail: <a href=<a href="mailto:risabel@student.chalmers.se">risabel@student.chalmers.se</a></p>
+
M.Sc. Biotechnology student interested in synthetic biology and tissue engineering. In charge of the lab and gene designs. Yeast transformations with electroporation and color changes are my favorite things in the lab. Outside the lab, I spend time around horses and  cameras.
 +
                    </p>
 +
                     <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:risabel@student.chalmers.se">risabel@student.chalmers.se</a></p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
Line 1,622: Line 1,381:
 
                 <div class="profile-container">
 
                 <div class="profile-container">
 
                   <div class="profile-image">
 
                   <div class="profile-image">
                     <img src="pictures_17/team_photos_2017/Amanda.PNG", width="80%", height="100%"></img>
+
                     <img src="https://static.igem.org/mediawiki/2017/a/ac/T--Chalmers-Gothenburg--Amanda.jpg", width="100%", height="100%"></img>
 
                     <div class="profile-name">Amanda Ristinmaa</div>
 
                     <div class="profile-name">Amanda Ristinmaa</div>
                     <div class="profilejob">Team leader, Wet lab, Funding</div>
+
                     <div class="profilejob">Student leader, Wet lab, Funding</div>
 
                     </div>
 
                     </div>
 
                   <div class="profile-content">
 
                   <div class="profile-content">
                     <p class="profiletext"></p>
+
                     <p class="profiletext">
 +
Second year master student interested in protein engineering. Joined iGEM because I love learning and want to know how it is to work on a team together! Teamwork is the best work.
 +
                    </p>
 
                   <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:amandar@student.chalmers.se">amandar@student.chalmers.se</a></p>
 
                   <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:amandar@student.chalmers.se">amandar@student.chalmers.se</a></p>
 
                   </div>
 
                   </div>
Line 1,638: Line 1,399:
 
                 <div class="profile-container">
 
                 <div class="profile-container">
 
                   <div class="profile-image">
 
                   <div class="profile-image">
                     <img src="pictures_17/team_photos_2017/JuliaL.PNG", width="80%", height="100%"></img>
+
                     <img src="https://static.igem.org/mediawiki/2017/7/7d/T--Chalmers-Gothenburg--JuliaL.jpg", width="100%", height="100%"></img>
 
                     <div class="profile-name">Julia Larsson</div>
 
                     <div class="profile-name">Julia Larsson</div>
 
                     <div class="profilejob">Wet lab, Modeling, Wiki</div>
 
                     <div class="profilejob">Wet lab, Modeling, Wiki</div>
Line 1,660: Line 1,421:
 
                 <div class="profile-container">
 
                 <div class="profile-container">
 
                   <div class="profile-image">
 
                   <div class="profile-image">
                     <img src="pictures_17/team_photos_2017/JuliaJ.PNG", width="80%", height="100%"></img>
+
                     <img src="https://static.igem.org/mediawiki/2017/3/39/T--Chalmers-Gothenburg--Angelo.jpg", width="100%", height="100%"></img>
 +
                    <div class="profile-name">Angelo Limeta</div>
 +
                    <div class="profilejob">Wet lab, Modeling</div>
 +
                    </div>
 +
                  <div class="profile-content">
 +
                    <p class="profiletext">
 +
I’m about to start my M.Sc in biotechnology this fall and joined to get more experience working both in the Wet and dry lab. Using mathematical models to simulate results is something I really enjoy and plan to do in the future!
 +
                    </p>
 +
                    <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:angelol@student.chalmers.se">angelol@student.chalmers.se</a></p>
 +
                  </div>
 +
                </div>
 +
              </div>
 +
            </td>
 +
 
 +
            <td>
 +
              <div class="profile-main">
 +
                <div class="profile-container">
 +
                  <div class="profile-image">
 +
                    <img src="https://static.igem.org/mediawiki/2017/d/d4/T--Chalmers-Gothenburg--JuliaJ.jpg", width="100%", height="100%"></img>
 
                     <div class="profile-name">Julia Jonsson</div>
 
                     <div class="profile-name">Julia Jonsson</div>
                     <div class="profilejob">Wet lab, Social media, Funding</div
+
                     <div class="profilejob">Wet lab, Social media, Funding</div>
 
                     </div>
 
                     </div>
 
                   <div class="profile-content">
 
                   <div class="profile-content">
                     <p class="profiletext"></p>
+
                     <p class="profiletext">
 +
Second year biotechnology masters student interested in tissue engineering and pharmaceutical research and have come to love synthetic biology this summer. I entered the iGEM team hoping to learn a lot about start up, operate and finish a project within a certain timeframe!
 +
                    </p>
 
                     <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:jojulia@student.chalmers.se">jojulia@student.chalmers.se</a></p>
 
                     <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:jojulia@student.chalmers.se">jojulia@student.chalmers.se</a></p>
 
                   </div>
 
                   </div>
Line 1,676: Line 1,457:
 
                 <div class="profile-container">
 
                 <div class="profile-container">
 
                   <div class="profile-image">
 
                   <div class="profile-image">
                     <img src="pictures_17/team_photos_2017/Sofie.PNG", width="80%", height="100%"></img>
+
                     <img src="https://static.igem.org/mediawiki/2017/c/cd/T--Chalmers-Gothenburg--Sofie.jpg", width="100%", height="100%"></img>
 
                     <div class="profile-name">Sofie Gunnarsson</div>
 
                     <div class="profile-name">Sofie Gunnarsson</div>
 
                     <div class="profilejob">Wet lab, Funding</div>
 
                     <div class="profilejob">Wet lab, Funding</div>
 
                     </div>
 
                     </div>
 
                   <div class="profile-content">
 
                   <div class="profile-content">
                     <p class="profiletext"></p>
+
                     <p class="profiletext">
 +
Second year biotechnology master student that joined iGEM to get more wet lab experience for my master thesis project that I just started this fall. But also to get the chance to learn how to plan and execute a research project from the beginning.
 +
                    </p>
 
                     <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:sofiegu@student.chalmers.se">sofiegu@student.chalmers.se</a></p>
 
                     <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:sofiegu@student.chalmers.se">sofiegu@student.chalmers.se</a></p>
 
                   </div>
 
                   </div>
Line 1,687: Line 1,470:
 
               </div>
 
               </div>
 
             </td>
 
             </td>
           
+
          </tr>
 +
         
 +
          <tr>
 
             <td>
 
             <td>
 
               <div class="profile-main">
 
               <div class="profile-main">
 
                 <div class="profile-container">
 
                 <div class="profile-container">
 
                   <div class="profile-image">
 
                   <div class="profile-image">
                     <img src="pictures_17/team_photos_2017/Elin.PNG", width="80%", height="100%"></img>
+
                     <img src="https://static.igem.org/mediawiki/2017/f/fe/T--Chalmers-Gothenburg--Elin.jpg", width="100%", height="100%"></img>
 
                     <div class="profile-name">Elin Johansson</div>
 
                     <div class="profile-name">Elin Johansson</div>
                     <div class="profilejob">Wet lab, Human practices</div
+
                     <div class="profilejob">Wet lab, Human practices</div>
 
                     </div>
 
                     </div>
 
                   <div class="profile-content">
 
                   <div class="profile-content">
                     <p class="profiletext"></p>
+
                     <p class="profiletext">
 +
Third year Biotech Bsc student who recently started master in Biotechnology. Joined iGEM to get experience of planning and executing your own project and of course to have a lot of fun while doing it. When not in the lab, I’m obsessing over cats.
 +
                    </p>
 
                     <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:eljoh@student.chalmers.se">eljoh@student.chalmers.se</a></p>
 
                     <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:eljoh@student.chalmers.se">eljoh@student.chalmers.se</a></p>
 
                   </div>
 
                   </div>
Line 1,703: Line 1,490:
 
               </div>
 
               </div>
 
             </td>
 
             </td>
          </tr>
+
 
         
+
          <tr>
+
 
             <td>
 
             <td>
 
               <div class="profile-main">
 
               <div class="profile-main">
 
                 <div class="profile-container">
 
                 <div class="profile-container">
 
                     <div class="profile-image">
 
                     <div class="profile-image">
                         <img src="pictures_17/team_photos_2017/Tuva.PNG", width="80%", height="100%"></img>
+
                         <img src="https://static.igem.org/mediawiki/2017/2/2f/T--Chalmers-Gothenburg--Tuva.jpg", width="100%", height="100%"></img>
 
                         <div class="profile-name">Tuva Wegnelius</div>
 
                         <div class="profile-name">Tuva Wegnelius</div>
 
                         <div class="profilejob">Wet lab, Human practices</div>
 
                         <div class="profilejob">Wet lab, Human practices</div>
 
                     </div>
 
                     </div>
 
                     <div class="profile-content">
 
                     <div class="profile-content">
                     <p class="profile"></p>
+
                     <p class="profiletext">
 +
First year Biotechnology masters student. I joined the iGEM team because I want to become a scientist doing research in biotechnology one day. This is a great chance to develop my skills creating and working in a cool scientific project.
 +
                    </p>
 
                     <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:tuvaw@student.chalmers.se">tuvaw@student.chalmers.se</a></p>
 
                     <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:tuvaw@student.chalmers.se">tuvaw@student.chalmers.se</a></p>
 
                     </div>
 
                     </div>
Line 1,726: Line 1,513:
 
                 <div class="profile-container">
 
                 <div class="profile-container">
 
                   <div class="profile-image">
 
                   <div class="profile-image">
                     <img src="pictures_17/team_photos_2017/Linnea.PNG", width="80%", height="100%"></img>
+
                     <img src="https://static.igem.org/mediawiki/2017/0/0a/T--Chalmers-Gothenburg--Linnea.jpg", width="100%", height="100%"></img>
 
                     <div class="profile-name">Linnea Kristenson</div>
 
                     <div class="profile-name">Linnea Kristenson</div>
                     <div class="profilejob">Wet lab, Human practises</div>
+
                     <div class="profilejob">Wet lab, Human practices</div>
 
                     </div>
 
                     </div>
 
                   <div class="profile-content">
 
                   <div class="profile-content">
                     <p class="profiletext"></p>
+
                     <p class="profiletext">
 +
M.Sc Biotech student fascinated by tissue engineering and biomaterials. Joining iGEM gave a great opportunity to develop a project, a perfect intro to my master thesis this autumn and a great experience for life. My eye for details rendered me the epithet The proofreader this summer.
 +
                    </p>
 
                     <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:linkris@student.chalmers.se">linkris@student.chalmers.se</a></p>
 
                     <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:linkris@student.chalmers.se">linkris@student.chalmers.se</a></p>
 
                   </div>
 
                   </div>
Line 1,737: Line 1,526:
 
               </div>
 
               </div>
 
             </td>
 
             </td>
           
+
          </tr>
 +
         
 +
          <tr>
 
             <td>
 
             <td>
 
               <div class="profile-main">
 
               <div class="profile-main">
 
                 <div class="profile-container">
 
                 <div class="profile-container">
 
                   <div class="profile-image">
 
                   <div class="profile-image">
                     <img src="pictures_17/team_photos_2017/Tove.PNG", width="80%", height="100%"></img>
+
                     <img src="https://static.igem.org/mediawiki/2017/2/27/T--Chalmers-Gothenburg--Tove.jpg", width="100%", height="100%"></img>
 
                     <div class="profile-name">Tove Widén</div>
 
                     <div class="profile-name">Tove Widén</div>
 
                     <div class="profilejob">Wet lab, Human practices</div>
 
                     <div class="profilejob">Wet lab, Human practices</div>
 
                     </div>
 
                     </div>
 
                   <div class="profile-content">
 
                   <div class="profile-content">
                     <p class="profiletext"></p>
+
                     <p class="profiletext">
 +
Just started master in biotechnology. Joined iGEM to get more lab experience and follow a project from beginning to end, and to have a cool summer! (Yes, the office is very cold.)
 +
                    </p>
 
                     <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:wtove@student.chalmers.se">wtove@student.chalmers.se</a></p>
 
                     <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:wtove@student.chalmers.se">wtove@student.chalmers.se</a></p>
 
                   </div>
 
                   </div>
Line 1,753: Line 1,546:
 
               </div>
 
               </div>
 
             </td>
 
             </td>
          </tr>
+
 
         
+
          <tr>
+
 
             <td>
 
             <td>
 
               <div class="profile-main">
 
               <div class="profile-main">
 
                 <div class="profile-container">
 
                 <div class="profile-container">
 
                   <div class="profile-image">
 
                   <div class="profile-image">
                     <img src="pictures_17/team_photos_2017/Alex.PNG", width="80%", height="100%"></img>
+
                     <img src="https://static.igem.org/mediawiki/2017/f/f1/T--Chalmers-Gothenburg--Alex.jpg", width="100%", height="100%"></img>
 
                     <div class="profile-name">Alex Hedin</div>
 
                     <div class="profile-name">Alex Hedin</div>
 
                     <div class="profilejob">Wet lab, Human practices</div>
 
                     <div class="profilejob">Wet lab, Human practices</div>
 
                     </div>
 
                     </div>
 
                   <div class="profile-content">
 
                   <div class="profile-content">
                     <p class="profiletext"></p>
+
                     <p class="profiletext">
 +
I’m in my third year and will start my M.Sc in Biotechnology this fall. I have always dreamed about doing a “real” science project and iGEM gives me the opportunity to do a project from the start to the end. It’s also a chance for me to gain some skills and knowledge!
 +
                    </p>
 
                     <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:alexhe@student.chalmers.se">alexhe@student.chalmers.se</a></p>
 
                     <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:alexhe@student.chalmers.se">alexhe@student.chalmers.se</a></p>
 
                   </div>
 
                   </div>
Line 1,772: Line 1,565:
 
             </td>
 
             </td>
 
              
 
              
            <td>
+
 
              <div class="profile-main">
+
                <div class="profile-container">
+
                  <div class="profile-image">
+
                    <img src="pictures_17/team_photos_2017/Angelo.PNG", width="80%", height="100%"></img>
+
                    <div class="profile-name">Angelo Limeta</div>
+
                    <div class="profilejob">Wet lab, modeling</div>
+
                    </div>
+
                  <div class="profile-content">
+
                    <p class="profiletext"></p>
+
                    <p class="profiletext" style="text-align:center">E-mail: <a href="mailto:angelol@student.chalmers.se">angelol@student.chalmers.se</a></p>
+
                  </div>
+
                </div>
+
              </div>
+
            </td>
+
 
           </tr>
 
           </tr>
  
Line 1,804: Line 1,583:
 
        
 
        
 
       <div id="logorow">
 
       <div id="logorow">
 +
       
 
         <div class="footerlogo">
 
         <div class="footerlogo">
           <a href="http://www.snapgene.com/">
+
           <a href="https://www.agilent.com/home" target="_blank">
             <img src="pictures_17/logotypes/SnapGene-Logo-144_30percentgray.png" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/f/fb/T--Chalmers-Gothenburg--Agilent_gray.png" alt="Agilent Technologies" class="footerimg on">
             <img src="pictures_17/logotypes/SnapGene-Logo-144.png" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/1/1e/T--Chalmers-Gothenburg--Agilent.png" alt="Agilent Technologies" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
 
          
 
          
 
         <div class="footerlogo">
 
         <div class="footerlogo">
           <a href="https://www.idtdna.com/">
+
           <a href="https://www.atum.bio/" target="_blank">
             <img src="pictures_17/logotypes/IDT_Logo_2014_(corp_blue)_30percentgray.png" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/a/ae/T--Chalmers-Gothenburg--ATUM_gray.png" alt="ATUM" class="footerimg on">
             <img src="pictures_17/logotypes/IDT_Logo_2014_(corp_blue).png" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/7/71/T--Chalmers-Gothenburg--ATUM.png" alt="ATUM" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
 
          
 
          
 
         <div class="footerlogo">
 
         <div class="footerlogo">
           <a href="https://www.neb.com/">
+
           <a href="http://www.chalmers.se/en/Pages/default.aspx" target="_blank">
             <img src="pictures_17/logotypes/neb_logo2_30percentgray.png" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/9/9f/T--Chalmers-Gothenburg--Chalmers_logo_gray.png" alt="Chalmers" class="footerimg on">
             <img src="pictures_17/logotypes/neb_logo3.png" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/9/9f/T--Chalmers-Gothenburg--Chalmers_logo.png" alt="Chalmers" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
 
          
 
          
 
         <div class="footerlogo">
 
         <div class="footerlogo">
           <a href="http://www.eurofins.com/">
+
           <a href="http://www.eurofins.com/" target="_blank">
             <img src="pictures_17/logotypes/eurofins_logo2_30percentgray.png" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/f/f8/T--Chalmers-Gothenburg--eurofins_gray.png" alt="Eurofins" class="footerimg on">
             <img src="pictures_17/logotypes/eurofins_logo2.png" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/e/e4/T--Chalmers-Gothenburg--eurofins.png" alt="Eurofins" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
 
+
       
 
         <div class="footerlogo">
 
         <div class="footerlogo">
           <a href="http://www.chalmers.se/en/Pages/default.aspx">
+
           <a href="https://www.gatc-biotech.com/en/index.html" target=”_blank”>
             <img src="pictures_17/logotypes/chalmers_logo2_30percentgray.png" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/c/c2/T--Chalmers-Gothenburg--gatc_gray.png" alt="GATC Biotech" class="footerimg on">
             <img src="pictures_17/logotypes/chalmers_logo2.png" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/c/c0/T--Chalmers-Gothenburg--gatc.png" alt="GATC Biotech" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
 
          
 
          
 
         <div class="footerlogo">
 
         <div class="footerlogo">
           <a href="http://www.sysbio.se/">
+
           <a href="http://www.genscript.com/" target="_blank">
             <img src="pictures_17/logotypes/sysbio_logo2_30percentgray.png" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/c/ce/T--Chalmers-Gothenburg--Genscript_gray.png" alt="Genscript" class="footerimg on">
             <img src="pictures_17/logotypes/sysbio_logo5.png" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/2/29/T--Chalmers-Gothenburg--Genscript.png" alt="Genscript" class="footerimg off">
 +
          </a>
 +
        </div>
 +
       
 +
        <div class="footerlogo">
 +
          <a href="https://www.idtdna.com/" target="_blank">
 +
            <img src="https://static.igem.org/mediawiki/2017/a/a3/T--Chalmers-Gothenburg--IDT_gray.png" alt="IDT" class="footerimg on">
 +
            <img src="https://static.igem.org/mediawiki/2017/f/fd/T--Chalmers-Gothenburg--IDT.png" alt="IDT" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
  
 
         <div class="footerlogo">
 
         <div class="footerlogo">
           <a href="https://www.atum.bio/">
+
           <a href="http://www.chalmers.se/en/areas-of-advance/lifescience/Pages/default.aspx" target="_blank">
             <img src="pictures_17/logotypes/ATUM_110216_4c30percentgray.png" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/6/6e/T--Chalmers-Gothenburg--Life_science_gray.png" alt="ATUM" class="footerimg on">
             <img src="pictures_17/logotypes/ATUM_110216_4cBlack2.png" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/a/a3/T--Chalmers-Gothenburg--Life_science.png" alt="ATUM" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
 
          
 
          
 +
        <div class="footerlogo">
 +
          <a href="https://www.neb.com/" target="_blank">
 +
            <img src="https://static.igem.org/mediawiki/2017/2/29/T--Chalmers-Gothenburg--neb_gray.png" alt="NEB" class="footerimg on">
 +
            <img src="https://static.igem.org/mediawiki/2017/e/e6/T--Chalmers-Gothenburg--neb.png" alt="NEB" class="footerimg off">
 +
          </a>
 +
        </div>
 
          
 
          
 
         <div class="footerlogo">
 
         <div class="footerlogo">
           <a href="http://www.genscript.com/">
+
           <a href="http://www.snapgene.com/" target="_blank">
             <img src="pictures_17/logotypes/Genscript.png" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/1/1a/T--Chalmers-Gothenburg--SnapGene_gray.png" alt="SnapGene" class="footerimg on">
             <img src="pictures_17/logotypes/Genscript.png" class="footerimg off">
+
             <img src="https://static.igem.org/mediawiki/2017/9/95/T--Chalmers-Gothenburg--SnapGene.png" alt="SnapGene" class="footerimg off">
 
           </a>
 
           </a>
 
         </div>
 
         </div>
 
+
       
 
+
         <div class="footerlogo">
         <!--<div class="footerlogo">
+
           <a href="http://www.sysbio.se/" target="_blank">
           <a href="http://www.chalmers.se/en/departments/bio/research/industrial-biotechnology/Pages/default.aspx">
+
             <img src="https://static.igem.org/mediawiki/2017/7/7d/T--Chalmers-Gothenburg--sysbio_gray.png" alt="Sysbio" class="footerimg on">
             <img src="media/footer_logo_photos/indbio-logo-gray.png" class="footerimg on">
+
             <img src="https://static.igem.org/mediawiki/2017/8/89/T--Chalmers-Gothenburg--sysbio.png" alt="Sysbio" class="footerimg off">
             <img src="media/footer_logo_photos/indbio-logo.png" class="footerimg off">
+
 
           </a>
 
           </a>
 
         </div>
 
         </div>
      </div>-->
+
       
 +
       
 
        
 
        
 
       <div id="footer-contact-row">
 
       <div id="footer-contact-row">
 
         <hr>
 
         <hr>
         <a href="https://www.facebook.com/chalmersigem/?fref=ts">facebook</a>  
+
         <a href="https://www.facebook.com/chalmersigem/?fref=ts" target="_blank">facebook</a>  
         <a href="https://twitter.com/igemchalmers">twitter</a>  
+
         <a href="https://twitter.com/igemchalmers" target="_blank">twitter</a>  
 
         <a href="mailto:igemgothenburg@gmail.com">e-mail</a>  
 
         <a href="mailto:igemgothenburg@gmail.com">e-mail</a>  
         <a href="https://www.instagram.com/chalmersigem/">instagram</a>
+
         <a href="https://www.instagram.com/chalmersigem/" target="_blank">instagram</a>
 
       </div>
 
       </div>
 
+
     </footer> <!--------------------------------- footer_170726.html STOP ----------------------------------> </body>
     </footer> <!--------------------------------- footer_170726.html STOP ---------------------------------->
+
  </body>
+
 
   
 
   
 
</div>
 
</div>

Latest revision as of 14:07, 30 October 2017

Chalmers Gothenburg iGEM 2017

Isabel Runneberger
Student leader, Wet lab

M.Sc. Biotechnology student interested in synthetic biology and tissue engineering. In charge of the lab and gene designs. Yeast transformations with electroporation and color changes are my favorite things in the lab. Outside the lab, I spend time around horses and cameras.

E-mail: risabel@student.chalmers.se

Amanda Ristinmaa
Student leader, Wet lab, Funding

Second year master student interested in protein engineering. Joined iGEM because I love learning and want to know how it is to work on a team together! Teamwork is the best work.

E-mail: amandar@student.chalmers.se

Julia Larsson
Wet lab, Modeling, Wiki

Third year Biotech Bsc student who will take a master in Engineering Mathematics. Joined iGEM to get more experience the lab, since I’m leaving that world behind soon. Took the honorable position as wiki-master when no one else could. I think I did a decent work.

E-mail: jullars@student.chalmers.se

Angelo Limeta
Wet lab, Modeling

I’m about to start my M.Sc in biotechnology this fall and joined to get more experience working both in the Wet and dry lab. Using mathematical models to simulate results is something I really enjoy and plan to do in the future!

E-mail: angelol@student.chalmers.se

Julia Jonsson
Wet lab, Social media, Funding

Second year biotechnology masters student interested in tissue engineering and pharmaceutical research and have come to love synthetic biology this summer. I entered the iGEM team hoping to learn a lot about start up, operate and finish a project within a certain timeframe!

E-mail: jojulia@student.chalmers.se

Sofie Gunnarsson
Wet lab, Funding

Second year biotechnology master student that joined iGEM to get more wet lab experience for my master thesis project that I just started this fall. But also to get the chance to learn how to plan and execute a research project from the beginning.

E-mail: sofiegu@student.chalmers.se

Elin Johansson
Wet lab, Human practices

Third year Biotech Bsc student who recently started master in Biotechnology. Joined iGEM to get experience of planning and executing your own project and of course to have a lot of fun while doing it. When not in the lab, I’m obsessing over cats.

E-mail: eljoh@student.chalmers.se

Tuva Wegnelius
Wet lab, Human practices

First year Biotechnology masters student. I joined the iGEM team because I want to become a scientist doing research in biotechnology one day. This is a great chance to develop my skills creating and working in a cool scientific project.

E-mail: tuvaw@student.chalmers.se

Linnea Kristenson
Wet lab, Human practices

M.Sc Biotech student fascinated by tissue engineering and biomaterials. Joining iGEM gave a great opportunity to develop a project, a perfect intro to my master thesis this autumn and a great experience for life. My eye for details rendered me the epithet The proofreader this summer.

E-mail: linkris@student.chalmers.se

Tove Widén
Wet lab, Human practices

Just started master in biotechnology. Joined iGEM to get more lab experience and follow a project from beginning to end, and to have a cool summer! (Yes, the office is very cold.)

E-mail: wtove@student.chalmers.se

Alex Hedin
Wet lab, Human practices

I’m in my third year and will start my M.Sc in Biotechnology this fall. I have always dreamed about doing a “real” science project and iGEM gives me the opportunity to do a project from the start to the end. It’s also a chance for me to gain some skills and knowledge!

E-mail: alexhe@student.chalmers.se