<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://cisr.ucr.edu/">
  <channel>
    <title>uncategorized</title>
    <link>https://cisr.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Laurel wilt of Avocado</title>
  <link>https://cisr.ucr.edu/blog/2010/03/03/laurel-wilt-avocado</link>
  <description>&lt;span&gt;Laurel wilt of Avocado&lt;/span&gt;
&lt;span&gt;&lt;span&gt;Anonymous (not verified)&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2020-01-19T18:32:56-08:00" title="Sunday, January 19, 2020 - 18:32"&gt;Sun, 01/19/2020 - 18:32&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://cisr.ucr.edu/blog"&gt;More Blog Posts&lt;/a&gt;
    
            
                &lt;picture&gt;
                  &lt;source srcset="https://cisr.ucr.edu/sites/default/files/styles/article_header_l/public/ploetz.jpg?h=985758b4&amp;amp;itok=4w-_m2qR 1x" media="all and (min-width: 1401px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://cisr.ucr.edu/sites/default/files/styles/article_header_l/public/ploetz.jpg?h=985758b4&amp;amp;itok=4w-_m2qR 1x" media="all and (min-width: 1025px) and (max-width: 1400px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://cisr.ucr.edu/sites/default/files/styles/article_header_m/public/ploetz.jpg?h=985758b4&amp;amp;itok=BhWMrvdX 1x" media="all and (min-width: 768px) and (max-width: 1024px)" type="image/jpeg" width="1023" height="450"&gt;
              &lt;source srcset="https://cisr.ucr.edu/sites/default/files/styles/article_header_s/public/ploetz.jpg?h=985758b4&amp;amp;itok=SRETp-iT 1x" type="image/jpeg" width="767" height="767"&gt;
                  &lt;img loading="eager" width="1170" height="450" src="https://cisr.ucr.edu/sites/default/files/styles/article_header_l/public/ploetz.jpg?h=985758b4&amp;amp;itok=4w-_m2qR" alt="Laurel wilt of Avocado Poster"&gt;

  &lt;/picture&gt;

        
            CISR Team    
            &lt;time datetime="2010-03-03T12:00:00Z"&gt;March 03, 2010&lt;/time&gt;
    
            &lt;div alt="Laurel wilt of Avocado Poster" data-embed-button="media_browser" data-entity-embed-display="media_image" data-entity-embed-display-settings="{&amp;quot;image_style&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;image_link&amp;quot;:&amp;quot;&amp;quot;}" data-entity-type="media" data-entity-uuid="67483a5d-f033-40f6-a43e-19460d68513c" data-langcode="en" title="Laurel wilt of Avocado Poster" class="embedded-entity"&gt;  &lt;img loading="lazy" src="https://cisr.ucr.edu/sites/default/files/ploetz.jpg" alt="Laurel wilt of Avocado Poster" title="Laurel wilt of Avocado Poster"&gt;

&lt;/div&gt;


&lt;p&gt;Randy Ploetz has made&amp;nbsp;available&amp;nbsp;an excellent outline for Laurel Wilt on Avocado. He outlines the “Basic and applied pathology research” he has been working on. &amp;nbsp;&lt;a href="https://cisr.ucr.edu/sites/g/files/rcwecm2631/files/2020-01/ploetz_laurel_wilt_florida_symposium_november_2009.pdf" target="_blank"&gt;Click here for the PDF&lt;/a&gt;&lt;/p&gt;
    &lt;div class="tags-title"&gt;Tags&lt;/div&gt;
  &lt;div class="tags-list"&gt;
          &lt;div&gt;&lt;a href="https://cisr.ucr.edu/tags/uncategorized" hreflang="en"&gt;uncategorized&lt;/a&gt;&lt;/div&gt;
      &lt;/div&gt;
&lt;div class="sharing-title"&gt;Share This&lt;/div&gt;&lt;span class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://cisr.ucr.edu/blog/2010/03/03/laurel-wilt-avocado" data-a2a-title="Laurel wilt of Avocado"&gt;&lt;a class="a2a_button_facebook"&gt;&lt;/a&gt;&lt;a class="a2a_button_x"&gt;&lt;/a&gt;&lt;a class="a2a_button_linkedin"&gt;&lt;/a&gt;&lt;a class="a2a_button_google_plus"&gt;&lt;/a&gt;&lt;a class="a2a_button_email"&gt;&lt;/a&gt;&lt;a class="a2a_button_printfriendly"&gt;&lt;/a&gt;&lt;a class="a2a_dd addtoany_share" aria-label="more options to share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fcisr.ucr.edu%2Fblog%2F2010%2F03%2F03%2Flaurel-wilt-avocado&amp;amp;title=Laurel%20wilt%20of%20Avocado"&gt;&lt;/a&gt;&lt;/span&gt;&lt;script&gt;
    (function () {
        const customClassName = 'show-for-sr';
        const targetContainer = document.querySelector('.a2a_kit.addtoany_list');
        
        if (!targetContainer) return;

        const addClassToLabels = () =&gt; {
            const labels = targetContainer.querySelectorAll('.a2a_label');
            if (labels.length &gt; 0) {
                labels.forEach(label =&gt; {
                    if (!label.classList.contains(customClassName)) {
                        label.classList.add(customClassName);
                    }
                });
                console.log('Successfully applied show-for-sr class to AddToAny labels.');
                return true;
            }
            return false;
        };

        const observerConfig = { childList: true, subtree: true };
        const observer = new MutationObserver((mutationsList, observer) =&gt; {
            if (addClassToLabels()) {
                observer.disconnect();
            }
        });

        if (!addClassToLabels()) {
            observer.observe(targetContainer, observerConfig);
        }
    })();
&lt;/script&gt;</description>
  <pubDate>Mon, 20 Jan 2020 02:32:56 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">936 at https://cisr.ucr.edu</guid>
    </item>

  </channel>
</rss>
