<?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>Astrobiology</title>
    <link>https://epsci.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Broccoli gas: a better way to find life in space</title>
  <link>https://epsci.ucr.edu/news/2022/10/10/broccoli-gas-better-way-find-life-space</link>
  <description>&lt;span&gt;Broccoli gas: a better way to find life in space&lt;/span&gt;
&lt;span&gt;&lt;span&gt;Mayra Gandarilla&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2022-10-21T11:34:35-07:00" title="Friday, October 21, 2022 - 11:34"&gt;Fri, 10/21/2022 - 11:34&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/BroccoliGas.jpg?h=10cfd30f&amp;amp;itok=vSb7usg7 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/BroccoliGas.jpg?h=10cfd30f&amp;amp;itok=vSb7usg7 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/BroccoliGas.jpg?h=10cfd30f&amp;amp;itok=5zI5sD_J 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/BroccoliGas.jpg?h=10cfd30f&amp;amp;itok=IOByScc_ 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/BroccoliGas.jpg?h=10cfd30f&amp;amp;itok=vSb7usg7" alt="Broccoli in front of purple background"&gt;

  &lt;/picture&gt;

        
            Jules Bernstein    
            &lt;time datetime="2022-10-10T12:00:00Z"&gt;October 10, 2022&lt;/time&gt;
    
            &lt;p&gt;"Broccoli, along with other plants and microorganisms, emit gases to help them expel toxins. Scientists believe these gases could provide compelling evidence of life on other planets.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;These types of gases are made when organisms add a carbon and three hydrogen atoms to an undesirable chemical element. This process, called methylation, can turn potential toxins into gases that float safely away into the atmosphere. If these gases were to be detected in the atmosphere of another planet using telescopes, they would be suggestive of life somewhere on that planet."&lt;/p&gt;

&lt;p&gt;Read more.&amp;nbsp;&lt;/p&gt;
    &lt;a href="https://epsci.ucr.edu/article-category/astrobiology" hreflang="en"&gt;Astrobiology&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/astrobiology" hreflang="en"&gt;Astrobiology&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://epsci.ucr.edu/tags/edward-schwieterman" hreflang="en"&gt;Edward Schwieterman&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/2022/10/10/broccoli-gas-better-way-find-life-space" data-a2a-title="Broccoli gas: a better way to find life in space"&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%2F2022%2F10%2F10%2Fbroccoli-gas-better-way-find-life-space&amp;amp;title=Broccoli%20gas%3A%20a%20better%20way%20to%20find%20life%20in%20space"&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, 21 Oct 2022 18:34:35 +0000</pubDate>
    <dc:creator>Mayra Gandarilla</dc:creator>
    <guid isPermaLink="false">940 at https://epsci.ucr.edu</guid>
    </item>
<item>
  <title>Laughing gas in space could mean life</title>
  <link>https://epsci.ucr.edu/news/2022/10/04/laughing-gas-space-could-mean-life</link>
  <description>&lt;span&gt;Laughing gas in space could mean life&lt;/span&gt;
&lt;span&gt;&lt;span&gt;Mayra Gandarilla&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2022-10-21T11:18:45-07:00" title="Friday, October 21, 2022 - 11:18"&gt;Fri, 10/21/2022 - 11:18&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/LaughingGasInSpace.jpeg?h=10cfd30f&amp;amp;itok=zhPfYS4w 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/LaughingGasInSpace.jpeg?h=10cfd30f&amp;amp;itok=zhPfYS4w 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/LaughingGasInSpace.jpeg?h=10cfd30f&amp;amp;itok=zMzfDsF1 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/LaughingGasInSpace.jpeg?h=10cfd30f&amp;amp;itok=bgafbVi5 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/LaughingGasInSpace.jpeg?h=10cfd30f&amp;amp;itok=zhPfYS4w" alt="Solar System and planets"&gt;

  &lt;/picture&gt;

        
            Jules Bernstein    
            &lt;time datetime="2022-10-04T12:00:00Z"&gt;October 04, 2022&lt;/time&gt;
    
            &lt;p&gt;"Scientists at UC Riverside are suggesting something is missing from the typical roster of chemicals that astrobiologists use to search for life on planets around other stars — laughing gas.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Chemical compounds in a planet’s atmosphere that could indicate life, called biosignatures, typically include gases found in abundance in Earth’s atmosphere today."&lt;/p&gt;

