Team:Heidelberg

From 2010.igem.org

(Difference between revisions)
 
(43 intermediate revisions not shown)
Line 1: Line 1:
-
{{Template_HD2010_topheader}}
+
{{:Team:Heidelberg/Double}}
 +
{{:Team:Heidelberg/NivoSlider}}
 +
<html>
<!--
<!--
Line 14: Line 16:
/-->
/-->
 +
<style type="text/css">
-
= Project Abstract =
+
#pics {
 +
margin-left:-5px;
 +
margin-right:-5px;
 +
text-align:center;
 +
        background-image: url(https://static.igem.org/mediawiki/2010/d/d2/IGEM_official_gray4.png);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
}
-
<p align="justify">miRNAs were found to be key regulators in proliferation, differentiation, apoptosis, hematopoesis and oncogenesis. Different cell types have unique and dynamic miRNA expression profiles that could be used to discriminate between those cell types and even between cellular stages. The iGEM Team Heidelberg 2010 will create miRNA binding site patterns enabling the control of any target gene of choice according to the cellular miRNA expression profile.  Therefore, we will apply evolutionary methods for creating large miRNA binding site pattern libraries and we will develop two new and powerful methods for miRNA binding site pattern library screening. In parallel, computational modeling will be used for getting information on natural binding site pattern structure in order to enable rational design of complex binding site patterns recognizing certain cellular miRNA expression profiles in the future.</p>
+
.piclinks {
 +
border:none;
 +
text-decoration:none;
 +
position:relative;
 +
z-index:5;
 +
}
 +
 
 +
#desc-table {
 +
width:370px;
 +
height:170px;
 +
border: none;
 +
background:transparent;
 +
margin:10px 0px;
 +
}
 +
 +
#desc {
 +
border: none;
 +
background:transparent;
 +
padding:0px;
 +
text-align:justify;
 +
font-size:12pt;
 +
}
 +
 
 +
a { outline:0}
 +
 
 +
#wrapperheadline {
 +
position:relative;
 +
font-size: 14pt;
 +
font-weight:bold;
 +
}
-
----
 
-
<br />
 
-
= Sponsors =
 
-
<br />
 
-
<br />
 
-
<html><style ="text/css">
 
-
#logos img {margin:0 10px;}
 
</style>
</style>
-
<body>
+
<script type="text/javascript">
-
<center><div id="logos">
+
 +
var modelarray = new Array();
 +
var teamarray = new Array();
 +
var humanarray = new Array();
 +
var notearray = new Array();
 +
var partsarray = new Array();
 +
var suparray = new Array();
-
<a href="http://www.klaus-tschira-stiftung.de/english/index.html" target="_blank">
+
for (var i = 0; i <= 3; i++) {
-
<img src="https://static.igem.org/mediawiki/2010/4/46/KTF_logo.jpg" height="200" />
+
modelarray[i] = new Image();
 +
teamarray[i] = new Image();
 +
humanarray[i] = new Image();
 +
notearray[i] = new Image();
 +
partsarray[i] = new Image();
 +
suparray[i] = new Image();
 +
}
 +
 
 +
modelarray[1].src="https://static.igem.org/mediawiki/2010/2/2d/Modeling_none.png";
 +
modelarray[2].src="https://static.igem.org/mediawiki/2010/a/a6/Modeling_hover.png";
 +
modelarray[3].src="https://static.igem.org/mediawiki/2010/e/e1/Modeling_down.png";
 +
 
 +
teamarray[1].src="https://static.igem.org/mediawiki/2010/8/82/Team_none.png";
 +
teamarray[2].src="https://static.igem.org/mediawiki/2010/d/d2/Team_hover.png";
 +
teamarray[3].src="https://static.igem.org/mediawiki/2010/9/97/Team_down.png";
 +
 
 +
humanarray[1].src="https://static.igem.org/mediawiki/2010/a/a7/Human_practices_none.png";
 +
humanarray[2].src="https://static.igem.org/mediawiki/2010/1/1e/Human_practices_hover.png";
 +
humanarray[3].src="https://static.igem.org/mediawiki/2010/d/d6/Human_practices_down.png";
 +
 
 +
