<?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 Microbiology &amp;amp; Plant Pathology</title>
    <link>https://cnasscholarships.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>These charcoal-eating fungi flourish after fires. Uncovering their genetic secrets could help rebuild burned ecosystems</title>
  <link>https://cnasscholarships.ucr.edu/media/2026/03/13/these-charcoal-eating-fungi-flourish-after-fires-uncovering-their-genetic-secrets</link>
  <description>&lt;span&gt;These charcoal-eating fungi flourish after fires. Uncovering their genetic secrets could help rebuild burned ecosystems&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2026-03-23T15:05:40-07:00" title="Monday, March 23, 2026 - 15:05"&gt;Mon, 03/23/2026 - 15:05&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;
    
            Kunjal Bastola | Smithsonian Magazine    
            &lt;time datetime="2026-03-13T12:00:00Z"&gt;March 13, 2026&lt;/time&gt;
    
            &lt;p&gt;SMITHSONIAN MAGAZINE - When people think of fungi, most tend to picture mushrooms, the spore-bearing bodies of some fungi that are typically found growing in soil or on trees. However, the whole fungal kingdom is so much more than that: Our planet hosts an estimated 2.2 million to 3.8 million species of fungi, which are essential to life on Earth, acting as primary decomposers and nutrient recyclers.&lt;/p&gt;&lt;p&gt;Yeasts, for instance, act as rising agents for bread, and molds add flavors to certain smelly cheeses. Lichens—unique organisms created from a symbiotic relationship between a fungus and algae or cyanobacteria—are important indicators of environmental health. In vast networks beneath forest floors, mycorrhizal fungi interlace throughout the soil, forming symbiotic relationships with plants and even, some research has suggested, helping trees communicate.&lt;/p&gt;&lt;p&gt;And in the charred aftermath of a forest fire, some strange fungi pop up on soil and wood as bright patches of color—like pink or white crusts or little orange cups—for only a few ephemeral weeks.&lt;/p&gt;&lt;p&gt;&lt;a href="https://profiles.ucr.edu/sydney.glassman" target="_blank" title="Sydney Glassman"&gt;&lt;strong&gt;Sydney Glassman&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, a microbial ecologist at the University of California, Riverside&lt;/strong&gt;, who has been studying mycorrhizal fungi for more than a decade, stumbled upon this post-fire occurrence by accident. “Not once, but twice during my PhD, my plots burned down in catastrophic mega fires,” she says. “So I ended up having the situation where I had sampling pre- and post- a mega fire. … And what we found was that certain fungi are really increased in abundance after a fire.”&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.smithsonianmag.com/science-nature/these-charcoal-eating-fungi-flourish-after-fires-uncovering-their-genetic-secrets-could-help-rebuild-burned-ecosystems-180988336/" 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-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/sydney-glassman" hreflang="en"&gt;Sydney Glassman&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/2026/03/13/these-charcoal-eating-fungi-flourish-after-fires-uncovering-their-genetic-secrets" data-a2a-title="These charcoal-eating fungi flourish after fires. Uncovering their genetic secrets could help rebuild burned ecosystems"&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%2F2026%2F03%2F13%2Fthese-charcoal-eating-fungi-flourish-after-fires-uncovering-their-genetic-secrets&amp;amp;title=These%20charcoal-eating%20fungi%20flourish%20after%20fires.%20Uncovering%20their%20genetic%20secrets%20could%20help%20rebuild%20burned%20ecosystems"&gt;&lt;/a&gt;&lt;/span&gt;&lt;script&gt;
    (function () {
        const customClassName = 'show-for-sr';
        const targetContainer = document.querySelector('.a2a_kit.addtoany_list');
        
        if (!targetContainer) return;

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

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

        if (!addClassToLabels()) {
            observer.observe(targetContainer, observerConfig);
        }
    })();
