<?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>Andy Ridgwell</title>
    <link>https://epsci.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Sleeping giant could end deep ocean life</title>
  <link>https://epsci.ucr.edu/news/2022/08/17/sleeping-giant-could-end-deep-ocean-life</link>
  <description>&lt;span&gt;Sleeping giant could end deep ocean life&lt;/span&gt;
&lt;span&gt;&lt;span&gt;Mayra Gandarilla&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2022-08-29T16:07:26-07:00" title="Monday, August 29, 2022 - 16:07"&gt;Mon, 08/29/2022 - 16:07&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/Jellyfishbanner.jpeg?h=10cfd30f&amp;amp;itok=NwHkQ8Lr 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/Jellyfishbanner.jpeg?h=10cfd30f&amp;amp;itok=NwHkQ8Lr 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/Jellyfishbanner.jpeg?h=10cfd30f&amp;amp;itok=fyGKJGIF 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/Jellyfishbanner.jpeg?h=10cfd30f&amp;amp;itok=cAEAKtpo 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/Jellyfishbanner.jpeg?h=10cfd30f&amp;amp;itok=NwHkQ8Lr" alt="deep sea medusa found in Alaska. Credit: Hidden Ocean 2005"&gt;

  &lt;/picture&gt;

        
            Jules Bernstein    
            &lt;time datetime="2022-08-17T12:00:00Z"&gt;August 17, 2022&lt;/time&gt;
    
            &lt;p&gt;"A previously overlooked factor — the position of continents — helps fill Earth’s oceans with life-supporting oxygen. Continental movement could ultimately have the opposite effect, killing most deep ocean creatures.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;'Continental drift seems so slow, like nothing drastic could come from it, but when the ocean is primed, even a seemingly tiny event could trigger the widespread death of marine life,' said Andy Ridgwell, UC Riverside geologist and co-author of a new study on forces affecting oceanic oxygen."&lt;/p&gt;

&lt;p&gt;&lt;a href="https://news.ucr.edu/articles/2022/08/17/sleeping-giant-could-end-deep-ocean-life" rel=" noopener" target="_blank"&gt;Read more.&lt;/a&gt;&lt;/p&gt;
    &lt;a href="https://epsci.ucr.edu/article-category/global-climate-environmental-change" hreflang="en"&gt;Global Climate &amp;amp; Environmental Change&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/global-climate-environmental-change" hreflang="en"&gt;Global Climate &amp;amp; Environmental Change&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://epsci.ucr.edu/tags/andy-ridgwell" hreflang="en"&gt;Andy Ridgwell&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/08/17/sleeping-giant-could-end-deep-ocean-life" data-a2a-title="Sleeping giant could end deep ocean life"&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%2F08%2F17%2Fsleeping-giant-could-end-deep-ocean-life&amp;amp;title=Sleeping%20giant%20could%20end%20deep%20ocean%20life"&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, 29 Aug 2022 23:07:26 +0000</pubDate>
    <dc:creator>Mayra Gandarilla</dc:creator>
    <guid isPermaLink="false">936 at https://epsci.ucr.edu</guid>
    </item>
<item>
  <title>Geology professor joins elite class of American Geophysical Union fellows</title>
  <link>https://epsci.ucr.edu/news/2021/10/20/geology-professor-joins-elite-class-american-geophysical-union-fellows</link>
  <description>&lt;span&gt;Geology professor joins elite class of American Geophysical Union fellows&lt;/span&gt;
&lt;span&gt;&lt;span&gt;Anonymous (not verified)&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2021-10-29T12:18:35-07:00" title="Friday, October 29, 2021 - 12:18"&gt;Fri, 10/29/2021 - 12:18&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://epsci.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2021-10-20T12:00:00Z"&gt;October 20, 2021&lt;/time&gt;
    
            &lt;p&gt;"Geology Professor&amp;nbsp;&lt;a href="https://www.seao2.info/" rel=" noopener" target="_blank"&gt;Andy Ridgwell&lt;/a&gt;&amp;nbsp;has been named a 2021 fellow of the American Geophysical Union, or AGU, one of the most significant honors a scientist in earth sciences can receive.&lt;/p&gt;

&lt;p&gt;AGU is a large international society dedicated to promoting Earth and space science. It elects fewer than 0.1% of its 60,000 members each year to join this prestigious group of individuals.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Ridgwell’s new status as fellow acknowledges his decades of research into the causes of dramatic climate events in Earth’s past, as well as what the future is likely to hold. "&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://insideucr.ucr.edu/awards/2021/10/20/geology-professor-joins-elite-class-american-geophysical-union-fellows" rel=" noopener" target="_blank"&gt;Read More&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
    &lt;a href="https://epsci.ucr.edu/article-category/global-climate-environmental-change" hreflang="en"&gt;Global Climate &amp;amp; Environmental Change&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/andy-ridgwell" hreflang="en"&gt;Andy Ridgwell&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/2021/10/20/geology-professor-joins-elite-class-american-geophysical-union-fellows" data-a2a-title="Geology professor joins elite class of American Geophysical Union fellows"&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%2F2021%2F10%2F20%2Fgeology-professor-joins-elite-class-american-geophysical-union-fellows&amp;amp;title=Geology%20professor%20joins%20elite%20class%20of%20American%20Geophysical%20Union%20fellows"&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, 29 Oct 2021 19:18:35 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">876 at https://epsci.ucr.edu</guid>
    </item>
