<?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>Sydney Glassman</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>Governor Newsom must make a priority of funding our UCs</title>
  <link>https://cnasscholarships.ucr.edu/media/2020/06/10/governor-newsom-must-make-priority-funding-our-ucs</link>
  <description>&lt;span&gt;Governor Newsom must make a priority of funding our UCs&lt;/span&gt;
&lt;span&gt;&lt;span&gt;ilseu&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2020-06-10T08:58:01-07:00" title="Wednesday, June 10, 2020 - 08:58"&gt;Wed, 06/10/2020 - 08:58&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;
    
            Sydney Glassman (UCR Department of Microbiology &amp;amp; Plant Pathology) | The Press-Enterprise    
            &lt;time datetime="2020-06-10T12:00:00Z"&gt;June 10, 2020&lt;/time&gt;
    
            &lt;p&gt;THE PRESS-ENTERPRISE - Gov. Gavin Newsom recently announced a projected $54 billion budget deficit for California. As a result, the University of California faces budget cuts. But the UC system is already running in starvation mode from cuts made during the last recession.&lt;/p&gt;

&lt;p&gt;Now is the time to invest in research and higher education. It is critical to retain UC funding so that we can continue to drive California’s economy.&lt;/p&gt;

&lt;p&gt;UC Riverside (UCR), where I am currently a faculty member, is the largest employer in Riverside County. UC Irvine (UCI), where I was a postdoctoral researcher, is the second-largest employer in Orange County. The University of California is a key driver of upward mobility in California and the nation. UCR ranks No. 1 in social mobility, followed by UC Santa Cruz and UCI.&lt;/p&gt;

&lt;p&gt;&lt;a aria-label="Read the Article" class="btn-ucr" href="https://www.pressenterprise.com/2020/06/10/gov-newsom-must-make-a-priority-of-funding-our-ucs/" target="_blank" title="Read the Article"&gt;READ THE article&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
    &lt;div class="tags-title"&gt;Tags&lt;/div&gt;
  &lt;div class="tags-list"&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/sydney-glassman" hreflang="en"&gt;Sydney Glassman&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;div class="sharing-title"&gt;Share This&lt;/div&gt;&lt;span class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://cnasscholarships.ucr.edu/media/2020/06/10/governor-newsom-must-make-priority-funding-our-ucs" data-a2a-title="Governor Newsom must make a priority of funding our UCs"&gt;&lt;a class="a2a_button_facebook"&gt;&lt;/a&gt;&lt;a class="a2a_button_x"&gt;&lt;/a&gt;&lt;a class="a2a_button_linkedin"&gt;&lt;/a&gt;&lt;a class="a2a_button_google_plus"&gt;&lt;/a&gt;&lt;a class="a2a_button_email"&gt;&lt;/a&gt;&lt;a class="a2a_button_printfriendly"&gt;&lt;/a&gt;&lt;a class="a2a_dd addtoany_share" aria-label="more options to share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fcnasscholarships.ucr.edu%2Fmedia%2F2020%2F06%2F10%2Fgovernor-newsom-must-make-priority-funding-our-ucs&amp;amp;title=Governor%20Newsom%20must%20make%20a%20priority%20of%20funding%20our%20UCs"&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, 10 Jun 2020 15:58:01 +0000</pubDate>
    <dc:creator>ilseu</dc:creator>
    <guid isPermaLink="false">1866 at https://cnasscholarships.ucr.edu</guid>
    </item>

  </channel>
</rss>