&lt;/script&gt;</description>
  <pubDate>Mon, 23 Mar 2026 22:05:40 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3992 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>After a fire, they feast: Some fungi have learned to eat charcoal</title>
  <link>https://cnasscholarships.ucr.edu/media/2026/02/20/after-fire-they-feast-some-fungi-have-learned-eat-charcoal</link>
  <description>&lt;span&gt;After a fire, they feast: Some fungi have learned to eat charcoal&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2026-02-20T14:49:16-08:00" title="Friday, February 20, 2026 - 14:49"&gt;Fri, 02/20/2026 - 14:49&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;
    
            Rodielon Putol | Earth.com    
            &lt;time datetime="2026-02-20T12:00:00Z"&gt;February 20, 2026&lt;/time&gt;
    
            &lt;p&gt;EARTH.COM - After a wildfire tears through a landscape, the destruction looks absolute. Hillsides turn black, trees collapse into ash, wildlife scatters, and the soil itself seems lifeless. Then something unexpected happens. Within days or weeks, life creeps back. Not trees. Not deer. Fungi.&lt;/p&gt;&lt;p&gt;Some of these fungi were barely there before the fire. You couldn’t see them. You couldn’t easily detect them in the soil.&lt;/p&gt;&lt;p&gt;Yet after a blaze, they spread quickly across the burned ground. Scientists have long wondered how they manage to do it.&lt;/p&gt;&lt;p&gt;A &lt;strong&gt;new study from the University of California, Riverside (UCR)&lt;/strong&gt;, finally cracks that mystery. The answer, it turns out, is written in their genes.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Fungi survive and thrive after fires&lt;/strong&gt;&lt;br&gt;For five years, researchers collected fungi from seven wildfire burn sites across California. They sequenced the fungi’s DNA and tested how some reacted when exposed to charcoal.&lt;/p&gt;&lt;p&gt;The corresponding author of the research is &lt;a href="https://profiles.ucr.edu/sydney.glassman" target="_blank" title="Sydney Glassman"&gt;&lt;strong&gt;Sydney Glassman&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, UCR associate professor of microbiology and plant pathology&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;“We knew certain fungi were heat resistant, that some could grow quickly in scars where competitors have been burned away, and that others could consume nutrients in charcoal,” she said. “Now we know the genetics behind these incredible abilities.”&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.earth.com/news/after-a-fire-they-feast-some-fungi-have-learned-to-eat-charcoal-clean-toxins/" 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-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/sydney-glassman" hreflang="en"&gt;Sydney Glassman&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/2026/02/20/after-fire-they-feast-some-fungi-have-learned-eat-charcoal" data-a2a-title="After a fire, they feast: Some fungi have learned to eat charcoal"&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%2F2026%2F02%2F20%2Fafter-fire-they-feast-some-fungi-have-learned-eat-charcoal&amp;amp;title=After%20a%20fire%2C%20they%20feast%3A%20Some%20fungi%20have%20learned%20to%20eat%20charcoal"&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, 20 Feb 2026 22:49:16 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3981 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>Fire-loving fungi have learned to eat charcoal — a useful skill for dealing with industrial waste</title>
  <link>https://cnasscholarships.ucr.edu/media/2026/01/30/fire-loving-fungi-have-learned-eat-charcoal-useful-skill-dealing-industrial-waste</link>
  <description>&lt;span&gt;Fire-loving fungi have learned to eat charcoal — a useful skill for dealing with industrial waste&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2026-02-02T13:13:39-08:00" title="Monday, February 2, 2026 - 13:13"&gt;Mon, 02/02/2026 - 13:13&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;
    
            Jenny Lehmann | Discover Magazine    
            &lt;time datetime="2026-01-30T12:00:00Z"&gt;January 30, 2026&lt;/time&gt;
    
            &lt;p&gt;DISCOVER MAGAZINE - Although wildfires are a natural and recurring phenomenon in certain regions, climate change is intensifying their impact. Each year, fires now swallow around four percent of Earth’s land surface, leaving behind vast, unrecognizable charred landscapes.&lt;/p&gt;&lt;p&gt;While most living organisms succumb to the flames, certain plants need regular fires to help bring life back to dead-looking environments. Alongside plants, some fungi have become fire lovers, too.&lt;/p&gt;&lt;p&gt;Now, researchers at the &lt;strong&gt;University of California, Riverside&lt;/strong&gt;, have published a study in the Proceedings of the National Academy of Sciences describing how inconspicuous fungi hidden in soil evolved to protect themselves from heat and how they acquired the genes that allow them to munch on charcoal.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.discovermagazine.com/fire-loving-fungi-have-learned-to-eat-charcoal-a-useful-skill-for-dealing-with-industrial-waste-48618" 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-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/sydney-glassman" hreflang="en"&gt;Sydney Glassman&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/2026/01/30/fire-loving-fungi-have-learned-eat-charcoal-useful-skill-dealing-industrial-waste" data-a2a-title="Fire-loving fungi have learned to eat charcoal — a useful skill for dealing with industrial waste"&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%2F2026%2F01%2F30%2Ffire-loving-fungi-have-learned-eat-charcoal-useful-skill-dealing-industrial-waste&amp;amp;title=Fire-loving%20fungi%20have%20learned%20to%20eat%20charcoal%20%E2%80%94%20a%20useful%20skill%20for%20dealing%20with%20industrial%20waste"&gt;&lt;/a&gt;&lt;/span&gt;&lt;script&gt;
    (function () {
        const customClassName = 'show-for-sr';
        const targetContainer = document.querySelector('.a2a_kit.addtoany_list');
        
        if (!targetContainer) return;

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

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

        if (!addClassToLabels()) {
            observer.observe(targetContainer, observerConfig);
        }
    })();
