<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://cnasscholarships.ucr.edu/">
  <channel>
    <title>UC Agriculture and Natural Resources</title>
    <link>https://cnasscholarships.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Grape Day shows San Joaquin Valley growers ‘what works in our area, for our crops’</title>
  <link>https://cnasscholarships.ucr.edu/media/2025/08/20/grape-day-shows-san-joaquin-valley-growers-what-works-our-area-our-crops</link>
  <description>&lt;span&gt;Grape Day shows San Joaquin Valley growers ‘what works in our area, for our crops’&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2025-08-21T10:01:39-07:00" title="Thursday, August 21, 2025 - 10:01"&gt;Thu, 08/21/2025 - 10:01&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://cnasscholarships.ucr.edu/in-the-media"&gt;More CNAS in the Media&lt;/a&gt;
    
            Michael Hsu | UC ANR    
            &lt;time datetime="2025-08-20T12:00:00Z"&gt;August 20, 2025&lt;/time&gt;
    
            &lt;p&gt;UC ANR - Grape Day at the Kearney Agricultural Research and Extension Center – a time-honored learning event dating to the late 1960s – was convened again on Aug. 12 for wine, table and raisin grape growers to hear about the latest field trials and innovations.&lt;/p&gt;&lt;p&gt;“The primary purpose of Grape Day is to showcase research that University of California faculty, specialists and advisors are doing to benefit the California grape industry, and particularly for growers in the San Joaquin Valley,” said Matthew Fidelibus, UC Cooperative Extension specialist in the UC Davis Department of Viticulture and Enology.&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;At the first stop, &lt;a href="https://profiles.ucr.edu/andreas.westphal" target="_blank" title="Andreas Westphal"&gt;&lt;strong&gt;Andreas Westphal&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, professor of Cooperative Extension in the Department of Nematology at UC Riverside&lt;/strong&gt;, provided an overview on the biology of nematodes – microscopic roundworms that can rob grapevines of vigor and yield.&lt;/p&gt;&lt;p&gt;Then &lt;a href="https://profiles.ucr.edu/ashraf.elkereamy" target="_blank" title="Ashraf El-kereamy"&gt;&lt;strong&gt;Ashraf El-kereamy&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, UCCE specialist in the Department of Botany and Plant Sciences at UC Riverside&lt;/strong&gt;, shared the results of testing two products aimed at mitigating heat stress on table grapes.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://ucanr.edu/blog/food-blog/article/grape-day-shows-san-joaquin-valley-growers-what-works-our-area-our-crops" target="_blank" title="Read the Full Article" aria-label="Read the Full Article"&gt;Read the Full Article&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&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://cnasscholarships.ucr.edu/tags/department-nematology" hreflang="en"&gt;Department of Nematology&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/department-botany-plant-sciences" hreflang="en"&gt;Department of Botany &amp;amp; Plant Sciences&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/uc-agriculture-and-natural-resources" hreflang="en"&gt;UC Agriculture and Natural Resources&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://cnasscholarships.ucr.edu/media/2025/08/20/grape-day-shows-san-joaquin-valley-growers-what-works-our-area-our-crops" data-a2a-title="Grape Day shows San Joaquin Valley growers ‘what works in our area, for our crops’"&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%2Fcnasscholarships.ucr.edu%2Fmedia%2F2025%2F08%2F20%2Fgrape-day-shows-san-joaquin-valley-growers-what-works-our-area-our-crops&amp;amp;title=Grape%20Day%20shows%20San%20Joaquin%20Valley%20growers%20%E2%80%98what%20works%20in%20our%20area%2C%20for%20our%20crops%E2%80%99"&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>Thu, 21 Aug 2025 17:01:39 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3895 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>UC Riverside CE Specialists, Advisors, and Faculty Showcase Agriculture Research Taking Place at UCR</title>
  <link>https://cnasscholarships.ucr.edu/news/2025/04/15/uc-riverside-ce-specialists-advisors-and-faculty-showcase-agriculture-research</link>
  <description>&lt;span&gt;UC Riverside CE Specialists, Advisors, and Faculty Showcase Agriculture Research Taking Place at UCR&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2025-04-15T09:38:26-07:00" title="Tuesday, April 15, 2025 - 09:38"&gt;Tue, 04/15/2025 - 09:38&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://cnasscholarships.ucr.edu/news"&gt;More College News&lt;/a&gt;
    
            
                &lt;picture&gt;
                  &lt;source srcset="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_l/public/ce-specialist-advisors-faculty-collaboration-meeting-more-college-news-header-1920x450.jpg?h=35d27844&amp;amp;itok=4YqwaSP4 1x" media="all and (min-width: 1401px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_l/public/ce-specialist-advisors-faculty-collaboration-meeting-more-college-news-header-1920x450.jpg?h=35d27844&amp;amp;itok=4YqwaSP4 1x" media="all and (min-width: 1025px) and (max-width: 1400px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_m/public/ce-specialist-advisors-faculty-collaboration-meeting-more-college-news-header-1920x450.jpg?h=35d27844&amp;amp;itok=-MSPlWrU 1x" media="all and (min-width: 768px) and (max-width: 1024px)" type="image/jpeg" width="1023" height="450"&gt;
              &lt;source srcset="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_s/public/ce-specialist-advisors-faculty-collaboration-meeting-more-college-news-header-1920x450.jpg?h=35d27844&amp;amp;itok=yv-vyS_o 1x" type="image/jpeg" width="767" height="767"&gt;
                  &lt;img loading="eager" width="1170" height="450" src="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_l/public/ce-specialist-advisors-faculty-collaboration-meeting-more-college-news-header-1920x450.jpg?h=35d27844&amp;amp;itok=4YqwaSP4" alt="UC Riverside CE Specialists, Advisors, and Faculty Showcase"&gt;

  &lt;/picture&gt;

        
            &lt;time datetime="2025-04-15T12:00:00Z"&gt;April 15, 2025&lt;/time&gt;
    
            &lt;p&gt;UC Riverside’s College of Natural &amp;amp; Agricultural Sciences (CNAS) convened a meeting of UC Cooperative Extension (CE) Specialists, Advisors, and Faculty to foster collaborations and showcase agricultural research at UC Riverside. The meeting, held Feb. 18, featured researchers and professors from CNAS and &lt;a href="https://www.engr.ucr.edu/" target="_blank" title="BCOE"&gt;BCOE&lt;/a&gt; who addressed topics effecting agriculture and natural resources (ANR) that are critically important for the state.&lt;/p&gt;
