Team:TU-Delft/Test

From 2012.igem.org

(Difference between revisions)
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" />
+
#menu, #menu ul {
 +
list-style:none;
 +
padding:0;
 +
margin:0;
 +
}
 +
#menu li {
 +
float:left;
 +
position:relative;
 +
line-height: 4.5em;
 +
width: 10em;
 +
}
 +
#menu li ul {
 +
position:absolute;
 +
margin-top:-1em;
 +
margin-left:.5em;
 +
display:none;
 +
}
 +
#menu ul li ul {
 +
margin-top:-3em;
 +
margin-left:7em;
 +
}
-
<script type="text/javascript" src="tudelftigem.nl/wiki/prototype.js"></script>
+
#menu a {
-
<script type="text/javascript" src="http://tudelftigem.nl/wiki/scriptaculous.js?load=effects,builder"></script>
+
display:block;
-
<script type="text/javascript" src="tudelftigem.nl/wiki/lightbox.js"></script>
+
border-right:1px solid #fff;
 +
background:#E0F574;
 +
color:#3B3B3B;
 +
text-decoration:none;
 +
padding:0 10px;
 +
}
 +
#menu a:hover {
 +
background-color:#5798B4;
 +
color:#fff;
 +
}
 +
#menu ul {
 +
border-top:1px solid #fff;
 +
}
 +
#menu ul a {
 +
border-right:none;
 +
border-right:1px solid #fff;
 +
border-bottom:1px solid #fff;
 +
border-left:1px solid #fff;
 +
background:#AEC245;
 +
}
-
 
+
/* SHOW SUBMENU 1 */
-
 
+
#menu li:hover ul, #menu li.over ul {
-
 
+
display:block;
-
 
+
-
<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
+
#menu li:hover ul ul, #menu li.over ul ul {
-
{
+
display:none;
-
$(".submenu").show();
+
}
-
$(this).attr('id', '1');
+
/* SHOW SUBMENU 2 */
 +
#menu ul li:hover ul, #menu ul li.over ul {
 +
display:block;
}
}
-
});
 
-
//Mouse click on sub menu
+
<body>
-
$(".submenu").mouseup(function()
+
-
{
+
-
return false
+
-
});
+
-
//Mouse click on my account link
+
<ul id="menu">
-
$(".account").mouseup(function()
+
<li><a href="#" title="Homepage" class="selected">Homepage</a></li>
-
{
+
<li><a href="#" title="About us">About us</a></li>
-
return false
+
<li><a href="#" title="Projects">Projects</a>
-
});
+
<ul>
-
 
+
<li><a href="#" title="Older projects">Older projects</a>
-
 
+
<ul>
-
//Document Click
+
<li><a href="#" title="2003 projects">2003 projects</a></li>
-
$(document).mouseup(function()
+
<li><a href="#" title="2004 projects">2004 projects</a></li>
-
{
+
<li><a href="#" title="2005 projects">2005 projects</a></li>
-
$(".submenu").hide();
+
</ul>
-
$(".account").attr('id', '');
+
</li>
-
});
+
<li><a href="#" title="Active projects">Active projects</a>
-
});
+
<ul>
-
</script>
+
<li><a href="#" title="Leaf industries">Leaf industries</a></li>
-
 
+
<li><a href="#" title="Omnicron">Omnicron</a></li>
-
 
+
<li><a href="#" title="Unkown.com">Unkown.com</a></li>
-
 
+
</ul>
-
 
+
</li>
-
 
+
</ul>
-
 
+
</li>
-
 
+
<li><a href="#" title="Contact">Contact</a></li>
-
 
+
</ul>
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
+
-
 
+
-
</head>
+
-
 
+
-
<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="twitter_widget">
+
-
<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>
+
-
 
+
-
 
+
-
<script>
+
-
new TWTR.Widget({
+
-
  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; " >
+
-
<script type="text/javascript">
+
-
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' };
+
-
 
+
-
(function ()
+
-
{ var s = document.createElement('script');
+
-
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>
+
-
 
+
-
</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>
</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 -->
 

Revision as of 01:27, 27 October 2012

Menu #menu, #menu ul { list-style:none; padding:0; margin:0; } #menu li { float:left; position:relative; line-height: 4.5em; width: 10em; } #menu li ul { position:absolute; margin-top:-1em; margin-left:.5em; display:none; } #menu ul li ul { margin-top:-3em; margin-left:7em; } #menu a { display:block; border-right:1px solid #fff; background:#E0F574; color:#3B3B3B; text-decoration:none; padding:0 10px; } #menu a:hover { background-color:#5798B4; color:#fff; } #menu ul { border-top:1px solid #fff; } #menu ul a { border-right:none; border-right:1px solid #fff; border-bottom:1px solid #fff; border-left:1px solid #fff; background:#AEC245; } /* SHOW SUBMENU 1 */ #menu li:hover ul, #menu li.over ul { display:block; } #menu li:hover ul ul, #menu li.over ul ul { display:none; } /* SHOW SUBMENU 2 */ #menu ul li:hover ul, #menu ul li.over ul { display:block; }