|
|
(61 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | {{:Team:TU-Delft/Scripts}}{{:Team:TU-Delft/CSSLaksh}}{{:Team:TU-Delft/menu}}
| |
| <html> | | <html> |
- | <head>
| + | <title>Menu</title> |
- | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
| + | |
- | <title>TUDelft -Leiden iGEM 2012</title> | + | |
| | | |
- | <link rel="stylesheet" type="text/css" href="https://2012.igem.org/Team:TU-Delft/CSSLaksh" media="screen" />
| |
| | | |
| + | <style type="text/css"> |
| | | |
- | <script type="text/javascript" src="tudelftigem.nl/wiki/prototype.js"></script>
| + | #centeredmenu_bg{ |
- | <script type="text/javascript" src="http://tudelftigem.nl/wiki/scriptaculous.js?load=effects,builder"></script>
| + | position:fixed; |
- | <script type="text/javascript" src="tudelftigem.nl/wiki/lightbox.js"></script>
| + | top:0px; |
| + | background:#ffffff; /* the white line behind the main menu*/ |
| + | left:0px; |
| + | width:100%; |
| + | height:70px; |
| + | z-index:999; |
| + | } |
| | | |
| | | |
| + | #navLaksh { |
| | | |
| + | position:fixed; |
| + | width:850px; |
| + | top:15px; |
| + | left:40%; |
| + | right:60%; |
| + | margin: 0 0 0 -230px; |
| + | z-index:1001; |
| | | |
| + | font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; |
| + | font-size:14px; |
| + | /*letter-spacing:1px;*/ |
| + | text-transform:uppercase; |
| | | |
- |
| |
- | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js
| |
- | "></script>;
| |
- | <script type="text/javascript" >
| |
- | $(document).ready(function()
| |
- | {
| |
- |
| |
- | $(".account").click(function()
| |
- | {
| |
- | var X=$(this).attr('id');
| |
- | if(X==1)
| |
- | {
| |
- | $(".submenu").hide();
| |
- | $(this).attr('id', '0');
| |
- | }
| |
- | else
| |
- | {
| |
- | $(".submenu").show();
| |
- | $(this).attr('id', '1');
| |
| } | | } |
| | | |
- | });
| + | #navLaksh li { |
| | | |
- | //Mouse click on sub menu
| + | float: left; |
- | $(".submenu").mouseup(function()
| + | padding-right:0.5cm; |
- | {
| + | } |
- | return false
| + | |
- | }); | + | |
| | | |
- | //Mouse click on my account link
| + | #navLaksh li:hover { position: relative } |
- | $(".account").mouseup(function()
| + | #navLaksh li:hover > a { |
- | { | + | background: #FFFFFF; |
- | return false
| + | |
- | }); | + | } |
| + | #navLaksh li.sub:hover > a { |
| + | box-shadow: 5px 5px 25px #000; |
| + | -moz-box-shadow: 5px 5px 25px #000; |
| + | -webkit-box-shadow: 5px 5px 25px #000; |
| + | } |
| | | |
| + | #navLaksh li a { |
| + | color: #000000; |
| + | font-weight: bold; |
| + | text-decoration: none; |
| + | padding: 12px; |
| + | display: block; |
| + | } |
| + | #navLaksh li a:hover { background-color: #FFFFFF; } |
| + | |
| + | #navLaksh li ul { |
| + | background: #fff; |
| + | margin-top: -2px; |
| + | display: none; |
| + | } |
| + | #navLaksh li:hover ul { |
| + | display:block; |
| + | position:absolute; |
| + | } |
| | | |
- | //Document Click
| + | #navLaksh li ul { |
- | $(document).mouseup(function()
| + | |
- | { | + | |
- | $(".submenu").hide();
| + | |
- | $(".account").attr('id', '');
| + | |
- | });
| + | |
- | });
| + | |
- | </script>
| + | |
| | | |
| + | background: rgba(255,255,255,1); |
| + | padding: 10px 5px; |
| + | |
| + | box-shadow: 5px 5px 25px #000; |
| + | -moz-box-shadow: 5px 5px 25px #000; |
| + | -webkit-box-shadow: 5px 5px 25px #000; |
| + | |
| + | border-radius: 10px; |
| + | -moz-border-radius: 10px; |
| + | -webkit-border-radius: 10px; |
| + | |
| + | } |
| + | #navLaksh li ul li a, #navLaksh li ul li a:hover { |
| + | |
| + | background: solid; |
| + | color: #000; |
| + | width: 150px; |
| + | font-size: 0.95em; |
| + | font-weight: normal; |
| + | } |
| + | #navLaksh li ul li a:hover { text-decoration: underline; |
| + | box-shadow: 5px 5px 25px #000; |
| + | -moz-box-shadow: 5px 5px 25px #000; |
| + | -webkit-box-shadow: 5px 5px 25px #000; |
| + | |
| + | border-radius: 10px; |
| + | -moz-border-radius: 10px; |
| + | -webkit-border-radius: 10px; |
| + | |
| + | } |
| | | |
| | | |
| | | |
| + | </style> |
| | | |
| | | |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | <script src="http://widgets.twimg.com/j/2/widget.js"></script>
| |
- |
| |
- | </head>
| |
| | | |
| <body> | | <body> |
- | <div style="height:70px; width:100%;"></div>
| |
- | <img src="https://static.igem.org/mediawiki/igem.org/7/74/Background_greenlamp.jpg" class="bg_team">
| |
| | | |
- | <div id="logo_ed"><a href="https://2012.igem.org/Team:TU-Delft" 'onfocus=this.blur()'><img src="https://static.igem.org/mediawiki/igem.org/8/88/Logoigemklein.png" border="0" width="100" height="100"></a></div> | + | |
| + | <div id="centeredmenu_bg"></div> |
| + | <ul id="navLaksh"> |
| | | |
| + | <li class="on"><a href="https://2012.igem.org/Team:TU-Delft">Home</a></li> |
| + | |
| + | <li class="off"><a href="https://2012.igem.org/Team:TU-Delft/Team2">Team</a></li> |
| | | |
| + | <li class="off"><a href="https://2012.igem.org/Team:TU-Delft/overview">Wetlab</a> |
| + | <ul> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/overview" style="left">Overview</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/part1" style="left">Receptor</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/part2" style="left">Reporter</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/part3" style="left">Snifferomyces</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/protocols" style="left">Protocols</a></li> |
| + | |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/Snifferometer" style="left">Sniffer-o-meter</a></li> |
| + | <li><a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2012&group=TU-Delft" style="left" target="_blank">Biobricks</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/receptordesign" style="left">DIY Receptor Design</a></li> |
| + | |
| | | |
| | | |
- | <div id="twitter_widget"> | + | </ul> |
- | <a href="http://www.thenewview.eu/igem/wiki/photos/close_button.png" onfocus='blur()' onclick='javascript:this.parentNode.style.display="none"; return false;'><img src="http://www.thenewview.eu/igem/wiki/photos/close_button.png" width="10" height="10" style="margin: 0 0 0 140px;" alt="close"></a> | + | </li> |
| + | |
| + | <li class="off"><a href="https://2012.igem.org/Team:TU-Delft/Modeling">Modeling</a> |
| + | <ul> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/Modeling" style="left">Overview</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/Modeling/StructuralModeling" style="left">Structural Model</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/Modeling/SingleCellModel" style="left">Single Cell Pathway Model</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/Analysis" style="left">Pathway Model Analysis</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/Modeling/Diffusion" style="left">Diffusion Model</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/Modeling/StochasticSensitivitySpecificityAnalysis" style="left">Sensitivity-Specificity Analysis</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/informationtheory" style="left" target="_blank">Information Processing Model </a></li> |
| | | |
| + | </ul> |
| + | </li> |
| + | |
| + | <li class="off"><a href="https://2012.igem.org/Team:TU-Delft/Notebook">Notebook</a> |
| + | <ul> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/Notebook" style="left">Week Diary</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/brainstorming" style="left">Brainstorming</a></li> |
| + | </ul> |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li class="off"><a href="https://2012.igem.org/Team:TU-Delft/HP">Human Practice</a> |
| + | <ul> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/HumanOutreach" style="left">Human Outreach</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/HP">Human Practice</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/Publicity" style="left">Publicity</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/Games" style="left">Games</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/Ethics" style="left">Ethics</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/Safety" style="left">Safety</a></li> |
| | | |
- | <script> | + | </ul> |
- | new TWTR.Widget({
| + | </li> |
- | version: 2,
| + | |
- | type: 'profile',
| + | |
- | rpp: 3,
| + | |
- | interval: 6000,
| + | |
- | width: '120',
| + | |
- | height: 210,
| + | |
- | theme: {
| + | |
- | shell: {
| + | |
- | background: '#fff',
| + | |
- | color: '#00a6d6'
| + | |
- | },
| + | |
- | 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 id="clustrmaps-widget" style=" position:fixed; bottom:0px; left:0px; " > | + | <li class="off"><a>More</a> |
- | <script type="text/javascript"> | + | <ul> |
- | var _clustrmaps = {'url' : 'https://2012.igem.org/Team:TU-Delft', 'user' : 1038920, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2012-08-25', 'lang' : 'en', 'corners' : 'square' };
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/crowdfunding" style="left">Crowdfunding</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/Acknowledgements" style="left">Acknowledgments</a></li> <!--https://2012.igem.org/Team:TU-Delft/Achievements--> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/Collaboration" style="left">Collaboration</a></li> |
| + | <li><a href="https://2012.igem.org/Team:TU-Delft/achievements" style="left">Achievements</a></li> |
| + | </ul> |
| + | </li> |
| | | |
- | (function ()
| + | |
- | { var s = document.createElement('script');
| + | <li class="off"><a href="https://2012.igem.org/Team:TU-Delft/Contact" style="left">Contact</a></li> |
- | s.type = 'text/javascript';
| + | |
- | s.async = true;
| + | |
- | s.src = 'http://www4.clustrmaps.com/counter/map.js';
| + | |
- | var x = document.getElementsByTagName('script')[0];
| + | |
| | | |
- | x.parentNode.insertBefore(s, x);})();
| + | |
- | s.setAttribute("style","position: fixed; top: 0; bottom:0;");
| + | |
- | </script><noscript><a href="http://www4.clustrmaps.com/user/155fda48"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/2012.igem.org-Team-TU-Delft-thumb.jpg" alt="Locations of visitors to this page" /></a></noscript></div>
| + | </ul> |
- | | + | |
- | </div>
| + | |
- | | + | |
- | <!--SOCIAL MEDIA LINK <div id="social_linkall"><a href="http://bit.ly/qebk0N" target="_blank"><img src="tudelftigem.nl/wiki/twitter_allmedia.png" width="120" height="35" border="0" /></a></div> -->
| + | |
- | | + | |
- | <!--SOCIAL ICONS - view source <div id="social_icons"><object data="tudelftigem.nl/wiki/social_icons.html" style="overflow:hidden;" type="text/html" width="110" height="24"></object></div> -->
| + | |
- | <div id="contentbox" style="text-align:justify;">
| + | |
- | <!-- logo photos TUDELFT Leiden-->
| + | |
- | | + | |
- | <center>
| + | |
- | <img src="https://static.igem.org/mediawiki/2012/a/aa/Header3Test3.png">
| + | |
- | </center>
| + | |
- | | + | |
- | <!--<img src="https://static.igem.org/mediawiki/igem.org/5/5a/Logotudelft.png" align="middle" width=280 height=110>
| + | |
- | <img src="https://static.igem.org/mediawiki/2012/0/0c/Leiden_logo.jpg" align="middle" width=280 height=100>-->
| + | |
- | <!-- end logo photos -->
| + | |
- | <br/>
| + | |
- | | + | |
- | <h3home>Snifferomyces</h3home><br/>
| + | |
- | | + | |
- | <font size="2" face="sans-serif">Snifferomyces is a modular system, used in the detection of volatile compounds. It has in the membrane a <b>G-protein–coupled receptor</b> that can bind to a <b>specific signal</b>, once bound it then <b>switches on a signaling machinery</b> which <b>transmits</b> this <b>information</b> over the plasma membrane and through the cell to <b>produce a Quantitative response</b> in the form of <a href="https://2012.igem.org/Team:TU-Delft/part2"><b>fluorescence</b></a>. Using the Snifferomyces, our <b>aim</b> is to develop a <b>universal olfactory system</b> which <b>allows scientists</b> to <a href="https://2012.igem.org/Team:TU-Delft/part1#A3"><b>introduce olfactory</a> receptors in yeast with minimal effort.</b>
| + | |
- | <br/>
| + | |
- | <b>G-protein–coupled receptors (GPCRs)</b> are one of the most important classes of proteins in living organisms that allows <b>transmission of a wide variety of signals</b> over the cell membrane, between cells and over long distances in the human body, thus acting as both the <b>gatekeepers</b> and <b>molecular messengers</b> of the cell. The importance of these receptors is emphasized by the <b>Nobel prize</b> awarded in 2004 for the discoveries of <b>"odorant receptors and the organization of the olfactory system"</b> and in 2012 for <b>"studies of G-protein–coupled receptors".</b></p>
| + | |
- | | + | |
- | </font>
| + | |
- | | + | |
- | <br/>
| + | |
- | | + | |
- | <center>
| + | |
- | <table style="height: 150px; width: 590px; " cellspacing="0" cellpadding="0">
| + | |
- | | + | |
- | <tr>
| + | |
- | <td > | + | |
- | <a href="https://2012.igem.org/Team:TU-Delft/overview" target="_blank"><img src="https://static.igem.org/mediawiki/2012/5/59/GreenContentBoxWL.jpg" height="140px" width="140px"/></a>
| + | |
- | </td>
| + | |
- |
| + | |
- | <td >
| + | |
- | <a href="https://2012.igem.org/Team:TU-Delft/Modeling" target="_blank"><img src="https://static.igem.org/mediawiki/2012/3/34/GreenContentBoxModel.jpg" height="140px" width="140px"/></a>
| + | |
- | </td>
| + | |
- | <td >
| + | |
- | <a href="https://2012.igem.org/Team:TU-Delft/Snifferometer" target="_blank"><img src="https://static.igem.org/mediawiki/2012/4/4e/GreenContentBoxSnifferometer.jpg" height="140px" width="140px" /></a>
| + | |
- | </td>
| + | |
- |
| + | |
- | <td >
| + | |
- | <a href="https://2012.igem.org/Team:TU-Delft/HP" target="_blank"><img src="https://static.igem.org/mediawiki/2012/6/61/GreenContentBoxHumanPractise.jpg" height="140px" width="140px"/></a>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | </center>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | <center>
| + | |
- | <a href="https://2012.igem.org/Team:TU-Delft/receptordesign" target="_blank"><img src="https://static.igem.org/mediawiki/2012/6/6c/Applications.png" width="550" /></a>
| + | |
- | </center>
| + | |
- | | + | |
- | <br/>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <img src="https://static.igem.org/mediawiki/igem.org/f/fd/Achievementlink.jpg" name="kugroup" width="300" border="0" id="kugroup" />
| + | |
- | | + | |
- | <ul><li><a href="https://2012.igem.org/Team:TU-Delft/part1"> Localization of receptor NR1 using FLAG </a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:TU-Delft/part1#P7"> Activation of receptor NR1 by the ligand niacin </a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:TU-Delft/part2#A2"> Activation of the reporter by the native ligand alpha pheromone</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:TU-Delft/part1#P8"> Providing a platform to swap receptors, promoters and terminators more easy</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:TU-Delft/Modeling/Diffusion">Device design for yeast olfactory detector</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:TU-Delft/Modeling/SingleCellModel">Deterministic and stochastic simulations and property analyses of pathway model</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:TU-Delft/Modeling/SingleCellModel">Data fitting for deterministic pathway model</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:TU-Delft/Modeling/StructuralModeling#A1">Prediction of a ligand-binding niche within the human niacin receptor 1 with Molecular Dynamics simulations </a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:TU-Delft/HumanOutreach">To find stake holders and create awareness among our project, we presented our project to a very large audience by participating in several events like Llowlab on Lowlands and the Floriade.</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:TU-Delft/HP">Our main goal is to innovate a diagnostic tool for tuberculosis, one of the major health issues in the world</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:TU-Delft/Collaboration">We have provided the iGEM Paris 2012 team two Biobricks. Together with the Amsterdam team we were able to organize a crash course on the area of synthetic biology and we were honored to attend the LIFE-symposium with the Cambrigde 2010-team.</a></li>
| + | |
- | </ul>
| + | |
- | | + | |
- | <center><iframe src="http://www.thenewview.eu/igem/wiki/photos/photoslide.html" style="width:570px; height:330px; border:0;"></iframe></center>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <hr/>
| + | |
- | <h5> Do not forget to get our app at your phone!! Stay informed about all the updates in our wiki through your android !! To download it press <a href="https://play.google.com/store/apps/details?id=com.vansteinengroentjes.apps.igem" target="_blank">here</a> </h5><br/>
| + | |
- | <hr/>
| + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | <!-- calls facebook page is connected through the scripts page-->
| + | |
- | <div id="contentbox" style="text-align:justify;" class="fb-like-box" data-href="https://www.facebook.com/TudelftIgem2012" data-width="600" data-show-faces="false" data-stream="true" data-header="false"></div>
| + | |
- | | + | |
- | | + | |
- |
| + | |
- | | + | |
- | | + | |
- | <a href='https://2012.igem.org/Main_Page' target="_blank"><div id='logo_igem2'></div><a/>
| + | |
| | | |
| </body></html> | | </body></html> |
- |
| |
- | <div id="contentbox"> {{:Team:TU-Delft/Footer}} </div> <!-- Sponsors table. make changes in https://2012.igem.org/Team:TU-Delft/Footer -->
| |