Biomod/2011/TUM/TNT/Home

From OpenWetWare
Revision as of 09:09, 14 September 2011 by Sarah Hintermayer (talk | contribs) (New page: <html> <style> #column-one { display:none; width:0px; } #content { width: 0px; margin: 0 auto auto 0; padding: 1em 1em 1em 1em; position: center; } #column-content...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

<html> <style>

  1. column-one {
   display:none;
   width:0px;

}

  1. content {
  width: 0px;
  margin: 0 auto auto 0;
  padding: 1em 1em 1em 1em;
  position: center;
}
  1. column-content {
  width: 0px;
  float: left;
  margin: 0 0 0 0;
  padding: 0;

}

.firstHeading {

   display:none;
   width:0px;

}

  1. globalWrapper{
  width:800px;

}

  1. column-one {
   display:none;
   width:0px;

}

  1. content{
  margin: 0 0 0 0;
  padding: 1em 1em 1em 1em;
  position: center;
  width: 800px;
}

.container{

   width: 800px;
   margin: auto;
   background-color: #f5f5f5;
   text-align:justify;
   font-family: helvetica, arial, sans-serif;
   color:#555555;
   margin-top:25px; 

}

  1. bodyContent{
  width: 800px;
  position: center;

}

  1. column-content{
  width: 800px

} .firstHeading {

   display:none;
   width:0px;

}

  1. header{
  position: center;
  width: 800px;

} </style>

<head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <meta name="author" content="Sarah Hintermayer" /> <!--CSS Sheets-->

   <link href="http://muaddib.bplaced.net/style/style.css" rel="stylesheet" type="text/css" />
   <link rel="stylesheet" type="text/css" href="http://muaddib.bplaced.net/engine1/style.css"       media="screen" />
   <link rel="stylesheet" href="http://muaddib.bplaced.net/menue/style.css" type="text/css" />

<!--Scripts-->

   <script type="text/javascript" src="http://muaddib.bplaced.net/scripts/menue.js"></script>
   <script type="text/javascript" src="http://muaddib.bplaced.net/scripts/jquery.js"></script>
   <script type="text/javascript" src="http://muaddib.bplaced.net/scripts/scripts.js"></script>
   <script type="text/javascript" src="http://muaddib.bplaced.net/engine1/jquery.js"></script>
   <script src="karussell/AC_RunActiveContent.js" language="javascript"></script>
   

<title>

       TUM NanU - Home   

</title> </head>

<body bgcolor="#F0F0F0"> <!-- Header--> <div class="container">

   <div id="header">
       <img src="http://openwetware.org/images/5/5c/Header2.png" />
   </div> 
   

<!--Menue-->

<ul id="css3menu1" class="topmenu"> <li class="topfirst"><a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT" title="Main Page" style="width:200px;height:15px;line-height:15px;">Main Page</a>

       </li>

<li><a href="#" title="Project" style="width:200px;height:15px;line-height:15px;"><span>Project</span></a> <ul> <li><a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Team" title="Item 3 0">Team</a></li> <li><a href="#" title="Item 3 1">Item 3 1</a></li> <li><a href="#" title="Item 3 2">Item 3 2</a></li> </ul> </li>

<li><a href="http://openwetware.org/wiki/Tnt_-_Labbook" title="Labbook" style="width:200px;height:15px;line-height:15px;"><span>Labbook</span></a> <ul> <li><a href="#" title="Item 1 0">Item 1 0</a></li> <li><a href="#" title="Item 1 1">Item 1 1</a></li> <li><a href="#" title="Item 1 2">Item 1 2</a></li> </ul> </li>

<li class="toplast"><a href="#" title="Item 2" style="width:200px;height:15px;line-height:15px;"><span>Results</span></a> <ul> <li><a href="#" title="Item 2 0">Item 2 0</a></li> <li><a href="#" title="Item 2 1">Item 2 1</a></li> <li><a href="#" title="Item 2 2">Item 2 2</a></li> </ul> </li> </ul> </div> </body> </html>

Abstract Links
Welcome to the TUM Biomod project 2011! It was a ......... Here's a brief introduction…

“Zitat- falls jemand was gutes kennt” - xy

Nanobiology offers a great opportunity to design anything you can imagine. At the beginning of this project we there were many ideas we discussed and finally we decided to build a DNA based sensor. We wanted to design a structure, that enables you to identify the influence DNA intercalating or binding molecules have on twist and length of the DNA using FRET labeld staples. The advantage of FRET on the one hand is the easy detection via flourecent measurements and on the other hand the easy positioning of the labels on the structur. The TEM pictures we took are a control to confirm our results from the FRET experiments.

You can take a look at our structure below. Follow the link to take a quick tour of the wiki. The links on the right lead to elements we think might beinteresting additions to the core project. Or just head for the main menu above if you know what you're looking for.


<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 <script type="text/javascript">
  $(document).ready(function(){
   $('#lside1').mouseover(function() {
    $('#lside1').stop().animate({backgroundPosition: '0px 0px'}, 1000);
   });
   $('#lside1').mouseleave(function() {
    $('#lside1').stop().animate({backgroundPosition: '-250px 0px'}, 1000);
   });
   $('#lside2').mouseover(function() {
    $('#lside2').stop().animate({backgroundPosition: '0px 0px'}, 1000);
   });
   $('#lside2').mouseleave(function() {
    $('#lside2').stop().animate({backgroundPosition: '-250px 0px'}, 1000);
   });
   $('#lside3').mouseover(function() {
    $('#lside3').stop().animate({backgroundPosition: '0px 0px'}, 1000);
   });
   $('#lside3').mouseleave(function() {
    $('#lside3').stop().animate({backgroundPosition: '-250px 0px'}, 1000);
   });
  });
 </script>
 <style type="text/css">
  #side1 {
   width: 250px;
   height: 100px;
   position: relative;
   top: 0px;
   left: 0px;}
  #lside1 {
   width: 250px;
   height: 100px;
   background: url(http://www.tftshop.net/Testbild_100ppi.jpg) -250px 0px no-repeat;
   position: absolute;
   top: 0px;
   left: 0px;}
  #side2 {
   width: 250px;
   height: 100px;
   position: relative;
   top: 110px;
   left: 0px;}
  #lside2 {
   width: 250px;
   height: 100px;
   background: url(http://www.tftshop.net/Testbild_100ppi.jpg) -250px 0px no-repeat;
   position: absolute;
   top: 0px;
   left: 0px;}
  #side3 {
   width: 250px;
   height: 100px;
   position: relative;
   top: 110px;
   left: 0px;}
  #lside3 {
   width: 250px;
   height: 100px;
   background: url(http://www.tftshop.net/Testbild_100ppi.jpg) -250px 0px no-repeat;
   position: absolute;
   top: 0px;
   left: 0px;}
 </style>