notearray[1].src="https://static.igem.org/mediawiki/2010/8/8f/Notebook_none.png";
 +
notearray[2].src="https://static.igem.org/mediawiki/2010/1/18/Notebook_hover.png";
 +
notearray[3].src="https://static.igem.org/mediawiki/2010/a/a5/Notebook_down.png";
 +
 
 +
partsarray[1].src="https://static.igem.org/mediawiki/2010/5/57/Parts_none.png";
 +
partsarray[2].src="https://static.igem.org/mediawiki/2010/3/38/Parts_hover.png";
 +
partsarray[3].src="https://static.igem.org/mediawiki/2010/c/c0/Parts_down.png";
 +
 
 +
suparray[1].src="https://static.igem.org/mediawiki/2010/4/46/Support_none.png";
 +
suparray[2].src="https://static.igem.org/mediawiki/2010/2/22/Support_hover.png";
 +
suparray[3].src="https://static.igem.org/mediawiki/2010/8/8d/Support_down.png";
 +
 
 +
function writeText(txt)
 +
{document.getElementById("desc").innerHTML=txt; }
 +
 
 +
function swap(num,effect) {
 +
 
 +
switch (num) {
 +
 
 +
case 1: document.getElementById("pic"+num).src =modelarray[effect].src;
 +
break;
 +
case 2: document.getElementById("pic"+num).src =teamarray[effect].src;
 +
break;
 +
case 3: document.getElementById("pic"+num).src =humanarray[effect].src;
 +
break;
 +
case 4: document.getElementById("pic"+num).src =notearray[effect].src;
 +
break;
 +
case 5: document.getElementById("pic"+num).src =partsarray[effect].src;
 +
break;
 +
case 6: document.getElementById("pic"+num).src =suparray[effect].src;
 +
break;
 +
}
 +
}
 +
 
 +
function mouseOver(num) {
 +
swap(num,2);
 +
}
 +
 
 +
function mouseOut(num)
 +
{
 +
swap(num,1);
 +
}
 +
 
 +
function mouseDown(num)
 +
{
 +
swap(num,3);
 +
}
 +
 
 +
function mouseUp(num)
 +
{
 +
swap(num,2);
 +
}
 +
 
 +
</script>
 +
 
 +
</html>
 +
{{:Team:Heidelberg/Pagetop|home}}
 +
<html>
 +
 
 +
<div id="wrapperheadline">iGEM Heidelberg Mission 2010: miBricks</div><br>
 +
 
 +
<div id="projectabstract">The great potential of gene therapy is currently limited by two major challenges:  tissue specific gene delivery and regulation of gene expression, either dependent on cell-specific properties or intentionally independent of the cellular context. We followed two synergistic tracks to address these problems.<br>
 +
One, we have developed a novel method for miRNA based gene expression tuning in mammalian cells, allowing the fine-tuning of gene expression based on synthetic miRNAs, as well as the cell specific on- and off-targeting based on endogenous miRNAs. We show that this method is functional in vivo and in vitro and prove the high potential of all three miRNA-based regulation approaches.<br>
 +
Two, we have developed a standardized and fast approach towards the creation of AAV-based gene delivery vectors. We have achieved exceptionally selective tissue-specific targeting <i>in vitro</i> and <i>in vivo</i> with hepatocyte specific delivery vectors.<br>
 +
We are happy to provide the synthetic biology community with two high impact innovations which will fuel the improvement of tissue specific gene therapy approaches and other medical applications of synthetic biology.</div><br><br>
 +
 
 +
<div id="slider">
 +
<a href="https://2010.igem.org/Team:Heidelberg/Project/Capsid_Shuffling"><img src="https://static.igem.org/mediawiki/2010/e/ed/Slide_CapShuffling.png" alt="" rel="https://static.igem.org/mediawiki/2010/3/30/Slide_CapShuffling_thumb.png"/></a>
 +
<a href="https://2010.igem.org/Team:Heidelberg/Modeling"><img src="https://static.igem.org/mediawiki/2010/f/fc/Bioinfo.png" alt="" rel="https://static.igem.org/mediawiki/2010/0/0d/Bioinfo_thumb.png"/></a>
 +
