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

Line 1: Line 1:
{{Template_All_Teams}}
+
{{Team-Gothenburg}}
 
+
<h2>Students</h2>
<!-- Declare that you are going to use html code instead of wiki code -->
+
<html>
+
 
+
<!-- Start of CSS-->
+
<style type="text/css">
+
 
+
/* PAGE LAYOUT */
+
 
+
/* Change Background color*/
+
body {
+
background-color: #fff;
+
}
+
 
+
/* Creates a container that will wrap all of the content inside your wiki pages. */
+
#mainContainer { 
+
width: 978px;
+
overflow:hidden;
+
float:left;
+
margin-left:20px;
+
margin-bottom: 10px;
+
background-color: #fff;
+
border-bottom: 14px solid #565656;
+
border-right: 2px solid #565656;
+
border-left: 2px solid #565656;
+
border-top: 2px solid #565656;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
}
+
 
+
/* Creates the container for the menu */
+
#menuContainer  {
+
float:left;
+
width: 134px;
+
padding: 20px 0px;
+
border-top: 14px solid #565656;
+
background-color: #E8E8E9;
+
}
+
 
+
/* Creates the container for the content */
+
#contentContainer {
+
padding-top:20px;
+
padding-right:10px;
+
margin-bottom: 20px;
+
width: 814px;
+
padding-left: 20px;
+
float: left;
+
background-color: #fff;
+
border-top: 14px solid #565656;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
}
+
 
+
/*Set up height place holder for the banner*/
+
#bannerContainer {
+
height:200px;
+
margin:auto;
+
text-align:center;
+
color: #24B694;
+
}
+
 
+
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
+
 
+
/*Change the styling of text for everything inside main container*/
+
#mainContainer p {
+
font-size: 13px;
+
color: #000000;
+
}
+
+
/*This changes the color and font family */
+
#contentContainer h1, h2, h3, h4, h5, h6 {
+
color: #565656;
+
border-bottom: none;
+
font-weight: bold;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
margin-top:10px;
+
}
+
 
+
/*Style of the links - links are different inside the menu */
+
#contentContainer a {
+
font-weight: bold;
+
color: #23b593;
+
}
+
 
+
  /* Styling links on hover- links are different inside the menu */
+
#contentContainer a:hover {
+
color: #59bf92;
+
}
+
 
+
/*Change the styling of tables */
+
        #contentContainer table {
+
    border: 1px solid #565656;
+
    border-collapse: collapse;
+
    width: 90%
+
    margin: auto;
+
    margin-bottom: 15px;
+
    margin-top: 15px;
+
    margin-right: 10px;
+
    margin-left: 10px;
+
    }
+
 
+
/*Change the styling of table cells*/
+
    #contentContainer  td {
+
    padding: 10px;
+
    border: 1px solid #565656;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    }
+
 
+
/*Change the styling of table headers */
+
    #contentContainer th {
+
    background-color: #E8E8E9;
+
    padding: 10px;
+
    border: 1px solid #565656;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    }
+
 
+
 
+
 
+
/*MENU STYLING */
+
 
+
/*Styling for the links in the menu */
+
#menuContainer a {
+
color: #565656;
+
text-decoration:none;
+
font-weight: bold;
+
}
+
 
+
/* Sets the style for lists inside menuContainer  */
+
#menuContainer ul {
+
list-style: none;
+
margin-left:0px;
+
}
+
 
+
/*Styles the list items to become menu buttons */
+
#menuContainer ul li {
+
text-align: center;
+
display: block;
+
width: 100%;
+
height:30px;
+
padding-top:10px;
+
}
+
 
+
/*For the menu buttons, changes the color when hovering*/
+
#menuContainer li:hover {
+
color:  #FFF;
+
background-color: #24B694;
+
}
+
 
+
/*Submenus are not displayed as default*/
+
#menuContainer li ul {
+
display: none;
+
padding-top:15px;
+
margin-left: -19px;
+
}
+
 
