|
|
(5 intermediate revisions not shown) |
Line 1: |
Line 1: |
| {{:Team:KU Leuven/Template:Header}} | | {{:Team:KU Leuven/Template:Header}} |
| + | {{:Team:KU Leuven/Template:Style}} |
| {{:Team:KU Leuven/Template:Menu}} | | {{:Team:KU Leuven/Template:Menu}} |
- |
| |
| <html> | | <html> |
- | <head>
| |
- | <meta charset="utf-8">
| |
- | <meta name="viewport" content="width=device-width, initial-scale=1.0">
| |
- | <title>iGem</title>
| |
- |
| |
- | <link href="http://www.designingtest.org/iGem/bootstrap.min.css" rel="stylesheet">
| |
- | <link href="http://www.designingtest.org/iGem/bootstrap-responsive.min.css" rel="stylesheet">
| |
- | <link href="http://www.designingtest.org/iGem/style.css" rel="stylesheet">
| |
- | <link href="http://www.designingtest.org/iGem/timeline.css" rel="stylesheet">
| |
- | <link href="http://www.designingtest.org/iGem/bjqs.css"rel="Stylesheet"/>
| |
- |
| |
- | <!--[if lt IE 9]>
| |
- | <script src="http://css3-mediaqueries-js.googlecode.com/files/css3-mediaqueries.js"></script>
| |
- | <![endif]-->
| |
- |
| |
- | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
| |
- | <script src="http://www.designingtest.org/iGem/raphael-min.js"></script>
| |
- | <script src="http://www.designingtest.org/iGem/livicons-1.2.min.js"></script>
| |
- | <script src="http://www.designingtest.org/iGem/bjqs.min.js"></script>
| |
- |
| |
- | <!--[if lt IE 8]>
| |
- | <script src="http://www.designingtest.org/iGem/json2.min.js"></script>
| |
- | <![endif]-->
| |
- |
| |
- | <script>
| |
- | var ww = document.body.clientWidth;
| |
- |
| |
- | $(document).ready(function() {
| |
- | $('#banner-fade').bjqs({
| |
- | 'height' : 200,
| |
- | 'width' : 340,
| |
- | 'responsive' : true,
| |
- | 'showcontrols' : false,
| |
- | 'showmarkers' : false,
| |
- | 'usecaptions' : false,
| |
- | 'animspeed' : 6000
| |
- | });
| |
- |
| |
- | $(".nav li a").each(function() {
| |
- | if ($(this).next().length > 0) {
| |
- | $(this).addClass("parent");
| |
- | };
| |
- | })
| |
- |
| |
- | $(".toggleMenu").click(function(e) {
| |
- | e.preventDefault();
| |
- | $(this).toggleClass("active");
| |
- | $(".nav").toggle();
| |
- | });
| |
- | adjustMenu();
| |
- | })
| |
- |
| |
- | $(window).bind('resize orientationchange', function() {
| |
- | ww = document.body.clientWidth;
| |
- | adjustMenu();
| |
- | });
| |
- |
| |
- | var adjustMenu = function() {
| |
- | if (ww < 768) {
| |
- | $(".toggleMenu").css("display", "inline-block");
| |
- | if (!$(".toggleMenu").hasClass("active")) {
| |
- | $(".nav").hide();
| |
- | } else {
| |
- | $(".nav").show();
| |
- | }
| |
- | $(".nav li").unbind('mouseenter mouseleave');
| |
- | $(".nav li a.parent").unbind('click').bind('click', function(e) {
| |
- | // must be attached to anchor element to prevent bubbling
| |
- | e.preventDefault();
| |
- | $(this).parent("li").toggleClass("hover");
| |
- | });
| |
- | }
| |
- | else if (ww >= 768) {
| |
- | $(".toggleMenu").css("display", "none");
| |
- | $(".nav").show();
| |
- | $(".nav li").removeClass("hover");
| |
- | $(".nav li a").unbind('click');
| |
- | $(".nav li").unbind('mouseenter mouseleave').bind('mouseenter mouseleave', function() {
| |
- | // must be attached to li so that mouseleave is not triggered when hover over submenu
| |
- | $(this).toggleClass('hover');
| |
- | });
| |
- | }
| |
- | }
| |
- | </script>
| |
- |
| |
- | <script type="text/javascript">
| |
- | WebFontConfig = {
| |
- | google: { families: [ 'PT+Sans::latin' ] }
| |
- | };
| |
- | (function() {
| |
- | var wf = document.createElement('script');
| |
- | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
| |
- | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
| |
- | wf.type = 'text/javascript';
| |
- | wf.async = 'true';
| |
- | var s = document.getElementsByTagName('script')[0];
| |
- | s.parentNode.insertBefore(wf, s);
| |
- | })();
| |
- | </script>
| |
- |
| |
- | </head>
| |
- |
| |
| <body> | | <body> |
- | | + | <div id="container"> |
- | <div class="row-fluid"> | + | <div class="container"> |
- | <div class="span12 white">
| + | |
- | <h3>Index</h3>
| + | |
- | <div class="row-fluid">
| + | |
- | <div class="span4 greytext">
| + | |
- | <a href="#Methyl Salicylate"><h4>Methyl Salicylate</h4></a>
| + | |
- | <a href="#Effect on plants"><p>Plants</p></a>
| + | |
- | <a href="#Effect on predators"><p>Predators</p></a>
| + | |
- | <a href="#Effect on aphids"><p>Aphids</p></a>
| + | |
- | </div>
| + | |
- |
| + | |
- | <div class="span4 greytext">
| + | |
- | <a href="#Experiments"><h4>Experiments</h4></a>
| + | |
- | <a href="#Biobest and pc fruit insect experiments"><p>Insect experiments</p></a>
| + | |
- | <a href="#Methylsalicylate"><p>Methylsalicylate</p></a>
| + | |
- | </div>
| + | |
- | | + | |
- | <div class="span4 greytext">
| + | |
- | <a href="#Modelling"><h4>Modelling</h4></a>
| + | |
- | <a href="#Ecology Model"><p>Ecology Model</p></a>
| + | |
- | </div>
| + | |
- | | + | |
- | </div>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | | + | |
- | | + | |
| <!-- TITLE --> | | <!-- TITLE --> |
| | | |
| <div id="header" class="row-fluid"> | | <div id="header" class="row-fluid"> |
| <div class="span12"> | | <div class="span12"> |
- | <a id="Methyl Salicylate"></a>
| + | <h3>MethylSalicylate</h3> |
- | <h3>Methyl Salicylate</h3> | + | |
| </div> | | </div> |
| </div> | | </div> |
| | | |
- | <!-- Plants --> | + | |
| + | <!-- INTRO --> |
| + | |
| <div class="row-fluid"> | | <div class="row-fluid"> |
| <div class="span12 white"> | | <div class="span12 white"> |
- | <div class="row-fluid"> | + | <p align = "justify">Text</p> |
- | <div class="span4 greytext">
| + | |
- | <h3><br/></h3>
| + | |
- | <img src="https://static.igem.org/mediawiki/2013/1/17/MeSA.gif"/>
| + | |
- | <p>Figure 1ǀ Induced-resistance systems in plants</p>
| + | |
- | </div>
| + | |
- | | + | |
- | <div class="span8">
| + | |
- | <a id="Effect on plants"></a>
| + | |
- | <h3>Plants</h3>
| + | |
- | <p align="justify">Plant resistance to biotrophic pathogens is classically thought to be mediated through SA signalling. Salicylic acid (SA), a phenolic phytohormone, is involved in many functions such as mediating in plant defence against pathogens. SA induces the production of pathogenesis-related (PR) proteins and is involved in the systemic acquired resistance (SAR), which is a "whole-plant" resistance response that occurs following an earlier localised exposure to a pathogen. SAR is analogous to the innate immune system found in animals. The resistance observed following induction of SAR is effective against a wide range of pathogens and the activation of SAR requires the accumulation of endogenous SA. SA modifications such as methylation and amino acid conjugation provide biological specificity in plant defence responses (Loake et al. 2007).
| + | |
- | | + | |
- | Methyl salicylate (MeSA), a volatile ester, is normally absent in plants but is dramatically induced upon pathogen infection. It acts as a mobile or volatile inducer of SAR by carrying this ‘under attack’ signal to neighbouring plants, following hydrolysis by methyl esterase in it’s immediate surrounding. MeSA is synthesised by SA carboxyl methyltransferase (SAMT).
| + | |
- | | + | |
- | </p> | + | |
- | </div>
| + | |
- | </div>
| + | |
| </div> | | </div> |
| </div> | | </div> |
- | <br/>
| |
| | | |
- | <!-- Predators --> | + | |
| + | <!-- Modeling --> |
| <div class="row-fluid"> | | <div class="row-fluid"> |
- | <div class="span12 white"> | + | <div class="span12 icon-small white"> |
| <div class="row-fluid"> | | <div class="row-fluid"> |
- | <div class="span8"> | + | <div class="span2 bg-yellow visible-desktop"> |
- | <a id="Effect on predators"></a>
| + | <a href = "https://2013.igem.org/Team:KU_Leuven/Project/MeSa/modeling"> |
- | <h3>Predators</h3>
| + | <i class="livicon activeicon" data-name="laptop" data-onparent="true" data-color="white"></i> |
- | <p align="justify">Methyl salicylate (MeSA), a volatile ester, is normally absent in plants but is dramatically induced upon pathogen infection. It acts as a mobile or volatile inducer of SAR by carrying this ‘under attack’ signal to neighbouring plants, following hydrolysis by methyl esterase in it’s immediate surrounding. MeSA is synthesised by SA carboxyl methyltransferase (SAMT).</p> | + | |
| </div> | | </div> |
- |
| + | |
- | <div class="span4 greytext"> | + | <div class="span10 icon-text "> |
- | <h3><br/></h3> | + | <h3>Modeling</h3> </a> |
- | <img src="https://static.igem.org/mediawiki/2013/e/ee/Colored_aphids.jpg" alt="Aphid colors"/> | + | <div class="row-fluid"> |
- | <p>Figure 2ǀ Red, yellow-green and green pea aphids.</p>
| + | <div class="span12"> |
| + | <p align="justify">On this page we will talk about some more modeling stuff.</p> |
| + | </div> |
| + | </div> |
| </div> | | </div> |
| </div> | | </div> |
| </div> | | </div> |
| </div> | | </div> |
- | <br/>
| |
| | | |
- | <!-- Aphids --> | + | |
| + | <!-- Wetlab --> |
| <div class="row-fluid"> | | <div class="row-fluid"> |
- | <div class="span12 white"> | + | <div class="span12 icon-small white"> |
| <div class="row-fluid"> | | <div class="row-fluid"> |
- | <div class="span4 greytext"> | + | <div class="span2 bg-yellow visible-desktop"> |
- | <h3><br/></h3>
| + | <a href="https://2013.igem.org/Team:KU_Leuven/Project/MeSa/wetlab"> |
- | <img src="https://static.igem.org/mediawiki/2013/1/17/MeSA.gif"/>
| + | <i class="livicon activeicon" data-name="lab" data-onparent="true" data-color="white"></i> |
- | <p>Figure 1ǀ Induced-resistance systems in plants</p> | + | |
| </div> | | </div> |
- | | + | |
- | <div class="span8"> | + | <div class="span10 icon-text "> |
- | <a id="Effect on aphids"></a> | + | <h3>Wetlab</h3> </a> |
- | <h3>Aphids</h3> | + | <div class="row-fluid"> |
- | <p align="justify">Plant resistance to biotrophic pathogens is classically thought to be mediated through SA signalling. Salicylic acid (SA), a phenolic phytohormone, is involved in many functions such as mediating in plant defence against pathogens. SA induces the production of pathogenesis-related (PR) proteins and is involved in the systemic acquired resistance (SAR), which is a "whole-plant" resistance response that occurs following an earlier localised exposure to a pathogen. SAR is analogous to the innate immune system found in animals. The resistance observed following induction of SAR is effective against a wide range of pathogens and the activation of SAR requires the accumulation of endogenous SA. SA modifications such as methylation and amino acid conjugation provide biological specificity in plant defence responses (Loake et al. 2007).
| + | <div class="span12"> |
- | | + | <p align="justify">Wetlabbing</p> |
- | Methyl salicylate (MeSA), a volatile ester, is normally absent in plants but is dramatically induced upon pathogen infection. It acts as a mobile or volatile inducer of SAR by carrying this ‘under attack’ signal to neighbouring plants, following hydrolysis by methyl esterase in it’s immediate surrounding. MeSA is synthesised by SA carboxyl methyltransferase (SAMT).
| + | </div> |
- | | + | </div> |
- | </p> | + | |
| </div> | | </div> |
| </div> | | </div> |
| </div> | | </div> |
| </div> | | </div> |
- | <br/> | + | |
| + | |
| + | </body> |
| + | </html> |