&lt;p&gt;&lt;a href="https://news.ucr.edu/articles/2022/10/04/laughing-gas-space-could-mean-life" rel=" noopener" target="_blank"&gt;Read more.&lt;/a&gt;&lt;/p&gt;
    &lt;a href="https://epsci.ucr.edu/article-category/astrobiology" hreflang="en"&gt;Astrobiology&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/edward-schwieterman" hreflang="en"&gt;Edward Schwieterman&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://epsci.ucr.edu/tags/astrobiology" hreflang="en"&gt;Astrobiology&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/2022/10/04/laughing-gas-space-could-mean-life" data-a2a-title="Laughing gas in space could mean life"&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%2F2022%2F10%2F04%2Flaughing-gas-space-could-mean-life&amp;amp;title=Laughing%20gas%20in%20space%20could%20mean%20life"&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, 21 Oct 2022 18:18:45 +0000</pubDate>
    <dc:creator>Mayra Gandarilla</dc:creator>
    <guid isPermaLink="false">939 at https://epsci.ucr.edu</guid>
    </item>
<item>
  <title>Newly discovered planet zips around baby star in a week</title>
  <link>https://epsci.ucr.edu/news/2020/06/24/newly-discovered-planet-zips-around-baby-star-week</link>
  <description>&lt;span&gt;Newly discovered planet zips around baby star in a week&lt;/span&gt;
&lt;span&gt;&lt;span&gt;Anonymous (not verified)&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2020-08-02T18:46:08-07:00" title="Sunday, August 2, 2020 - 18:46"&gt;Sun, 08/02/2020 - 18:46&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/au_mic_b_still_01.jpg?h=295292c1&amp;amp;itok=qwYALjsp 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/au_mic_b_still_01.jpg?h=295292c1&amp;amp;itok=qwYALjsp 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/au_mic_b_still_01.jpg?h=295292c1&amp;amp;itok=bHNEjr70 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/au_mic_b_still_01.jpg?h=295292c1&amp;amp;itok=CnRbjqvj 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/au_mic_b_still_01.jpg?h=295292c1&amp;amp;itok=qwYALjsp" alt="AU Microscopii"&gt;

  &lt;/picture&gt;

        
            Holly Ober | UCR News    
            &lt;time datetime="2020-06-24T12:00:00Z"&gt;June 24, 2020&lt;/time&gt;
    
            &lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Understanding how planets form is one of the main challenges scientists face when placing our own and other planetary systems in context. Planets are thought to form from the disk-shaped clouds of gas and dust that surround newborn stars, but this process has never been observed. Astronomers normally only observe planets after they have already formed and have to deduce the pathways that led to their final states.&amp;nbsp;&lt;/p&gt;

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

&lt;figure role="group"&gt;
&lt;p style="text-align:center"&gt;&lt;a href="https://news.ucr.edu/sites/g/files/rcwecm1816/files/2020-06/au_mic_system.gif"&gt;&lt;img alt="The AU Mic star system" src="https://news.ucr.edu/sites/g/files/rcwecm1816/files/styles/scale_367/public/2020-06/au_mic_system.gif?itok=P-wHKzeE" title="Au Mic system" typeof="foaf:Image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;figcaption&gt;An artist's rendering of the AU Mic star system. (NASA’s Goddard Space Flight Center)&lt;/figcaption&gt;
&lt;/figure&gt;

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

