Team:Gothenburg-Sweden/chalmers

From 2010.igem.org

(Difference between revisions)
(New page: <html> <head> <title>iGEM-Gothenburg</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="description" content="Designed and developed by Codify...)
 
(5 intermediate revisions not shown)
Line 1: Line 1:
 +
<html>
 +
<head>
 +
<style type="text/css">
 +
@charset "UTF-8";
 +
 +
 +
body {
 +
margin: 0px;
 +
color: #666;
 +
font-size: 12px;
 +
font-family: Arial;
 +
font-family: Arial, Verdana, Univers;
 +
background-color: #545454;
 +
background-image: url(https://static.igem.org/mediawiki/2010/0/0a/Page_bkgd.jpg);
 +
background-repeat: repeat-x;
 +
}
 +
 +
 +
h1 {
 +
color: #4F6179;
 +
font-size: 24px;
 +
font-weight: normal;
 +
margin: 3px 0px 25px 0px;
 +
}
 +
h2 { color: #333333; font-size: 14px; font-weight: normal; margin: 0px 0px 15px 0px; }
 +
 +
a          { color: #ba7007; }
 +
a:visited  { color: #ba7007; }
 +
a:hover    { color: black; }
 +
 +
 +
.container {
 +
width: 970px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
 +
background-image: url(https://static.igem.org/mediawiki/2010/3/37/Content_bkgd_tile.jpg);
 +
background-repeat: repeat-y;
 +
}
 +
 +
 +
/* BANNER AREA */
 +
.bannerArea {
 +
width: 970px;height: 145px;
 +
background-color: #4971a2;
 +
background-image: url(https://static.igem.org/mediawiki/2010/c/cf/Banner_bkgd.jpg);
 +
background-repeat: no-repeat;
 +
}
 +
 +
 +
 +
.bannernav {
 +
padding-top: 10px;
 +
padding-right: 40px;
 +
float: right;
 +
color: white;
 +
font-size: 10px;
 +
font-family: Arial, Helvetica, Verdana, sans-serif;
 +
}
 +
 +
.bannernav a {
 +
color: white;
 +
text-decoration: none;
 +
}
 +
.bannernav a:visited {
 +
color: white;
 +
}
 +
.bannernav a:hover {
 +
color: #ECBB7B;
 +
}
 +
 +
.toplogo {
 +
margin-left: 70px;
 +
padding-top: 20px;
 +
}
 +
 +
 +
 +
.content {
 +
padding-top: 20px;
 +
padding-bottom: 20px;
 +
background-image: url(https://static.igem.org/mediawiki/2010/3/38/Content_bkgd.jpg);
 +
background-repeat: no-repeat;
 +
 +
}
 +
 +
 +
/* LEFT NAVIGATION */
 +
 +
 +
.leftnavigation {
 +
width: 192px;
 +
margin: 70px 0px 0px 0px;
 +
padding-left: 8px;
 +
float: left;
 +
list-style-type: none;
 +
}
 +
 +
.leftnavigation a{
 +
margin-left: 0px;
 +
width: 156px;
 +
padding-left: 15px;
 +
padding-top: 5px;
 +
padding-right: 20px;
 +
padding-bottom: 5px;
 +
float: left;
 +
color: #364957;
 +
font-size: 10px;
 +
font-weight: bold;
 +
font-family: Verdana, Arial, Helvetica, sans-serif;
 +
text-decoration: none;
 +
background-image: url(https://static.igem.org/mediawiki/2010/9/9a/Nav_normal.jpg);
 +
background-repeat: repeat-x;
 +
background-position: 0px 0px;
 +
border-bottom: 1px solid #999;
 +
}
 +
 +
.leftnavigation a:visited{
 +
color: #364957;
 +
}
 +
.leftnavigation a:hover{
 +
color: #ffffff;
 +
background-image: url(https://static.igem.org/mediawiki/2010/8/89/Nav_down.jpg);
 +
}
 +
 +
 +
/* CONTENT AREA */
 +
 +
.contentleft {
 +
width: 600px;
 +
padding-left: 30px;
 +
padding-right: 20px;
 +
float: left;
 +
 +
 +
}
 +
 +
.contentright {
 +
padding-top: 55px;
 +
float: left;
 +
width: 210px;
 +
}
 +
 +
.imageright {
 +
margin-top: 10px;
 +
margin-left: 10px;
 +
float: right;
 +
}
 +
.imageleft {
 +
margin-right: 10px;
 +
float: left;
 +
}
 +
 +
 +
/* FOOTER AREA */
 +
.footerArea {
 +
width: 970px;height: 88px;
 +
background-color: #cfcfcf;
 +
background-image: url(https://static.igem.org/mediawiki/2010/e/ec/Footer_bkgd.jpg);
 +
background-repeat: no-repeat;
 +
 +
}
 +
 +
.copyright {
 +
border-top: solid;
 +
border-color: #737a90;
 +
border-width: 2px;
 +
margin-left: 240px;
 +
margin-right: 30px;
 +
padding-top: 12px;
 +
 +
color: #666666;
 +
font-size: 10px;
 +
font-family: Verdana,Arial, Helvetica, sans-serif;
 +
}
 +
 +
 +
</style>
 +
</head>
 +
 +
<html>
<html>
<head>
<head>
<title>iGEM-Gothenburg</title>
<title>iGEM-Gothenburg</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-
<meta name="description" content="Designed and developed by Codify Design Studio - codifydesign.com" />
+
<meta name="description" content="Designed in Chalmers" />
-
<script type="text/javascript" src="SpryAssets/SpryAccordion.js"></script>
+
-
<link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
+
</head>
</head>
<body>
<body>
<div class="container">  
<div class="container">  
-
<div class="bannerArea">
+
<div class="bannerArea">
-
<a href="https://2010.igem.org/Team:Gothenburg-Sweden"><img src="https://static.igem.org/mediawiki/2010/a/a9/Gothenburg-Sweden_team.JPG"></a>
+
<div class="bannernav"><a href="https://2010.igem.org/Team:Gothenburg-Sweden/contacts" >Contact Us</a></div>
-
  </div>
+
<a href="https://2010.igem.org/Team:Gothenburg-Sweden"></a> </div>
<div class="contentArea">
<div class="contentArea">
-
<br>
 
-
<br>
 
<ul class="leftnavigation">
<ul class="leftnavigation">
 +
                                        <li><a href="https://2010.igem.org/Team:Gothenburg-Sweden" >Home</a></li>
<li><a href="https://2010.igem.org/Team:Gothenburg-Sweden/chalmers" >Chalmers, GBG</a></li>
<li><a href="https://2010.igem.org/Team:Gothenburg-Sweden/chalmers" >Chalmers, GBG</a></li>
-
<li><a href="#" >Members</a></li>
+
<li><a href="https://2010.igem.org/Team:Gothenburg-Sweden/members" >Members</a></li>
-
<li><a href="#" >Project Description</a></li>
+
<li><a href="https://2010.igem.org/Team:Gothenburg-Sweden/project_description" >Project Description</a></li>
-
<li><a href="#" >Materials</a></li>
+
<li><a href="https://2010.igem.org/Team:Gothenburg-Sweden/materials" >Materials</a></li>
-
<li><a href="#" >Procedure</a></li>
+
<li><a href="https://2010.igem.org/Team:Gothenburg-Sweden/procedure" >Procedure</a></li>
-
<li><a href="#" >Lab note</a></li>
+
<li><a href="https://2010.igem.org/Team:Gothenburg-Sweden/lab_note" >Lab note</a></li>
-
<li><a href="#" >Results</a></li>
+
<li><a href="https://2010.igem.org/Team:Gothenburg-Sweden/results" >Results</a></li>
-
<li><a href="#" >Contacts</a></li>
+
<li><a href="https://2010.igem.org/Team:Gothenburg-Sweden/contacts" >Contacts</a></li>
-
<li><a href="#" >Sponsor</a></li>
+
<li><a href="https://2010.igem.org/Team:Gothenburg-Sweden/sponsor" >Sponsor</a></li>
-
    </ul>
+
</ul>
<div class="content">
<div class="content">
-
<table style="position:relative; overflow:auto; left:170px; top:-195px; width:550px">
+
<div class="contentleft">
-
<tr>
+
<h1>Chalmers University of Technology</h1>
-
<td align="left">
+
<img src="https://static.igem.org/mediawiki/2010/d/d5/Gothenburg-Sweden_team_allmembers.jpg" width="270" height="197" border="0" class="imageright" />
-
<p style="font-size:160%;font-weight:bold"><i>iGEM team - Sweden, Gothenburg</i></p>
+
<p>We are a team of 8 students from Chalmers University of Technology who will represent Gothenburg, SWEDEN in this year’s IGEM competition. We have started with a promising idea that combines the cutting edge technologies available in the field of Synthetic Biology. Our research basically aims to constructing a reporter mechanism for cellular stress in yeast. This is done by tagging protein and peptides affiliated with the stress activated SNF1 complex with fluorescent markers.</p>
-
<p style="font-size:120%">
+
<p>The project is executed through two main experimental pathways. Both experimental setups will utilize FRET to visualize the conformational change that is the result of the activation of the SNF1 protein. The first approach consists of creating a fusion protein consisting of the SNF1 protein and two fluorescent proteins, namely EYFP and ECFP. The idea is that when the protein is activated it undergoes a conformational change and a FRET-signal will be visible. The second approach utilizes a SAMS-peptide with fluorescent proteins fused to each end. The SAMS-peptide will be phosphorylated by the active SNF1-complex and will undergo a conformational change that will be visible due to the fluorescent tags.</p>  
-
 
+
<p>The long term ambition of this project it is to use the results in the pharmaceutical industry when performing high-throughput screening for new substances or finding the correct drug concentrations to use. The yeast cells with the modified SNF-complex can be moved through a micro-fluidic system, gradually exposing them to an array of substances or a concentration gradient and easily finding out at which concentration or substance that the cells are stressed.</p>
-
<p>We are a team of 8 students from Chalmers University of Technology who   will represent Gothenburg, SWEDEN in this year’s IGEM competition. IGEM  stands for International Genetically Engineered Machines and is a  competition based upon interdisciplinary collaboration of students on a  Synthetic Biology project. The competition is held in MIT, Boston and is  open to all universities from various countries world-wide. There are  180 teams participating this year with about 2000 students in total.  We have started with a promising idea that combines the cutting edge   technologies available in the field of Synthetic Biology. Our research   basically includes the specification and designing of a biological  system followed by the application of Molecular Biology techniques to  build and test it experimentally. The premise of the competition for the  students will be to learn engineering approaches and tools to organize,  model, and assemble complex systems and to immerse themselves in  applied molecular biology.   In the project, we are investigating a biological phenomenon that is a  part of insulin uptake mechanism, widely studied in Diabetic research.   Our endeavor in the study is to visualize a part of the mechanism by  making use of the Nobel Prize winning idea of the Green Fluorescent  Proteins (GFPs). Hopefully, the project will provide us with auspicious  outcomes to further improve the study of the disease.</p>
+
<p>As of present we have constructed and ordered primers for all fusion proteins that will be tested if they give a FRET signal in yeast. We are also working on 3D models of the fusion protein and will soon be able to present docking predictions with the complex.
-
</td>
+
-
</tr>
+
-
 
+
-
</table>
+
-
<br>
+
-
<br>
+
-
<center>
+
-
<p style="font-size:110%; font-family:corbel;color:#172C4E">
+
-
 
+
-
 
+
-
</body>
+
-
 
+
</p>
</p>
-
 
+
<img class="imageleft" src="images/content_photo_2.jpg" border="0" />
-
 
+
</div>
-
<div class="printfooter">
+
<div style="clear:both;"></div>
-
 
+
</div>
-
<div class="visualClear"></div>
+
<div style="clear:both;"></div>
 +
</div>
 +
<div class="footerArea">
 +
<div class="copyright">&copy; 2010 Chalmers University of Technology, All rights reserved.</div>
 +
</div>
</div>
</div>
-
    </div>
+
-
+
<script type="text/javascript">
-
</body>
+
<!--
 +
var SpryAccordion1 = new Spry.Widget.Accordion("SpryAccordion1", {useFixedPanelHeights:true, defaultPanel:2});
 +
//-->
 +
</script>
 +
</body>
</html>
</html>

Latest revision as of 11:27, 2 July 2010

iGEM-Gothenburg

Chalmers University of Technology

We are a team of 8 students from Chalmers University of Technology who will represent Gothenburg, SWEDEN in this year’s IGEM competition. We have started with a promising idea that combines the cutting edge technologies available in the field of Synthetic Biology. Our research basically aims to constructing a reporter mechanism for cellular stress in yeast. This is done by tagging protein and peptides affiliated with the stress activated SNF1 complex with fluorescent markers.

The project is executed through two main experimental pathways. Both experimental setups will utilize FRET to visualize the conformational change that is the result of the activation of the SNF1 protein. The first approach consists of creating a fusion protein consisting of the SNF1 protein and two fluorescent proteins, namely EYFP and ECFP. The idea is that when the protein is activated it undergoes a conformational change and a FRET-signal will be visible. The second approach utilizes a SAMS-peptide with fluorescent proteins fused to each end. The SAMS-peptide will be phosphorylated by the active SNF1-complex and will undergo a conformational change that will be visible due to the fluorescent tags.

The long term ambition of this project it is to use the results in the pharmaceutical industry when performing high-throughput screening for new substances or finding the correct drug concentrations to use. The yeast cells with the modified SNF-complex can be moved through a micro-fluidic system, gradually exposing them to an array of substances or a concentration gradient and easily finding out at which concentration or substance that the cells are stressed.

As of present we have constructed and ordered primers for all fusion proteins that will be tested if they give a FRET signal in yeast. We are also working on 3D models of the fusion protein and will soon be able to present docking predictions with the complex.