+
/*Submenus are displayed when hovering the menu button */
+
#menuContainer li:hover ul {
+
/*display: inline-block; */
+
display: block;
+
position: absolute;
+
float:right;
+
margin-left: 134px;
+
margin-top:-42px;
+
}
+
 
+
/*Style the submenu buttons*/
+
#menuContainer li ul li{
+
background-color: #59BF92;
+
padding-left:20px;
+
padding-right:20px;
+
height:30px;
+
padding-top:10px;
+
margin-top:-2px;
+
color: #565656;
+
width: 150px;
+
}
+
 
+
/*CLASSES */
+
 
+
/*Clear class for all the pages, adds spacing too*/
+
.clear{
+
clear:both;
+
height: 10px;
+
}
+
 
+
 
+
/* highlight box for special messages */
+
    .highlightBox {
+
        width:500px;
+
        margin:auto;
+
        background-color: #E8E8E9;
+
margin-bottom: 15px;
+
margin-top: 15px;
+
padding: 15px;
+
padding-top: 5px;
+
    }
+
 
+
 
+
</style>
+
<!-- End of CSS -->
+
 
+
 
+
<!-- Start of the template html elements. -->
+
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
+
 
+
 
+
<div id="bannerContainer">
+
<br><br>
+
<h2> Add a banner to your wiki! </h2>
+
+
<p>You can make the image 980px  by  200px</p>
+
<p> Remember to call the file: "<i>Team_Chalmers-Gothenburg_banner.jpg</i>" </p>
+
</div>
+
 
+
<!-- Start of menu -->
+
<div id="menuContainer">
+
 
+
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
+
<ul>
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg"><li>HOME</li></a>
+
 
+
 
+
 
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Team"><li>TEAM
+
<ul> 
+
 
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Students"><li>Students</li></a>
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Supervisors"><li>Supervisors</li></a> 
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Attributions"><li>Attributions</li></a>   
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Gallery"><li>Gallery</li></a>
+
+
</ul>
+
 
+
</li></a>
+
 
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Project"><li>PROJECT
+
<ul> 
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Theory"><li>Theory</li></a> 
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Constructs"><li>Constructs</li></a>
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Protocols"><li>Protocols</li></a>
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/OtherApplications"><li>Other applications</li></a>
+
</ul>
+
</li></a>
+
 
+
 
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Achievements"><li>ACHIEVEMENTS
+
<ul> 
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Project Results"><li>Project Results</li></a>
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/BioBricks"><li>BioBricks</li></a> 
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Medals"><li>Medals</li></a> 
+
+
</ul>
+
</li></a>
+
 
+
 
+
<a href="#"><li>MODELING
+
            <ul>
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Detection"><li>Detection</li></a>
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Safety Switch"><li>Safety Switch</li></a> 
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Simulation"><li>Simulation</li></a> 
+
+
</ul>
+
</li></a>
+
+
 
+
 
+
 
+
+
 
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Practices"><li>HUMAN PRACTICES
+
<ul>
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/iGEMCommunity"><li>iGEM Community</li></a>
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/NextGeneration"><li>Next Generation</li></a> 
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Society"><li>Society</li></a> 
+
+
</ul></a></li>
+
 
+
 
+
 
+
 
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Notebook"><li>NOTEBOOK
+
<ul>
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Schedule"><li>Schedule</li></a>
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Attributions"><li>Attributions</li></a>   
+
+
</ul>
+
</li></a>
+
     
+
+
 
+
 
+
 
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Safety"><li>SAFETY
+
<ul>
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/LabSafety"><li>Lab Safety</li></a>
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Ethics"><li>Ethics</li></a> 
+
+
</ul>
+
 
+
</li></a>
+
 
+
+
 
+
 
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Entrepreneurship"><li>THANKS
+
 
+
<ul>
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Sponsors"><li>Sponsors</li></a>
+
<a href="https://2015.igem.org/Team:Chalmers-Gothenburg/Acknowledgements"><li>Acknowledgements</li></a> 
+
+
</ul>
+
 