&lt;p&gt;For more than a decade, astronomers have searched for planets orbiting AU Microscopii, a nearby star still surrounded by a disk of debris left over from its formation. Now scientists using data from NASA’s&amp;nbsp;&lt;a href="https://www.nasa.gov/tess-transiting-exoplanet-survey-satellite" target="_blank"&gt;Transiting Exoplanet Survey Satellite&lt;/a&gt;, or TESS, and now-retired&amp;nbsp;&lt;a href="https://www.nasa.gov/mission_pages/spitzer/main/index.html" target="_blank"&gt;Spitzer Space Telescope&lt;/a&gt;&amp;nbsp;report the discovery of a planet about as large as Neptune that circles the young star in just over a week.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;The new planet, AU Mic b, is located 31.9 light-years away in the southern constellation Microscopium and described in a&amp;nbsp;&lt;a href="https://www.nature.com/articles/s41586-020-2400-z" target="_blank"&gt;paper&lt;/a&gt;&amp;nbsp;published in Nature. The system, known as AU Mic for short, provides a one-of-a-kind laboratory for studying how planets and their atmospheres form, evolve, and interact with their stars.&lt;/p&gt;

&lt;p&gt;“AU Mic is a young, nearby M dwarf star. It’s surrounded by a vast debris disk in which moving clumps of dust have been tracked, and now, thanks to TESS and Spitzer, it has a planet with a direct size measurement,” said co-author Bryson Cale, a doctoral student at George Mason University in Fairfax, Virginia. “There is no other known system that checks all of these important boxes.”&lt;/p&gt;

&lt;p&gt;“Finding a ‘missing link,’ such as the planet orbiting AU Mic, essentially caught in the act of forming, is extremely rare,” said co-author&amp;nbsp;&lt;a href="https://profiles.ucr.edu/app/home/profile/skane" target="_blank"&gt;Stephen Kane&lt;/a&gt;, an associate professor in the Department of Earth and Planetary Sciences at the University of California, Riverside. “What makes this especially rare is that it also transits its star, so we can measure the radius as well as the mass, leading to an estimate of the bulk density of the planet and its likely composition.&lt;/p&gt;

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

&lt;figure role="group"&gt;
&lt;p style="text-align:center"&gt;&lt;a href="https://news.ucr.edu/sites/g/files/rcwecm1816/files/2020-06/au_mic_b_w_graphics_illus_label.gif"&gt;&lt;img alt="AU Mic b with explanation label" src="https://news.ucr.edu/sites/g/files/rcwecm1816/files/styles/scale_367/public/2020-06/au_mic_b_w_graphics_illus_label.gif?itok=L4PV4T6x" title="AU Mic b label" typeof="foaf:Image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;figcaption&gt;An artist's rendering of the planet AU Mic b. (NASA’s Goddard Space Flight Center)&lt;/figcaption&gt;
&lt;/figure&gt;

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

&lt;p&gt;“This discovery will form the foundation for many years of observational and theoretical studies into the very earliest stages for planet formation,” added Kane, who helped develop the instrument that measured the planet mass and was part of the TESS team that discovered the transit of the planet.&lt;/p&gt;

&lt;p&gt;AU Mic is a cool red dwarf star with an age estimated at 20 million to 30 million years, making it a stellar infant compared to our sun, which is at least 150 times older. The planet AU Mic b almost hugs its star, completing an orbit every eight-and-a-half days. It weighs less than 58 times Earth’s mass, placing it in the category of Neptune-like worlds.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;“We think AU Mic b formed far from the star and migrated inward to its current orbit, something that can happen as planets interact gravitationally with a gas disk or with other planets,” said co-author Thomas Barclay, an associate research scientist at the University of Maryland, Baltimore County, and an associate project scientist for TESS at NASA’s Goddard Space Flight Center in Greenbelt, Maryland.&amp;nbsp;&lt;/p&gt;

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

