Biomod/2013/LMU/solution

From OpenWetWare
Revision as of 16:46, 25 October 2013 by Sebastian Huber (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

<html>

<head>

<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>

</head>



<style>

/*BUT ACTUALLY*/ body {

 font-family: 'Open Sans', sans-serif;
 overflow-y: scroll;

}

.container {

 background-color: #0000ff;
 margin-top:10px

} .OWWNBcpCurrentDateFilled { display: none; }

h5 {

 font-family: 'Open Sans', sans-serif;
 font-size: 12px;
 font-style: normal;
 text-align: center;
 margin:0px;
 padding:0px;

}

  1. column-content

{

 width: 5px; 
 float: left; 
 margin: 0 0 0 0;
 padding: 0;

} .firstHeading {

 display:none;
 width:0px;

}

  1. column-one

{

 display:none; 
 width:0px;
 background-color: #ffffff;

}

  1. globalWrapper

{

 width: 1000px;
 background-color: #ffffff;
 margin-left: auto;
 margin-right: auto

}

  1. content

{

 margin: 0 0 0 0;
 align: center;
 padding: 12px 12px 12px 12px;
 width: 976px;
 background-color: #ffffff; border: 0;

}

  1. bodyContent

{

 width: 950px;
 align: center;
 background-color: #ffffff;

}

  1. column-content

{

 width: 1000px;
 background-color: #ffffff;

}

  1. footer

{

 position: center;
 width: 1000px;

} @media screen {

   body { background: #000000 0 0 no-repeat;  /* changed default background */ }

}

  1. menu

{

 position: fixed;
 float: left;
 width: 190px;
 padding: 5px;
 background-color: #FFFFFF;
 font-size: 15px;
 font-style: normal;
 text-align: left;
 margin:0px;
 padding:0px;

}

  1. pagecontent

{

 float: right;
 width: 720px;
 margin-left: 300px;
 min-height: 500px

}

  1. toc { display: none; }

/*Expanding list*/ ul { list-style: disc; } ul.a { list-style: none; }

  1. exp li ul { display: none; }
  2. exp li:hover ul { display: block; }
  3. exp li a:active ul { display: block; }

a:link {color:#275ca8;} a:visited {color:#54c3f1;} /* visited link */ a:hover {color:#c2e5f8;} /* mouse over link */ a:active {color:#214897; } /* selected link */

</style> <body> </body> </html>


In this section we would liked to present the method, which finally led to success, in more detail.
In principal, our work could be divided in three parts:


<html>

<script type="text/javascript"> if (document.images) {

   img1 = new Image();
   img1.src = "http://openwetware.org/images/4/4e/LMU2013_tree.png";
   img2 = new Image();
   img2.src = "http://openwetware.org/images/d/d2/LMU2013_tree_coating1.png;
   img3 = new Image();
   img3.src = "http://openwetware.org/images/9/99/LMU2013_tree_origami1.png";
   img4 = new Image();
   img4.src = "http://openwetware.org/images/7/7c/LMU2013_tree_assembly1.png";

} </script>

<div style="text-align:center; width:720px; margin-left:auto; margin-right:auto;"> <img id="Image-Maps_4201310241337063" src="http://openwetware.org/images/4/4e/LMU2013_tree.png" usemap="#Image-Maps_4201310241337063" border="0" width="720" height="789" alt="" /> <map id="_Image-Maps_4201310241337063" name="Image-Maps_4201310241337063"> <area shape="rect" coords="0,0,267,598" href="http://openwetware.org/wiki/Biomod/2013/LMU/coating" alt="Coating" title="Coating" onMouseOver="if(document.images) document.getElementById('Image-Maps_4201310241337063').src= 'http://openwetware.org/images/d/d2/LMU2013_tree_coating1.png';" onMouseOut="if(document.images) document.getElementById('Image-Maps_4201310241337063').src= 'http://openwetware.org/images/4/4e/LMU2013_tree.png';" /> <area shape="rect" coords="449,0,715,599" href="http://openwetware.org/wiki/Biomod/2013/LMU/origamidesign" alt="Origami-Design" title="Origami-Design" onMouseOver="if(document.images) document.getElementById('Image-Maps_4201310241337063').src= 'http://openwetware.org/images/9/99/LMU2013_tree_origami1.png';" onMouseOut="if(document.images) document.getElementById('Image-Maps_4201310241337063').src= 'http://openwetware.org/images/4/4e/LMU2013_tree.png';" /> <area shape="rect" coords="266,447,449,784" href="http://openwetware.org/wiki/Biomod/2013/LMU/assembly" alt="Assembly" title="Assembly" onMouseOver="if(document.images) document.getElementById('Image-Maps_4201310241337063').src= 'http://openwetware.org/images/7/7c/LMU2013_tree_assembly1.png';" onMouseOut="if(document.images) document.getElementById('Image-Maps_4201310241337063').src= 'http://openwetware.org/images/4/4e/LMU2013_tree.png';" /> </map> </div>


</html>