<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://library.ucr.edu/">
  <channel>
    <title>science fiction</title>
    <link>https://library.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>The Human and the Alien: An Exploration of First Contact Stories</title>
  <link>https://library.ucr.edu/exhibits/human-and-alien-exploration-first-contact-stories</link>
  <description>&lt;span&gt;The Human and the Alien: An Exploration of First Contact Stories&lt;/span&gt;
&lt;span&gt;&lt;span&gt;metoyers&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2023-09-13T11:37:31-07:00" title="Wednesday, September 13, 2023 - 11:37"&gt;Wed, 09/13/2023 - 11:37&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://library.ucr.edu/past-exhibits"&gt;More Past Exhibits&lt;/a&gt;
    
            
                &lt;picture&gt;
                  &lt;source srcset="https://library.ucr.edu/sites/default/files/styles/article_header_l/public/2023-09/discovering%20life.png?h=35d27844&amp;amp;itok=L28AmOsY 1x" media="all and (min-width: 1401px)" type="image/png" width="1170" height="450"&gt;
              &lt;source srcset="https://library.ucr.edu/sites/default/files/styles/article_header_l/public/2023-09/discovering%20life.png?h=35d27844&amp;amp;itok=L28AmOsY 1x" media="all and (min-width: 1025px) and (max-width: 1400px)" type="image/png" width="1170" height="450"&gt;
              &lt;source srcset="https://library.ucr.edu/sites/default/files/styles/article_header_m/public/2023-09/discovering%20life.png?h=35d27844&amp;amp;itok=EP3fP51l 1x" media="all and (min-width: 768px) and (max-width: 1024px)" type="image/png" width="1023" height="450"&gt;
              &lt;source srcset="https://library.ucr.edu/sites/default/files/styles/article_header_s/public/2023-09/discovering%20life.png?h=35d27844&amp;amp;itok=daiLWmfA 1x" type="image/png" width="767" height="767"&gt;
                  &lt;img loading="eager" width="1170" height="450" src="https://library.ucr.edu/sites/default/files/styles/article_header_l/public/2023-09/discovering%20life.png?h=35d27844&amp;amp;itok=L28AmOsY" alt&gt;

  &lt;/picture&gt;

        
            &lt;time datetime="2023-03-24T12:00:00Z"&gt;March 24, 2023&lt;/time&gt;
    
            &lt;p&gt;Discovering intelligent life in the cosmos has been a long-anticipated moment for humanity and fertile ground for fantastic stories since the dawn of science fiction. Nineteenth-century speculative fiction writers such as Jules Verne and H. G. Wells envisioned discovering life on the Moon or the invasion of Earth by Martians. From these early stories, encounters between humans and alien species (often described as “first contact” stories) have served as a vehicle for the exploration of possible futures and a reflection upon humanity’s place both on Earth and in the cosmos.&lt;/p&gt;

&lt;p&gt;Within the context of science fiction, first contact can be thought of as an event in which two intelligent species encounter each other for the first time. Sometimes this encounter is peaceful or friendly and is about establishing communications or sharing knowledge. Other times the first contact scenario begins with a hostile act, like a war or invasion. Many of the themes found in these stories have parallels with historical examples of European explorers and colonizers encountering indigenous peoples in sub-Saharan Africa, the Americas, or Oceania.&lt;/p&gt;

&lt;p&gt;There are many ways in which humans and aliens could engage in first contact. This exhibit will explore some of the forms that these types of stories can take and what messages they may have for us here on Earth. &lt;strong&gt;Each display case focuses on a single theme or type of human-alien encounter with examples pulled from the Eaton Collection.&lt;/strong&gt; However, it is rare that a book is limited to a single theme, so many of the examples in this exhibit will be present in more than one category.&lt;/p&gt;

&lt;p&gt;View the exhibit Monday through Friday in Special Collections &amp;amp; University Archives from 10 a.m. - 4 p.m.&lt;/p&gt;

&lt;hr&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://library.ucr.edu/tags/science-fiction" hreflang="en"&gt;science fiction&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://library.ucr.edu/exhibits/human-and-alien-exploration-first-contact-stories" data-a2a-title="The Human and the Alien: An Exploration of First Contact Stories"&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%2Flibrary.ucr.edu%2Fexhibits%2Fhuman-and-alien-exploration-first-contact-stories&amp;amp;title=The%20Human%20and%20the%20Alien%3A%20An%20Exploration%20of%20First%20Contact%20Stories"&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>Wed, 13 Sep 2023 18:37:31 +0000</pubDate>
    <dc:creator>metoyers</dc:creator>
    <guid isPermaLink="false">309 at https://library.ucr.edu</guid>
    </item>

  </channel>
</rss>
