<?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>Wilfred Elders</title>
    <link>https://epsci.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Producing Electricity From Natural Geothermal Steam</title>
  <link>https://epsci.ucr.edu/news/2013/10/21/producing-electricity-natural-geothermal-steam</link>
  <description>&lt;span&gt;Producing Electricity From Natural Geothermal Steam&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:26:18-07:00" title="Monday, August 13, 2018 - 11:26"&gt;Mon, 08/13/2018 - 11:26&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-21T12:00:00Z"&gt;October 21, 2013&lt;/time&gt;
    
            Riverside, Ca    
            &lt;p&gt;"&lt;a href="https://profiles.ucr.edu/wilfred.elders" target="_blank"&gt;Wilfred Elders&lt;/a&gt;, a professor emeritus of geology at the University of California, Riverside, convened the “International Geothermal Workshop” in Lake Arrowhead in the San Bernardino Mountains, Oct. 13-16, to discuss developing new ways to produce electrical energy from geothermal fields."&lt;/p&gt;

&lt;p&gt;&lt;a class="btn-ucr" href="https://ucrtoday.ucr.edu/18486" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
    &lt;a href="https://epsci.ucr.edu/article-category/petrology-geochemistry-geothermics" hreflang="en"&gt;Petrology, Geochemistry, Geothermics&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/wilfred-elders" hreflang="en"&gt;Wilfred Elders&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/Krafla-geothermal-power-plant.jpg?h=a28c6b86&amp;amp;itok=r1JMJx6M 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/Krafla-geothermal-power-plant.jpg?h=a28c6b86&amp;amp;itok=r1JMJx6M 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/Krafla-geothermal-power-plant.jpg?h=a28c6b86&amp;amp;itok=JA74rFrY 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/Krafla-geothermal-power-plant.jpg?h=a28c6b86&amp;amp;itok=vGQUIjWK 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/Krafla-geothermal-power-plant.jpg?h=a28c6b86&amp;amp;itok=r1JMJx6M" alt="Krafla geothermal power plant"&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/21/producing-electricity-natural-geothermal-steam" data-a2a-title="Producing Electricity From Natural Geothermal Steam"&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%2F21%2Fproducing-electricity-natural-geothermal-steam&amp;amp;title=Producing%20Electricity%20From%20Natural%20Geothermal%20Steam"&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:26:18 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">171 at https://epsci.ucr.edu</guid>
    </item>
<item>
  <title>Geologists Get Unique and Unexpected Opportunity to Study Magma</title>
  <link>https://epsci.ucr.edu/news/2011/02/16/geologists-get-unique-and-unexpected-opportunity-study-magma</link>
  <description>&lt;span&gt;Geologists Get Unique and Unexpected Opportunity to Study Magma&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:46:03-07:00" title="Monday, August 13, 2018 - 10:46"&gt;Mon, 08/13/2018 - 10:46&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://epsci.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2011-02-16T12:00:00Z"&gt;February 16, 2011&lt;/time&gt;
    
            Riverside, Ca    
            &lt;p&gt;"Geologists drilling an exploratory geothermal well in 2009 in the Krafla volcano in Iceland encountered a problem they were simply unprepared for: magma (molten rock or lava underground) which flowed unexpectedly into the well at 2.1 kilometers (6,900 ft) depth, forcing the researchers to terminate the drilling.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;“To the best of our knowledge, only one previous instance of magma flowing into a geothermal well while drilling has been documented,” said &lt;a href="https://profiles.ucr.edu/wilfred.elders" target="_blank"&gt;Wilfred Elders&lt;/a&gt;, a professor emeritus of geology in the Department of Earth Sciences at the University of California, Riverside, who led the research team. 'We were drilling a well that was designed to search for very deep – 4.5 kilometers (15,000 feet) – geothermal resources in the volcano. While the magma flow interrupted our project, it gave us a unique opportunity to study the magma and test a very hot geothermal system as an energy source.'"&lt;/p&gt;

&lt;p&gt;&lt;a class="btn-ucr" href="http://newsroom.ucr.edu/news_item.html?action=page&amp;amp;id=2552" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
    &lt;a href="https://epsci.ucr.edu/article-category/neotectonics-and-structural-geology" hreflang="en"&gt;Neotectonics And Structural Geology&lt;/a&gt;, &lt;a href="https://epsci.ucr.edu/article-category/biogeography-landscape-ecology-conservation-biology" hreflang="en"&gt;Biogeography, Landscape Ecology &amp;amp; Conservation Biology&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/wilfred-elders" hreflang="en"&gt;Wilfred Elders&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/2011/02/16/geologists-get-unique-and-unexpected-opportunity-study-magma" data-a2a-title="Geologists Get Unique and Unexpected Opportunity to Study Magma"&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%2F2011%2F02%2F16%2Fgeologists-get-unique-and-unexpected-opportunity-study-magma&amp;amp;title=Geologists%20Get%20Unique%20and%20Unexpected%20Opportunity%20to%20Study%20Magma"&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:46:03 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">126 at https://epsci.ucr.edu</guid>
    </item>

  </channel>
</rss>