<a href="https://2010.igem.org/Team:Heidelberg/Project/miMeasure"><img src="https://static.igem.org/mediawiki/2010/e/ee/Slide_miMeasure.png" alt="" rel="https://static.igem.org/mediawiki/2010/f/f0/Slide_miMeasure_thumb.png"/></a>
 +
<a href="https://2010.igem.org/Team:Heidelberg/Project/Mouse_Infection"><img src="https://static.igem.org/mediawiki/2010/7/72/Slider_in_vivo.png" alt="" rel="https://static.igem.org/mediawiki/2010/a/a3/Slider_in_vivo_thumb.png"/></a>
 +
</div><br><br><br><br><br><br>
 +
 
 +
 
 +
 
 +
<div id="pics">
 +
<a class="piclinks" href="javascript:writeText('And we are not talking about fashion! In our team, a group of students was in charge of the computational interpretation and modeling of the data generated. Want to read more? Click <a href=&quot;https://2010.igem.org/Team:Heidelberg/Modeling&quot;>here</a>!')" onMouseOver="mouseOver(1)"  onMouseOut="mouseOut(1)" onMouseDown="mouseDown(1)" onMouseUp="mouseUp(1)">
 +
<img id="pic1" border=0 src="https://static.igem.org/mediawiki/2010/2/2d/Modeling_none.png" />
</a>
</a>
-
<a href="http://www.febit.com/" target="_blank">
+
 
-
<img src="https://static.igem.org/mediawiki/2010/5/5a/Febit_logo.jpg" height="100" />
+
<a class="piclinks" href="javascript:writeText('Our team comprised a group of twenty motivated students from eight different countries, two instructors and eight advisors. Want to meet them? Click <a href=&quot;https://2010.igem.org/Team:Heidelberg/Team&quot;>here</a>!')" onMouseOver="mouseOver(2)" onMouseOut="mouseOut(2)" onMouseDown="mouseDown(2)" onMouseUp="mouseUp(2)">
 +
<img id="pic2"  border=0 src="https://static.igem.org/mediawiki/2010/8/82/Team_none.png"; />
</a>
</a>
-
<a href="http://www.lifetechnologies.com/" target="_blank">
+
 
-
<img src="https://static.igem.org/mediawiki/2010/1/1d/Life_technologies_logo.jpg" height="100" />
+
<a class="piclinks" href="javascript:writeText('A philosophy and a psychology student helped us to understand how Synthetic Biology interacts with society. Click <a href=&quot;https://2010.igem.org/Team:Heidelberg/Human_Practices&quot;>here</a> to see how our science is percieved by the public!')" onMouseOver="mouseOver(3)" onMouseOut="mouseOut(3)" onMouseDown="mouseDown(3)" onMouseUp="mouseUp(3)">
 +
<img id="pic3"  border=0 src="https://static.igem.org/mediawiki/2010/a/a7/Human_practices_none.png" />
</a>
</a>
-
<br><br>
+
 
-
<a href="http://www.lpsp.de/werbeagentur/index.php" target="_blank">
+
<center><table id="desc-table"><tr><td><div id ="desc" border=0><center>Please click a Button to get more information! </center></div></td></tr></table></center>
-
<img src="https://static.igem.org/mediawiki/2010/4/44/LP_500px.jpg" width="250" />
+
 
 +
 
 +
<a class="piclinks" href="javascript:writeText('As in any piece of research, we have been keeping detailed notebooks with the experiments we have done. Want to retrace our steps? Click <a href=&quot;https://2010.igem.org/Team:Heidelberg/Notebook&quot;>here</a>!')" onMouseOver="mouseOver(4)" onMouseOut="mouseOut(4)" onMouseDown="mouseDown(4)" onMouseUp="mouseUp(4)">
 +
<img id="pic4" border=0 src="https://static.igem.org/mediawiki/2010/8/8f/Notebook_none.png" />
</a>
</a>
-
<a href="http://en.sanofi-aventis.com/home.asp" target="_blank">
+
 
