Team:TU-Delft/Notebook
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | <html> | + | {{:Team:TU-Delft/Scripts}}{{:Team:TU-Delft/CSS}}{{:Team:TU-Delft/menu}} |
- | < | + | <html xmlns="http://www.w3.org/1999/xhtml"> |
- | + | <head> | |
- | / | + | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
+ | <title>TUDelft - Leiden iGEM 2012</title> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | <link rel="stylesheet" type="text/css" href="http://tudelftigem.nl/wiki/lightbox.css" media="screen" /> | |
- | + | <link href='http://fonts.googleapis.com/css?family=Francois+One&v2' rel='stylesheet' type='text/css'> | |
- | + | ||
- | + | ||
- | + | ||
- | + | <script type="text/javascript" src="http://tudelftigem.nl/wiki/prototype.js"></script> | |
- | + | <script type="text/javascript" src="http://tudelftigem.nl/wiki/scriptaculous.js?load=effects,builder"></script> | |
- | + | <script type="text/javascript" src="http://tudelftigem.nl/wiki/lightbox.js"></script> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <script src="http://widgets.twimg.com/j/2/widget.js"></script> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <style type="text/css"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | #notebook-container{ | |
- | + | background: none; | |
- | + | width:700px; | |
- | + | margin: 40px 15px 15px 3px; | |
- | + | float: left; | |
- | + | text-decoration:none; | |
- | + | border:none; | |
- | + | z-index:1; | |
- | + | ||
} | } | ||
- | + | #wetlab-column{ | |
- | + | position:relative; | |
- | + | float:left; | |
- | + | clear:right; | |
+ | width:185px; | ||
+ | background: url(http://homes.esat.kuleuven.be/~igemwiki/images/notebook_blue.png) repeat; | ||
+ | margin:0 20px 0 0; | ||
+ | padding:20px 15px 50px 15px; | ||
+ | border:0; | ||
} | } | ||
- | + | #wetlab-column-end{ | |
- | + | position:absolute; | |
+ | bottom:0px; | ||
+ | width:215px; | ||
+ | height:60px; | ||
+ | background: url(http://homes.esat.kuleuven.be/~igemwiki/images/notebook_blue_bottom.png) top left; | ||
+ | margin:0 0 -60px -15px; | ||
+ | padding:0; | ||
+ | border:0; | ||
} | } | ||
- | # | + | #modelling-column{ |
- | + | position:relative; | |
- | + | float:left; | |
- | + | clear:right; | |
- | + | width:185px; | |
+ | background: url(http://homes.esat.kuleuven.be/~igemwiki/images/notebook_orange.png) repeat; | ||
+ | margin:0 20px 0 0; | ||
+ | padding:20px 15px 50px 15px; | ||
+ | border:0; | ||
} | } | ||
- | # | + | #modelling-column-end{ |
- | + | position:absolute; | |
- | + | bottom:0px; | |
- | + | width:215px; | |
- | + | height:60px; | |
- | + | background: url(http://homes.esat.kuleuven.be/~igemwiki/images/notebook_orange_bottom.png) top left; | |
- | + | margin:0 0 -60px -15px; | |
+ | padding:0; | ||
+ | border:0; | ||
} | } | ||
- | # | + | #others-column{ |
- | + | position:relative; | |
- | + | float:left; | |
- | + | clear:right; | |
- | + | width:185px; | |
- | + | background: url(http://homes.esat.kuleuven.be/~igemwiki/images/notebook_yellow.png) repeat; | |
- | + | margin:0; | |
- | + | padding:20px 15px 50px 15px; | |
- | + | border:0; | |
} | } | ||
- | + | #others-column-end{ | |
- | + | position:absolute; | |
- | + | bottom:0px; | |
- | + | width:215px; | |
- | + | height:60px; | |
- | + | background: url(http://homes.esat.kuleuven.be/~igemwiki/images/notebook_yellow_bottom.png) top left; | |
- | + | margin:0 0 -60px -15px; | |
- | + | padding:0; | |
- | + | border:0; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .notebook-header{ | |
- | + | position:relative; | |
- | + | top:-20px; | |
- | + | margin:-25px 0 0 -15px; | |
- | + | ||
} | } | ||
- | + | .notebook-weekno{ | |
- | + | font-size:14px; | |
- | + | font-weight:bold; | |
- | + | text-transform:uppercase; | |
- | + | letter-spacing:1px; | |
- | + | text-decoration:underline; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .notebook-txt{ | |
- | + | font-size:13px; | |
- | + | margin:10px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .notebook-divider{ | |
- | + | background: transparent; | |
- | + | color: transparent; | |
- | + | border-left: none; | |
- | + | border-right: none; | |
- | + | border-top: none; | |
- | + | border-bottom: 3px dashed #000; | |
- | + | width:64px; | |
- | + | margin:40px auto 40px auto; | |
- | + | ||
} | } | ||
- | + | #notebook_submenu{ | |
- | # | + | position:absolute; |
- | + | top:0px; | |
- | + | margin:0 auto; | |
- | + | width:680px; | |
- | + | height:35px; | |
- | + | text-align:center; | |
- | + | background:#dbdae0; | |
- | + | padding:0; | |
} | } | ||
- | + | #notebook_submenu a{ | |
- | # | + | font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; |
- | + | color:#666; | |
- | + | font-size:12px; | |
- | + | text-transform:uppercase; | |
- | + | letter-spacing:1px; | |
- | + | margin:5px 0 0 0; | |
- | + | ||
} | } | ||
- | + | #notebook_submenu a:hover{ | |
- | # | + | color:#000; |
- | + | ||
- | + | ||
} | } | ||
- | + | #notebook-container a:link, a:active, a:visited{ | |
- | + | color:#10143a; | |
- | # | + | text-decoration:none; |
- | + | font-weight:bold; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | font- | + | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | #notebook-container a:hover{ |
- | + | color:#000; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | </style> | |
- | + | </head> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <body> | |
- | + | <img src="https://static.igem.org/mediawiki/igem.org/7/73/Backgroundextra.jpg" class="bg_team"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <!--<div id="logo_ed"><a href="https://2012.igem.org/Team:TU-Delft" 'onfocus=this.blur()'><img src="http://homes.esat.kuleuven.be/~igemwiki/images/logo.png" border="0" width="100" height="100"></a></div>--> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <div id="logo_igem"><object data="tudelftigem.nl/wiki/TU-Delft_igemlogo.html" style="overflow:hidden;" type="text/html" width="99" height="80"></object></div> | |
- | + | ||
- | + | ||
- | # | + | <div id="twitter_widget"> |
- | + | <a href="#" onfocus='blur()' onclick='javascript:this.parentNode.style.display="none"; return false;'><img src="tudelftigem.nl/wiki/close_button.png" width="10" height="10" style="margin: 0 0 0 140px;" alt="close"></a><script> | |
- | } | + | new TWTR.Widget({ |
+ | version: 2, | ||
+ | type: 'profile', | ||
+ | rpp: 3, | ||
+ | interval: 6000, | ||
+ | width: '120', | ||
+ | height: 210, | ||
+ | theme: { | ||
+ | shell: { | ||
+ | background: '#fff', | ||
+ | color: 'red' | ||
+ | }, | ||
+ | tweets: { | ||
+ | background: '#fff', | ||
+ | color: '#10143a', | ||
+ | links: '#00a6d6' | ||
+ | } | ||
+ | }, | ||
+ | features: { | ||
+ | scrollbar: false, | ||
+ | loop: false, | ||
+ | live: true, | ||
+ | hashtags: true, | ||
+ | timestamp: true, | ||
+ | avatars: false, | ||
+ | behavior: 'all' | ||
+ | } | ||
+ | }).render().setUser('TudelftIgem2012').start(); | ||
+ | </script> | ||
+ | </div> | ||
- | + | <!--<div id="social_linkall"><a href="http://bit.ly/qebk0N" target="_blank"><img src="http://homes.esat.kuleuven.be/~igemwiki/images/twitter_allmedia.png" width="120" height="35" border="0" /></a></div>--> | |
- | + | ||
- | + | ||
- | + | <!--<div id="social_icons"><object data="http://homes.esat.kuleuven.be/~igemwiki/html/social_icons.html" style="overflow:hidden;" type="text/html" width="110" height="24"></object></div>--> | |
- | + | ||
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | + | <div id="notebook-container"> | |
- | + | <div id="notebook_submenu"><a href="https://2012.igem.org/Team:TU-Delft/Notebook" style="color:#10143a; border-bottom:2px solid #10143a;">Weekly notebook</a> <a href="https://2012.igem.org/Team:TU-Delft/Notebook/daily">Daily notebook</a></div> | |
- | + | ||
- | + | <!-- WETLAB PART --> | |
- | + | <div id="wetlab-column"> | |
- | + | <div id="wetlab-column-end"></div> | |
+ | <span class="notebook-header"><img src="http://homes.esat.kuleuven.be/~igemwiki/images/notebook_top_wetlab.png"</span><br> | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blahblah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blahblah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blahblah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blahblah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blahblah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt"></span><hr class="notebook-divider"> | |
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | ||
- | + | ||
+ | <span class="notebook-weekno">Week </span><br> | ||
+ | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | ||
+ | </span><hr class="notebook-divider"> | ||
+ | </div> | ||
+ | <!-- END WETLAB PART --> | ||
- | + | <!-- MODELLING PART --> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <div id="modelling-column"> | |
- | + | <div id="modelling-column-end"></div> | |
- | + | <span class="notebook-header"><img src="http://homes.esat.kuleuven.be/~igemwiki/images/notebook_top_model.png"</span><br> | |
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blah</span></span><hr class="notebook-divider"> | |
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt"></span></span><hr class="notebook-divider"> | |
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt"></span><hr class="notebook-divider"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt"></span><hr class="notebook-divider"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blah</span></span><hr class="notebook-divider"> | |
- | + | <!-- END MODELLING PART --> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <!-- OTHERS PART --> | ||
- | + | <div id="others-column"> | |
- | + | <div id="others-column-end"></div> | |
- | + | <span class="notebook-header">blah<img src="http://homes.esat.kuleuven.be/~igemwiki/images/notebook_top_others.png"</span><br> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blah</span></span><hr class="notebook-divider"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <span class="notebook-weekno">Week </span><br> | ||
+ | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blah</span><hr class="notebook-divider"> <br> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | <span class="notebook-weekno">Week /span><br> | |
- | + | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <span class="notebook-weekno">Week /span><br> | |
- | + | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | |
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | <span class="notebook-weekno">Week </span><br> | |
+ | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | ||
- | + | <span class="notebook-weekno">Week </span><br> | |
- | + | <span class="notebook-txt">blah</span><hr class="notebook-divider"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <!--<span class="notebook-weekno">After European Jamboree</span><br> | ||
+ | <span class="notebook-txt">Now the wiki's unfrozen we continued our project.</span> --> | ||
+ | <hr class="notebook-divider"> | ||
+ | </div> | ||
+ | <!-- END OTHER PART --> | ||
+ | </div> | ||
- | + | </body> | |
- | + | </html> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
- | <html> | + |
Revision as of 12:18, 20 July 2012
Week
blahblah
Week
blahblah
Week
blahblah
Week
blahblah
Week
blahblah
Week
Week
blah
Week
blah
Week
blah
Week
blah
Week
blah
Week
blah
Week
Week
blah
Week
Week
Week
blah
blah
Week
blah
Week
blah
Week
blah
Week
blah
Week
blah
Week
blah
Week
blah
Week /span>
blah
Week /span>
blah
Week
blah
Week
blah
Week
blah
Week
blah
Week
blah
Week
blah
Week
blah
Week
blah
Week
blah
Week
blah
Week /span>
blah
Week /span>
blah
Week
blah
Week
blah
Week
blah