&lt;figure role="group"&gt;
&lt;p style="text-align:center"&gt;&lt;a href="https://news.ucr.edu/sites/g/files/rcwecm1816/files/2020-06/au_mic_discovery_illus_label.gif"&gt;&lt;img alt="AU Mic b discovery" src="https://news.ucr.edu/sites/g/files/rcwecm1816/files/styles/scale_367/public/2020-06/au_mic_discovery_illus_label.gif?itok=v2aoe-3q" title="AU Mic b discovery" typeof="foaf:Image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;figcaption&gt;An artist's rendering of how scientists discovered AU Mic b. (NASA’s Goddard Space Flight Center)&lt;/figcaption&gt;
&lt;/figure&gt;

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

&lt;p&gt;When a planet crosses in front of its star from our perspective — an event called a transit — its passage causes a distinct dip in the star’s brightness. TESS monitors large swaths of the sky, called sectors, for 27 days at a time. During this long stare, the mission’s cameras regularly capture snapshots that allow scientists to track changes in stellar brightness.&lt;/p&gt;

&lt;p&gt;Regular dips in a star’s brightness signal the possibility of a transiting planet. Usually, it takes at least two observed transits to recognize a planet’s presence.&lt;/p&gt;

&lt;p&gt;“As luck would have it, the second of three TESS transits occurred when the spacecraft was near its closest point to Earth. At such times, TESS is not observing because it is busy downlinking all of the stored data,” said co-author Diana Dragomir, a research assistant professor at the University of New Mexico in Albuquerque. “To fill the gap, our team was granted observing time on Spitzer, which caught two additional transits in 2019 and enabled us to confirm the orbital period of AU Mic b.”&lt;/p&gt;

&lt;p&gt;Because the amount of light blocked by a transit depends on the planet’s size and orbital distance, the TESS and Spitzer transits provide a direct measure of AU Mic b’s size. Analysis of these measurements shows the planet is about 8% larger than Neptune.&lt;/p&gt;

&lt;p&gt;AU Mic b might not be the only planet orbiting its star.&lt;/p&gt;

&lt;p&gt;“There is an additional candidate transit event seen in the TESS data, and TESS will hopefully revisit AU Mic later this year in its extended mission,” said lead author Peter Plavchan, an assistant professor of physics and astronomy at George Mason. “We are continuing to monitor the star with precise radial velocity measurements, so stay tuned.”&lt;/p&gt;

&lt;p&gt;The paper, “A planet within the debris disk around the pre-main-sequence star AU Microscopii,” was published June 24.&lt;/p&gt;

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

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

&lt;p&gt;Read the original article online:&lt;/p&gt;

&lt;p&gt;&lt;a class="btn-ucr-gold" href="https://news.ucr.edu/articles/2020/06/24/newly-discovered-planet-zips-around-baby-star-week" target="_blank"&gt;view article&lt;/a&gt;&lt;/p&gt;

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

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

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

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
    &lt;a href="https://epsci.ucr.edu/article-category/exoplanets-and-planetary-science" hreflang="en"&gt;Exoplanets and Planetary Science&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/astrobiology" hreflang="en"&gt;Astrobiology&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://epsci.ucr.edu/tags/stephen-kane" hreflang="en"&gt;Stephen Kane&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://epsci.ucr.edu/tags/au-microscopii" hreflang="en"&gt;AU Microscopii&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://epsci.ucr.edu/tags/tess" hreflang="en"&gt;TESS&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/2020/06/24/newly-discovered-planet-zips-around-baby-star-week" data-a2a-title="Newly discovered planet zips around baby star in a week"&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%2F2020%2F06%2F24%2Fnewly-discovered-planet-zips-around-baby-star-week&amp;amp;title=Newly%20discovered%20planet%20zips%20around%20baby%20star%20in%20a%20week"&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, 03 Aug 2020 01:46:08 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">786 at https://epsci.ucr.edu</guid>
    </item>
<item>
  <title>Surprising number of exoplanets could host life</title>
  <link>https://epsci.ucr.edu/news/2020/07/31/surprising-number-exoplanets-could-host-life</link>
  <description>&lt;span&gt;Surprising number of exoplanets could host life&lt;/span&gt;
