Team:Heidelberg

From 2010.igem.org

(Difference between revisions)
(Sponsors)
Line 1: Line 1:
-
{{Template_HD2010_topheader}}
+
{{:Team:Heidelberg/Top}}
 +
{{:Team:Heidelberg/Key}}
 +
{{:Team:Heidelberg/Frame}}
-
<!--
+
<html>
 +
<style type="text/css">
-
============================================================================================
+
.piclinks {
-
*** PLEASE NOTE: ***
+
border:none;
 +
text-decoration:none;
 +
position:relative;
 +
z-index:5;
 +
}
-
The contents and design of this wiki are published under the GNU Free Documentation License. You are granted the right to copy and modify our work, but you must publish your work under the same type of license while recognizing us the authors.
+
#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;
 +
}
-
Stefan Kleinsorg, Thomas Uhlig
+
a { outline:0}
-
============================================================================================
+
#wrapperheadline {
 +
position:relative;
 +
font-size: 14pt;
 +
font-weight:bold;
 +
text-align:left;
 +
padding-right:10px;
 +
padding-left:5px;
 +
}
-
/-->
+
#projectabstract {
 +
position:relative;
 +
text-align:justify;
 +
padding-right:10px;
 +
padding-left:5px;
 +
}
 +
</style>
-
= Project Abstract =
+
<script type="text/javascript">
 +
 +
var modelarray = new Array();
 +
var teamarray = new Array();
 +
var humanarray = new Array();
 +
var notearray = new Array();
 +
var partsarray = new Array();
 +
var sponsarray = new Array();
-
<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>
+
for (var i = 0; i <= 3; i++) {
 +
modelarray[i] = new Image();
 +
teamarray[i] = new Image();
 +
humanarray[i] = new Image();
 +
notearray[i] = new Image();
 +
partsarray[i] = new Image();
 +
sponsarray[i] = new Image();
 +
}
-
----
+
modelarray[1].src="https://static.igem.org/mediawiki/2010/2/2d/Modeling_none.png";
-
<br />
+
modelarray[2].src="https://static.igem.org/mediawiki/2010/a/a6/Modeling_hover.png";
-
= Sponsors =
+
modelarray[3].src="https://static.igem.org/mediawiki/2010/e/e1/Modeling_down.png";
-
<br />
+
-
<br />
+
-
<html><style ="text/css">
+
-
#logos img {margin:0 10px;}
+
-
</style>
+
-
<body>
+
teamarray[1].src="https://static.igem.org/mediawiki/2010/8/82/Team_none.png";
-
<center><div id="logos">
+
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";
-
<a href="http://www.klaus-tschira-stiftung.de/english/index.html" target="_blank">
+
humanarray[1].src="https://static.igem.org/mediawiki/2010/a/a7/Human_practices_none.png";
-
<img src="https://static.igem.org/mediawiki/2010/4/46/KTF_logo.jpg" height="200" />
+
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";
 +
 
 +
sponsarray[1].src="https://static.igem.org/mediawiki/2010/4/46/Support_none.png";
 +
sponsarray[2].src="https://static.igem.org/mediawiki/2010/2/22/Support_hover.png";
 +