&lt;p&gt;They were joined by keynote speakers and special guests, &lt;a href="https://ucanr.edu/people/glenda-l-humiston" target="_blank" title="Glenda Humiston"&gt;Glenda Humiston&lt;/a&gt;, Vice President, UC Agriculture and Natural Resources, and &lt;a href="https://ucanr.edu/people/brent-hales" target="_blank" title="Brent Hales"&gt;Brent Hales&lt;/a&gt;, Associate Vice President, Research and Cooperative Extension, UC Agriculture and Natural Resources, who represented the UC system at large.&lt;/p&gt;
&lt;p&gt;After CNAS Divisional Dean of Agricultural and Natural Resources, &lt;a href="https://profiles.ucr.edu/patricia.springer" target="_blank" title="Patty Springer"&gt;Patty Springer&lt;/a&gt;, welcomed attendees to the meeting, &lt;a href="https://profiles.ucr.edu/peter.atkinson" title="Peter Atkinson"&gt;Peter Atkinson&lt;/a&gt;, CNAS Dean, reminded the audience that we are living in challenging times heightened by one universal fact: agriculture is “phenomenally important.”&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div alt="UC Riverside CE Specialists, Advisors, and Faculty Showcase Attendees" title="ce-specialist-advisors-faculty-collaboration-meeting-more-college-news-3" data-entity-type="media" data-entity-uuid="2b73c65d-0f97-410c-9e0a-e5cd0fec60ec" data-embed-button="media_browser" data-entity-embed-display="media_image" data-entity-embed-display-settings="{&amp;quot;image_style&amp;quot;:&amp;quot;scale_367&amp;quot;,&amp;quot;image_link&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;image_loading&amp;quot;:{&amp;quot;attribute&amp;quot;:&amp;quot;lazy&amp;quot;}}" class="align-right embedded-entity" data-langcode="en"&gt;  &lt;img loading="lazy" src="https://cnasscholarships.ucr.edu/sites/default/files/styles/scale_367/public/ce-specialist-advisors-faculty-collaboration-meeting-more-college-news-3.jpg?itok=IP1hlH1T" alt="UC Riverside CE Specialists, Advisors, and Faculty Showcase Attendees" title="ce-specialist-advisors-faculty-collaboration-meeting-more-college-news-3"&gt;