&lt;span&gt;&lt;span&gt;Anonymous (not verified)&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2020-08-02T16:10:42-07:00" title="Sunday, August 2, 2020 - 16:10"&gt;Sun, 08/02/2020 - 16:10&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/trappist-1_ucr.jpg?h=57053c46&amp;amp;itok=nhdj31Sf 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/trappist-1_ucr.jpg?h=57053c46&amp;amp;itok=nhdj31Sf 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/trappist-1_ucr.jpg?h=57053c46&amp;amp;itok=X8pfpICK 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/trappist-1_ucr.jpg?h=57053c46&amp;amp;itok=XfyKS8WZ 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/trappist-1_ucr.jpg?h=57053c46&amp;amp;itok=nhdj31Sf" alt="Trappist-1 planetary system (c) NASA / JPL / Caltech"&gt;

  &lt;/picture&gt;

        
            Jules Bernstein | UCR News    
            &lt;time datetime="2020-07-31T12:00:00Z"&gt;July 31, 2020&lt;/time&gt;
    
            &lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Our solar system has one habitable planet — Earth. A new study shows other stars could have as many as seven Earth-like planets in the absence of a gas giant like Jupiter.&amp;nbsp;&lt;/p&gt;

&lt;figure role="group"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;figure role="group" class="embedded-entity align-center"&gt;
&lt;div alt="Jupiter (c) NASA" data-embed-button="media_browser" data-entity-embed-display="media_image" data-entity-embed-display-settings="{&amp;quot;image_style&amp;quot;:&amp;quot;scale_550&amp;quot;,&amp;quot;image_link&amp;quot;:&amp;quot;file&amp;quot;}" data-entity-type="media" data-entity-uuid="e5842b52-ce54-4b56-b068-88474dd6ce95" data-langcode="en" title="Jupiter (c) NASA"&gt;  &lt;a href="https://epsci.ucr.edu/sites/default/files/Jupiter.jpg"&gt;&lt;img alt="Jupiter (c) NASA" loading="lazy" src="https://epsci.ucr.edu/sites/default/files/styles/scale_550/public/Jupiter.jpg?itok=L_ou3uDg" title="Jupiter (c) NASA"&gt;

&lt;/a&gt;
&lt;/div&gt;
&lt;figcaption&gt;Image from NASA's Juno spacecraft of Jupiter, the largest planet in our solar system. (NASA/JPL-Caltech/SwRI/MSSS)&lt;/figcaption&gt;
&lt;/figure&gt;



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

&lt;p&gt;This is the conclusion of a study led by UC Riverside astrobiologist Stephen Kane published this week in the&amp;nbsp;&lt;a href="https://iopscience.iop.org/article/10.3847/1538-3881/ab9ffe" target="_blank"&gt;Astronomical Journal&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The search for life in outer space is typically focused on what scientists call the “habitable zone,” which is the area around a star in which an orbiting planet could have liquid water oceans — a condition for life as we know it.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Kane had been studying a nearby solar system called Trappist-1, which has three Earth-like planets in its habitable zone.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;“This made me wonder about the maximum number of habitable planets it’s possible for a star to have, and why our star only has one,” Kane said. “It didn’t seem fair!”&lt;/p&gt;

&lt;p&gt;His team created a model system in which they simulated planets of various sizes orbiting their stars. An algorithm accounted for gravitational forces and helped test how the planets interacted with each other over millions of years.&lt;/p&gt;

&lt;p&gt;They found it is possible for some stars to support as many as seven, and that a star like our sun could potentially support six planets with liquid water.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;“More than seven, and the planets become too close to each other and destabilize each other’s orbits,” Kane said.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Why then does our solar system only have one habitable planet if it is capable of supporting six? It helps if the planets’ movement is circular rather than oval or irregular, minimizing any close contact and maintain stable orbits.&amp;nbsp;&lt;/p&gt;

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

