User:Kleinsorg/main

From 2010.igem.org

< User:Kleinsorg(Difference between revisions)
 
(14 intermediate revisions not shown)
Line 3: Line 3:
<html>
<html>
-
<head>
+
 
 +
<!--
 +
 
 +
============================================================================================
 +
*** PLEASE NOTE: ***
 +
 
 +
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.
 +
 
 +
Stefan Kleinsorg, Thomas Uhlig
 +
 
 +
============================================================================================
 +
 
 +
/-->
<style type="text/css">
<style type="text/css">
 +
 +
#table_header_left {
 +
width:640px;
 +
table-layout:fixed;
 +
border-style:none;
 +
border-spacing:0;
 +
vertical-align:top;
 +
padding-top:30px;
 +
background: url(http://igem.bioquant.uni-heidelberg.de/mediawiki/images/d/de/Main_frame_tl.png) no-repeat;
 +
}
 +
 +
#table_header_right {
 +
width:335px;
 +
table-layout:fixed;
 +
border-style:none;
 +
border-spacing:0;
 +
padding:100px 10px 0 35px;
 +
vertical-align:top;
 +
background: url(http://igem.bioquant.uni-heidelberg.de/mediawiki/images/c/ce/Main_frame_tr.png) no-repeat;
 +
 +
}
 +
 +
.mainwrapper {
 +
width:640px;
 +
position: relative;
 +
padding-left:0px;
 +
padding-bottom:10px;
 +
padding-right:0px;
 +
vertical-align:top;
 +
overflow:hidden;
 +
font-family:Calibri
 +
}
 +
 +
.subtable_left {
 +
border-style:none;
 +
border-spacing:0;
 +
padding-left:0px;
 +
margin-left:17px;
 +
}
 +
 +
.subtable_right {
 +
border-style:none;
 +
border-spacing:0;
 +
}
 +
 +
#contenttable {
 +
position:relative;
 +
width:975px;
 +
top: -60px;
 +
border-style:none;
 +
border-spacing:0;
 +
vertical-align:top;
 +
margin:0px;
 +
background-color:transparent;
 +
table-layout:fixed;
 +
}
 +
 +
#table_footer_left {
 +
width:640px;
 +
table-layout:fixed;
 +
height:80px;
 +
border-style:none;
 +
border-spacing:5;
 +
vertical-align:top;
 +
background: url(http://igem.bioquant.uni-heidelberg.de/mediawiki/images/c/cc/Main_frame_bl.png) no-repeat;
 +
}
 +
 +
#table_footer_right {
 +
width:335px;
 +
table-layout:fixed;
 +
height:80px;
 +
border-style:none;
 +
border-spacing:5;
 +
vertical-align:top;
 +
background: url(http://igem.bioquant.uni-heidelberg.de/mediawiki/images/b/bf/Main_frame_br.png) no-repeat;
 +
}
.piclinks {
.piclinks {
Line 11: Line 99:
text-decoration:none;
text-decoration:none;
position:relative;
position:relative;
-
z-index:99
+
z-index:5;
}
}
-
#desc {
+
#desc-table {
width:370px;
width:370px;
-
height:200px;
+
height:170px;
border: none;
border: none;
background:transparent;
background:transparent;
-
padding:8px;
+
margin:10px 0px;
-
text-align:center;
+
}
-
align:center;
+
-
border:solid;
+
#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;
 +
text-align:left;
 +
padding-right:5px;
 +
padding-left:15px;
 +
}
 +
 +
#projectabstract {
 +
position:relative;
 +
text-align:justify;
 +
padding-right:5px;
 +
padding-left:15px;
 +
}
 +
</style>
</style>
 +
<script type="text/javascript">
<script type="text/javascript">
-
function writeText(txt)
+
-
{document.getElementById("desc").innerHTML=txt;}
+
var modelarray = new Array();
 +
var teamarray = new Array();
 +
var humanarray = new Array();
 +
var notearray = new Array();
 +
var partsarray = new Array();
 +
var sponsarray = new Array();
 +
 
 +
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="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/3/3c/Modeling.png";
 +
modelarray[2].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/a/a6/Modeling_hover.png";
 +
modelarray[3].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/e/e1/Modeling_down.png";
 +
 
 +
teamarray[1].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/3/32/Team.png";
 +
teamarray[2].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/d/d2/Team_hover.png";
 +
teamarray[3].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/9/97/Team_down.png";
 +
 
 +
humanarray[1].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/f/f4/Human_Practices.png";
 +
humanarray[2].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/1/1e/Human_practices_hover.png";
 +
humanarray[3].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/d/d6/Human_practices_down.png";
 +
 
 +
notearray[1].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/9/95/Notebook.png";
 +
notearray[2].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/1/18/Notebook_hover.png";
 +
notearray[3].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/a/a5/Notebook_down.png";
 +
 
 +
partsarray[1].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/7/79/Parts.png";
 +
partsarray[2].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/3/38/Parts_hover.png";
 +
partsarray[3].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/c/c0/Parts_down.png";
 +
 
 +
sponsarray[1].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/1/16/Sponsors.png";
 +
sponsarray[2].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/a/a1/Sponsors_hover.png";
 +
sponsarray[3].src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/c/cc/Sponsors_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>
</script>
-
</head>
+
  <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>
