<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://epsci.ucr.edu/">
  <channel>
    <title>Marilyn Fogel</title>
    <link>https://epsci.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Remembering ‘isotope queen’ Marilyn Fogel, pioneering scientist, beloved mentor</title>
  <link>https://epsci.ucr.edu/news/2022/05/17/remembering-isotope-queen-marilyn-fogel-pioneering-scientist-beloved-mentor</link>
  <description>&lt;span&gt;Remembering ‘isotope queen’ Marilyn Fogel, pioneering scientist, beloved mentor&lt;/span&gt;
&lt;span&gt;&lt;span&gt;Mayra Gandarilla&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2022-06-29T10:16:21-07:00" title="Wednesday, June 29, 2022 - 10:16"&gt;Wed, 06/29/2022 - 10:16&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://epsci.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            
                &lt;picture&gt;
                  &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_l/public/marilyn-fogel.jpg?h=10cfd30f&amp;amp;itok=MOTxNaXZ 1x" media="all and (min-width: 1401px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_l/public/marilyn-fogel.jpg?h=10cfd30f&amp;amp;itok=MOTxNaXZ 1x" media="all and (min-width: 1025px) and (max-width: 1400px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_m/public/marilyn-fogel.jpg?h=10cfd30f&amp;amp;itok=BhRAQzy7 1x" media="all and (min-width: 768px) and (max-width: 1024px)" type="image/jpeg" width="1023" height="450"&gt;
              &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_s/public/marilyn-fogel.jpg?h=10cfd30f&amp;amp;itok=vF-cRcYA 1x" type="image/jpeg" width="767" height="767"&gt;
                  &lt;img loading="eager" width="1170" height="450" src="https://epsci.ucr.edu/sites/default/files/styles/article_header_l/public/marilyn-fogel.jpg?h=10cfd30f&amp;amp;itok=MOTxNaXZ" alt&gt;

  &lt;/picture&gt;

        
            &lt;time datetime="2022-05-17T12:00:00Z"&gt;May 17, 2022&lt;/time&gt;
    
            &lt;p&gt;"Marilyn Fogel, endowed geoecology professor at UC Riverside, died on May 11 at her home in Mariposa, Calif. She was 69.&lt;/p&gt;

&lt;p&gt;She pioneered the use of different forms of the same chemical element, called isotopes, to understand the life history of organisms, both modern and ancient. In so doing, she helped develop biogeochemistry as a new field of science with many seminal papers in the field and earned herself the moniker ‘isotope queen.’"&lt;/p&gt;

&lt;p&gt;&lt;a href="https://news.ucr.edu/articles/2022/05/17/remembering-isotope-queen-marilyn-fogel-pioneering-scientist-beloved-mentor" rel=" noopener" target="_blank"&gt;Read more.&lt;/a&gt;&lt;/p&gt;
    &lt;div class="tags-title"&gt;Tags&lt;/div&gt;
  &lt;div class="tags-list"&gt;
          &lt;div&gt;&lt;a href="https://epsci.ucr.edu/tags/marilyn-fogel" hreflang="en"&gt;Marilyn Fogel&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://epsci.ucr.edu/news/2022/05/17/remembering-isotope-queen-marilyn-fogel-pioneering-scientist-beloved-mentor" data-a2a-title="Remembering ‘isotope queen’ Marilyn Fogel, pioneering scientist, beloved mentor"&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%2Fepsci.ucr.edu%2Fnews%2F2022%2F05%2F17%2Fremembering-isotope-queen-marilyn-fogel-pioneering-scientist-beloved-mentor&amp;amp;title=Remembering%20%E2%80%98isotope%20queen%E2%80%99%20Marilyn%20Fogel%2C%20pioneering%20scientist%2C%20beloved%20mentor"&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, 29 Jun 2022 17:16:21 +0000</pubDate>
    <dc:creator>Mayra Gandarilla</dc:creator>
    <guid isPermaLink="false">932 at https://epsci.ucr.edu</guid>
    </item>
<item>
  <title>Pioneering UC Riverside geoecologist elected to the National Academy of Sciences</title>
  <link>https://epsci.ucr.edu/news/2019/05/02/pioneering-uc-riverside-geoecologist-elected-national-academy-sciences</link>
  <description>&lt;span&gt;Pioneering UC Riverside geoecologist elected to the National Academy of Sciences&lt;/span&gt;
&lt;span&gt;&lt;span&gt;Anonymous (not verified)&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2019-05-07T15:40:13-07:00" title="Tuesday, May 7, 2019 - 15:40"&gt;Tue, 05/07/2019 - 15:40&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://epsci.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2019-05-02T12:00:00Z"&gt;May 02, 2019&lt;/time&gt;
    
            Riverside, Ca    
            &lt;p&gt;"&lt;a href="https://profiles.ucr.edu/marilyn.fogel" target="_blank"&gt;Marilyn Fogel&lt;/a&gt;, a University of California, Riverside endowed geoecology professor, received one of the highest honors in science this week with her election to the National Academy of Sciences, or NAS.&lt;/p&gt;

&lt;p&gt;Membership in the NAS is rare. According to the Congressional Research Service, there are 6.9 million scientists in the U.S. However, there are only 2,347 active NAS members and 487 foreign associates."&lt;/p&gt;

&lt;p&gt;&lt;a class="btn-ucr" href="https://news.ucr.edu/articles/2019/05/02/pioneering-uc-riverside-geoecologist-elected-national-academy-sciences" target="_blank"&gt;READ MORE&lt;/a&gt;&lt;/p&gt;
    &lt;div class="tags-title"&gt;Tags&lt;/div&gt;
  &lt;div class="tags-list"&gt;
          &lt;div&gt;&lt;a href="https://epsci.ucr.edu/tags/marilyn-fogel" hreflang="en"&gt;Marilyn Fogel&lt;/a&gt;&lt;/div&gt;
      &lt;/div&gt;

                &lt;picture&gt;
                  &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_l/public/04302019_Marilyn_Fogel_01_0_0.jpg?h=7d3a4116&amp;amp;itok=s8IwPmpX 1x" media="all and (min-width: 1401px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_l/public/04302019_Marilyn_Fogel_01_0_0.jpg?h=7d3a4116&amp;amp;itok=s8IwPmpX 1x" media="all and (min-width: 1025px) and (max-width: 1400px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_m/public/04302019_Marilyn_Fogel_01_0_0.jpg?h=7d3a4116&amp;amp;itok=Fkk954ZG 1x" media="all and (min-width: 768px) and (max-width: 1024px)" type="image/jpeg" width="1023" height="450"&gt;
              &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_s/public/04302019_Marilyn_Fogel_01_0_0.jpg?h=7d3a4116&amp;amp;itok=iY5Np6FJ 1x" type="image/jpeg" width="767" height="767"&gt;
                  &lt;img loading="eager" width="1170" height="450" src="https://epsci.ucr.edu/sites/default/files/styles/article_header_l/public/04302019_Marilyn_Fogel_01_0_0.jpg?h=7d3a4116&amp;amp;itok=s8IwPmpX" alt="marilyn_fogel"&gt;

  &lt;/picture&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://epsci.ucr.edu/news/2019/05/02/pioneering-uc-riverside-geoecologist-elected-national-academy-sciences" data-a2a-title="Pioneering UC Riverside geoecologist elected to the National Academy of Sciences"&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%2Fepsci.ucr.edu%2Fnews%2F2019%2F05%2F02%2Fpioneering-uc-riverside-geoecologist-elected-national-academy-sciences&amp;amp;title=Pioneering%20UC%20Riverside%20geoecologist%20elected%20to%20the%20National%20Academy%20of%20Sciences"&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, 07 May 2019 22:40:13 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">636 at https://epsci.ucr.edu</guid>
    </item>
<item>
  <title>Measuring Greenhouse Gases on the Go</title>
  <link>https://epsci.ucr.edu/news/2018/10/10/measuring-greenhouse-gases-go</link>
  <description>&lt;span&gt;Measuring Greenhouse Gases on the Go&lt;/span&gt;
&lt;span&gt;&lt;span&gt;Anonymous (not verified)&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2018-10-10T11:30:13-07:00" title="Wednesday, October 10, 2018 - 11:30"&gt;Wed, 10/10/2018 - 11:30&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://epsci.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2018-10-10T12:00:00Z"&gt;October 10, 2018&lt;/time&gt;
    
            Riverside, Ca    
            &lt;p&gt;"RIVERSIDE, Calif. (www.ucr.edu) — Two UC Riverside professors are taking to the road to pinpoint sources of air pollution across California.&lt;/p&gt;

&lt;p&gt;They’ll be traveling in the university’s new Mobile Isotope Laboratory, a Mercedes Benz transport van fitted with a suite of instruments that can measure the flux of greenhouse gases in the environment in real time. The scientists leading the project are&amp;nbsp;&lt;a href="https://profiles.ucr.edu/francesca.hopkins" rel="noopener" target="_blank"&gt;Francesca Hopkins&lt;/a&gt;, an assistant professor of climate science and sustainability in the Department of Environmental Sciences, and&amp;nbsp;&lt;a href="https://profiles.ucr.edu/marilyn.fogel" rel="noopener" target="_blank"&gt;Marilyn Fogel&lt;/a&gt;, the Wilbur H. Mayhew Endowed Professor of Geo-Ecology in the Department of Earth Sciences."&lt;/p&gt;

&lt;p&gt;&lt;a class="btn-ucr" href="https://news.ucr.edu/articles/2018/09/04/measuring-greenhouse-gases-go" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
    &lt;a href="https://epsci.ucr.edu/edge" hreflang="en"&gt;Environmental Dynamics and GeoEcology&lt;/a&gt;&lt;div class="tags-title"&gt;Tags&lt;/div&gt;
  &lt;div class="tags-list"&gt;
          &lt;div&gt;&lt;a href="https://epsci.ucr.edu/tags/francesca-hopkins" hreflang="en"&gt;Francesca Hopkins&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://epsci.ucr.edu/tags/marilyn-fogel" hreflang="en"&gt;Marilyn Fogel&lt;/a&gt;&lt;/div&gt;
      &lt;/div&gt;

                &lt;picture&gt;
                  &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_l/public/mobile%20lab.jpg?h=35d27844&amp;amp;itok=Mz5T6t6X 1x" media="all and (min-width: 1401px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_l/public/mobile%20lab.jpg?h=35d27844&amp;amp;itok=Mz5T6t6X 1x" media="all and (min-width: 1025px) and (max-width: 1400px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_m/public/mobile%20lab.jpg?h=35d27844&amp;amp;itok=OXvIqcnV 1x" media="all and (min-width: 768px) and (max-width: 1024px)" type="image/jpeg" width="1023" height="450"&gt;
              &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_s/public/mobile%20lab.jpg?h=35d27844&amp;amp;itok=8V2PiKSS 1x" type="image/jpeg" width="767" height="767"&gt;
                  &lt;img loading="eager" width="1170" height="450" src="https://epsci.ucr.edu/sites/default/files/styles/article_header_l/public/mobile%20lab.jpg?h=35d27844&amp;amp;itok=Mz5T6t6X" alt="mobile-lab"&gt;

  &lt;/picture&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://epsci.ucr.edu/news/2018/10/10/measuring-greenhouse-gases-go" data-a2a-title="Measuring Greenhouse Gases on the Go"&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%2Fepsci.ucr.edu%2Fnews%2F2018%2F10%2F10%2Fmeasuring-greenhouse-gases-go&amp;amp;title=Measuring%20Greenhouse%20Gases%20on%20the%20Go"&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 Oct 2018 18:30:13 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">566 at https://epsci.ucr.edu</guid>
    </item>
<item>
  <title>Scientists Honored by American Geophysical Union</title>
  <link>https://epsci.ucr.edu/news/2018/08/10/scientists-honored-american-geophysical-union</link>
  <description>&lt;span&gt;Scientists Honored by American Geophysical Union&lt;/span&gt;
&lt;span&gt;&lt;span&gt;Anonymous (not verified)&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2018-08-10T15:16:38-07:00" title="Friday, August 10, 2018 - 15:16"&gt;Fri, 08/10/2018 - 15:16&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://epsci.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2018-08-10T12:00:00Z"&gt;August 10, 2018&lt;/time&gt;
    
            Riverside, Ca    
            &lt;p&gt;&lt;a href="https://profiles.ucr.edu/marilyn.fogel" target="_blank"&gt;Marilyn Fogel&lt;/a&gt;, the Wilbur W. Mayhew Endowed Chair in Geo-Ecology, and &lt;a href="https://profiles.ucr.edu/timothy.lyons" target="_blank"&gt;Timothy Lyons&lt;/a&gt;, Distinguished Professor of Biogeochemistry, will be honored at a ceremony and banquet during the 2018 AGU Fall Meeting in Washington, D.C., in December. Both professors are faculty in the Department of Earth Sciences in UCR’s College of Natural and Agricultural Sciences. Only one in 1,000 members is elected to AGU fellowship each year.&lt;br&gt;
&lt;br&gt;
&lt;a class="btn-ucr" href="https://news.ucr.edu/articles/2018/08/09/scientists-honored-american-geophysical-union" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
    &lt;a href="https://epsci.ucr.edu/article-category/astrobiology" hreflang="en"&gt;Astrobiology&lt;/a&gt;, &lt;a href="https://epsci.ucr.edu/edge" hreflang="en"&gt;Environmental Dynamics and GeoEcology&lt;/a&gt;&lt;div class="tags-title"&gt;Tags&lt;/div&gt;
  &lt;div class="tags-list"&gt;
          &lt;div&gt;&lt;a href="https://epsci.ucr.edu/tags/marilyn-fogel" hreflang="en"&gt;Marilyn Fogel&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://epsci.ucr.edu/tags/timothy-lyons" hreflang="en"&gt;Timothy Lyons&lt;/a&gt;&lt;/div&gt;
      &lt;/div&gt;

                &lt;picture&gt;
                  &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_l/public/lab-microscope-people.jpg?h=35d27844&amp;amp;itok=Ev-utYk9 1x" media="all and (min-width: 1401px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_l/public/lab-microscope-people.jpg?h=35d27844&amp;amp;itok=Ev-utYk9 1x" media="all and (min-width: 1025px) and (max-width: 1400px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_m/public/lab-microscope-people.jpg?h=35d27844&amp;amp;itok=aF6pEWJc 1x" media="all and (min-width: 768px) and (max-width: 1024px)" type="image/jpeg" width="1023" height="450"&gt;
              &lt;source srcset="https://epsci.ucr.edu/sites/default/files/styles/article_header_s/public/lab-microscope-people.jpg?h=35d27844&amp;amp;itok=T-MBucOp 1x" type="image/jpeg" width="767" height="767"&gt;
                  &lt;img loading="eager" width="1170" height="450" src="https://epsci.ucr.edu/sites/default/files/styles/article_header_l/public/lab-microscope-people.jpg?h=35d27844&amp;amp;itok=Ev-utYk9" alt="Lab Microscope"&gt;

  &lt;/picture&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://epsci.ucr.edu/news/2018/08/10/scientists-honored-american-geophysical-union" data-a2a-title="Scientists Honored by American Geophysical Union"&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%2Fepsci.ucr.edu%2Fnews%2F2018%2F08%2F10%2Fscientists-honored-american-geophysical-union&amp;amp;title=Scientists%20Honored%20by%20American%20Geophysical%20Union"&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, 10 Aug 2018 22:16:38 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">81 at https://epsci.ucr.edu</guid>
    </item>

  </channel>
</rss>