&lt;figure role="group" class="embedded-entity align-center"&gt;
&lt;div alt="Trappist-1 planetary system (c) NASA / JPL / Caltech" data-embed-button="media_browser" data-entity-embed-display="media_image" data-entity-embed-display-settings="{&amp;quot;image_style&amp;quot;:&amp;quot;scale_733&amp;quot;,&amp;quot;image_link&amp;quot;:&amp;quot;file&amp;quot;}" data-entity-type="media" data-entity-uuid="0840c02b-617b-4ed9-935e-f35ed5af36f8" data-langcode="en" title="Trappist-1 planetary system (c) NASA / JPL / Caltech"&gt;  &lt;a href="https://epsci.ucr.edu/sites/default/files/trappist-1_ucr.jpg"&gt;&lt;img alt="Trappist-1 planetary system (c) NASA / JPL / Caltech" loading="lazy" src="https://epsci.ucr.edu/sites/default/files/styles/scale_733/public/trappist-1_ucr.jpg?itok=EENKSR4x" title="Trappist-1 planetary system (c) NASA / JPL / Caltech"&gt;

&lt;/a&gt;
&lt;/div&gt;
&lt;figcaption&gt;The Trappist-1 planetary system has three planets in its habitable zone, compared to our solar system which has only one. (NASA/JPL/Caltech)&lt;/figcaption&gt;
&lt;/figure&gt;



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

&lt;p&gt;Kane also suspects Jupiter, which has a mass two-and-a-half times that of all the other planets in the solar system combined, limited our system’s habitability.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;“It has a big effect on the habitability of our solar system because it’s massive and disturbs other orbits,” Kane said.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Only a handful of stars are known to have multiple planets in their habitable zones. Moving forward, Kane plans to search for additional stars surrounded entirely by smaller planets. These stars will be prime targets for direct imaging with NASA telescopes like the one at Jet Propulsion Laboratory’s&amp;nbsp;&lt;a href="https://www.jpl.nasa.gov/habex/" target="_blank"&gt;Habitable Exoplanet Observatory&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Kane’s study identified one such star, Beta CVn, which is relatively close by at 27 light years away. Because it doesn’t have a Jupiter-like planet, it will be included as one of the stars checked for multiple habitable zone planets.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Future studies will also involve the creation of new models that examine the atmospheric chemistry of habitable zone planets in other star systems.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Projects like these offer more than new avenues in the search for life in outer space. They also offer scientists insight into forces that might change life on our own planet one day.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;“Although we know Earth has been habitable for most of its history, many questions remain regarding how these favorable conditions evolved with time, and the specific drivers behind those changes,” Kane said. “By measuring the properties of exoplanets whose evolutionary pathways may be similar to our own, we gain a preview into the past and future of this planet — and what we must do to main its habitability.”&lt;/p&gt;

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

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

&lt;p&gt;Read the original article online&lt;/p&gt;

&lt;p&gt;&lt;a class="btn-ucr-gold" href="https://news.ucr.edu/articles/2020/07/31/surprising-number-exoplanets-could-host-life" target="_blank"&gt;VIEW ARTICLE&lt;/a&gt;&lt;/p&gt;

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

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

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
    &lt;a href="https://epsci.ucr.edu/article-category/exoplanets-and-planetary-science" hreflang="en"&gt;Exoplanets and Planetary Science&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/astrobiology" hreflang="en"&gt;Astrobiology&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://epsci.ucr.edu/tags/stephen-kane" hreflang="en"&gt;Stephen Kane&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://epsci.ucr.edu/tags/exoplanets" hreflang="en"&gt;Exoplanets&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://epsci.ucr.edu/tags/trappist-1" hreflang="en"&gt;Trappist-1&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/2020/07/31/surprising-number-exoplanets-could-host-life" data-a2a-title="Surprising number of exoplanets could host life"&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%2F2020%2F07%2F31%2Fsurprising-number-exoplanets-could-host-life&amp;amp;title=Surprising%20number%20of%20exoplanets%20could%20host%20life"&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>Sun, 02 Aug 2020 23:10:42 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">781 at https://epsci.ucr.edu</guid>
    </item>

  </channel>
</rss>