&lt;/div&gt;

&lt;p&gt;"UCR builds upon the success of our predecessors, who more than a century ago helped address challenges in the citrus industry," he said. "Our university has been a transformative force for Riverside, Southern California, and across the nation, and we are well-positioned to continue making a meaningful impact throughout the 21st century."&lt;/p&gt;
&lt;p&gt;"The UC system is an incredible network of institutions, and UC Riverside plays a vital role within it," he continued. "Today, we celebrate the groundbreaking work of our researchers at UCR.”&lt;/p&gt;
&lt;p&gt;In her remarks, Dr. Humiston painted a picture of what UC ANR strives to accomplish. She said: “We cultivate thriving communities, sustainable agriculture, resilient ecosystems, and economic prosperity in California through development and sharing of equitable and collaborative science-based solutions that have national and global impact.”&lt;/p&gt;
&lt;p&gt;One initiative she discussed focused on increasing awareness and advocacy for agriculture-oriented policies. "We share your research findings and ensure that individuals receive the necessary training to effectively communicate science to policymakers—not only in the state legislature but also in local government, economic development associations, special districts, and beyond" Ms. Humiston said.&lt;/p&gt;
&lt;p&gt;Dean Atkinson views UC ANR as a valuable and dynamic resource. "It’s a highly collaborative effort where, in meetings like this, we can share what we’re doing and how it can be applied in the field. It’s about bridging foundational science with real-world applications to drive meaningful market outcomes. These meetings are essential because they connect scientific research with practical implementation—creating a powerful synergy."&lt;/p&gt;
&lt;p&gt;According to Dean Springer, the topics presented at the meeting highlight just a portion of the research currently underway at UCR.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Xylella fastidiosa, a Bacterial Pathogen at the Nexus of Parasitism and Commensalism&lt;/em&gt;&lt;br&gt;Caroline Roper, Professor of Plant Pathology, MPP&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Reprogramming Plant Hormone Receptors as Sensors for Biotechnology&lt;/em&gt;&lt;br&gt;Ian Wheeldon, Professor of Chemical and Environmental Engineering&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Developing and Deploying Citrus Rootstocks with Tolerance to Huanglongbing Disease&lt;/em&gt;&lt;br&gt;Danelle Seymour, Assistant Professor of Genetics, BPSC&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Turfgrass Research and Outreach in California and the Southwest&lt;/em&gt;&lt;br&gt;Christian Bowman, Postdoc, Baird Lab, BPSC&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Autonomous Agricultural Robots in Support of Sustainable Crop Production&lt;/em&gt;&lt;br&gt;Konstantinos Karydis, Associate Professor of Electrical and Computer Engineering and Director of the Center for Robotics and Intelligent Systems&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Exploring New Opportunities for Control of Cattle Ectoparasites&lt;/em&gt;&lt;br&gt;Alec Gerry, Professor of Veterinary Entomology and CE Specialist, ENT&lt;br&gt;Amy Murillo, Assistant Professor of Veterinary Entomology, ENT&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Advancing Agricultural and Urban Water Management in Southern California Through a Collaborative, Integrated Research and Extension Approach&lt;/em&gt;&lt;br&gt;Amir Verdi, Associate Professor and CE Specialist of Agricultural and Urban Water Management, ENSC&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The Nolux Project: Deep Space Food Production System&lt;/em&gt;&lt;br&gt;Nico Franco, CEO &amp;amp; Co-founder,&amp;nbsp;&lt;a href="https://www.seedorina.com/" target="_blank" title="Seedorina"&gt;Seedorina&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;figure role="group" class="align-right"&gt;
&lt;div alt="Brent Hales, Glenda Humiston, Christopher Lynch, and Peter Atkinson" data-embed-button="media_browser" data-entity-embed-display="media_image" data-entity-embed-display-settings="{&amp;quot;image_style&amp;quot;:&amp;quot;scale_367&amp;quot;,&amp;quot;image_link&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;image_loading&amp;quot;:{&amp;quot;attribute&amp;quot;:&amp;quot;lazy&amp;quot;}}" data-entity-type="media" data-entity-uuid="5f201b64-312c-48b8-b626-5fb7ef831497" title="ce-specialist-advisors-faculty-collaboration-meeting-more-college-news-2" data-langcode="en" class="embedded-entity"&gt;  &lt;img loading="lazy" src="https://cnasscholarships.ucr.edu/sites/default/files/styles/scale_367/public/ce-specialist-advisors-faculty-collaboration-meeting-more-college-news-2.jpg?itok=si6gxajP" alt="Brent Hales, Glenda Humiston, Christopher Lynch, and Peter Atkinson" title="ce-specialist-advisors-faculty-collaboration-meeting-more-college-news-2"&gt;


