<?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>Department of Nematology</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>Finding Nematodes with Adler Dillman</title>
  <link>https://cnasscholarships.ucr.edu/blog/2025/04/15/finding-nematodes-adler-dillman</link>
  <description>&lt;span&gt;Finding Nematodes with Adler Dillman&lt;/span&gt;
&lt;span&gt;&lt;span&gt;owenw&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2025-04-15T10:49:06-07:00" title="Tuesday, April 15, 2025 - 10:49"&gt;Tue, 04/15/2025 - 10:49&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://cnasscholarships.ucr.edu/blog"&gt;More Blog Posts&lt;/a&gt;
    
            
                &lt;picture&gt;
                  &lt;source srcset="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_l/public/adler-dillman-drupal-article-header.png?h=891623f9&amp;amp;itok=__H4Abew 1x" media="all and (min-width: 1401px)" type="image/png" width="1170" height="450"&gt;
              &lt;source srcset="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_l/public/adler-dillman-drupal-article-header.png?h=891623f9&amp;amp;itok=__H4Abew 1x" media="all and (min-width: 1025px) and (max-width: 1400px)" type="image/png" width="1170" height="450"&gt;
              &lt;source srcset="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_m/public/adler-dillman-drupal-article-header.png?h=891623f9&amp;amp;itok=dJXZzOMq 1x" media="all and (min-width: 768px) and (max-width: 1024px)" type="image/png" width="1023" height="450"&gt;
              &lt;source srcset="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_s/public/adler-dillman-drupal-article-header.png?h=891623f9&amp;amp;itok=FsjY6VZM 1x" type="image/png" 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/adler-dillman-drupal-article-header.png?h=891623f9&amp;amp;itok=__H4Abew" alt="UCR professor Adler Dillman in nematology lab with UCR students"&gt;

  &lt;/picture&gt;

        
            &lt;time datetime="2025-04-15T12:00:00Z"&gt;April 15, 2025&lt;/time&gt;
    
            &lt;p&gt;To say that &lt;a href="https://dillmanlab.org/" target="_blank"&gt;&lt;strong&gt;Adler R. Dillman&lt;/strong&gt;&lt;/a&gt; is fascinated by a particular ubiquitous organism best viewed through a microscope is a bit of an understatement.&lt;/p&gt;&lt;p&gt;A Professor of Parasitology &amp;amp; Nematologist as well as the Chair of the &lt;a href="https://nematology.ucr.edu/" target="_blank"&gt;Department of Nematology&lt;/a&gt; at UC Riverside, Dillman is “all about” parasitic nematodes...although, to be sure, he had never heard that classification as a kid growing up in Orem, UT, just south of Salt Lake City.&lt;/p&gt;&lt;figure role="group" class="align-right"&gt;
&lt;div alt="Adler Dillman" 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="6ae2b08e-77da-4dc9-8175-37efd824de44" title="Adler Dillman" data-langcode="en" class="embedded-entity"&gt;  &lt;img loading="lazy" src="https://cnasscholarships.ucr.edu/sites/default/files/styles/scale_367/public/adler-dillman-drupal-article-in-article-image.png?itok=QXTo6iE8" alt="Adler Dillman" title="Adler Dillman"&gt;


&lt;/div&gt;