<item>
  <title>To survive asteroid impact, algae learned to hunt</title>
  <link>https://epsci.ucr.edu/news/2020/10/30/survive-asteroid-impact-algae-learned-hunt</link>
  <description>&lt;span&gt;To survive asteroid impact, algae learned to hunt&lt;/span&gt;
&lt;span&gt;&lt;span&gt;Anonymous (not verified)&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2020-11-02T08:18:43-08:00" title="Monday, November 2, 2020 - 08:18"&gt;Mon, 11/02/2020 - 08:18&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/Fig%20openings_0_0.jpg?h=35d27844&amp;amp;itok=4-4bEQv_ 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/Fig%20openings_0_0.jpg?h=35d27844&amp;amp;itok=4-4bEQv_ 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/Fig%20openings_0_0.jpg?h=35d27844&amp;amp;itok=l0lgOd3d 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/Fig%20openings_0_0.jpg?h=35d27844&amp;amp;itok=BRN2kk8V 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/Fig%20openings_0_0.jpg?h=35d27844&amp;amp;itok=4-4bEQv_" alt&gt;

  &lt;/picture&gt;

        
            &lt;time datetime="2020-10-30T12:00:00Z"&gt;October 30, 2020&lt;/time&gt;
    
            &lt;p&gt;Tiny, seemingly harmless ocean plants survived the darkness of the asteroid strike that killed the dinosaurs by learning a ghoulish behavior — eating other living creatures.&lt;/p&gt;

&lt;p&gt;Vast amounts of debris, soot, and aerosols shot into the atmosphere when an asteroid slammed into Earth 66 million years ago, plunging the planet into darkness, cooling the climate, and acidifying the oceans. Along with the dinosaurs on the land and giant reptiles in the ocean, the dominant species of marine algae were instantly wiped out — except for one rare type.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://news.ucr.edu/articles/2020/10/30/survive-asteroid-impact-algae-learned-hunt" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
    &lt;a href="https://epsci.ucr.edu/article-category/paleontology-paleobiology-paleoecology" hreflang="en"&gt;Paleontology, Paleobiology, Paleoecology&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/andy-ridgwell" hreflang="en"&gt;Andy Ridgwell&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/2020/10/30/survive-asteroid-impact-algae-learned-hunt" data-a2a-title="To survive asteroid impact, algae learned to hunt"&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%2F2020%2F10%2F30%2Fsurvive-asteroid-impact-algae-learned-hunt&amp;amp;title=To%20survive%20asteroid%20impact%2C%20algae%20learned%20to%20hunt"&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 Nov 2020 16:18:43 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">801 at https://epsci.ucr.edu</guid>
    </item>
<item>
  <title>Carbon Released Faster Today than Anytime in Past 66 Million Years</title>
  <link>https://epsci.ucr.edu/news/2016/03/23/carbon-released-faster-today-anytime-past-66-million-years</link>
  <description>&lt;span&gt;Carbon Released Faster Today than Anytime in Past 66 Million Years&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-13T12:08:40-07:00" title="Monday, August 13, 2018 - 12:08"&gt;Mon, 08/13/2018 - 12:08&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://epsci.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2016-03-23T12:00:00Z"&gt;March 23, 2016&lt;/time&gt;
    
            Riverside, Ca    
            &lt;p&gt;"The earliest instrumental records of Earth’s climate, as measured by thermometers and other tools, start in the 1850s. To look further back in time, scientists investigate air bubbles trapped in ice cores, which expands the window to less than a million years. But to study Earth’s history over tens to hundreds of millions of years, researchers examine the chemical and biological signatures of deep sea sediment archives."&lt;/p&gt;

&lt;p&gt;&lt;a class="btn-ucr" href="https://ucrtoday.ucr.edu/35871" 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;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/andy-ridgwell" hreflang="en"&gt;Andy Ridgwell&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/SedimentCores-2.jpg?h=6f3cb942&amp;amp;itok=_9Gmw5JF 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/SedimentCores-2.jpg?h=6f3cb942&amp;amp;itok=_9Gmw5JF 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/SedimentCores-2.jpg?h=6f3cb942&amp;amp;itok=VBKbETl6 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/SedimentCores-2.jpg?h=6f3cb942&amp;amp;itok=LF5ZalZa 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/SedimentCores-2.jpg?h=6f3cb942&amp;amp;itok=_9Gmw5JF" alt="Sediment Cores"&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/2016/03/23/carbon-released-faster-today-anytime-past-66-million-years" data-a2a-title="Carbon Released Faster Today than Anytime in Past 66 Million Years"&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%2F2016%2F03%2F23%2Fcarbon-released-faster-today-anytime-past-66-million-years&amp;amp;title=Carbon%20Released%20Faster%20Today%20than%20Anytime%20in%20Past%2066%20Million%20Years"&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, 13 Aug 2018 19:08:40 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">246 at https://epsci.ucr.edu</guid>
    </item>

  </channel>
</rss>