&lt;/div&gt;

&lt;figcaption&gt;Brent Hales, Glenda Humiston, Christopher Lynch, and Peter Atkinson&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;In addition to the opening and closing statements by Deans Atkinson and Springer, other remarks were given by &lt;a href="https://profiles.ucr.edu/christopher.lynch" target="_blank" title="Christopher Lynch"&gt;Christopher Lynch&lt;/a&gt;, Dean of the Marlan and Rosemary Bourns College of Engineering.&lt;/p&gt;
&lt;p&gt;"Our faculty is eager to engage in discussions about solutions and strategies for the challenges facing our state," said Dean Atkinson. "I’m highly optimistic about our local environment, climate, and demographics. The Inland Empire reflects the future demographics of the U.S., giving us a unique opportunity at the College to provide young people with a strong foundation in science—especially in all aspects of agriculture."&lt;/p&gt;
&lt;p&gt;He continued, "Many people associate agriculture solely with soil and planting, but it also involves cutting-edge technologies that create future job opportunities. At its core, agriculture is preventative medicine. By developing innovative ways to grow healthy plants, we not only strengthen the food supply but also contribute to public health by reducing illness."&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&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://cnasscholarships.ucr.edu/tags/uc-agriculture-and-natural-resources" hreflang="en"&gt;UC Agriculture and Natural Resources&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://cnasscholarships.ucr.edu/news/2025/04/15/uc-riverside-ce-specialists-advisors-and-faculty-showcase-agriculture-research" data-a2a-title="UC Riverside CE Specialists, Advisors, and Faculty Showcase Agriculture Research Taking Place at UCR"&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%2Fcnasscholarships.ucr.edu%2Fnews%2F2025%2F04%2F15%2Fuc-riverside-ce-specialists-advisors-and-faculty-showcase-agriculture-research&amp;amp;title=UC%20Riverside%20CE%20Specialists%2C%20Advisors%2C%20and%20Faculty%20Showcase%20Agriculture%20Research%20Taking%20Place%20at%20UCR"&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>Tue, 15 Apr 2025 16:38:26 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3818 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>Termites can't hide from heat and essential oils, finds UCCE study</title>
  <link>https://cnasscholarships.ucr.edu/media/2020/10/29/termites-cant-hide-heat-and-essential-oils-finds-ucce-study</link>
  <description>&lt;span&gt;Termites can't hide from heat and essential oils, finds UCCE study&lt;/span&gt;
&lt;span&gt;&lt;span&gt;ilseu&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2020-11-03T09:51:34-08:00" title="Tuesday, November 3, 2020 - 09:51"&gt;Tue, 11/03/2020 - 09:51&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://cnasscholarships.ucr.edu/in-the-media"&gt;More CNAS in the Media&lt;/a&gt;
    
            Pamela Kan-Rice | UC Agricultural &amp;amp; Natural Resources    
            &lt;time datetime="2020-10-29T12:00:00Z"&gt;October 29, 2020&lt;/time&gt;
    
            &lt;p&gt;UC ANR - Termites can eat you out of house and home by chewing through wood and weakening the structure. The results of a new termite study led by entomologists at UC Riverside may enable homeowners to&amp;nbsp;rid their homes of termites with a safer,&amp;nbsp;effective pest control approach.&amp;nbsp;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;“Combining a volatile essential oil with heat might reduce callbacks for pest management professionals and potentially lead to lower risk of heat damage to things in the homes,” said &lt;strong&gt;&lt;a href="https://profiles.ucr.edu/app/home/profile/dchoe003" target="_blank"&gt;Dong-Hwan Choe&lt;/a&gt;&lt;/strong&gt;, UC Cooperative Extension specialist in the Department of Entomology at UC Riverside.&lt;/p&gt;

