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

 
(15 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 425: Line 420:
 
/*The wrap class is used for <div> in order to define a space where the
 
/*The wrap class is used for <div> in order to define a space where the
 
side navigation bar and the page content (text, images etc) is kept*/
 
side navigation bar and the page content (text, images etc) is kept*/
 
  
 
.wrap {
 
.wrap {
Line 434: Line 428:
  
 
width: cover;
 
width: cover;
 +
  min-width:1440px;
 
   text-align: center;
 
   text-align: center;
 
   margin: auto;
 
   margin: auto;
Line 439: Line 434:
 
 
 
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 554: Line 545:
 
     text-align: left;
 
     text-align: left;
 
     text-decoration: none;
 
     text-decoration: none;
background: #e6e6e6;
+
background: #f2f2f2;
 
font-size:12pt !important;
 
font-size:12pt !important;
 
}
 
}
Line 685: Line 676:
 
}
 
}
  
/*.header is the class used in the header image at the top of pages*/
+
.header_test {
.header {
+
background-position: top;
  font-size: 45pt;
+
background-attachment: fixed;
  color: black;
+
background-repeat: no-repeat;
  text-align: center;
+
-webkit-background-size: cover;
  background-color: #000000;
+
-moz-background-size: cover;
  background-repeat: repeat;
+
-o-background-size: cover;
  height: auto;
+
background-size: cover;
  line-height: 130px;
+
        padding-top: 100vh;
+
        background-image: url("https://static.igem.org/mediawiki/2017/8/87/T--Chalmers-Gothenburg--Team_Attributions.jpg");
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_Modelling {
+
/*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/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%);*/
 
   -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 737: Line 702:
 
}
 
}
  
.header_Achievements_biobricks {
 
  font-size: 45pt;
 
  color: black;
 
  text-align: center;
 
position:bottom;
 
  background-image: url("pictures_17/backgrounds/bricks.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_Project_theory {
+
/* 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/backgrounds/pen_paper.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_Project_constructs {
+
#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/DNA.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_students {
 
  font-size: 45pt;
 
  color: black;
 
  text-align: center;
 
position:bottom;
 
  background-image: url("pictures_17/team_photos_2017/group_photo_stairs_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_supervisors {
+
#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/Chemistry_entrance_bw.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_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 {
+
  font-size: 45pt;
+
  color: black;
+
  text-align: center;
+
position:bottom;
+
  background-image: url("pictures_17/backgrounds/shaking_hands_darker.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_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,023: Line 752:
 
   color:#c91a03 ;/*Alternatives: #c91a03, #ff0000, #fd4833, #fb2104*/
 
   color:#c91a03 ;/*Alternatives: #c91a03, #ff0000, #fd4833, #fb2104*/
 
line-height: 65pt;
 
line-height: 65pt;
   padding-top: 35%;
+
   padding-top: 30%;
 
font-weight: bold;
 
font-weight: bold;
 
text-align:left;
 
text-align:left;
Line 1,189: Line 918:
 
}
 
}
  
 +
.figure-caption {
 +
    display: table-caption;
 +
    caption-side: bottom; 
 +
}
 +
 +
.table-caption {
 +
    display: table-caption;
 +
    caption-side: top;   
 +
  color: black;
 +
  font-size: 11pt;
 +
  text-align: justify;
 +
  padding-left: 0px;
 +
  padding-right:0px;
 +
margin-left:0px;
 +
margin-right:0px;
 +
}
 +
 +
th {
 +
    text-align: center;
 +
}
 +
 +
figure {
 +
  display:table;
 +
  text-align:center;
 +
  margin: auto;
 +
  margin-bottom: 25px;
 +
  margin-top: 25px;
 +
}
 +
 +
/*---Reference List---*/
 +
 +
.reference_list {
 +
    text-align: left;
 +
}
 +
 +
.reference_list ul {
 +
    list-style-type: none;
 +
    list-style-image: none;
 +
}
 +
 +
.reference_list li {
 +
    padding-bottom: 10px;
 +
}
  
 
/*--------------Links in text and lists are red when hovered------------------*/
 
/*--------------Links in text and lists are red when hovered------------------*/
Line 1,550: Line 1,322:
 
   <body><div class="team">
 
   <body><div class="team">
 
      
 
      
     <div id="header_navbar_wrapper"> <!-------------- header_navbar 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,579: Line 1,351:
 
             <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,586: Line 1,358:
 
           <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,597: Line 1,369:
 
             <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,617: Line 1,389:
 
            
 
            
 
           <!--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>
 +
 
 
            
 
            
 
            
 
            
 
         </ul>
 
         </ul>
 
       </nav>
 
       </nav>
<!----------------------------- header_navbar STOP -------------------------->
+
<!----------------------------- header_navbar_170731.html STOP -------------------------->
 
     </div>
 
     </div>
  
Line 1,631: Line 1,404:
 
     <div class="wrap"> <!--To limit the width of the site-->
 
     <div class="wrap"> <!--To limit the width of the site-->
  
         <div class="header_Team_attributions">
+
         <div class="header_test">
    <div class="header-text">TEAM</div>
+
  <!-- Banner -->
    <div class="header-subtitle">Attributions</div>
+
    <div id="banner">
    </div>
+
            <h3>Attributions</h3>
 +
            </div>
 +
        </div>
  
 
     <!--This is the side navigation bar-->
 
     <!--This is the side navigation bar-->
Line 1,641: Line 1,416:
 
           <nav>
 
           <nav>
 
             <a href="#introduction" class="active">Introduction</a>
 
             <a href="#introduction" class="active">Introduction</a>
             <a href="#supervisors">Supervisors</a>
+
             <a href="#PI">Principal Investigators</a>
 +
            <a href="#instructors">Instructors</a>
 +
            <a href="#teams">Other teams</a>
 
             <a href="#Others">Others</a>
 
             <a href="#Others">Others</a>
 
           </nav>
 
           </nav>
Line 1,652: Line 1,429:
 
           <h4 class="subtitle">Introduction</h4>
 
           <h4 class="subtitle">Introduction</h4>
 
             <p class="text">
 
             <p class="text">
            Proin vitae massa a libero ultricies pulvinar. Vivamus laoreet orci
+
Although most of the work was made by the team, we would never have come as far as we did without some help along the way. We want to take the opportunity to acknowledge and thank all the people who in various ways have contributed with their knowledge to this project!
        at magna dapibus, id consectetur dui bibendum. In hac habitasse platea dictumst.
+
        Aenean ornare neque at justo eleifend, ut pharetra erat ultricies. Cum sociis
+
        natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
+
 
           </p>
 
           </p>
 
         </div>
 
         </div>
 
          
 
          
       <div class="target" id="supervisors">
+
       <div class="target" id="PI">
         <h4 class="sidetitle">Supervisors</h4>
+
         <h4 class="sidetitle">Principal Investigators</h4>
 
          
 
          
 
         <h2>
 
         <h2>
           Verena Siewers
+
           Dr. Verena Siewers
 
         </h2>
 
         </h2>
        <div class=sponsor-picture2>
 
          <a href="http://www.sysbio.se/profiles/Verena.html"><img src="pictures_17/random_pictures/BIRD.jpeg" alt="Verena"  width="50%" height="50%"></a>
 
        </div>
 
 
         <p class="text">
 
         <p class="text">
          Proin vitae massa a libero ultricies pulvinar. Vivamus laoreet orci
+
Verena Siewers is a project leader at the Department of Biology and Biological Engineering in the Systems and Synthetic Biology Group. Her main research interest is the application of yeast as a cell factory for sustainable production of a variety of chemicals as well as advanced biofuels. Verena Siewers is the main supervisor and was always available for questions and help throughout the project.  
        at magna dapibus, id consectetur dui bibendum. In hac habitasse platea dictumst.
+
        Aenean ornare neque at justo eleifend, ut pharetra erat ultricies. Cum sociis
+
        natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
+
 
         </p>
 
         </p>
  
 
         <h2>
 
         <h2>
           Raphael Ferreira
+
           Prof. Ivan Mijakovic
 
         </h2>
 
         </h2>
        <div class=sponsor-picture2>
 
          <a href="http://www.sysbio.se/profiles/Raphael.html"><img src="pictures_17/random_pictures/BIRD.jpeg" alt="Raphael"  width="50%" height="50%"></a>
 
        </div>
 
 
         <p class="text">
 
         <p class="text">
           Proin vitae massa a libero ultricies pulvinar. Vivamus laoreet orci
+
Director of the Chalmers Life Science Engineering Area of Advance and professor at the Department of Biology and Biological Engineering. He and his group are researching signaling and regulation in bacterial cells, focusing in particular on regulatory phenomena based on protein phosphorylation.
         at magna dapibus, id consectetur dui bibendum. In hac habitasse platea dictumst.
+
        </p>
        Aenean ornare neque at justo eleifend, ut pharetra erat ultricies. Cum sociis
+
    </div>
        natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
+
 
 +
      <div class="target" id="instructors">
 +
        <h4 class="sidetitle">Instructors</h4>
 +
        <h2>
 +
           Raphael Ferreira & David Bergenholm, PhD students
 +
        </h2>
 +
        <p class="text">
 +
Our instructors Raphael and David provided a great support in the laboratory by explaining methods and interpreting results. Their help was crucial for the progression of the project.  
 +
         </p>
 +
      </div>
 +
 
 +
      <div class="target" id="teams">
 +
        <h4 class="sidetitle">Other teams</h4>
 +
        <p class="text">
 +
The biggest inspiration to creating our biosensor was the <b>iGEM team TU Delft</b> of <b>2012</b>. Their way of using GPCRs and the olfactory system in <i>Saccharomyces cerevisiae</i> to detect methyl nicotinate in tuberculosis patients was what first that gave us the idea to our design.
 +
<b>St. Mark's School of Texas iGEM Team</b> project of <b>2014</b> gave inspiration to direct the project to focus on lung cancer.
 +
<b>iGEM Lund</b> and <b>iGEM Uppsala</b> helped us by sharing our survey on Facebook.
 
         </p>
 
         </p>
 
       </div>
 
       </div>
Line 1,693: Line 1,474:
 
          
 
          
 
         <h2>
 
         <h2>
           Gustav Edman
+
           Tommy Björk
 
         </h2>
 
         </h2>
        <div class=sponsor-picture2>
 
          <a href="http://www.sysbio.se/people.html"><img src="pictures_17/random_pictures/BIRD.jpeg" alt="Gustav"  width="50%" height="50%"></a>
 
        </div>
 
     
 
 
         <p class="text">
 
         <p class="text">
          Proin vitae massa a libero ultricies pulvinar. Vivamus laoreet orci
+
As the chairman of the patient society Lungcancerförbundet Stödet, Tommy Björk helped us gain insight in the patient’s situation and brought up important ethical issues regarding a potential screening program.  
         at magna dapibus, id consectetur dui bibendum. In hac habitasse platea dictumst.
+
         </p>
         Aenean ornare neque at justo eleifend, ut pharetra erat ultricies. Cum sociis
+
 
         natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
+
        <h2>
 +
          Martin Boström
 +
        </h2>
 +
        <p class="text">
 +
        Martin was, together with Dóra Vitay, responsible for the wiki in the Chalmers Gothenburg team of 2016.
 +
        Martin contributed by giving a quick crash-course in html and giving all the code from last year to us to use as a template when designing our own wiki.
 +
         </p>
 +
 
 +
        <h2>
 +
          iGEM team Chalmers Gothenburg 2016
 +
        </h2>
 +
        <p class="text">
 +
The Chalmers team of 2016 helped us in the choice and design of the project and by sharing their knowledge from previous year.  
 +
         </p>
 +
 
 +
        <h2>
 +
          Chalmers University of Technology
 +
        </h2>
 +
        <p class="text">
 +
The university helped sharing our message by filming our project and by sharing our survey in their channels.
 +
        </p>
 +
 
 +
        <h2>
 +
          Gustaf Edman
 +
        </h2>
 +
        <p class="text">
 +
Gustaf Edman shared with us the knowledge he gained from iGEM in previous years. Above all he gave us the idea with the loxP-flip that we included in the design of our biosensor.  
 
         </p>
 
         </p>
 
                    
 
                    
 
         <h2>
 
         <h2>
           Martin Boström, Chalmers iGEM 2016
+
           Dr. Carl Johan Franzén
 +
        </h2>
 +
        <p class="text">
 +
Dr. Carl Johan Franzén, Associate Professor at Industrial Biotechnology, Chalmers University of Technology, helped us in discussions regarding our prototype and gave us inputs on the design and potential problems and benefits.
 +
        </p>
 +
 
 +
        <h2>
 +
          David Hansson
 +
        </h2>
 +
        <p class="text">
 +
David Hansson helped us creating our prototype by giving feedback on the design and 3D-printing it. 
 +
        </p>
 +
 
 +
 
 +
        <h2>
 +
          Svante Höjer at PExA
 +
        </h2>
 +
        <p class="text">
 +
Svante Höjer was very generous with his time and explained PExAs general method of detection and lead us into interesting discussions about the prototype.
 +
        </p>
 +
 
 +
        <h2>
 +
          Dr. Hirsch Koyi
 +
        </h2>
 +
        <p class="text">
 +
We found Dr Koyi through his involvement in bringing forth a model for how a screening program could be implemented in the nordic countries. During a skype meeting he gave us a lot of advice about our biosensor and how a screening program could be designed around our device. His enthusiasm for our project gave us a lot of energy.
 +
        </p>
 +
 
 +
        <h2>
 +
          Prof. Lisbeth Olsson & Prof. Jens Nielsen
 +
        </h2>
 +
        <p class="text">
 +
Lisbeth Olsson, head of Industrial Biotechnology at Chalmers University of Technology and Jens Nielsen, head of Systems and Synthetic Biology at Chalmers University of Technology gave us the opportunity of letting us use the department’s equipment and facilities. Prof. Lisbeth Olsson also provided us with an office during the summer.
 +
        </p>
 +
 
 +
        <h2>
 +
          Prof. Per Sunnerhagen
 +
        </h2>
 +
        <p class="text">
 +
With his knowledge in yeast culturing, Prof. Per Sunnerhagen gave us valuable inputs on how the prototype could be designed regarding mating of yeast in culture or on a plate.
 +
        </p>
 +
 
 +
        <h2>
 +
          Aina Törnblom
 
         </h2>
 
         </h2>
        <div class=sponsor-picture2>
 
          <a href="http://images.mentalfloss.com/sites/default/files/styles/insert_main_wide_image/public/istock_000078603065_small.jpg"><img src="pictures_17/random_pictures/BIRD.jpeg" alt="Martin"  width="50%" height="50%"></a>
 
        </div>
 
 
         <p class="text">
 
         <p class="text">
        Martin was, together with Dóra Vitay, responsible for the wiki previous year in the iGEM competition.  
+
Aina Törnblom at Cancerfonden contributed, above all, with her positive view of our project. She also gave us a lot of ideas of people to contact, including Tommy Björk.  
        Martin contributed by giving a quick crash-course in html and giving all the code from last year to us to use a template when designing our own wiki.
+
        Without his help this wiki would not look as good as it do today and for that we're forever thankful!
+
 
         </p>
 
         </p>
 
       </div>
 
       </div>
Line 1,731: Line 1,572:
 
        
 
        
 
       <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 16:16, 1 November 2017

Chalmers Gothenburg iGEM 2017

Introduction

Although most of the work was made by the team, we would never have come as far as we did without some help along the way. We want to take the opportunity to acknowledge and thank all the people who in various ways have contributed with their knowledge to this project!

Principal Investigators

Dr. Verena Siewers

Verena Siewers is a project leader at the Department of Biology and Biological Engineering in the Systems and Synthetic Biology Group. Her main research interest is the application of yeast as a cell factory for sustainable production of a variety of chemicals as well as advanced biofuels. Verena Siewers is the main supervisor and was always available for questions and help throughout the project.

Prof. Ivan Mijakovic

Director of the Chalmers Life Science Engineering Area of Advance and professor at the Department of Biology and Biological Engineering. He and his group are researching signaling and regulation in bacterial cells, focusing in particular on regulatory phenomena based on protein phosphorylation.

Instructors

Raphael Ferreira & David Bergenholm, PhD students

Our instructors Raphael and David provided a great support in the laboratory by explaining methods and interpreting results. Their help was crucial for the progression of the project.

Other teams

The biggest inspiration to creating our biosensor was the iGEM team TU Delft of 2012. Their way of using GPCRs and the olfactory system in Saccharomyces cerevisiae to detect methyl nicotinate in tuberculosis patients was what first that gave us the idea to our design. St. Mark's School of Texas iGEM Team project of 2014 gave inspiration to direct the project to focus on lung cancer. iGEM Lund and iGEM Uppsala helped us by sharing our survey on Facebook.

Others

Tommy Björk

As the chairman of the patient society Lungcancerförbundet Stödet, Tommy Björk helped us gain insight in the patient’s situation and brought up important ethical issues regarding a potential screening program.

Martin Boström

Martin was, together with Dóra Vitay, responsible for the wiki in the Chalmers Gothenburg team of 2016. Martin contributed by giving a quick crash-course in html and giving all the code from last year to us to use as a template when designing our own wiki.

iGEM team Chalmers Gothenburg 2016

The Chalmers team of 2016 helped us in the choice and design of the project and by sharing their knowledge from previous year.

Chalmers University of Technology

The university helped sharing our message by filming our project and by sharing our survey in their channels.

Gustaf Edman

Gustaf Edman shared with us the knowledge he gained from iGEM in previous years. Above all he gave us the idea with the loxP-flip that we included in the design of our biosensor.

Dr. Carl Johan Franzén

Dr. Carl Johan Franzén, Associate Professor at Industrial Biotechnology, Chalmers University of Technology, helped us in discussions regarding our prototype and gave us inputs on the design and potential problems and benefits.

David Hansson

David Hansson helped us creating our prototype by giving feedback on the design and 3D-printing it.

Svante Höjer at PExA

Svante Höjer was very generous with his time and explained PExAs general method of detection and lead us into interesting discussions about the prototype.

Dr. Hirsch Koyi

We found Dr Koyi through his involvement in bringing forth a model for how a screening program could be implemented in the nordic countries. During a skype meeting he gave us a lot of advice about our biosensor and how a screening program could be designed around our device. His enthusiasm for our project gave us a lot of energy.

Prof. Lisbeth Olsson & Prof. Jens Nielsen

Lisbeth Olsson, head of Industrial Biotechnology at Chalmers University of Technology and Jens Nielsen, head of Systems and Synthetic Biology at Chalmers University of Technology gave us the opportunity of letting us use the department’s equipment and facilities. Prof. Lisbeth Olsson also provided us with an office during the summer.

Prof. Per Sunnerhagen

With his knowledge in yeast culturing, Prof. Per Sunnerhagen gave us valuable inputs on how the prototype could be designed regarding mating of yeast in culture or on a plate.

Aina Törnblom

Aina Törnblom at Cancerfonden contributed, above all, with her positive view of our project. She also gave us a lot of ideas of people to contact, including Tommy Björk.