-
<img src="https://static.igem.org/mediawiki/2010/e/e6/Sanofi-avents-logo.jpg" height="100" />
+
<a class="piclinks" href="javascript:writeText('We have generated more than 100 parts that have been sent to iGEM headquarters. Want to know which ones? Click <a href=&quot;https://2010.igem.org/Team:Heidelberg/Parts&quot;>here</a>!')" onMouseOver="mouseOver(5)" onMouseOut="mouseOut(5)" onMouseDown="mouseDown(5)" onMouseUp="mouseUp(5)">
 +
<img id="pic5"  border=0 src="https://static.igem.org/mediawiki/2010/5/57/Parts_none.png" />
</a>
</a>
-
<a href="http://www.beckmancoulter.com" target="_blank">
+
 
-
<img src="https://static.igem.org/mediawiki/2010/8/82/Beckman_Coulter_logo.jpg" height="100" />
+
<a class="piclinks" href="javascript:writeText('Our team was sponsored by a non-profit organization, nine companies and three academic sponsors. Want to meet them? Click <a href=&quot;https://2010.igem.org/Team:Heidelberg/Support&quot;>here</a>!')" onMouseOver="mouseOver(6)" onMouseOut="mouseOut(6)" onMouseDown="mouseDown(6)" onMouseUp="mouseUp(6)">
-
</a>
+
<img id="pic6" border=0 src="https://static.igem.org/mediawiki/2010/4/46/Support_none.png" />
-
<br><br>
+
-
<a href="http://www.amnis.com/" target="_blank">
+
-
<img src="https://static.igem.org/mediawiki/2010/4/49/Logo_amnis.jpg" height="80" />
+
-
</a>
+
-
<a href="http://www.chroma.com/" target="_blank">
+
-
<img src="https://static.igem.org/mediawiki/2010/2/21/Chroma_logo.jpg" height="100" />
+
-
</a>
+
-
<a href="http://www.sva.de/" target="_blank">
+
-
<img src="https://static.igem.org/mediawiki/2010/e/e7/SVA_logo.jpg" height="100" />
+
</a>
</a>
 +
</div><br><br>
 +
<div class="clear"></div>
</div>
</div>
-
</center>
 
-
</body>
 
-
</html>
 
-
<!--
+
</html>
-
<br /><br /><br /><br /><br /><br /><br /><br /><br />
+
{{:Team:Heidelberg/Pagemiddle}}
-
----
+
<html>
 +
<body>
 +
<img src="https://static.igem.org/mediawiki/2010/a/a4/Igemhd2010_2s.png" width=268px/><br>
 +
<object type="application/x-shockwave-flash" data="http://www.oneplusyou.com/bb/files/countdown/countdown.swf?co=F09600&bgcolor=f2f2f2&date_month=11&date_day=05&date_year=0&un=IGEM JAMBOREE 2010&size=normal&mo=11&da=05&yr=2010" width="250" height="80"><param name="movie" value="http://www.oneplusyou.com/bb/files/countdown/countdown.swf?co=F09600&date_month=11&date_day=05&date_year=0&un=UNTIL IGEM JAMBOREE 2010&size=normal&mo=11&da=05&yr=2010" /><param name="bgcolor" value="#f2f2f2" /></object>
 +
<h3>The iGEM idea</h3>
 +
iGEM (international Genetically Engineered Machines Competition) is an international competition in synthetic biology, hosted by the MIT in Boston. The aim of this competition is to answer a basic question once posted by the director of iGEM, Randy Rettberg, as follows: "Can simple biological systems be built from standard, interchangeable parts and operated in living cells? Or is biology just too complicated to be engineered in this way?"
 +
<br>
 +
International student teams participating in the iGEM compete to answer this fundamental question by engineering biological systems with a proper function. More than 100 interdisciplinary student teams from all over the world, mainly consisting of undergraduate students in biology, biochemistry, engineering, informatics and mathematics, carry out different projects during the Summer to follow this approach.
 +
<br>
 +