+
</li></a>
+
 
+
</ul>
+
</div>
+
<!-- End of menu  -->
+
 
+
<!-- Start of content -->
+
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
+
</html>
+
 
+
 
+
 
+
<h1>Students</h1>
+
  
 
<p><b>Johanna Asserlind</b></p>
 
<p><b>Johanna Asserlind</b></p>
Line 331: Line 7:
  
  
[[File:ChalmersGothenburgJohanna.jpeg|500px]]
+
</html>[[File:ChalmersGothenburgJohanna.jpeg|500px]]<html>
  
  
Line 338: Line 14:
 
<p>  </p>
 
<p>  </p>
  
[[File:ChalmersGothenburgAlexander.jpeg|500px]]
+
</html>[[File:ChalmersGothenburgAlexander.jpeg|500px]]<html>
  
 
<p><b>Christoffer Bäckberg </b></p>
 
<p><b>Christoffer Bäckberg </b></p>
Line 344: Line 20:
 
<p>Christoffer has finished his bachelor in biotechnology and is now continuing on the same track at master’s level. Except from a great interest in science, Christoffer has a competitive mind and is impossible to beat in anything regarding sports and games, including our team building activities. If you are looking for a movie reference, Christoffer is the guy you’re looking for. </p>
 
<p>Christoffer has finished his bachelor in biotechnology and is now continuing on the same track at master’s level. Except from a great interest in science, Christoffer has a competitive mind and is impossible to beat in anything regarding sports and games, including our team building activities. If you are looking for a movie reference, Christoffer is the guy you’re looking for. </p>
  
[[File:ChalmersGothenburgChristoffer.jpeg|500px]]
+
</html>[[File:ChalmersGothenburgChristoffer.jpeg|500px]]<html>
  
  
Line 351: Line 27:
 
<p> David has a background in physical engineering and have recently started a master in physics and astronomy. On his spare time, David enjoys theatre, music and philosophy.</p>
 
<p> David has a background in physical engineering and have recently started a master in physics and astronomy. On his spare time, David enjoys theatre, music and philosophy.</p>
  
[[File:ChalmersGothenburgTeamDagson.jpeg|500px]]
+
</html>[[File:ChalmersGothenburgTeamDagson.jpeg|500px]]<html>
  
  
Line 358: Line 34:
 
<p>Gustaf is a really competitive person. Competitions bring him both joy and motivation. This fall Gustaf has started his master’s program in biotechnology, with specialization in Biomedicine and Biotechnology. At the age of 16, Gustaf performed his first genetic modification by inserting a GFP-gene in E. coli, but the interest in biotechnology didn’t really flourish until he participated in iGEM 2014. Outside the lab Gustaf enjoys experimenting with cooking and brewing. </p>
 
<p>Gustaf is a really competitive person. Competitions bring him both joy and motivation. This fall Gustaf has started his master’s program in biotechnology, with specialization in Biomedicine and Biotechnology. At the age of 16, Gustaf performed his first genetic modification by inserting a GFP-gene in E. coli, but the interest in biotechnology didn’t really flourish until he participated in iGEM 2014. Outside the lab Gustaf enjoys experimenting with cooking and brewing. </p>
  
[[File:ChalmersGothenburgTeamGustaf.jpeg|500px]]
+
</html>[[File:ChalmersGothenburgTeamGustaf.jpeg|500px]]<html>
  
  
Line 366: Line 42:
  
  
[[File:ChalmersGothenburgTG.jpeg|500px]]
+
</html>[[File:ChalmersGothenburgTG.jpeg|500px]]<html>
  
  
Line 374: Line 50:
  
  
[[File:ChalmersGothenburgHammer.jpeg|500px]]
+
</html>[[File:ChalmersGothenburgHammer.jpeg|500px]]<html>
  
  
Line 381: Line 57:
 