&lt;figcaption&gt;Adler Dillman&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;“I had never heard that term before until I was an undergraduate, maybe not until 2003,” he says. But, Professor Dillman did grow up loving science fiction, and that interest stoked his imagination vis-à-vis what later became the world of parasites and especially nematodes.&lt;/p&gt;&lt;p&gt;“As a child of the ‘80s, we had many great books and films,” he says. “I LOVED the whole Alien movie franchise...when I first learned about nematodes, these parasites of insects, to me they seemed like they could be something right out of a James Cameron movie!”&lt;/p&gt;&lt;p&gt;“It was really interesting to me," he continues, "the notion that you could have this worm that crawls into its host through natural openings and gets into the blood of the insect host and defecates out highly pathogenic bacteria into the blood of that insect. Together, the nematode and the bacteria it’s defecated out, kill the insect and liquify all the tissues...and then about a week later, what started out as 10-50 parasitic nematodes at the initiation of infection has grown to tens of thousands of parasitic nematodes that emerge from the cadaver!”&lt;/p&gt;&lt;p&gt;In his upcoming, &lt;a href="https://sciencelectureseries.ucr.edu/" target="_blank"&gt;Science Lecture Series&lt;/a&gt; presentation, &lt;em&gt;Parasitic Nematodes: Masters of Disguise&lt;/em&gt;, Professor Dillman plans to discuss how parasitic nematodes kill their hosts and are at the same time masters of immune modulation.&lt;/p&gt;&lt;p&gt;“That’s important to human beings,” he says, “because we have a lot of autoimmune disorders that are based on wonky disregulation of immunity. Research suggests that parasitic nematodes can bring back into regulation a previously disregulated immune response. We are looking at using parasitic nematodes as a therapeutic to treat autoimmune disorders like Crohn’s Disease, inflammatory bowel disease, even celiac disease."&lt;/p&gt;&lt;p&gt;Professor Dillman adds, "We still don’t really understand how nematodes suppress the inappropriate immune response, but it’s fascinating.”&lt;/p&gt;&lt;p&gt;In layman’s terms, nematodes are round worms. “I would normally say they’re microscopic round worms, but there are exceptions to that...some are visible to the naked eye,” Professor Dillman says. “If you go to the zoo, most of the things you see are all part of one phylum, the phylum Chordata...animals with a backbone and a bundle of nerves running down their back. Nematodes are a whole other giant taxonomic group...they’re all unsegmented roundworms.”&lt;/p&gt;&lt;p&gt;According to Professor Dillman, while many nematodes are parasitic, most are not. Some can be found existing in marine and fresh water environments. Others, he says, are “soil-dwelling” but not parasitic, and feed on fungi and bacteria. “But then, of course, you have a small proportion, maybe 15 percent of the that are described, that are parasites of plants and another 10 percent that are parasites of animals,” Professor Dillman says of the approximately 30,000 nematodes that have been discovered so far.&lt;/p&gt;&lt;p&gt;The nematode-to-human threat, in Professor Dillman’s view, is enormous and often underestimated. “You have this huge threat in plant-parasitic nematodes, which puts at risk the very food we consume,” he says. “I don’t do research on that particular group, but most of my department does. I’m focused on the second part of this, which is the direct threat of parasites to human health via being parasites of humans and livestock.”&lt;/p&gt;&lt;p&gt;There are more than 1 billion people on Earth who are infected with one species of nematode. Professor Dillman says that when other infectious parasitic nematodes are added to the mix, potentially 3 billion people could be infected, with some infected by more than one nematode.&lt;/p&gt;&lt;p&gt;“You have this species called &lt;em&gt;Ascaris lumbricoides&lt;/em&gt;, which is about 8-10 inches in length and as wide as a green bean,” Professor Dillman says. “It sits in the small intestine of humans, and there are 1.2 billion people infected with that one nematode right now!”&lt;/p&gt;&lt;p&gt;Not including James Cameron, two people figured prominently in Professor Dillman’s path to the microscopic universe of nematodes. The first was his uncle Drew, a plastic surgeon and self-taught naturalist. “He was very interested in birds, plants and to a lesser degree, insects,” Professor Dillman says. “As a kid, when we would go out hiking with him...he was one of those people that stopped at every single plant or tree and quizzed me about it. It drove my dad crazy...he wanted to keep hiking, but with Uncle Drew, we were going to look at every single thing along the way.”&lt;/p&gt;&lt;p&gt;From his uncle, Professor Dillman learned the scientific names of plants, how to identify them, and why they were named what they were named. “When we went to the natural history museum, we had to stop and read every plaque,” he remembers. “I loved that one person could know so much. That inspired me.”&lt;/p&gt;&lt;p&gt;After two-years serving a mission in Bucharest, Romania for the Church of Jesus Christ of Latter-Day Saints and teaching at missionary training center in Utah, Professor Dillman pursued his desire to become a scientist. “At Brigham Young University, my major was microbiology,” he says, “but I hadn’t had any research experience, so after I had been a teacher at the missionary training center for a year, I was trying to figure out what classes I was going to take next.”&lt;/p&gt;&lt;p&gt;As Professor Dillman tells it, he was in the middle of his sophomore year and on his way to meet his science counselor with the burning question of whether to take a particular physics or statistics class to meet a course requirement.&lt;/p&gt;&lt;div alt="Adler Dillman in UCR nematology lab with students" title="Adler Dillman in UCR nematology lab with students" data-entity-type="media" data-entity-uuid="dd2fa989-9a49-441f-a976-be24f61ab9cf" 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-left embedded-entity" data-langcode="en"&gt;  &lt;img loading="lazy" src="https://cnasscholarships.ucr.edu/sites/default/files/styles/scale_367/public/adler-dillman-drupal-article-in-article-image2.png?itok=zJ05KMx4" alt="Adler Dillman in UCR nematology lab with students" title="Adler Dillman in UCR nematology lab with students"&gt;