&lt;/script&gt;</description>
  <pubDate>Mon, 02 Feb 2026 21:13:39 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3967 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>It’s harvest time at Riverside’s 150-year-old parent navel orange tree</title>
  <link>https://cnasscholarships.ucr.edu/media/2025/12/06/its-harvest-time-riversides-150-year-old-parent-navel-orange-tree</link>
  <description>&lt;span&gt;It’s harvest time at Riverside’s 150-year-old parent navel orange tree&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2025-12-08T07:40:37-08:00" title="Monday, December 8, 2025 - 07:40"&gt;Mon, 12/08/2025 - 07: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;
    
            David Allen | San Bernardino Sun    
            &lt;time datetime="2025-12-06T12:00:00Z"&gt;December 06, 2025&lt;/time&gt;
    
            &lt;p&gt;SAN BERNARDINO SUN - Driving west Friday morning on Riverside’s Arlington Avenue, I see the two-story boxy shape, a peak at the top, from a block away.&lt;/p&gt;&lt;p&gt;Momentarily I think it’s a church. Then I recognize what I’m seeing. It’s not a church, but in a sense it’s still holy ground.&lt;/p&gt;&lt;p&gt;California’s citrus industry started with two young trees, formally Washington navel oranges, shipped to Riverside in 1873 by an agriculture official in Washington, D.C., as an experiment to see if the trees from Brazil would grow here. Did they ever.&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;How many oranges are there?&lt;/p&gt;&lt;p&gt;“About 2,000,” Benitez estimates. &lt;a href="https://profiles.ucr.edu/sohrab.bodaghi" target="_blank" title="Sohrab Bodaghi"&gt;&lt;strong&gt;Sohrab Bodaghi&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, UC Riverside associate research scientist&lt;/strong&gt;, does a rough count and confirms it.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.sbsun.com/2025/12/06/its-harvest-time-at-riversides-150-year-old-parent-navel-orange-tree/amp/" 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-microbiology-plant-pathology" hreflang="en"&gt;Department of Microbiology &amp;amp; Plant Pathology&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/12/06/its-harvest-time-riversides-150-year-old-parent-navel-orange-tree" data-a2a-title="It’s harvest time at Riverside’s 150-year-old parent navel orange tree"&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%2F12%2F06%2Fits-harvest-time-riversides-150-year-old-parent-navel-orange-tree&amp;amp;title=It%E2%80%99s%20harvest%20time%20at%20Riverside%E2%80%99s%20150-year-old%20parent%20navel%20orange%20tree"&gt;&lt;/a&gt;&lt;/span&gt;&lt;script&gt;
    (function () {
        const customClassName = 'show-for-sr';
        const targetContainer = document.querySelector('.a2a_kit.addtoany_list');
        
        if (!targetContainer) return;

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

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

        if (!addClassToLabels()) {
            observer.observe(targetContainer, observerConfig);
        }
    })();