&lt;figure role="group" class="embedded-entity align-center"&gt;
&lt;div aria-label="UC ANR Experts work on making termite treatment less harmful to humans and pets" data-embed-button="media_browser" data-entity-embed-display="view_mode:media.embedded" data-entity-embed-display-settings="[]" data-entity-type="media" data-entity-uuid="81120f1d-4e82-485f-be8e-fc35032c551b" data-langcode="en"&gt;&lt;div&gt;
  
  
            &lt;div class="video-embed-field-provider-youtube video-embed-field-responsive-video"&gt;&lt;iframe allowfullscreen="allowfullscreen" frameborder="0" height="480" src="https://www.youtube.com/embed/vgz74JSOOmk?autoplay=0&amp;amp;start=0&amp;amp;rel=0" title="YouTube | Termite heat treatment- english" width="854"&gt;&lt;/iframe&gt;
&lt;/div&gt;
    
&lt;/div&gt;
&lt;/div&gt;
&lt;figcaption&gt;UC ANR Experts work on making termite treatment less harmful to humans and pets&lt;/figcaption&gt;
&lt;/figure&gt;



&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;a aria-label="Read the Article" class="btn-ucr" href="https://ucanr.edu/blogs/blogcore/postdetail.cfm?postnum=44033" target="_blank" title="Read the Article"&gt;Read the Article&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&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://cnasscholarships.ucr.edu/tags/department-entomology" hreflang="en"&gt;Department of Entomology&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/dong-hwan-choe" hreflang="en"&gt;Dong-Hwan Choe&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/termites" hreflang="en"&gt;Termites&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/uc-agriculture-and-natural-resources" hreflang="en"&gt;UC Agriculture and Natural Resources&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://cnasscholarships.ucr.edu/media/2020/10/29/termites-cant-hide-heat-and-essential-oils-finds-ucce-study" data-a2a-title="Termites can't hide from heat and essential oils, finds UCCE study"&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%2Fcnasscholarships.ucr.edu%2Fmedia%2F2020%2F10%2F29%2Ftermites-cant-hide-heat-and-essential-oils-finds-ucce-study&amp;amp;title=Termites%20can%27t%20hide%20from%20heat%20and%20essential%20oils%2C%20finds%20UCCE%20study"&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>Tue, 03 Nov 2020 17:51:34 +0000</pubDate>
    <dc:creator>ilseu</dc:creator>
    <guid isPermaLink="false">2381 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>UC ANR to work with farmers to apply artificial intelligence technologies in the field</title>
  <link>https://cnasscholarships.ucr.edu/media/2020/06/24/uc-anr-work-farmers-apply-artificial-intelligence-technologies-field</link>
  <description>&lt;span&gt;UC ANR to work with farmers to apply artificial intelligence technologies in the field&lt;/span&gt;
&lt;span&gt;&lt;span&gt;ilseu&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2020-06-24T14:16:06-07:00" title="Wednesday, June 24, 2020 - 14:16"&gt;Wed, 06/24/2020 - 14:16&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://cnasscholarships.ucr.edu/in-the-media"&gt;More CNAS in the Media&lt;/a&gt;
    
            Jeannette E. Warnert | UC Agriculture and Natural Resources    
            &lt;time datetime="2020-06-24T12:00:00Z"&gt;June 24, 2020&lt;/time&gt;
    
            &lt;p&gt;UC ANR - UC Agriculture and Natural Resources will receive $865,000 to help farmers in the Colorado River basin and the Salinas Valley integrate digital tools and artificial intelligence into their growing systems. The funds are part of a $10 million&amp;nbsp;&lt;a href="https://news.ucr.edu/articles/2020/06/22/ucr-wins-10-million-develop-ai-sustainable-agriculture"&gt;Sustainable Agricultural Systems grant&lt;/a&gt;&amp;nbsp;from the USDA's National Institute of Food and Agriculture to improve the sustainability of the nation's food supply.&lt;/p&gt;

&lt;p&gt;The intensive agricultural industry of the Colorado River basin – which includes the Palo Verde, Coachella and Imperial valleys in California; the Yuma Valley and other areas, such as Wellton-Mohawk Valley in Arizona – produces vegetables in the winter that are shipped across the country. Salinas Valley farms produce vegetables in the summer for markets throughout the nation.&lt;/p&gt;

