<?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>Nicolas Barth. James Dieterich</title>
    <link>https://epsci.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Study reveals the workings of nature’s own earthquake blocker</title>
  <link>https://epsci.ucr.edu/news/2021/04/19/study-reveals-workings-natures-own-earthquake-blocker</link>
  <description>&lt;span&gt;Study reveals the workings of nature’s own earthquake blocker&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-06-11T11:45:10-07:00" title="Friday, June 11, 2021 - 11:45"&gt;Fri, 06/11/2021 - 11:45&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/NZ%20quake%20damage.jpg?h=35d27844&amp;amp;itok=bHnaGsNA 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/NZ%20quake%20damage.jpg?h=35d27844&amp;amp;itok=bHnaGsNA 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/NZ%20quake%20damage.jpg?h=35d27844&amp;amp;itok=15SsojCU 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/NZ%20quake%20damage.jpg?h=35d27844&amp;amp;itok=8B00ee83 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/NZ%20quake%20damage.jpg?h=35d27844&amp;amp;itok=bHnaGsNA" alt&gt;

  &lt;/picture&gt;

        
            JULES BERNSTEIN    
            &lt;time datetime="2021-04-19T12:00:00Z"&gt;April 19, 2021&lt;/time&gt;
    
            &lt;p&gt;"Sometimes, the “gate” stops earthquakes in the magnitude 7 range, while ones that pass through the gate grow to magnitude 8 or greater, releasing over 32 times as much energy as a magnitude 7."&amp;nbsp;&lt;/p&gt;

&lt;p&gt;“An earthquake gate is like someone directing traffic at a one-lane construction zone. Sometimes you pull up and get a green ‘go’ sign, other times you have a red ‘stop’ sign until conditions change,” said UC Riverside geologist&amp;nbsp;&lt;a href="http://ncbarth.com/" target="_blank"&gt;Nicolas Barth&lt;/a&gt;. "&lt;/p&gt;

&lt;p&gt;&lt;a href="https://news.ucr.edu/articles/2021/04/19/study-reveals-workings-natures-own-earthquake-blocker"&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/nicolas-barth-james-dieterich" hreflang="en"&gt;Nicolas Barth. James Dieterich&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/04/19/study-reveals-workings-natures-own-earthquake-blocker" data-a2a-title="Study reveals the workings of nature’s own earthquake blocker"&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%2F04%2F19%2Fstudy-reveals-workings-natures-own-earthquake-blocker&amp;amp;title=Study%20reveals%20the%20workings%20of%20nature%E2%80%99s%20own%20earthquake%20blocker"&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, 11 Jun 2021 18:45:10 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">856 at https://epsci.ucr.edu</guid>
    </item>

  </channel>
</rss>