&lt;/script&gt;</description>
  <pubDate>Mon, 08 Dec 2025 15:40:37 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3948 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>California’s drying Salton Sea harms the lungs of people living nearby, say researchers</title>
  <link>https://cnasscholarships.ucr.edu/media/2025/11/09/californias-drying-salton-sea-harms-lungs-people-living-nearby-say-researchers</link>
  <description>&lt;span&gt;California’s drying Salton Sea harms the lungs of people living nearby, say researchers&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2025-11-17T09:53:17-08:00" title="Monday, November 17, 2025 - 09:53"&gt;Mon, 11/17/2025 - 09:53&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;
    
            Tom Perkins | The Guardian    
            &lt;time datetime="2025-11-09T12:00:00Z"&gt;November 09, 2025&lt;/time&gt;
    
            &lt;p&gt;THE GUARDIAN - Chemical-laden dust from southern California’s drying Salton Sea is probably harming the lungs of people around the shrinking body of water, and the effects are especially pronounced in children, new peer-reviewed research from the University of California, Irvine, shows.&lt;/p&gt;&lt;p&gt;A separate peer-reviewed study from the &lt;strong&gt;University of California, Riverside&lt;/strong&gt;, also found the Salton Sea’s contaminated dust seemed to alter lung microbiome, which could trigger pulmonary problems that have been reported around the lake.&lt;/p&gt;&lt;p&gt;The two new papers are part of a series of studies that are revealing the environmental and public health risks of dust from the drying Salton Sea, which sits about 60 miles (96km) south-east of metropolitan Los Angeles. The dust has been found to travel more than 100 miles, though the prevailing winds blow to the south-east.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.theguardian.com/us-news/2025/nov/09/california-salton-sea-drying-health-effects" 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-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/emma-aronson" hreflang="en"&gt;Emma Aronson&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/11/09/californias-drying-salton-sea-harms-lungs-people-living-nearby-say-researchers" data-a2a-title="California’s drying Salton Sea harms the lungs of people living nearby, say researchers"&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%2F11%2F09%2Fcalifornias-drying-salton-sea-harms-lungs-people-living-nearby-say-researchers&amp;amp;title=California%E2%80%99s%20drying%20Salton%20Sea%20harms%20the%20lungs%20of%20people%20living%20nearby%2C%20say%20researchers"&gt;&lt;/a&gt;&lt;/span&gt;&lt;script&gt;
    (function () {
        const customClassName = 'show-for-sr';
        const targetContainer = document.querySelector('.a2a_kit.addtoany_list');
        
        if (!targetContainer) return;

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

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

        if (!addClassToLabels()) {
            observer.observe(targetContainer, observerConfig);
        }
    })();