&lt;p&gt;“Vegetables are an essential part of a healthful diet. With this grant, NIFA is recognizing the role that California, Arizona and Colorado play in growing nutritious food for Americans,” said&amp;nbsp;&lt;a href="https://ucanr.edu/?facultyid=95"&gt;Khaled Bali&lt;/a&gt;, UC Cooperative Extension irrigation specialist. “The sustainability of these production systems into the future, particularly in light of challenges like climate change, increased drought and limited access to surface and groundwater, will require sophisticated technology.”&lt;/p&gt;

&lt;p&gt;&lt;a aria-label="Read the Article" class="btn-ucr" href="https://ucanr.edu/News/?routeName=newsstory&amp;amp;postnum=42848" target="_blank" title="Read the Article"&gt;READ THE article&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&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://cnasscholarships.ucr.edu/tags/uc-agriculture-and-natural-resources" hreflang="en"&gt;UC Agriculture and Natural Resources&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://cnasscholarships.ucr.edu/media/2020/06/24/uc-anr-work-farmers-apply-artificial-intelligence-technologies-field" data-a2a-title="UC ANR to work with farmers to apply artificial intelligence technologies in the field"&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%2Fcnasscholarships.ucr.edu%2Fmedia%2F2020%2F06%2F24%2Fuc-anr-work-farmers-apply-artificial-intelligence-technologies-field&amp;amp;title=UC%20ANR%20to%20work%20with%20farmers%20to%20apply%20artificial%20intelligence%20technologies%20in%20the%20field"&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>Wed, 24 Jun 2020 21:16:06 +0000</pubDate>
    <dc:creator>ilseu</dc:creator>
    <guid isPermaLink="false">1931 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>El-kereamy named Director of UC Lindcove Research &amp; Extension Center</title>
  <link>https://cnasscholarships.ucr.edu/news/2020/06/24/el-kereamy-named-director-uc-lindcove-research-extension-center</link>
  <description>&lt;span&gt;El-kereamy named Director of UC Lindcove Research &amp;amp; Extension Center&lt;/span&gt;
&lt;span&gt;&lt;span&gt;ilseu&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2020-06-24T13:37:28-07:00" title="Wednesday, June 24, 2020 - 13:37"&gt;Wed, 06/24/2020 - 13:37&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://cnasscholarships.ucr.edu/news"&gt;More College News&lt;/a&gt;
    
            
                &lt;picture&gt;
                  &lt;source srcset="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_l/public/El_Kereamy_1920.jpg?h=2915800f&amp;amp;itok=NW-V3G7b 1x" media="all and (min-width: 1401px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_l/public/El_Kereamy_1920.jpg?h=2915800f&amp;amp;itok=NW-V3G7b 1x" media="all and (min-width: 1025px) and (max-width: 1400px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_m/public/El_Kereamy_1920.jpg?h=2915800f&amp;amp;itok=Gwyx2fNF 1x" media="all and (min-width: 768px) and (max-width: 1024px)" type="image/jpeg" width="1023" height="450"&gt;
              &lt;source srcset="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_s/public/El_Kereamy_1920.jpg?h=2915800f&amp;amp;itok=XAzDiVX2 1x" type="image/jpeg" width="767" height="767"&gt;
                  &lt;img loading="eager" width="1170" height="450" src="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_l/public/El_Kereamy_1920.jpg?h=2915800f&amp;amp;itok=NW-V3G7b" alt="Dr. Ashraf El-kereamy"&gt;

  &lt;/picture&gt;

        
            Pamela Kan-Rice | UC Agriculture and Natural Resources    
            &lt;time datetime="2020-06-24T12:00:00Z"&gt;June 24, 2020&lt;/time&gt;
    
            &lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Ashraf El-kereamy will be the new director of UC Agriculture and Natural Resources' Lindcove Research &amp;amp; Extension Center, starting on July 1, 2020. He will continue to serve as a UC Cooperative Extension specialist in the Department of Botany &amp;amp; Plant Sciences at UC Riverside and based at Lindcove Research &amp;amp; Extension Center.&amp;nbsp;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;“Elizabeth Grafton-Cardwell retires this year after 13 years as director of Lindcove REC, California's premier citrus research center,” said Mark Lagrimini, UC ANR vice provost for research and extension. “We are excited to have Ashraf in place to carry on the tremendous success attributable to the research performed at Lindcove. Ashraf brings a breadth of research, extension and leadership skills.”&lt;/p&gt;

