<?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>Harry Green</title>
    <link>https://epsci.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Study Proposes Common Mechanism for Shallow and Deep Earthquakes</title>
  <link>https://epsci.ucr.edu/news/2016/05/18/study-proposes-common-mechanism-shallow-and-deep-earthquakes</link>
  <description>&lt;span&gt;Study Proposes Common Mechanism for Shallow and Deep Earthquakes&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-13T13:49:50-07:00" title="Monday, August 13, 2018 - 13:49"&gt;Mon, 08/13/2018 - 13:49&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://epsci.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2016-05-18T12:00:00Z"&gt;May 18, 2016&lt;/time&gt;
    
            Riverside, Ca    
            &lt;p&gt;"Earthquakes are labeled “shallow” if they occur at less than 50 kilometers depth. &amp;nbsp;They are labeled “deep” if they occur at 300-700 kilometers depth. &amp;nbsp;When slippage occurs during these earthquakes, the faults weaken. &amp;nbsp;How this fault weakening takes place is central to understanding earthquake sliding.&lt;/p&gt;

&lt;p&gt;A new study published online in Nature Geoscience today by a research team led by University of California, Riverside geologists now reports that a universal sliding mechanism operates for earthquakes of all depths – from the deep ones all the way up to the crustal ones."&lt;/p&gt;

&lt;p&gt;&lt;a class="btn-ucr" href="https://ucrtoday.ucr.edu/29193" 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/harry-green" hreflang="en"&gt;Harry Green&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/Harry-Green.jpg?h=c6e34a56&amp;amp;itok=i8V6vwpt 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/Harry-Green.jpg?h=c6e34a56&amp;amp;itok=i8V6vwpt 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/Harry-Green.jpg?h=c6e34a56&amp;amp;itok=BqUITGa8 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/Harry-Green.jpg?h=c6e34a56&amp;amp;itok=poNiz-OB 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/Harry-Green.jpg?h=c6e34a56&amp;amp;itok=i8V6vwpt" alt="Harry_Green"&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/05/18/study-proposes-common-mechanism-shallow-and-deep-earthquakes" data-a2a-title="Study Proposes Common Mechanism for Shallow and Deep Earthquakes"&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%2F05%2F18%2Fstudy-proposes-common-mechanism-shallow-and-deep-earthquakes&amp;amp;title=Study%20Proposes%20Common%20Mechanism%20for%20Shallow%20and%20Deep%20Earthquakes"&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 20:49:50 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">256 at https://epsci.ucr.edu</guid>
    </item>
<item>
  <title>Geologists Simulate Deep Earthquakes in the Laboratory</title>
  <link>https://epsci.ucr.edu/news/2013/10/11/geologists-simulate-deep-earthquakes-laboratory</link>
  <description>&lt;span&gt;Geologists Simulate Deep Earthquakes in the Laboratory&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-13T11:24:20-07:00" title="Monday, August 13, 2018 - 11:24"&gt;Mon, 08/13/2018 - 11:24&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://epsci.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2013-10-11T12:00:00Z"&gt;October 11, 2013&lt;/time&gt;
    
            Riverside, Ca    
            &lt;p&gt;"More than 20 years ago, geologist &lt;a href="https://earthsciences.ucr.edu/green.html" target="_blank"&gt;Harry Green&lt;/a&gt;, now a distinguished professor of the graduate division at the University of California, Riverside, and colleagues discovered a high-pressure failure mechanism that they proposed then was the long-sought mechanism of very deep earthquakes (earthquakes occurring at more than 400 km depth).&lt;/p&gt;

&lt;p&gt;The result was controversial because seismologists could not find a seismic signal in the Earth that could confirm the results."&lt;/p&gt;

&lt;p&gt;&lt;a class="btn-ucr" href="https://ucrtoday.ucr.edu/17616" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
    &lt;a href="https://epsci.ucr.edu/article-category/earthquakes-geophysics" hreflang="en"&gt;Earthquakes &amp;amp; Geophysics&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/harry-green" hreflang="en"&gt;Harry Green&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/pyroxene-crystal.jpg?h=345a0791&amp;amp;itok=-0vCMCvb 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/pyroxene-crystal.jpg?h=345a0791&amp;amp;itok=-0vCMCvb 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/pyroxene-crystal.jpg?h=345a0791&amp;amp;itok=rYknu-tG 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/pyroxene-crystal.jpg?h=345a0791&amp;amp;itok=2rfkBwOD 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/pyroxene-crystal.jpg?h=345a0791&amp;amp;itok=-0vCMCvb" alt="pyroxene crystal"&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/2013/10/11/geologists-simulate-deep-earthquakes-laboratory" data-a2a-title="Geologists Simulate Deep Earthquakes in the Laboratory"&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%2F2013%2F10%2F11%2Fgeologists-simulate-deep-earthquakes-laboratory&amp;amp;title=Geologists%20Simulate%20Deep%20Earthquakes%20in%20the%20Laboratory"&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 18:24:20 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">166 at https://epsci.ucr.edu</guid>
    </item>
<item>
  <title>Geophysicists Claim Conventional Understanding of Earth's Deep Water Cycle Needs Revision</title>
  <link>https://epsci.ucr.edu/news/2010/10/21/geophysicists-claim-conventional-understanding-earths-deep-water-cycle-needs</link>
  <description>&lt;span&gt;Geophysicists Claim Conventional Understanding of Earth's Deep Water Cycle Needs Revision&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-13T10:24:16-07:00" title="Monday, August 13, 2018 - 10:24"&gt;Mon, 08/13/2018 - 10:24&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://epsci.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2010-10-21T12:00:00Z"&gt;October 21, 2010&lt;/time&gt;
    
            Riverside, Ca    
            &lt;p&gt;"A popular view among geophysicists is that large amounts of water are carried from the oceans to the deep mantle in “subduction zones,” which are boundaries where the Earth’s crustal plates converge, with one plate riding over the other.&lt;br&gt;
&lt;br&gt;
But now geophysicists led by the University of California, Riverside’s&amp;nbsp;&lt;a href="https://earthsciences.ucr.edu/green.html" target="_blank"&gt;Harry Green&lt;/a&gt;, a distinguished professor of geology and geophysics, present results that contradict this view. They compare seismic and experimental evidence to argue that subducting slabs do not carry water deeper than about 400 kilometers."&lt;/p&gt;

&lt;p&gt;&lt;a class="btn-ucr" href="http://newsroom.ucr.edu/news_item.html?action=page&amp;amp;id=2461" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
    &lt;a href="https://epsci.ucr.edu/article-category/sedimentary-geochemistry-organic-geochemistry" hreflang="en"&gt;Sedimentary Geochemistry &amp;amp; Organic Geochemistry&lt;/a&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/harry-green" hreflang="en"&gt;Harry Green&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/2010/10/21/geophysicists-claim-conventional-understanding-earths-deep-water-cycle-needs" data-a2a-title="Geophysicists Claim Conventional Understanding of Earth's Deep Water Cycle Needs Revision"&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%2F2010%2F10%2F21%2Fgeophysicists-claim-conventional-understanding-earths-deep-water-cycle-needs&amp;amp;title=Geophysicists%20Claim%20Conventional%20Understanding%20of%20Earth%27s%20Deep%20Water%20Cycle%20Needs%20Revision"&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 17:24:16 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">101 at https://epsci.ucr.edu</guid>
    </item>

  </channel>
</rss>