&lt;/div&gt;
&lt;p&gt;“It was pure happenstance that I met a faculty member in the hallway by the name of Byron Adams,” he says. “He stopped and asked me what I was doing. I had never seen him before and didn’t know him. He asked if I was interested in research. I responded affirmatively and he told me he was a new faculty member and was having his first lab meeting on Monday and asked if I would come. It turned out that Byron was the person who introduced me to Nematodes.”&lt;/p&gt;&lt;p&gt;Everything clicked for Professor Dillman after that meeting. “When I was in the lab, all these abstract ideas about DNA replication and transcription made sense,” he says. “I was doing PCR in his lab, and he allowed me to go to scientific conferences and present research, and actually took me to Antarctica as part of his research program!”&lt;/p&gt;&lt;p&gt;Professor Dillman adds, “I spent five weeks sampling for nematodes in The Dry Valleys out there. That set me on a path – looking at nematodes under a microscope, digging for them in the soil, growing them on lab plates. I was in love and am still intrigued by these delightful organisms.”&lt;/p&gt;&lt;p&gt;Professor Dillman came to teach at UC Riverside full-time in 2015, but his first experience with Nematology at UC Riverside was when he was an undergraduate at BYU in 2005. He responded to an advertisement looking for students to travel to the Republic of Moldova in part to research nematodes, but also as a goodwill excursion. Due to his previous missionary work in Romania, Professor Dillman was a natural fit.&lt;/p&gt;&lt;p&gt;“I went with a faculty member, Ed Platzer, who at the time was Professor of Nematology and &lt;a href="https://eeob.ucr.edu/" target="_blank"&gt;Biology&lt;/a&gt; at UC Riverside,” he says. “That was my first experience getting to know UCR, and the high quality of research being done at the college deeply impressed me. Imagine my surprise when in 2015 I was offered a faculty position! I’ve always been a fan of UC Riverside’s research prowess...in my line as a nematologist, it is one of the premiere places to conduct research on nematodes because of its stellar faculty.”&lt;/p&gt;&lt;p&gt;Beyond the faculty, Professor Dillman’s admiration extends to UC Riverside's students, who he finds to be hardworking, diligent and rigorous in their pursuit of academic excellence.&lt;/p&gt;&lt;p&gt;“I teach a class of more than 400 students,” he says, “and I find that the students who are really interested and motivated are among the best and brightest students I’ve ever worked with anywhere, and that includes Caltech, where I did my Ph.D. and Stanford, where I was a postdoc.”&lt;/p&gt;&lt;p&gt;The Department of Nematology at UC Riverside was created in 1954 and is currently home to seven faculty members. It also bears the distinction of being the the only unhyphenated Nematology department in the entire U.S. While there have been departments of Nematology at UC Davis, the University of Florida and other universities located in the Midwest and on the East Coast, over time they have all merged with other departments.&lt;/p&gt;&lt;p&gt;“In my experience, I kind of feel we’re at a point where there’s a push to move away from organismally-focused departments...the only exception to that is that you still have a number of universities with entomology departments,” Prof. Dillman says. “I think now the focus is more on neurobiology or ecology and evolution or molecular biology – we’ve gone away from organismally-focused entities.”&lt;/p&gt;&lt;p&gt;Over the course of his career, Professor Dillman has been the recipient of an Outstanding Investigator Award from the National Institutes of Health (NIH) and the Chancellor's Award for Excellence in Undergraduate Research and Creative Achievement from UC Riverside. The Nematology lab at UC Riverside is currently funded by the NIH, the National Science Foundation, and the United States Department of Agriculture.&lt;/p&gt;&lt;p&gt;The laurels, while nice to get, rank down the list of Professor Dillman’s proudest achievement to date: investigating a “cocktail” of sorts.&lt;/p&gt;&lt;p&gt;“When I started my research lab here, we did some really nice experiments illustrating that the nematodes themselves release a cocktail of toxic proteins into the insects that they infect.” he says. “This cocktail by itself is highly lethal to insects. So, I kind of upended the dogma that the nematodes only served as a vector. A lot of my research today is still focused on identifying the components of that cocktail and how they cause death in the insect and how other components are involved in modulating the immune response of the host.”&lt;br&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr-brand-blue" href="https://www.youtube.com/watch?v=o22R9wcNqXs" target="_blank"&gt;Ask a CNAS Prof: Adler Dillman&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://sciencelectureseries.ucr.edu/" target="_blank"&gt;Science Lecture Series&lt;/a&gt;&lt;br&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/adler-dillman" hreflang="en"&gt;Adler Dillman&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/blog/2025/04/15/finding-nematodes-adler-dillman" data-a2a-title="Finding Nematodes with Adler Dillman"&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%2Fblog%2F2025%2F04%2F15%2Ffinding-nematodes-adler-dillman&amp;amp;title=Finding%20Nematodes%20with%20Adler%20Dillman"&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 17:49:06 +0000</pubDate>
    <dc:creator>owenw</dc:creator>
    <guid isPermaLink="false">3819 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>Protecting Long Beans From Aphids and Nematodes</title>
  <link>https://cnasscholarships.ucr.edu/media/2024/12/04/protecting-long-beans-aphids-and-nematodes</link>
  <description>&lt;span&gt;Protecting Long Beans From Aphids and Nematodes&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-12-04T11:14:43-08:00" title="Wednesday, December 4, 2024 - 11:14"&gt;Wed, 12/04/2024 - 11:14&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;
    
            Stacy Kish | CSA News    
            &lt;time datetime="2024-12-04T12:00:00Z"&gt;December 04, 2024&lt;/time&gt;
    
            &lt;p&gt;CSA NEWS - Commercial markets are embracing traditionally ethnic vegetable crops, adding diversity to the food system. Long beans (Vigna unguiculata subsp. sesquipedalis), which originated in Africa and have been refined through domestication in Southeast Asia, have an export value of $80 million. The edible pods are a symbol of luck and longevity, but more importantly, they pack a nutritious punch, offering a new food option, enriched in protein, vitamins, and minerals.&lt;/p&gt;&lt;p&gt;Despite these benefits, long beans have not broken into larger commercial markets because the current varieties require frequent applications of synthetic chemicals to manage aphids and root-knot nematodes, limiting marketability and opening the potential of pest resistance. Concerns with pesticide applications have affected consumer demand, and the acreage of long bean has been in decline.&lt;/p&gt;&lt;p&gt;A recent article in the &lt;a href="https://doi.org/10.1002/plr2.20361" target="_blank" title="Journal of Plant Registrations"&gt;Journal of Plant Registrations&lt;/a&gt; details the development by researchers at the University of California-Riverside of new long bean germplasm lines that resist aphids and nematodes.&lt;/p&gt;&lt;p&gt;"We are confident that once consumers become familiar with the new resistant varieties, the crop will gain momentum," says &lt;a href="https://profiles.ucr.edu/baolam.huynh" target="_blank" title="Bao-Lam Huynh"&gt;&lt;strong&gt;Bao-Lam Huynh&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, assistant professor in the Department of Nematology at the University of California-Riverside&lt;/strong&gt; and first author on the paper.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://ow.ly/it0j50Uh1TU" 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/bao-lam-huynh" hreflang="en"&gt;Bao-Lam Huynh&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/2024/12/04/protecting-long-beans-aphids-and-nematodes" data-a2a-title="Protecting Long Beans From Aphids and Nematodes"&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%2F2024%2F12%2F04%2Fprotecting-long-beans-aphids-and-nematodes&amp;amp;title=Protecting%20Long%20Beans%20From%20Aphids%20and%20Nematodes"&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, 04 Dec 2024 19:14:43 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3762 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>19 Species Named After Your Favorite Celebrities (Including Taylor Swift, Beyoncé and More!) </title>
  <link>https://cnasscholarships.ucr.edu/media/2024/12/01/19-species-named-after-your-favorite-celebrities-including-taylor-swift-beyonce</link>
  <description>&lt;span&gt;19 Species Named After Your Favorite Celebrities (Including Taylor Swift, Beyoncé and More!) &lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-12-03T09:44:47-08:00" title="Tuesday, December 3, 2024 - 09:44"&gt;Tue, 12/03/2024 - 09:44&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;
    
            Kelli Bender and Paris C.  - People    
            &lt;time datetime="2024-12-01T12:00:00Z"&gt;December 01, 2024&lt;/time&gt;
    
            &lt;p&gt;PEOPLE - Celebrities can be found throughout the animal kingdom — if you know where to look.&lt;/p&gt;&lt;p&gt;Occasionally, when a new species is discovered, pop culture-loving scientists decide to name the creature after their favorite star. There are bugs named after Oscar winners, lemurs sharing names with comedians and spiders with the same titles as starlets.&lt;/p&gt;&lt;p&gt;Read on to see what celebrities have received the honor of having a species named after them.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Barack Obama&lt;/strong&gt;&lt;br&gt;Caloplaca obamae is a lichen species named after former President Barack Obama. It was discovered in 2007 on Santa Rosa Island, part of California’s Channel Islands.&lt;/p&gt;&lt;p&gt;As ScienceDaily reported, &lt;strong&gt;lichenologist &lt;/strong&gt;&lt;a href="https://profiles.ucr.edu/kerry.knudsen" target="_blank" title="Kerry Knudsen"&gt;&lt;strong&gt;Kerry Knudsen&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; of the University of California, Riverside&lt;/strong&gt;, named the species in 2009. "I named it Caloplaca obamae to show my appreciation for the president's support of science and science education," he said of his discovery in the journal Opuscula Philolichenum.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Jeff Daniels&lt;/strong&gt;&lt;br&gt;In January 2022, scientists from California's UC Riverside dubbed a new nematode species, Tarantobelus jeffdanielsi. The name was inspired by actor Jeff Daniels' character, Dr. Ross Jennings, in Arachnophobia (1990).&lt;/p&gt;&lt;p&gt;"His character in the film is a spider killer, which is exactly what these nematodes are," said &lt;strong&gt;parasitologist &lt;/strong&gt;&lt;a href="https://profiles.ucr.edu/adler.dillman" target="_blank" title="Adler Dillman"&gt;&lt;strong&gt;Adler Dillman&lt;/strong&gt;&lt;/a&gt;, who led the team that discovered the new species.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://people.com/species-animals-insects-named-after-celebrities-8752934" 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-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/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/adler-dillman" hreflang="en"&gt;Adler Dillman&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/2024/12/01/19-species-named-after-your-favorite-celebrities-including-taylor-swift-beyonce" data-a2a-title="19 Species Named After Your Favorite Celebrities (Including Taylor Swift, Beyoncé and More!) "&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%2F2024%2F12%2F01%2F19-species-named-after-your-favorite-celebrities-including-taylor-swift-beyonce&amp;amp;title=19%20Species%20Named%20After%20Your%20Favorite%20Celebrities%20%28Including%20Taylor%20Swift%2C%20Beyonc%C3%A9%20and%20More%21%29%20"&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 Dec 2024 17:44:47 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3761 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>Your skin color may affect how well a medication works for you — but the research is way behind</title>
  <link>https://cnasscholarships.ucr.edu/media/2024/11/26/your-skin-color-may-affect-how-well-medication-works-you-research-way-behind</link>
  <description>&lt;span&gt;Your skin color may affect how well a medication works for you — but the research is way behind&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-11-26T08:46:40-08:00" title="Tuesday, November 26, 2024 - 08:46"&gt;Tue, 11/26/2024 - 08:46&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;
    
            Emily Cooke | Live Science    
            &lt;time datetime="2024-11-26T12:00:00Z"&gt;November 26, 2024&lt;/time&gt;
    
            &lt;p&gt;LIVE SCIENCE - Your skin color may influence how safe and effective a given drug is for you, a new analysis suggests.&lt;/p&gt;&lt;p&gt;In a recent think piece, published Oct. 9 in the journal Human Genomics, scientists examined a plethora of studies, revealing that melanin — the pigment that gives our skin, hair and eyes their color — can absorb certain drugs that are either applied to the skin or taken orally, thus affecting how much of a dose makes it to the tissues that need treatment.&lt;/p&gt;&lt;p&gt;This means that people's responses to a standard dose of a given drug may vary depending on their skin tone. For instance, research has shown that nicotine binds to melanin and that variations in skin pigmentation may influence how much people smoke. This may be because, once nicotine is inhaled, it travels through the bloodstream and is absorbed by melanin-containing cells in the skin, therefore reducing how much of the drug reaches the brain. However, the exact reason is not yet fully understood.&lt;/p&gt;&lt;p&gt;Toxic chemicals, such as those found in fertilizers and pesticides, may also accumulate in higher concentrations in darker skin than in lighter skin, the researchers found. This could reframe what a standard safe-exposure level might be for certain demographics.&lt;/p&gt;&lt;p&gt;In the think piece, &lt;a href="https://www.eddi.bio/about" target="_blank" title="Sophie Zaaijer"&gt;&lt;strong&gt;Sophie Zaaijer&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, a consultant and researcher affiliated with the University of California, Riverside&lt;/strong&gt;, and &lt;a href="https://profiles.ucr.edu/simon.groen" target="_blank" title="Simon Groen"&gt;&lt;strong&gt;Simon Groen&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, an assistant professor of evolutionary systems biology at UC Riverside&lt;/strong&gt;, noted that melanin's ability to interact with specific drugs was flagged back in the 1960s. However, they argued that its effects have not been properly considered in preclinical research or in clinical trials of new drugs.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.livescience.com/health/medicine-drugs/your-skin-color-may-affect-how-well-a-medication-works-for-you-but-the-research-is-way-behind" 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/simon-c-niels-groen" hreflang="en"&gt;Simon C. "Niels" Groen&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/2024/11/26/your-skin-color-may-affect-how-well-medication-works-you-research-way-behind" data-a2a-title="Your skin color may affect how well a medication works for you — but the research is way behind"&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%2F2024%2F11%2F26%2Fyour-skin-color-may-affect-how-well-medication-works-you-research-way-behind&amp;amp;title=Your%20skin%20color%20may%20affect%20how%20well%20a%20medication%20works%20for%20you%20%E2%80%94%20but%20the%20research%20is%20way%20behind"&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, 26 Nov 2024 16:46:40 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3758 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>Skin tone may affect how drugs work, including those designed to help people stop smoking</title>
  <link>https://cnasscholarships.ucr.edu/media/2024/10/17/skin-tone-may-affect-how-drugs-work-including-those-designed-help-people-stop</link>
  <description>&lt;span&gt;Skin tone may affect how drugs work, including those designed to help people stop smoking&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-10-24T16:27:29-07:00" title="Thursday, October 24, 2024 - 16:27"&gt;Thu, 10/24/2024 - 16:27&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;
    
            Anna Edney | Bloomberg    
            &lt;time datetime="2024-10-17T12:00:00Z"&gt;October 17, 2024&lt;/time&gt;
    
            &lt;p&gt;BLOOMBERG - Many factors can affect how well a drug works: age, whether you’ve eaten, your weight and even drinking grapefruit juice. Recently, I learned skin color can also play a role.&lt;/p&gt;&lt;p&gt;Researchers at the University of California, Riverside, highlighted this last week in the journal Human Genomics and called for drugmakers to take steps to better understand the reaction between melanin, the substance that determines skin tone, and medications.&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Scientists Sophie Zaaijer and &lt;/strong&gt;&lt;a href="https://profiles.ucr.edu/simon.groen" target="_blank" title="Simon Groen"&gt;&lt;strong&gt;Simon Groen&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; from UC Riverside&lt;/strong&gt; laid out a cost-effective way drugmakers could investigate whether melanin affects these potential treatments. Hopefully they’ll listen.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.bloomberg.com/news/newsletters/2024-10-17/nicotine-patches-may-be-less-effective-in-black-people" 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/simon-c-niels-groen" hreflang="en"&gt;Simon C. "Niels" Groen&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/2024/10/17/skin-tone-may-affect-how-drugs-work-including-those-designed-help-people-stop" data-a2a-title="Skin tone may affect how drugs work, including those designed to help people stop smoking"&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%2F2024%2F10%2F17%2Fskin-tone-may-affect-how-drugs-work-including-those-designed-help-people-stop&amp;amp;title=Skin%20tone%20may%20affect%20how%20drugs%20work%2C%20including%20those%20designed%20to%20help%20people%20stop%20smoking"&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, 24 Oct 2024 23:27:29 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3734 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>CE Advisors &amp; CE Faculty Collaboration Meeting: Exploring Ongoing Agricultural Research at UC Riverside</title>
  <link>https://cnasscholarships.ucr.edu/news/2024/08/24/ce-advisors-ce-faculty-collaboration-meeting-exploring-ongoing-agricultural</link>
  <description>&lt;span&gt;CE Advisors &amp;amp; CE Faculty Collaboration Meeting: Exploring Ongoing Agricultural Research at UC Riverside&lt;/span&gt;