&lt;p&gt;El-kereamy has extensive experience with several commodities with research revolving around plant hormones, fruit ripening, plant nutrition, and the responses of different plant species to abiotic stress conditions.&amp;nbsp;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Since February 2019, El-kereamy has been serving as a UC Cooperative Extension citrus specialist based at Lindcove Research and Extension Center. Prior to the specialist position, El-kereamy was a UCCE viticulture and small fruit advisor for Kern County, where he established a research and extension program serving the San Joaquin Valley table grape industry for four years. Prior to joining UC ANR, he was an assistant/associate professor in the Department of Horticulture at Ain Shams University in Egypt.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;“I am honored and very excited to be the director of Lindcove Research and Extension Center, which plays a crucial role in the California citrus industry,” El-kereamy said. “I am confident that, with the support of our industry, community and the University of California, we will build tomorrow's Lindcove REC as a center of excellence in research and extension. I am looking forward to leading Lindcove REC and providing our clientele with up-to-date technologies to cope with the challenges facing the California agriculture industry.”&lt;/p&gt;

&lt;p&gt;El-kereamy earned a bachelor's degree in horticulture and master's degree in pomology from Ain Shams University in Cairo, Egypt, and a doctorate in agriculture with an emphasis in grapevine physiology and molecular biology from Toulouse University in France.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;figure role="group" class="embedded-entity align-center"&gt;
&lt;div alt="Dr. Ashraf El-kereamy" data-embed-button="media_browser" data-entity-embed-display="media_image" data-entity-embed-display-settings="{&amp;quot;image_style&amp;quot;:&amp;quot;scale_550&amp;quot;,&amp;quot;image_link&amp;quot;:&amp;quot;file&amp;quot;}" data-entity-type="media" data-entity-uuid="87e3d548-36ab-4dbb-9e44-c25dfde67c70" data-langcode="en" title="Dr. Ashraf El-kereamy"&gt;  &lt;a href="https://cnasscholarships.ucr.edu/sites/default/files/El_Kereamy_1920.jpg"&gt;&lt;img alt="Dr. Ashraf El-kereamy" loading="lazy" src="https://cnasscholarships.ucr.edu/sites/default/files/styles/scale_550/public/El_Kereamy_1920.jpg?itok=_-ZaMqGn" title="Dr. Ashraf El-kereamy"&gt;

&lt;/a&gt;
&lt;/div&gt;
&lt;figcaption&gt;Dr. Ashraf El-kereamy&lt;/figcaption&gt;
&lt;/figure&gt;



&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Read the original article online:&lt;/p&gt;

&lt;p&gt;&lt;a class="btn-ucr-orange" href="https://ucanr.edu/News/?routeName=newsstory&amp;amp;postnum=42850" target="_blank"&gt;view article&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&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://cnasscholarships.ucr.edu/tags/department-botany-plant-sciences" hreflang="en"&gt;Department of Botany &amp;amp; Plant Sciences&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/uc-agriculture-and-natural-resources" hreflang="en"&gt;UC Agriculture and Natural Resources&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/ashraf-el-kereamy" hreflang="en"&gt;Ashraf El-kereamy&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://cnasscholarships.ucr.edu/news/2020/06/24/el-kereamy-named-director-uc-lindcove-research-extension-center" data-a2a-title="El-kereamy named Director of UC Lindcove Research &amp;amp; Extension Center"&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%2Fcnasscholarships.ucr.edu%2Fnews%2F2020%2F06%2F24%2Fel-kereamy-named-director-uc-lindcove-research-extension-center&amp;amp;title=El-kereamy%20named%20Director%20of%20UC%20Lindcove%20Research%20%26%20Extension%20Center"&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>Wed, 24 Jun 2020 20:37:28 +0000</pubDate>
    <dc:creator>ilseu</dc:creator>
    <guid isPermaLink="false">1926 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>Want to save your citrus trees? Start a full-fledged insect war</title>
  <link>https://cnasscholarships.ucr.edu/media/2020/04/24/want-save-your-citrus-trees-start-full-fledged-insect-war</link>
  <description>&lt;span&gt;Want to save your citrus trees? Start a full-fledged insect war&lt;/span&gt;