<p>With a background in Biotechnology, David has now chosen to continue with a master in Complex adaptive systems. David grew up outside Gothenburg but has recently moved into the city. </p>
 
<p>With a background in Biotechnology, David has now chosen to continue with a master in Complex adaptive systems. David grew up outside Gothenburg but has recently moved into the city. </p>
  
[[File:ChalmersGothenburgHansson.jpeg|500px]]
+
</html>[[File:ChalmersGothenburgHansson.jpeg|500px]]<html>
  
 
<p><b>Max Hansson</b></p>
 
<p><b>Max Hansson</b></p>
Line 394: Line 70:
  
  
[[File:ChalmersGothenburgJohn.jpeg|500px]]
+
</html>[[File:ChalmersGothenburgJohn.jpeg|500px]]<html>
  
  
Line 402: Line 78:
  
  
[[File:ChalmersGothenburgGeorgia.jpeg|500px]]
+
</html>[[File:ChalmersGothenburgGeorgia.jpeg|500px]]<html>
  
  
Line 409: Line 85:
 
<p>Yvette is studying the last year of her master in biotechnology. She is deeply involved in the theatrical stage, and enjoys acting as well as being in the audience. When she has time you can find Yvette on the countryside, fishing, gathering mushrooms or simple enjoying the serenity. </p>
 
<p>Yvette is studying the last year of her master in biotechnology. She is deeply involved in the theatrical stage, and enjoys acting as well as being in the audience. When she has time you can find Yvette on the countryside, fishing, gathering mushrooms or simple enjoying the serenity. </p>
  
[[File:ChalmersGothenburgTeamYvette.jpeg|500px]]
+
</html>[[File:ChalmersGothenburgTeamYvette.jpeg|500px]]<html>
  
  
Line 417: Line 93:
  
  
[[File:ChalmersGothenburgAngelo.jpeg|500px]]
+
</html>[[File:ChalmersGothenburgAngelo.jpeg|500px]]<html>
  
  
Line 424: Line 100:
 
<p>Sandra is currently a second year master student in Biotechnology, following the track of Tissue Engineering. Once she graduate she would like to start a PhD and deepen her knowledge in the regeneration of human tissues.</p>
 
<p>Sandra is currently a second year master student in Biotechnology, following the track of Tissue Engineering. Once she graduate she would like to start a PhD and deepen her knowledge in the regeneration of human tissues.</p>
  
[[File:ChalmersGothenburgSandra.jpeg|500px]]
+
</html>[[File:ChalmersGothenburgSandra.jpeg|500px]]<html>
  
  
Line 432: Line 108:
  
  
[[File:ChalmersGothenburgTeamGabriella.jpeg|500px]]
+
</html>[[File:ChalmersGothenburgTeamGabriella.jpeg|500px]]<html>
 +
 
 +
</div>
 +
</div>
 +
</div>
 +
</div>

Revision as of 21:47, 18 September 2015

Template:Team-Gothenburg

Students

Johanna Asserlind

Age 22, Masters in Biotechnology 1st year.

Johanna is now doing her last year of Master in Biotechnology, with specialization in Tissue engineering. Science and technology have always been great interests of Johanna, especially living beings as well as experimenting with chemicals (with mixed results). In her spare time, Johanna likes to practice martial arts and yoga, read fiction novels and play music, mostly cello and drums.


</html>ChalmersGothenburgJohanna.jpeg

Alexander Branzell

ChalmersGothenburgAlexander.jpeg

Christoffer Bäckberg

Age 22, Bachelors in Biotechnology 3rd year.

Christoffer has finished his bachelor in biotechnology and is now continuing on the same track at master’s level. Except from a great interest in science, Christoffer has a competitive mind and is impossible to beat in anything regarding sports and games, including our team building activities. If you are looking for a movie reference, Christoffer is the guy you’re looking for.

ChalmersGothenburgChristoffer.jpeg

David Dagson

Age 26, Engineering physics, 3rd year.