sponsarray[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 =sponsarray[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>
 +
 
 +
  <body id="home">
 +
    <table border=0 cellpadding="0" cellspacing="0" id="contenttable">
 +
<tr>
 +
<td  id="table_header_left">
 +
<table border=0 class="subtable_left">
 +
<tr>
 +
<td class="mainwrapper">
 +
<div style="text-align:center;">
 +
<div id="wrapperheadline">iGEM Heidelberg Mission 2010: miBricks</div><br><br>
 +
 
 +
<div id="projectabstract">The key to successful gene therapy is integration of tissue specificity and fine-tuned target gene expression. The iGEM Team Heidelberg 2010 unlocks the world of synthetic microRNAs. We engineered a toolkit for standardized measurements of interactions between artificial miRNAs and their binding sites. Thus, the expression level of any gene of choice could be arbitrarily adjusted by employing the corresponding binding site design. To produce tissue specific miRNA gene shuttles, we developed an evolution-based method for synthesis of new adeno associated viruses. In the future, miBricks could open the doors to new Synthetic Biology based medical approaches. </div><br><br>
 +
 
 +
<a class="piclinks" href="javascript:writeText('Modeling')">
 +
<img id="pic1"  onMouseOver="mouseOver(1)" onMouseOut="mouseOut(1)" onMouseDown="mouseDown(1)" onMouseUp="mouseUp(1)" 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('Team')" 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://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('Human Practices')" onMouseOver="mouseOver(3)" onMouseOut="mouseOut(3)" onMouseDown="mouseDown(3)" onMouseUp="mouseUp(3)">
-
</a>
+
<img id="pic3" border=0 src="https://static.igem.org/mediawiki/2010/a/a7/Human_practices_none.png" />
-
<br><br>
+
-
<a href="http://www.lpsp.de/werbeagentur/index.php" target="_blank">
+
-
<img src="https://static.igem.org/mediawiki/2010/4/44/LP_500px.jpg" width="250" />
+
-
</a>
+
-
<a href="http://www.graffinity.com/index.php" target="_blank">
+
-
<img src="https://static.igem.org/mediawiki/2010/f/fb/Graffinity_640px.jpg" height="100" />
+
</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>
 
-
<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>
 
-
</div>
 
-
</center>
 
-
</body>
 
-
</html>
 
-
<!--
+
<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></div></center>
-
<br /><br /><br /><br /><br /><br /><br /><br /><br />
+
-
----
+
 +
<a class="piclinks" onMouseOver="mouseOver(4); writeText('Notebook')" 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 class="piclinks" onMouseOver="mouseOver(5); writeText('Parts')" 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 class="piclinks" onMouseOver="mouseOver(6); writeText('Sponsors')" onMouseOut="mouseOut(6)" onMouseDown="mouseDown(6)" onMouseUp="mouseUp(6)">
 +
<img id="pic6"  border=0 src="https://static.igem.org/mediawiki/2010/4/46/Support_none.png" />
 +
</a>
 +
</div>
 +
<br><br><br><br><br><br>
 +
<div class="clear"></div>
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2010/f/ff/IGEM_official_gray.png"/>
 +
</center></div>
-
{|align="justify"
+
</td>
-
|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.
+
</tr>
-
|[[Image:Heidelberg_logo.png|200px|right|frame]]
+
</table>
-
|-
+
</td>
-
|
+
<td  id="table_header_right">
-
''Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)''
+
<table border=0 class="subtable_right">
-
|[[Image:Heidelberg_team.png|right|frame|Your team picture]]
+
<tr>
-
|-
+
<td><br><img src="https://static.igem.org/mediawiki/2010/a/a4/Igemhd2010_2s.png" width="260px"/><br><br>
-
|
+
<object type="application/x-shockwave-flash" data="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" 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" /></object>
-
|align="center"|[[Team:Heidelberg | Team Example]]
+
</td>
-
|}
+
</tr>
-
-->
+
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td id="table_footer_left">
 +
&nbsp;
 +
</td>
 +
<td  id="table_footer_right">&nbsp;
 +
</td>
 +
</tr>
 +
</table>
-
<!--- The Mission, Experiments --->
+
  </body>
-
<!--
+
</html>
-
{| 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]]
+
-
|}
+
-
-->
+

Revision as of 00:49, 12 October 2010

iGEM Heidelberg Mission 2010: miBricks


The key to successful gene therapy is integration of tissue specificity and fine-tuned target gene expression. The iGEM Team Heidelberg 2010 unlocks the world of synthetic microRNAs. We engineered a toolkit for standardized measurements of interactions between artificial miRNAs and their binding sites. Thus, the expression level of any gene of choice could be arbitrarily adjusted by employing the corresponding binding site design. To produce tissue specific miRNA gene shuttles, we developed an evolution-based method for synthesis of new adeno associated viruses. In the future, miBricks could open the doors to new Synthetic Biology based medical approaches.


Please click a Button to get more information!