&lt;span&gt;&lt;span&gt;ilseu&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2020-04-24T14:37:36-07:00" title="Friday, April 24, 2020 - 14:37"&gt;Fri, 04/24/2020 - 14:37&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://cnasscholarships.ucr.edu/in-the-media"&gt;More CNAS in the Media&lt;/a&gt;
    
            Jeanette Marrantos | LA Times    
            &lt;time datetime="2020-04-24T12:00:00Z"&gt;April 24, 2020&lt;/time&gt;
    
            &lt;p&gt;LOS ANGELES TIMES - Growing citrus is a dicey business these days in Southern California, and not at all recommended if you live within a two-mile radius of a tree infected with Huanglongbing disease — a.k.a. HLB or citrus greening disease. However, if you live outside a “red zone” and you’re willing to actively fight the disease, then yes, it’s still possible to grow limes for your margaritas.&lt;/p&gt;

&lt;p&gt;But you’ll have to be ruthlessly proactive by declaring brutal warfare on the ants in your yard while embracing a tiny parasitoid wasp that eats its living prey from the inside out.&lt;/p&gt;

&lt;p&gt;HLB is a bacterial disease spread by the tiny Asian citrus psyllid that loves to suck the sap from tender new “flush” growth on citrus and then lay its eggs. If the psyllid sups on a tree with HLB, it spreads the disease to every other tree it visits, and once infected, there is no cure.&lt;/p&gt;

&lt;p&gt;The University of California’s department of Agriculture and Natural Resources has created an&lt;a aria-label="Interactive Map" href="https://ucanr.edu/sites/ACP/Distribution_of_ACP_in_California/" target="_blank" title="Interactive Map"&gt;&amp;nbsp;interactive map&lt;/a&gt;&amp;nbsp;that identifies hot zones of infection: in Southern California they’re mostly in the four-corners area where Los Angeles, Orange, Riverside and San Bernardino counties meet. Enter your address and it shows how close your home is to those infection areas.&lt;/p&gt;

&lt;p&gt;&lt;a aria-label="Read the Article" class="btn-ucr" href="https://www.latimes.com/lifestyle/story/2020-04-24/how-to-save-your-citrus-from-hlb-disease" target="_blank" title="Read the Article"&gt;READ THE article&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Find out if your area is affected with UC ANR's interactive HLB proximity map:&lt;/p&gt;

&lt;p&gt;&lt;a aria-label="View interactive map" class="btn-ucr" href="https://ucanr.edu/sites/ACP/Distribution_of_ACP_in_California/" target="_blank" title="View the Interactive Map"&gt;View interactive map&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Check your citrus trees for Asian citrus psyllid:&lt;/p&gt;

&lt;p&gt;&lt;a aria-label="VIEW UC ANR VIDEO ON YOUTUBE" class="btn-ucr" href="https://www.youtube.com/watch?v=UhqwUQm0zpk&amp;amp;feature=youtu.be" target="_blank" title="VIEW UC ANR VIDEO ON YOUTUBE"&gt;View UC ANR video on youtube&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&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://cnasscholarships.ucr.edu/tags/department-entomology" hreflang="en"&gt;Department of Entomology&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/elizabeth-grafton-cardwell" hreflang="en"&gt;Elizabeth Grafton-Cardwell&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/mark-hoddle" hreflang="en"&gt;Mark Hoddle&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/huanglongbing" hreflang="en"&gt;Huanglongbing&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/asian-citrus-psyllid" hreflang="en"&gt;Asian Citrus Psyllid&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/citrus" hreflang="en"&gt;Citrus&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/uc-agriculture-and-natural-resources" hreflang="en"&gt;UC Agriculture and Natural Resources&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://cnasscholarships.ucr.edu/media/2020/04/24/want-save-your-citrus-trees-start-full-fledged-insect-war" data-a2a-title="Want to save your citrus trees? Start a full-fledged insect war"&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%2Fcnasscholarships.ucr.edu%2Fmedia%2F2020%2F04%2F24%2Fwant-save-your-citrus-trees-start-full-fledged-insect-war&amp;amp;title=Want%20to%20save%20your%20citrus%20trees%3F%20Start%20a%20full-fledged%20insect%20war"&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>Fri, 24 Apr 2020 21:37:36 +0000</pubDate>
    <dc:creator>ilseu</dc:creator>
    <guid isPermaLink="false">1571 at https://cnasscholarships.ucr.edu</guid>
    </item>

  </channel>
</rss>