</head>
<body>
 <div id='side1'>
  <a

href='http://2010.igem.org/Team:Imperial_College_London/Software_Tool' id='lside1'></a>

  <div id='side2'>
   <a href='http://2010.igem.org/Team:Imperial_College_London/Software_Tool' id='lside1'></a>
   <div id='side3'>
    <a href='http://2010.igem.org/Team:Imperial_College_London/Software_Tool' id='lside1'></a>
   </div>
  </div>
 </div>
</body>

</html>

Take the tour...
Structure
<html>


//<link rel="stylesheet" type="text/css" href="slider/css/slider.css" /> //<script type="text/javascript" src="slider/js/mootools.js"></script> //<script type="text/javascript" src="more.js"></script> //<script type="text/javascript" src="slider/js/slider.js"></script>

//<!-- ### Slideshow Code Anfang ### -->

<div id="nunodesign_contentSlider"> <div id="nd_contentSlider_linkBox">


</div><br style="clear:both;" /> </div> <div id="nunodesign_contentSlider_switcher"> <p> <img src="images/closepfeil.png" alt="closebutton" /> <span id="nd_contentSlider_closeButton" style=" margin-top:0px;;">close</span> </p> <span id="nd_contentSlider_creditsButton">+</span>

</div>


//<!-- ### Slideshow Code Ende ### -->


<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript">

$(document).ready(function(){
 $('#mainpic').attr('src', 

'http://www.tftshop.net/Testbild_100ppi.jpg');

 $('#mainpic').attr('src', 

'http://australian-kanguru-watchers.de/wp-content/uploads/2009/11/dnet24-testbild.jpg');

 $('#mainpic').attr('src', 

'http://eschbaer.de/wp-content/uploads/final_testbild.png');

 $('#mainpic').attr('src', 

'http://www.media-digest.com/wp-content/uploads/2009/05/test-pattern-briefs.jpg');

 $("#but1").mouseenter(function() {
  $('#mainpic').attr('src', 'http://www.cnet.co.uk/i/c/rv/e/digitalcameras/fujifilm/finepix_f200exr/f200exrstorygraphic1large.jpg');
 });
 $("#but2").mouseenter(function() {
  $('#mainpic').attr('src', 

'http://xmas.tfoe.net/img/testbild.jpg');

 });
 $("#but3").mouseenter(function() {
  $('#mainpic').attr('src', 

'http://www.tv-testbild.com/bilder/nbc-320.jpg');

 });
 $("#but4").mouseenter(function() {
  $('#mainpic').attr('src', 

'http://www.tv-testbild.com/pictures/orf2.jpg');

 });
});

</script> <style type="text/css">

#maincon {
 width:800px;
 position:relative;}
#mainpic {
 width:800px;}
#but1 {
 width:60px;
 height:60px;
 position:absolute;
 left:88px;
 top:19px;
 z-index:2;
 background-image:url('http://2010.igem.org/wiki/images/b/b7/ICblank.png');}
#but2 {
 width:60px;
 height:60px;
 position:absolute;
 left:489px;
 top:220px;
 z-index:2;
 background-image:url('http://2010.igem.org/wiki/images/b/b7/ICblank.png');}
#but3 {
 width:60px;
 height:60px;
 position:absolute;
 left:320px;
 top:302px;
 z-index:2;
 background-image:url('http://2010.igem.org/wiki/images/b/b7/ICblank.png');}
#but4 {
 width:60px;
 height:60px;
 position:absolute;
 left:509px;
 top:4px;
 z-index:2;
 background-image:url('http://2010.igem.org/wiki/images/b/b7/ICblank.png');}

</style>

<div id="maincon">
<img id="mainpic" />
 <div id="but1">
 </div>
 <div id="but2">
 </div>
 <div id="but3">
 </div>
 <div id="but4">
 </div>
</div>

</html>


About Biomod Sponsored By
The Biomod is ……… competition. Student teams are given the opportunity to……... Working at their own schools over the summer, they design……………. This project design and competition offers the unique opportunity to………..

<html>

<a href="http://www.wdrmaus.de/">
 <img src="http://www.aba-fachverband.org/uploads/RTEmagicC_Logo_Maus.gif.gif" />
</a>

</html>

<html>
<a href="http://www.wdrmaus.de/">
 <img src="http://www.aba-fachverband.org/uploads/RTEmagicC_Logo_Maus.gif.gif" />
</a>

</html>

<html>
<a href="http://openwetware.org/index.php?title=Biomod/2011/TUM/TNT/Maus">
 <img src="http://www.aba-fachverband.org/uploads/RTEmagicC_Logo_Maus.gif.gif" />
</a>

</html>