&lt;span&gt;&lt;span&gt;joanny&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-08-24T16:54:27-07:00" title="Saturday, August 24, 2024 - 16:54"&gt;Sat, 08/24/2024 - 16:54&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-meeting-homepage-banner-1920x624.png?h=5e4f57c5&amp;amp;itok=8sCcMRjF 1x" media="all and (min-width: 1401px)" type="image/png" width="1170" height="450"&gt;
              &lt;source srcset="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_l/public/ce-meeting-homepage-banner-1920x624.png?h=5e4f57c5&amp;amp;itok=8sCcMRjF 1x" media="all and (min-width: 1025px) and (max-width: 1400px)" type="image/png" width="1170" height="450"&gt;
              &lt;source srcset="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_m/public/ce-meeting-homepage-banner-1920x624.png?h=5e4f57c5&amp;amp;itok=RDp1HnWK 1x" media="all and (min-width: 768px) and (max-width: 1024px)" type="image/png" width="1023" height="450"&gt;
              &lt;source srcset="https://cnasscholarships.ucr.edu/sites/default/files/styles/article_header_s/public/ce-meeting-homepage-banner-1920x624.png?h=5e4f57c5&amp;amp;itok=CV2yyIvW 1x" type="image/png" 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-meeting-homepage-banner-1920x624.png?h=5e4f57c5&amp;amp;itok=8sCcMRjF" alt="CE Advisors &amp;amp; CE Faculty Collaboration Meeting May 23, 2024"&gt;

  &lt;/picture&gt;

        
            &lt;time datetime="2024-08-24T12:00:00Z"&gt;August 24, 2024&lt;/time&gt;
    
            &lt;div alt="CE Advisors &amp;amp; CE Faculty Collaboration Meeting May 23, 2024" title="CE Advisors &amp;amp; CE Faculty Collaboration Meeting May 23, 2024 DD" data-entity-type="media" data-entity-uuid="aaa277eb-5a7d-4021-bf1a-d1ee32e1346d" 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;file&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;a href="https://cnasscholarships.ucr.edu/sites/default/files/screenshot-2024-08-25-at-8.06.51-am.png"&gt;&lt;img loading="lazy" src="https://cnasscholarships.ucr.edu/sites/default/files/styles/scale_367/public/screenshot-2024-08-25-at-8.06.51-am.png?itok=I5egnS3t" alt="CE Advisors &amp;amp; CE Faculty Collaboration Meeting May 23, 2024" title="CE Advisors &amp;amp; CE Faculty Collaboration Meeting May 23, 2024 DD"&gt;