&lt;/script&gt;</description>
  <pubDate>Mon, 17 Nov 2025 17:53:17 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3937 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>The lung microbiome is also beneficial to our health — and harmful dust can alter it</title>
  <link>https://cnasscholarships.ucr.edu/media/2025/10/21/lung-microbiome-also-beneficial-our-health-and-harmful-dust-can-alter-it</link>
  <description>&lt;span&gt;The lung microbiome is also beneficial to our health — and harmful dust can alter it&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2025-10-21T15:13:15-07:00" title="Tuesday, October 21, 2025 - 15:13"&gt;Tue, 10/21/2025 - 15:13&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;
    
            Monica Cull | Discover Magazine    
            &lt;time datetime="2025-10-21T12:00:00Z"&gt;October 21, 2025&lt;/time&gt;
    
            &lt;p&gt;DISCOVER MAGAZINE - When it comes to the microbiome, researchers have extensive knowledge of the microbial community living in our guts. The lungs, however, are a different story. While it may sound odd, microbes do live in our lungs, and breathing in certain substances, like certain dust, can cause harm to the lung microbiome.&lt;/p&gt;&lt;p&gt;A &lt;a href="https://journals.asm.org/doi/10.1128/msphere.00209-25" target="_blank" title="new study in mSphere"&gt;new study in mSphere&lt;/a&gt; examines how dust from the evaporating Salton Sea in California — a saline, landlocked lake — may be irritating the microbes in the lungs and altering the immune response.&lt;/p&gt;&lt;p&gt;The Lung Microbiome&lt;br&gt;Though researchers know much more about the gut microbiome than the microbes in the lungs, they still believe the lung microbiome is beneficial to our health. While genetic factors or bacterial infections can contribute to a weakened lung microbiome, &lt;strong&gt;researchers from the University of California, Riverside (UC Riverside)&lt;/strong&gt; have found, for the first time, that environmental exposures can also have adverse effects.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.discovermagazine.com/the-lung-microbiome-is-also-beneficial-to-our-health-and-harmful-dust-can-alter-it-48168" 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/center-conservation-biology" hreflang="en"&gt;Center for Conservation Biology&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/emma-aronson" hreflang="en"&gt;Emma Aronson&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/10/21/lung-microbiome-also-beneficial-our-health-and-harmful-dust-can-alter-it" data-a2a-title="The lung microbiome is also beneficial to our health — and harmful dust can alter it"&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%2F10%2F21%2Flung-microbiome-also-beneficial-our-health-and-harmful-dust-can-alter-it&amp;amp;title=The%20lung%20microbiome%20is%20also%20beneficial%20to%20our%20health%20%E2%80%94%20and%20harmful%20dust%20can%20alter%20it"&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, 21 Oct 2025 22:13:15 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3933 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>National Academy of Sciences elects members and international members</title>
  <link>https://cnasscholarships.ucr.edu/media/2025/04/29/national-academy-sciences-elects-members-and-international-members</link>
  <description>&lt;span&gt;National Academy of Sciences elects members and international members&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2025-04-30T08:32:49-07:00" title="Wednesday, April 30, 2025 - 08:32"&gt;Wed, 04/30/2025 - 08:32&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;
    
            Molly Galvin | National Academy of Sciences    
            &lt;time datetime="2025-04-29T12:00:00Z"&gt;April 29, 2025&lt;/time&gt;
    
            &lt;p&gt;NATIONAL ACADEMY OF SCIENCES - The &lt;a href="https://www.nasonline.org/" target="_blank" title="National Academy of Sciences"&gt;National Academy of Sciences&lt;/a&gt; announced today the election of 120 members and 30 international members in recognition of their distinguished and continuing achievements in original research.&lt;/p&gt;&lt;p&gt;Those elected today bring the total number of active members to 2,662 and the total number of international members to 556. International members are nonvoting members of the Academy, with citizenship outside the United States.&lt;/p&gt;&lt;p&gt;Newly elected members of the UC Riverside College of Natural &amp;amp; Agricultural Sciences and their affiliations at the time of election are:&lt;/p&gt;&lt;p&gt;&lt;a href="https://profiles.ucr.edu/mary.droser" target="_blank" title="Mary L. Droser"&gt;&lt;strong&gt;Mary L. Droser&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;:&lt;/strong&gt; Professor and department chair, Department of Earth and Planetary Sciences, University of California, Riverside&lt;/p&gt;&lt;p&gt;&lt;a href="https://profiles.ucr.edu/hailing.jin" target="_blank" title="Hailing Jin"&gt;&lt;strong&gt;Hailing Jin&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;:&lt;/strong&gt; Professor and plant molecular geneticist biology and Cy Mouradick Endowed Chair, Department of Microbiology and Plant Pathology, University of California, Riverside&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.nasonline.org/news/2025-nas-election/" target="_blank" title="Read the Full Story" aria-label="Read the Full Story"&gt;Read the Full Story&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-earth-planetary-sciences" hreflang="en"&gt;Department of Earth &amp;amp; Planetary Sciences&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/mary-droser" hreflang="en"&gt;Mary Droser&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/hailing-jin" hreflang="en"&gt;Hailing Jin&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/04/29/national-academy-sciences-elects-members-and-international-members" data-a2a-title="National Academy of Sciences elects members and international members"&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%2F04%2F29%2Fnational-academy-sciences-elects-members-and-international-members&amp;amp;title=National%20Academy%20of%20Sciences%20elects%20members%20and%20international%20members"&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, 30 Apr 2025 15:32:49 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3828 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>From pest to hero: Gophers saved a mountain in one day</title>
  <link>https://cnasscholarships.ucr.edu/media/2024/11/16/pest-hero-gophers-saved-mountain-one-day</link>
  <description>&lt;span&gt;From pest to hero: Gophers saved a mountain in one day&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-11-18T09:49:38-08:00" title="Monday, November 18, 2024 - 09:49"&gt;Mon, 11/18/2024 - 09:49&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;
    
            Jocelyn Solis-Moreira | Study Finds    
            &lt;time datetime="2024-11-16T12:00:00Z"&gt;November 16, 2024&lt;/time&gt;
    
            &lt;p&gt;STUDY FINDS - Like something straight out of a Disney movie, a study finds that gophers worked to save an entire mountain. These little critters dug up bacteria and fungi that helped restore lost plant and animal life to the devastated mountain landscape. Forty years later, the 24-hour gopher experiment continues to yield results.&lt;/p&gt;&lt;p&gt;In 1980, Mount St. Helens in Washington erupted, destroying everything around it. Only ash and debris surrounded the area. There was no sign of animal and plant life returning, leaving the region a barren wasteland.&lt;/p&gt;&lt;p&gt;Out of curiosity, scientists wondered if digging up bacteria and fungi would help with soil recovery, bringing plants and, eventually, animals back to the area. Of course, this would require a lot of digging, so scientists turned to animals that loved to dig.&lt;/p&gt;&lt;p&gt;Gophers are small rodents that usually spell trouble when they appear. Their constant digging can damage plant life and cause soil erosion. These small rodents also chew on everything in sight, such as irrigation lines and cables, earning them the title of pests.&lt;/p&gt;&lt;p&gt;“They’re often considered pests, but we thought they would take old soil, move it to the surface, and that would be where recovery would occur,” says &lt;strong&gt;study author &lt;/strong&gt;&lt;a href="https://profiles.ucr.edu/michael.allen" target="_blank" title="Michael Allen"&gt;&lt;strong&gt;Michael Allen&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, a microbiologist at the University of California-Riverside&lt;/strong&gt;, in a media release.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://studyfinds.org/gophers-saved-a-mountain/" 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-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/michael-allen" hreflang="en"&gt;Michael Allen&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/16/pest-hero-gophers-saved-mountain-one-day" data-a2a-title="From pest to hero: Gophers saved a mountain in one day"&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%2F16%2Fpest-hero-gophers-saved-mountain-one-day&amp;amp;title=From%20pest%20to%20hero%3A%20Gophers%20saved%20a%20mountain%20in%20one%20day"&gt;&lt;/a&gt;&lt;/span&gt;&lt;script&gt;
    (function () {
        const customClassName = 'show-for-sr';
        const targetContainer = document.querySelector('.a2a_kit.addtoany_list');
        
        if (!targetContainer) return;

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

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

        if (!addClassToLabels()) {
            observer.observe(targetContainer, observerConfig);
        }
    })();
