<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://cnas.ucr.edu/">
  <channel>
    <title>Cindy Yañez</title>
    <link>https://cnas.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>New climate change prediction spells disaster for valley tourism</title>
  <link>https://cnas.ucr.edu/media/2020/09/08/new-climate-change-prediction-spells-disaster-valley-tourism</link>
  <description>&lt;span&gt;New climate change prediction spells disaster for valley tourism&lt;/span&gt;
&lt;span&gt;&lt;span&gt;ilseu&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2020-09-10T09:03:24-07:00" title="Thursday, September 10, 2020 - 09:03"&gt;Thu, 09/10/2020 - 09:03&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://cnas.ucr.edu/in-the-media"&gt;More CNAS in the Media&lt;/a&gt;
    
            Jake Ingrassia | KESQ News Channel 3    
            &lt;time datetime="2020-09-08T12:00:00Z"&gt;September 08, 2020&lt;/time&gt;
    
            &lt;p&gt;KESQ - A Cathedral City student is sounding the alarm about climate change and potentially devastating effects on tourism in the Coachella Valley.&lt;/p&gt;

&lt;p&gt;Cindy Yañez is a graduate student researcher in earth system science. In a new climate change study for UC Riverside, she predicts increasing temperature could shorten the snowbird season by several months.&lt;/p&gt;

&lt;p&gt;"Because the snowbird season brings in so much revenue to this region, we think that will affect not only the tourists and where they get to vacation, but it also impacts the residents because that impacts how much revenue the cities get, which all ends up going into the people who live here," she said.&lt;/p&gt;

&lt;div alt="video about a new climate change prediction that spells disaster for valley tourism" data-embed-button="media_browser" data-entity-embed-display="view_mode:media.embedded" data-entity-type="media" data-entity-uuid="d953c14c-3845-42f8-ac95-260d0547d637" data-langcode="en" title="video about a new climate change prediction that spells disaster for valley tourism" data-entity-embed-display-settings="[]" class="embedded-entity align-center"&gt;&lt;div&gt;
  
  
            &lt;div class="video-embed-field-provider-youtube video-embed-field-responsive-video"&gt;&lt;iframe title="YouTube | New climate change prediction spells disaster for valley tourism" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen" src="https://www.youtube.com/embed/SF9r2oO-y4s?autoplay=0&amp;amp;start=0&amp;amp;rel=0"&gt;&lt;/iframe&gt;
&lt;/div&gt;
    
&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;a aria-label="Read the Article" class="btn-ucr" href="https://kesq.com/news/2020/09/08/new-climate-change-prediction-spells-disaster-for-valley-tourism/" target="_blank" title="Read the Article"&gt;READ THE article&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;a aria-label="Read the UCR News Article" class="btn-ucr" href="https://news.ucr.edu/articles/2020/09/07/climate-change-will-decimate-palm-springs-coachella-valley-tourism" target="_blank" title="Read the UCR News Article"&gt;read the ucr news article&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&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://cnas.ucr.edu/tags/department-environmental-sciences" hreflang="en"&gt;Department of Environmental Sciences&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnas.ucr.edu/tags/cindy-yanez" hreflang="en"&gt;Cindy Yañez&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://cnas.ucr.edu/media/2020/09/08/new-climate-change-prediction-spells-disaster-valley-tourism" data-a2a-title="New climate change prediction spells disaster for valley tourism"&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%2Fcnas.ucr.edu%2Fmedia%2F2020%2F09%2F08%2Fnew-climate-change-prediction-spells-disaster-valley-tourism&amp;amp;title=New%20climate%20change%20prediction%20spells%20disaster%20for%20valley%20tourism"&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>Thu, 10 Sep 2020 16:03:24 +0000</pubDate>
    <dc:creator>ilseu</dc:creator>
    <guid isPermaLink="false">2186 at https://cnas.ucr.edu</guid>
    </item>

  </channel>
</rss>