Projects involved in iGEM reach from medical applications, such as genetically modified bacteria used in cancer-treatment to environmental and manufacturing projects, which allow the construction of a dynamic, watch-like counter consisting of living cells. In contrast to classical genetic engineering where only one gene is transferred from organism A to organism B, synthetic biology advances into the construction of new systems as a whole with totally new emerging properties. Therefore, each iGEM-Teams gets access to a gene-Database called "registry", where hundreds of different genetic parts with characterized functions are available in a “plug-and-play”–like manner. These parts can be simply stuck together to create new functional systems. The rising number of iGEM-Teams over the last years as well as the upcoming public interest in iGEM as well as in the iGEM-Teams’ projects and synthetic biology in general shows that synthetic biology will demonstrate an essential contribution to understand the functional way of life and have an enormous impact on many different fields of both scientific reseach and every-day life.
-
{|align="justify"
+
  </body>
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
</html>
-
|[[Image:Heidelberg_logo.png|200px|right|frame]]
+
-
|-
+
-
|
+
-
''Tell us more about your project.  Give us background.  Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
-
|[[Image:Heidelberg_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:Heidelberg | Team Example]]
+
-
|}
+
-
-->
+
-
<!--- The Mission, Experiments --->
+
{{:Team:Heidelberg/Bottom}}
-
<!--
+
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
-
!align="center"|[[Team:Heidelberg|Home]]
+
-
!align="center"|[[Team:Heidelberg/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2010&team_name=Heidelberg Official Team Profile]
+
-
!align="center"|[[Team:Heidelberg/Project|Project]]
+
-
!align="center"|[[Team:Heidelberg/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Heidelberg/Modeling|Modeling]]
+
-
!align="center"|[[Team:Heidelberg/Notebook|Notebook]]
+
-
!align="center"|[[Team:Heidelberg/Safety|Safety]]
+
-
|}
+
-
-->
+

Latest revision as of 00:21, 18 November 2010

iGEM Heidelberg Mission 2010: miBricks

The great potential of gene therapy is currently limited by two major challenges: tissue specific gene delivery and regulation of gene expression, either dependent on cell-specific properties or intentionally independent of the cellular context. We followed two synergistic tracks to address these problems.
One, we have developed a novel method for miRNA based gene expression tuning in mammalian cells, allowing the fine-tuning of gene expression based on synthetic miRNAs, as well as the cell specific on- and off-targeting based on endogenous miRNAs. We show that this method is functional in vivo and in vitro and prove the high potential of all three miRNA-based regulation approaches.
Two, we have developed a standardized and fast approach towards the creation of AAV-based gene delivery vectors. We have achieved exceptionally selective tissue-specific targeting in vitro and in vivo with hepatocyte specific delivery vectors.
We are happy to provide the synthetic biology community with two high impact innovations which will fuel the improvement of tissue specific gene therapy approaches and other medical applications of synthetic biology.








Please click a Button to get more information!



The iGEM idea

iGEM (international Genetically Engineered Machines Competition) is an international competition in synthetic biology, hosted by the MIT in Boston. The aim of this competition is to answer a basic question once posted by the director of iGEM, Randy Rettberg, as follows: "Can simple biological systems be built from standard, interchangeable parts and operated in living cells? Or is biology just too complicated to be engineered in this way?"
International student teams participating in the iGEM compete to answer this fundamental question by engineering biological systems with a proper function. More than 100 interdisciplinary student teams from all over the world, mainly consisting of undergraduate students in biology, biochemistry, engineering, informatics and mathematics, carry out different projects during the Summer to follow this approach.
Projects involved in iGEM reach from medical applications, such as genetically modified bacteria used in cancer-treatment to environmental and manufacturing projects, which allow the construction of a dynamic, watch-like counter consisting of living cells. In contrast to classical genetic engineering where only one gene is transferred from organism A to organism B, synthetic biology advances into the construction of new systems as a whole with totally new emerging properties. Therefore, each iGEM-Teams gets access to a gene-Database called "registry", where hundreds of different genetic parts with characterized functions are available in a “plug-and-play”–like manner. These parts can be simply stuck together to create new functional systems. The rising number of iGEM-Teams over the last years as well as the upcoming public interest in iGEM as well as in the iGEM-Teams’ projects and synthetic biology in general shows that synthetic biology will demonstrate an essential contribution to understand the functional way of life and have an enormous impact on many different fields of both scientific reseach and every-day life.