&lt;/script&gt;</description>
  <pubDate>Mon, 18 Nov 2024 17:49:38 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3749 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>40 Years Ago, Scientists Dropped Gophers Onto a Volcano. Today, They're Tiny Heroes.</title>
  <link>https://cnasscholarships.ucr.edu/media/2024/11/15/40-years-ago-scientists-dropped-gophers-volcano-today-theyre-tiny-heroes</link>
  <description>&lt;span&gt;40 Years Ago, Scientists Dropped Gophers Onto a Volcano. Today, They're Tiny Heroes.&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-11-18T09:39:05-08:00" title="Monday, November 18, 2024 - 09:39"&gt;Mon, 11/18/2024 - 09:39&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 Natale | Popular Mechanics    
            &lt;time datetime="2024-11-15T12:00:00Z"&gt;November 15, 2024&lt;/time&gt;
    
            &lt;p&gt;POPULAR MECHANICS - It would probably pretty alarming to learn that, in the early 1980s, scientists decided to drop off a bunch of gophers at the site of a volcanic eruption. But don’t worry, it’s not as bad as it sounds.&lt;/p&gt;&lt;p&gt;In fact, according to a new report from the University of California, this particular gopher-volcano encounter proved to be such a net positive that its effects are still being felt 40 years later.&lt;/p&gt;&lt;p&gt;It starts with the eruption of Mount St. Helens in May of 1980. It was the most destructive volcanic event in American history, claiming 57 lives and causing staggering ecological damage. Faced with a devastation that would take the local environment a substantial amount of time to recover from, scientists were open to unorthodox ideas that might speed the process along. So they did what any reasonable person would decide to do and tossed a couple of gophers at the issue. Seriously.&lt;/p&gt;&lt;p&gt;Specifically, as laid out in the University of California’s report, the thinking was “by digging up beneficial bacteria and fungi, gophers might be able to help regenerate lost plant and animal life on the mountain.” So, just two years after the devastating eruption, that’s exactly what scientists did. They gathered up some gophers, brought them to the eruption site, and let them do their gopher thing.&lt;/p&gt;&lt;p&gt;“They’re often considered pests,” notes &lt;strong&gt;UC Riverside microbiologist &lt;/strong&gt;&lt;a href="https://profiles.ucr.edu/michael.allen" target="_blank" title="Michael Allen"&gt;&lt;strong&gt;Michael Allen&lt;/strong&gt;&lt;/a&gt;, “but we thought they would take old soil, move it to the surface, and that would be where recovery would occur.”&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.popularmechanics.com/science/environment/a62883921/gophers-mount-st-helens/" 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-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/michael-allen" hreflang="en"&gt;Michael Allen&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/15/40-years-ago-scientists-dropped-gophers-volcano-today-theyre-tiny-heroes" data-a2a-title="40 Years Ago, Scientists Dropped Gophers Onto a Volcano. Today, They're Tiny Heroes."&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%2F15%2F40-years-ago-scientists-dropped-gophers-volcano-today-theyre-tiny-heroes&amp;amp;title=40%20Years%20Ago%2C%20Scientists%20Dropped%20Gophers%20Onto%20a%20Volcano.%20Today%2C%20They%27re%20Tiny%20Heroes."&gt;&lt;/a&gt;&lt;/span&gt;&lt;script&gt;
    (function () {
        const customClassName = 'show-for-sr';
        const targetContainer = document.querySelector('.a2a_kit.addtoany_list');
        
        if (!targetContainer) return;

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

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

        if (!addClassToLabels()) {
            observer.observe(targetContainer, observerConfig);
        }
    })();