David has a background in physical engineering and have recently started a master in physics and astronomy. On his spare time, David enjoys theatre, music and philosophy.

ChalmersGothenburgTeamDagson.jpeg

Gustaf Edman

Age 22, Bachelors in Biotechnology 3rd year.

Gustaf is a really competitive person. Competitions bring him both joy and motivation. This fall Gustaf has started his master’s program in biotechnology, with specialization in Biomedicine and Biotechnology. At the age of 16, Gustaf performed his first genetic modification by inserting a GFP-gene in E. coli, but the interest in biotechnology didn’t really flourish until he participated in iGEM 2014. Outside the lab Gustaf enjoys experimenting with cooking and brewing.

ChalmersGothenburgTeamGustaf.jpeg

Johanna Tingvall Gustafsson

Age 21,Bachelors in Biotechnology 1rd year

Johanna has always been interested in biology. At age 7 the dream was to become a scientist studying ladybugs, instead she ended up studying biotechnology. She is the youngest team member and is still studying at bachelor’s level. Except from biotechnology, music and training are great interest of Johanna. She previously practiced gymnastics for many years but have now started to play rugby instead.

ChalmersGothenburgTG.jpeg

David Hammer

Age 22, Bachelors in Biotechnology 3rd year

David grew up on the west coast of Sweden and turned to the city of Gothenburg for higher education. In his spare time he likes to play different sports, especially badminton, and also to play the guitar.

ChalmersGothenburgHammer.jpeg

David Hansson

Age 22, Bachelors in Biotechnology 3rd year

With a background in Biotechnology, David has now chosen to continue with a master in Complex adaptive systems. David grew up outside Gothenburg but has recently moved into the city.

ChalmersGothenburgHansson.jpeg

Max Hansson

?

John Hellgren

Age 24, Bachelors in Biotechnology 3rd year

John was born in Stockholm, the capital of Sweden, but for some inexplicable reason he ended up in Gothenburg. He has recently started his first year of master in Biotechnology. On his spare time he loves exercising, especially running, and play fetch with his maine coon cat, Mimmi.

ChalmersGothenburgJohn.jpeg

Georgia Nakos

Age 26, Chemical engineering 3rd year.

Georgia grew up in a small town located on the beautiful west coast of Sweden. Working out, painting, traveling and playing the piano are a few things she takes pleasure in outside of the classroom. Whenever she has free time, she picks up a good book to read and enjoys spending time with family and friends.

ChalmersGothenburgGeorgia.jpeg

Yvette Palm

Age 26, Master in Biotechnology

Yvette is studying the last year of her master in biotechnology. She is deeply involved in the theatrical stage, and enjoys acting as well as being in the audience. When she has time you can find Yvette on the countryside, fishing, gathering mushrooms or simple enjoying the serenity.

ChalmersGothenburgTeamYvette.jpeg

Angelo Salazar

Age 24, Master in Biotechnology 1st year

Angelo is studying the second year of master in Biotechnology with specialization in biomaterials and tissue engineering. He’s been engaged in a student organization called Society for Biological Engineering which has the aim of spreading knowledge to other students about science and biotechnology. His other interests are practicing capoeira and traveling to visit family and friends. Angelo is also a real dog lover!

ChalmersGothenburgAngelo.jpeg

Sandra Ferreyra Vega

Master in Biotechnology

Sandra is currently a second year master student in Biotechnology, following the track of Tissue Engineering. Once she graduate she would like to start a PhD and deepen her knowledge in the regeneration of human tissues.

ChalmersGothenburgSandra.jpeg

Gabriella Wåssén

Age 25, Chemical engineering 3rd year.

Gabriella has a background in chemical engineering and is now taking her master in Biotechnology. She really enjoys being in nature and has been a scout since the age of 8. Gabriella likes to engage in the different organizations of the student union and travel far and wide whenever opportunity is given. You are likely to find Gabriella at fine dinner parties wearing long evening dresses.

ChalmersGothenburgTeamGabriella.jpeg