&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;The University of California, Riverside (UCR) College of Natural &amp;amp; Agricultural Sciences (CNAS) hosted the Cooperative Extension (CE) Advisors and UCR CE Faculty Collaboration Meeting on May 23.&lt;/p&gt;&lt;p&gt;CE advisors located in (or serving) over 14 counties across California were invited to learn about the ongoing research by UCR CE faculty to enhance collaboration between CE advisors and faculty, and to address existing and emerging agricultural challenges to better serve California and the US.&lt;/p&gt;&lt;p&gt;The following CE faculty provided oral presentations on their current research projects:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Connecting the Dots Between Production Horticulture &amp;amp; the Consumer for Subtropical Fruit Crops&lt;/strong&gt;&lt;br&gt;&lt;a href="https://profiles.ucr.edu/app/home/profile/marya" target="_blank"&gt;Mary Lu Arpaia&lt;/a&gt;&lt;br&gt;Professor of Cooperative Extension and Cooperative Extension Specialist of Subtropical Horticulture&lt;br&gt;Department of Botany &amp;amp; Plant Sciences&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Turfgrass Research &amp;amp; Outreach&lt;/strong&gt;&lt;br&gt;&lt;a href="https://profiles.ucr.edu/app/home/profile/jbaird " target="_blank"&gt;Jim Baird&lt;/a&gt;&lt;br&gt;Associate Professor of Cooperative Extension and Cooperative Extension Specialist of Horticulture&lt;br&gt;Department of Botany &amp;amp; Plant Sciences&amp;nbsp;&lt;br&gt;&lt;a href="https://turfgrass.ucr.edu/" target="_blank" title="https://turfgrass.ucr.edu/"&gt;turfgrass.ucr.edu&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Management of Insect Pests in Subtropical Fruit Crops&lt;/strong&gt;&lt;br&gt;&lt;a href="https://profiles.ucr.edu/app/home/profile/bodilc" target="_blank"&gt;Bodil Cass&lt;/a&gt;&lt;br&gt;​​Assistant Professor of Cooperative Extension and Cooperative Extension Specialist of Entomology&lt;br&gt;Department of Entomology&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Urban/Structural Entomology Labs&lt;/strong&gt;&lt;br&gt;&lt;a href="https://profiles.ucr.edu/donghwan.choe" target="_blank"&gt;Dong-Hwan Choe&amp;nbsp;&lt;/a&gt;&lt;br&gt;Professor and Cooperative Extension Specialist of Entomology&lt;br&gt;Department of Entomology&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Insect Invasion Biology &amp;amp; Vector-Borne Plant Disease Management&amp;nbsp;&lt;/strong&gt;&lt;br&gt;&lt;a href="https://profiles.ucr.edu/matt.daugherty" target="_blank"&gt;Matt Daugherty&lt;/a&gt;&lt;br&gt;Professor of Cooperative Extension and Cooperative Extension Specialist of Entomology&lt;br&gt;Department of Entomology&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Optimization of Citrus Horticultural Practices&lt;/strong&gt;&lt;br&gt;&lt;a href="https://profiles.ucr.edu/app/home/profile/ashrafe" target="_blank"&gt;Ashraf El-kereamy&lt;/a&gt;&lt;br&gt;Assistant Professor of Cooperative Extension and Cooperative Extension Specialist of Horticulture&lt;br&gt;Department of Botany &amp;amp; Plant Sciences&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Advanced Technologies for Improving Food Safety of Fresh Produce&amp;nbsp;&lt;/strong&gt;&lt;br&gt;&lt;a href="https://profiles.ucr.edu/app/home/profile/aelmogha" target="_blank"&gt;Ahmed El-Moghazy&lt;/a&gt;&lt;br&gt;Assistant Professor of Cooperative Extension and Cooperative Extension Specialist of Food Safety&lt;br&gt;Department of Microbiology &amp;amp; Plant Pathology&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Minimizing Disease Impact in Subtropical Fruit Crops&lt;/strong&gt;&lt;br&gt;&lt;a href="https://profiles.ucr.edu/app/home/profile/fatemehk" target="_blank"&gt;Fatemah Khodadadi&lt;/a&gt;&lt;br&gt;Assistant Professor of Cooperative Extension and Cooperative Extension Specialist&lt;br&gt;Department of Microbiology &amp;amp; Plant Pathology&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Subtropical Horticultural Research&lt;/strong&gt;&lt;br&gt;Peggy Mauk&lt;br&gt;Director of Agricultural Operations&lt;br&gt;Professor of Cooperative Extension&lt;br&gt;UC Cooperative Extension Specialist&lt;br&gt;Department of Botany &amp;amp; Plant Sciences&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Black Earth &amp;amp; Robots&lt;/strong&gt;&lt;br&gt;Milt McGiffen&lt;br&gt;Professor of Cooperative Extension and Cooperative Extension Specialist of Vegetable Crops&lt;br&gt;Department of Botany &amp;amp; Plant Sciences&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Nursery Production: Plant Nutrition &amp;amp; Water/Native Plant &amp;amp; Pomegranate Operations&lt;/strong&gt;&lt;br&gt;Donald Merhaut&lt;br&gt;Associate Professor of Cooperative Extension and Cooperative Extension Specialist of Horticulture&lt;br&gt;Department of Botany and Plant Sciences&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Nematode Management in Vegetable Crops&lt;/strong&gt;&lt;br&gt;&lt;a href="https://profiles.ucr.edu/antoon.ploeg" target="_blank"&gt;Antoon Ploeg&lt;/a&gt;&lt;br&gt;Professor of Cooperative Extension and Cooperative Extension Specialist of Nematology&lt;br&gt;Department of Nematology&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Disease Management in Vegetables &amp;amp; Small Fruits&lt;/strong&gt;&lt;br&gt;&lt;a href="https://profiles.ucr.edu/alexander.putman" target="_blank"&gt;Alex Putman&lt;/a&gt;&lt;br&gt;Assistant Professor of Cooperative Extension and Cooperative Extension Specialist in Plant Pathology&lt;br&gt;Department of Microbiology &amp;amp; Plant Pathology&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Geospatial Soil &amp;amp; Plant Sensing Research&lt;/strong&gt;&lt;br&gt;&lt;a href="https://profiles.ucr.edu/elia.scudiero" target="_blank"&gt;Elia Scudiero&lt;/a&gt;&lt;br&gt;Associate Professional Researcher&lt;br&gt;Department of Environmental Sciences&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Tree &amp;amp; Vine Research Overview&lt;/strong&gt;&lt;br&gt;&lt;a href="https://profiles.ucr.edu/philippe.rolshausen" target="_blank"&gt;Philippe Rolshausen&lt;/a&gt;&lt;br&gt;Professor of Cooperative Extension and Cooperative Extension Specialist of Subtropical Crops&lt;br&gt;Department of Botany &amp;amp; Plant Sciences&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Precision Urban and Agricultural Water Management in Southern California&lt;/strong&gt;&lt;br&gt;&lt;a href="https://profiles.ucr.edu/amir.verdi" target="_blank"&gt;Amir Verdi&lt;/a&gt;&lt;br&gt;Associate Professor and Cooperative Extension Specialist of Agricultural and Urban Water Management&lt;br&gt;Department of Environmental Sciences&lt;/p&gt;&lt;p&gt;&lt;strong&gt;California’s Citrus Clonal Protection Program &amp;amp; Its Research in Addressing Citrus Challenges&lt;/strong&gt;&lt;br&gt;&lt;a href="https://profiles.ucr.edu/georgios.vidalakis" target="_blank"&gt;Georgios Vidalakis&lt;/a&gt;&lt;br&gt;Professor and Cooperative Extension Specialist of Plant Pathology&lt;br&gt;Director, Citrus Clonal Protection Program&lt;br&gt;Department of Microbiology &amp;amp; Plant Pathology&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Nematode Diseases of Trees &amp;amp; Vines&lt;/strong&gt;&lt;br&gt;&lt;a href="https://profiles.ucr.edu/andreas.westphal " target="_blank"&gt;Andreas Westphal&lt;/a&gt;&lt;br&gt;Professor of Cooperative Extension and Cooperative Extension Specialist of Nematology&lt;br&gt;Department of Nematology&lt;br&gt;&lt;br&gt;In addition to CE advisors and faculty, the collaboration meeting was attended by UCR Agricultural Experiment Station faculty and CNAS leadership including CNAS Interim Dean Peter Atkinson and chairs of agricultural departments. The meeting was organized by Isgouhi Kaloshian, Professor of Nematology and former CNAS Agriculture &amp;amp; Natural Resources Divisional Dean, Peggy Mauk, Agriculture Operations Director and CE Faculty, and Donald Merhaut, CE Faculty.&lt;/p&gt;&lt;p&gt;For more information about Cooperative Extension at UC Riverside, please visit &lt;a href="http://cnas.ucr.edu/ce-specialists" target="_blank"&gt;cnas.ucr.edu/ce-specialists&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;For more information about the University of California Cooperative Advisors, please visit &lt;a href="http://cnas.ucr.edu/about/cooperative-extension" target="_blank"&gt;cnas.ucr.edu/about/cooperative-extension&lt;/a&gt;.&lt;/p&gt;&lt;p class="text-align-center"&gt;&lt;br&gt;###&lt;br&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/faculty" hreflang="en"&gt;Faculty&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/agricultural-operations" hreflang="en"&gt;Agricultural Operations&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/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-microbiology-plant-pathology" hreflang="en"&gt;Department of Microbiology &amp;amp; Plant Pathology&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/department-environmental-sciences" hreflang="en"&gt;Department of Environmental Sciences&lt;/a&gt;&lt;/div&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;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/2024/08/24/ce-advisors-ce-faculty-collaboration-meeting-exploring-ongoing-agricultural" data-a2a-title="CE Advisors &amp;amp; CE Faculty Collaboration Meeting: Exploring Ongoing Agricultural Research at UC Riverside"&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%2F2024%2F08%2F24%2Fce-advisors-ce-faculty-collaboration-meeting-exploring-ongoing-agricultural&amp;amp;title=CE%20Advisors%20%26%20CE%20Faculty%20Collaboration%20Meeting%3A%20Exploring%20Ongoing%20Agricultural%20Research%20at%20UC%20Riverside"&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>Sat, 24 Aug 2024 23:54:27 +0000</pubDate>
    <dc:creator>joanny</dc:creator>
    <guid isPermaLink="false">3700 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>A poisonous diet gives these animals their own toxic defense</title>
  <link>https://cnasscholarships.ucr.edu/media/2024/06/12/poisonous-diet-gives-these-animals-their-own-toxic-defense</link>
  <description>&lt;span&gt;A poisonous diet gives these animals their own toxic defense&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-06-12T09:10:02-07:00" title="Wednesday, June 12, 2024 - 09:10"&gt;Wed, 06/12/2024 - 09:10&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;
    
            Brian Handwerk | Smithsonian Magazine    
            &lt;time datetime="2024-06-12T12:00:00Z"&gt;June 12, 2024&lt;/time&gt;
    
            &lt;p&gt;SMITHSONIAN MAGAZINE - You are what you eat, the old saying goes, and that holds true for many animals that regularly ingest poison. For certain species that feed on toxic fare like plants and insects, not only do the poisonous meals do these creatures no harm, but the consumers actually co-opt the toxins. They become poisonous themselves for protection from parasites or predators.&lt;/p&gt;&lt;p&gt;Monarch butterflies are beautiful backyard favorites—but they’re also toxic. Monarchs lay their eggs on milkweed plants, where caterpillars devour leaves containing poisonous cardiac glycosides compounds. The monarchs store these toxins in their own bodies to deter predators—and the insects’ appealing black and orange color signals this toxicity.&lt;/p&gt;&lt;p&gt;The monarchs evolved to digest the toxic plant through just a few key genetic mutations—ones that scientists have recently uncovered. Unfortunately for the butterflies, some of their predators, including black-headed grosbeaks and eastern deer mice, have also evolved mutations enabling them to devour the insects and tolerate the toxins.&lt;/p&gt;&lt;p&gt;“It looks like in this situation there might be an evolutionary arms race up the food chain,” says &lt;strong&gt;Simon Cornelis “Niels” Groen&lt;/strong&gt;, &lt;strong&gt;an evolutionary systems biologist at the University of California, Riverside&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.smithsonianmag.com/science-nature/a-poisonous-diet-gives-these-animals-their-own-toxic-defense-180984435/" 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/simon-c-niels-groen" hreflang="en"&gt;Simon C. "Niels" Groen&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/2024/06/12/poisonous-diet-gives-these-animals-their-own-toxic-defense" data-a2a-title="A poisonous diet gives these animals their own toxic defense"&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%2F2024%2F06%2F12%2Fpoisonous-diet-gives-these-animals-their-own-toxic-defense&amp;amp;title=A%20poisonous%20diet%20gives%20these%20animals%20their%20own%20toxic%20defense"&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, 12 Jun 2024 16:10:02 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3644 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>RFK Jr. revealed he had a parasitic brain worm. Here’s what to know.</title>
  <link>https://cnasscholarships.ucr.edu/media/2024/05/08/rfk-jr-revealed-he-had-parasitic-brain-worm-heres-what-know</link>
  <description>&lt;span&gt;RFK Jr. revealed he had a parasitic brain worm. Here’s what to know.&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-05-09T10:40:38-07:00" title="Thursday, May 9, 2024 - 10:40"&gt;Thu, 05/09/2024 - 10:40&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;
    
            Fenit Nirappil | The Washington Post    
            &lt;time datetime="2024-05-08T12:00:00Z"&gt;May 08, 2024&lt;/time&gt;
    
            &lt;p&gt;THE WASHINGTON POST - Presidential candidate Robert F. Kennedy Jr. revealed that he was diagnosed with mercury poisoning around the same time doctors discovered a parasitic worm in his brain, adding to questions about cognitive fitness that have roiled the 2024 campaign.&lt;/p&gt;&lt;p&gt;“It’s not necessarily a problem right away to have this infection, but it’s really when the parasite is starting to die in the brain,” said &lt;strong&gt;Simon Groen, assistant professor of evolutionary systems biology at University of California at Riverside&lt;/strong&gt;, who has researched parasitic worms. “That’s when a lot of molecules are released from the parasite cells that brain cells can respond to with an innate immune response that causes inflammation. And that in turn can lead to neurological disorders like seizures.”&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.washingtonpost.com/health/2024/05/08/parasitic-brain-worm-rfk" target="_blank" title="Read the Article" aria-label="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-nematology" hreflang="en"&gt;Department of Nematology&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/simon-c-niels-groen" hreflang="en"&gt;Simon C. "Niels" Groen&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/2024/05/08/rfk-jr-revealed-he-had-parasitic-brain-worm-heres-what-know" data-a2a-title="RFK Jr. revealed he had a parasitic brain worm. Here’s what to know."&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%2F2024%2F05%2F08%2Frfk-jr-revealed-he-had-parasitic-brain-worm-heres-what-know&amp;amp;title=RFK%20Jr.%20revealed%20he%20had%20a%20parasitic%20brain%20worm.%20Here%E2%80%99s%20what%20to%20know."&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, 09 May 2024 17:40:38 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3617 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>Dangerous bacterial disease reported in multiple dogs in Southern California</title>
  <link>https://cnasscholarships.ucr.edu/media/2024/04/17/dangerous-bacterial-disease-reported-multiple-dogs-southern-california</link>
  <description>&lt;span&gt;Dangerous bacterial disease reported in multiple dogs in Southern California&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-04-19T15:33:12-07:00" title="Friday, April 19, 2024 - 15:33"&gt;Fri, 04/19/2024 - 15:33&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;
    
            Travis Schlepp | KTLA 5    
            &lt;time datetime="2024-04-17T12:00:00Z"&gt;April 17, 2024&lt;/time&gt;
    
            &lt;p&gt;KTLA 5 LOS ANGELES - The Los Angeles County Department of Animal Care and Control has issued an animal health advisory after four dogs tested positive for a potentially deadly bacterial disease.&lt;/p&gt;&lt;p&gt;The advisory was issued earlier this month after four infected dogs arrived at an emergency veterinary center in Pasadena between June 2023 to this past March.&lt;/p&gt;&lt;p&gt;It’s called salmon poisoning disease and is caused by a bacteria found in a parasite found in wild fish.&lt;/p&gt;&lt;p&gt;According to &lt;strong&gt;Adler Dillman, professor of Parasitology &amp;amp; Nematologist at the University of California, Riverside&lt;/strong&gt;, "Fish in general that are caught in the Pacific Northwest have a fairly high infection rate. But this can infect salmon, trout, and char in other parts of the world as well. If your dog's not eating raw or undercooked fish, or even if your dog is playing in the water, it's not something to be concerned about from that perspective, it needs to be eaten."&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://ktla.com/news/california/dangerous-bacterial-disease-reported-in-multiple-dogs-in-southern-california/" target="_blank" title="Watch the Video" aria-label="Watch the Video"&gt;Watch the Video&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/adler-dillman" hreflang="en"&gt;Adler Dillman&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/2024/04/17/dangerous-bacterial-disease-reported-multiple-dogs-southern-california" data-a2a-title="Dangerous bacterial disease reported in multiple dogs in Southern California"&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%2F2024%2F04%2F17%2Fdangerous-bacterial-disease-reported-multiple-dogs-southern-california&amp;amp;title=Dangerous%20bacterial%20disease%20reported%20in%20multiple%20dogs%20in%20Southern%20California"&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, 19 Apr 2024 22:33:12 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3601 at https://cnasscholarships.ucr.edu</guid>
    </item>

  </channel>
</rss>