&lt;/script&gt;</description>
  <pubDate>Mon, 18 Nov 2024 17:39:05 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3748 at https://cnasscholarships.ucr.edu</guid>
    </item>
<item>
  <title>How a Team of Gophers Restored Mount St. Helens After Its Catastrophic Eruption With Less Than a Day of Digging</title>
  <link>https://cnasscholarships.ucr.edu/media/2024/11/14/how-team-gophers-restored-mount-st-helens-after-its-catastrophic-eruption-less-day</link>
  <description>&lt;span&gt;How a Team of Gophers Restored Mount St. Helens After Its Catastrophic Eruption With Less Than a Day of Digging&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-11-15T09:51:58-08:00" title="Friday, November 15, 2024 - 09:51"&gt;Fri, 11/15/2024 - 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;
    
            Alexa Robles-Gil | Smithsonian Magazine    
            &lt;time datetime="2024-11-14T12:00:00Z"&gt;November 14, 2024&lt;/time&gt;
    
            &lt;p&gt;SMITHSONIAN MAGAZINE - In May 1980, a magnitude-5.1 earthquake accompanied by an avalanche flipped the switch on a volcano in Washington state. With pressure suddenly removed from the magma below, Mount St. Helens spewed lava, ash and debris in the southwestern part of the state. It became the most destructive eruption in United States history. However, not all was lost.&lt;/p&gt;&lt;p&gt;On a destroyed landscape, scientists wondered how life could be restored—so they brought in gophers to dig around in specific areas for a single day. Now, more than four decades later, the benefits from those 24 hours remain visible.&lt;/p&gt;&lt;p&gt;Back then, the scientists only planned to test the short-term chain reaction of the stocky rodents’ activity, says &lt;a href="https://profiles.ucr.edu/michael.allen" target="_blank" title="Michael Allen"&gt;&lt;strong&gt;Michael Allen&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, a biologist at the University of California, Riverside&lt;/strong&gt;, in a statement. “Who would have predicted you could toss a gopher in for a day and see a residual effect 40 years later?”&lt;/p&gt;&lt;p&gt;Allen and others published a paper in early November in Frontiers in Microbiomes suggesting the gophers played a key role in restoring fungi and bacteria in the soil—and the health of gopher-inhabited areas stood in stark contrast to areas where the gophers had never been.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.smithsonianmag.com/smart-news/how-a-team-of-gophers-restored-mount-st-helens-after-its-catastrophic-eruption-with-less-than-a-day-of-digging-180985459" 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-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/michael-allen" hreflang="en"&gt;Michael Allen&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/14/how-team-gophers-restored-mount-st-helens-after-its-catastrophic-eruption-less-day" data-a2a-title="How a Team of Gophers Restored Mount St. Helens After Its Catastrophic Eruption With Less Than a Day of Digging"&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%2F14%2Fhow-team-gophers-restored-mount-st-helens-after-its-catastrophic-eruption-less-day&amp;amp;title=How%20a%20Team%20of%20Gophers%20Restored%20Mount%20St.%20Helens%20After%20Its%20Catastrophic%20Eruption%20With%20Less%20Than%20a%20Day%20of%20Digging"&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, 15 Nov 2024 17:51:58 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3747 at https://cnasscholarships.ucr.edu</guid>
    </item>

  </channel>
</rss>