-
<body>
+
<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, since focusing solely on DNA has often been inconvenient for medical purposes. We engineered a toolkit for standardized measurements of interactions between artificial miRNAs and their binding sites. From this data we were able to compute an in silico model integrating binding site properties and knockdown percentages. 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. This enabled us to overcome the natural limitations of virus selectivity. In the future, miBricks could be applied for treatment of diseases like Diabetes and Hemophilia, opening the doors to new Synthetic Biology based medical approaches. </div><br><br>
-
<div style="align:center; text-align:center;">
+
<a class="piclinks" href="javascript:writeText('You are working in bacteria and never heard of U2-OS, SREBP or CYP1A1? Dont worry! Browse our Eukaryopedia and enter the world of mammalian BioBricks. ')">
-
<a class="piclinks" href="javascript:writeText('2This is a Test if MouseOver is working!')" onMouseOver="writeText('1This is a Test if MouseOver is working!')">
+
<img id="pic1"  onMouseOver="mouseOver(1)" onMouseOut="mouseOut(1)" onMouseDown="mouseDown(1)" onMouseUp="mouseUp(1)" border=0 src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/3/3c/Modeling.png" />
-
<img border=0 src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/3/3c/Modeling.png" />
+
</a>
</a>
-
<a class="piclinks" href="" onMouseOver="writeText('008  is a Test if MouseOver is working!')">
+
<a class="piclinks" href="javascript:writeText('Our team worked on a computational approach for the rational design of promoter libraries. Similar to existing methods which predict spatial preferences of transcription factor binding sites (TFBS) by detecting statistically overrepresented motives we used Promotersweep to analyze and process the information of over 4000 human promoter sequences. ')" onMouseOver="mouseOver(2)" onMouseOut="mouseOut(2)" onMouseDown="mouseDown(2)" onMouseUp="mouseUp(2)">
-
<img border=0 src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/3/32/Team.png" />
+
<img id="pic2"  border=0 src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/3/32/Team.png"; />
</a>
</a>
-
<a class="piclinks" href="" onMouseOver="writeText('008 This a Test if MouseOver is working!')">
+
<a class="piclinks" href="javascript:writeText('Thirteen students and nine advisors are working on this four month project. We split up into several subgroups whose focus and results you can follow on the Notebook and Project pages. If you want to know more about the subgroups and the people involved, meet us on our Team page and lets get to know each other better at the Jamboree in Boston. ')" onMouseOver="mouseOver(3)" onMouseOut="mouseOut(3)" onMouseDown="mouseDown(3)" onMouseUp="mouseUp(3)">
-
<img border=0 src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/f/f4/Human_Practices.png" />
+
<img id="pic3"  border=0 src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/f/f4/Human_Practices.png" />
</a>
</a>
-
<br><br><center>
+
<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>
-
<div id ="desc" border=0></div></center>
+
-
<br><br>
+
-
<a class="piclinks" href="" onMouseOver="writeText('008 This is Test if MouseOver is working!')">
+
 
-
<img border=0 src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/9/95/Notebook.png" />
+
<a class="piclinks" onMouseOver="mouseOver(4); writeText('You are working in bacteria and never heard of U2-OS, SREBP or CYP1A1? Dont worry! Browse our Eukaryopedia and enter the world of mammalian BioBricks. ')" onMouseOut="mouseOut(4)" onMouseDown="mouseDown(4)" onMouseUp="mouseUp(4)">
 +
<img id="pic4" border=0 src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/9/95/Notebook.png" />
</a>
</a>
-
<a class="piclinks" href="" onMouseOver="writeText('008 This is a if MouseOver is working!')">
+
<a class="piclinks" onMouseOver="mouseOver(5); writeText('Our team worked on a computational approach for the rational design of promoter libraries. Similar to existing methods which predict spatial preferences of transcription factor binding sites (TFBS) by detecting statistically overrepresented motives we used Promotersweep to analyze and process the information of over 4000 human promoter sequences. ')" onMouseOut="mouseOut(5)" onMouseDown="mouseDown(5)" onMouseUp="mouseUp(5)">
-
<img border=0 src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/7/79/Parts.png" />
+
<img id="pic5"  border=0 src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/7/79/Parts.png" />
</a>
</a>
-
<a class="piclinks" href="" onMouseOver="writeText('008 This is a Test  MouseOver is working!')">
+
<a class="piclinks" onMouseOver="mouseOver(6); writeText('Thirteen students and nine advisors are working on this four month project. We split up into several subgroups whose focus and results you can follow on the Notebook and Project pages. If you want to know more about the subgroups and the people involved, meet us on our Team page and lets get to know each other better at the Jamboree in Boston. ')" onMouseOut="mouseOut(6)" onMouseDown="mouseDown(6)" onMouseUp="mouseUp(6)">
-
<img border=0 src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/1/16/Sponsors.png" />
+
<img id="pic6"  border=0 src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/1/16/Sponsors.png" />
</a>
</a>
</div>
</div>
-
</body>
+
<br><br><br><br><br><br>
 +
<div class="clear"></div>
 +
<center>
 +
<img src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/f/ff/IGEM_official_gray.png"/>
 +
</center></div>
 +
 
 +
</td>
 +
</tr>
 +
</table>
 +
</td>
 +
<td  id="table_header_right">
 +
<table border=0  class="subtable_right">
 +
<tr>
 +
<td><img src="http://igem.bioquant.uni-heidelberg.de/mediawiki/images/b/bf/20100823_igemhd2010_2.jpg" 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>
 +
</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td id="table_footer_left">
 +
&nbsp;
 +
</td>
 +
<td  id="table_footer_right">&nbsp;
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
  </body>
</html>
</html>

Latest revision as of 01:00, 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, since focusing solely on DNA has often been inconvenient for medical purposes. We engineered a toolkit for standardized measurements of interactions between artificial miRNAs and their binding sites. From this data we were able to compute an in silico model integrating binding site properties and knockdown percentages. 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. This enabled us to overcome the natural limitations of virus selectivity. In the future, miBricks could be applied for treatment of diseases like Diabetes and Hemophilia, opening the doors to new Synthetic Biology based medical approaches.


Please click a Button to get more information!