{"id":14420,"date":"2025-05-11T22:00:00","date_gmt":"2025-05-11T22:00:00","guid":{"rendered":"https:\/\/modernsciences.org\/staging\/4414\/?p=14420"},"modified":"2025-05-16T04:53:00","modified_gmt":"2025-05-16T04:53:00","slug":"exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025","status":"publish","type":"post","link":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/","title":{"rendered":"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know<\/title>\n    <style>\n        :root {\n            --primary: #00788C;\n            --accent: #B9E3E3;\n            --dark: #244B5A;\n            --text: #000000;\n            --background: #FFFFFF;\n            --section-gap: 2rem;\n            --border-radius: 8px;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            background-color: var(--background);\n            color: var(--text);\n            line-height: 1.5;\n            padding: 0;\n            margin: 0;\n            font-size: 0.95rem;\n        }\n        \n        .infographic-container {\n            max-width: 100%;\n            margin: 0 auto;\n            overflow-x: hidden;\n        }\n        \n        header {\n            background-color: var(--primary);\n            color: white;\n            padding: 2rem 1rem;\n            text-align: center;\n        }\n        \n        h1 {\n            font-size: 2rem;\n            margin-bottom: 0.75rem;\n            line-height: 1.2;\n        }\n        \n        .subtitle {\n            font-size: 1rem;\n            opacity: 0.9;\n        }\n        \n        .sections-container {\n            display: flex;\n            flex-direction: column;\n            padding: 2rem 1rem;\n            gap: var(--section-gap);\n        }\n        \n        .section {\n            background: white;\n            border-radius: var(--border-radius);\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            padding: 2rem;\n            margin-bottom: 2rem;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .section:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 8px;\n            height: 100%;\n            background-color: var(--primary);\n        }\n        \n        .section-header {\n            color: var(--primary);\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n            padding-left: 1rem;\n        }\n        \n        .section-content {\n            display: flex;\n            flex-direction: column;\n            gap: 1.25rem;\n        }\n        \n        .summary {\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n        \n        .visual-cue {\n            background-color: var(--accent);\n            border-radius: var(--border-radius);\n            padding: 1.25rem;\n            text-align: center;\n            font-style: italic;\n            color: var(--dark);\n            font-size: 0.9rem;\n        }\n        \n        .image-attribution {\n            font-size: 0.75rem;\n            text-align: right;\n            opacity: 0.7;\n            margin-top: 0.25rem;\n            font-style: normal;\n            color: var(--dark);\n        }\n        \n        .visual-cue img {\n            max-width: 100%;\n            height: auto;\n            margin-bottom: 1rem;\n        }\n        \n        .callout-quote {\n            background-color: var(--accent);\n            padding: 1.5rem;\n            border-radius: var(--border-radius);\n            position: relative;\n            font-style: italic;\n            font-size: 1.1rem;\n            text-align: center;\n            margin: 1.5rem 0;\n            color: var(--dark);\n        }\n        \n        .callout-quote:before, .callout-quote:after {\n            content: '\"';\n            font-size: 3rem;\n            position: absolute;\n            opacity: 0.3;\n        }\n        \n        .callout-quote:before {\n            top: 0.5rem;\n            left: 1rem;\n        }\n        \n        .callout-quote:after {\n            bottom: -1rem;\n            right: 1rem;\n        }\n        \n        .callouts-container {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n        }\n        \n        .callout-item {\n            background-color: var(--accent);\n            padding: 1rem;\n            border-radius: var(--border-radius);\n        }\n        \n        .callout-label {\n            font-weight: bold;\n            color: var(--primary);\n            margin-bottom: 0.25rem;\n        }\n        \n        .timeline {\n            display: flex;\n            flex-direction: column;\n            margin: 2rem 0;\n            padding: 1rem 0;\n            position: relative;\n        }\n        \n        .timeline:before {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background-color: var(--primary);\n            transform: translateY(-50%);\n            display: none;\n        }\n        \n        .timeline-event {\n            display: flex;\n            margin-bottom: 1.5rem;\n            align-items: center;\n            background-color: var(--accent);\n            padding: 1rem;\n            border-radius: var(--border-radius);\n        }\n        \n        .timeline-year {\n            font-weight: bold;\n            min-width: 100px;\n            color: var(--primary);\n        }\n        \n        .closing-quote {\n            font-size: 1.2rem;\n            font-style: italic;\n            text-align: center;\n            margin: 1.5rem 0;\n            color: var(--dark);\n            padding: 0.75rem;\n            border-top: 2px solid var(--accent);\n            border-bottom: 2px solid var(--accent);\n        }\n        \n        footer {\n            background-color: var(--dark);\n            color: white;\n            text-align: center;\n            padding: 1.25rem;\n            margin-top: 1.5rem;\n            font-size: 0.8rem;\n        }\n        \n        footer a {\n            color: var(--accent);\n            text-decoration: underline;\n        }\n        \n        .footer-attribution {\n            margin-top: 0.5rem;\n        }\n        \n        .statue-visual {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 1rem;\n            padding: 1.5rem;\n            background-color: var(--accent);\n            border-radius: var(--border-radius);\n        }\n        \n        .statues {\n            display: flex;\n            gap: 2rem;\n            justify-content: center;\n        }\n        \n        .statue {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n        }\n        \n        .statue-figure {\n            width: 60px;\n            height: 200px;\n            background-color: var(--dark);\n            position: relative;\n            border-radius: 8px;\n        }\n        \n        .statue-label {\n            margin-top: 0.5rem;\n            font-weight: bold;\n        }\n        \n        .silhouettes {\n            display: flex;\n            justify-content: center;\n            gap: 3rem;\n            background-color: var(--accent);\n            padding: 1.5rem;\n            border-radius: var(--border-radius);\n        }\n        \n        .silhouette {\n            position: relative;\n            width: 80px;\n            height: 200px;\n            background-color: var(--dark);\n            border-radius: 8px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        \n        .silhouette-label {\n            color: white;\n            background: var(--primary);\n            padding: 0.25rem 0.5rem;\n            border-radius: 4px;\n            position: absolute;\n            font-size: 0.75rem;\n        }\n        \n        .woman-pendant {\n            top: 60px;\n            right: -60px;\n        }\n        \n        .woman-laurel {\n            top: 100px;\n            right: -60px;\n        }\n        \n        .man-toga {\n            top: 80px;\n            left: -60px;\n        }\n        \n        \/* Responsive styles *\/\n        @media (min-width: 768px) {\n            .infographic-container {\n                max-width: 980px;\n                margin: 0 auto;\n            }\n            \n            header {\n                padding: 3rem 2rem;\n            }\n            \n            h1 {\n                font-size: 2.4rem;\n            }\n            \n            .sections-container {\n                padding: 2rem 1.5rem;\n            }\n            \n            .section {\n                padding: 2rem;\n            }\n            \n            .section-header {\n                font-size: 1.6rem;\n            }\n            \n            .callouts-container {\n                flex-direction: row;\n                flex-wrap: wrap;\n            }\n            \n            .callout-item {\n                flex: 1;\n                min-width: 200px;\n            }\n            \n            .timeline {\n                flex-direction: row;\n                justify-content: space-between;\n                padding: 2rem 0;\n            }\n            \n            .timeline:before {\n                display: block;\n            }\n            \n            .timeline-event {\n                flex-direction: column;\n                width: 30%;\n                position: relative;\n                margin-bottom: 0;\n            }\n            \n            .timeline-event:before {\n                content: '';\n                position: absolute;\n                top: -10px;\n                left: 50%;\n                width: 20px;\n                height: 20px;\n                background-color: var(--primary);\n                border-radius: 50%;\n                transform: translateX(-50%);\n            }\n            \n            .timeline-year {\n                margin-bottom: 0.5rem;\n                text-align: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n  <div class=\"infographic-container\">\n    <header>\n      <h1 id=\"four-small-planets-discovered-around-one-of-the-closest-stars-to-earth-an-expert-explains-what-we-know\">Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know<\/h1>\n      <div class=\"subtitle\">Exploring one of our closest cosmic neighbors<\/div>\n    <\/header>\n\n    <div class=\"sections-container\">\n      <div class=\"section\">\n        <h2 id=\"a-quiet-neighbor-in-the-cosmos\" class=\"section-header\">A Quiet Neighbor in the Cosmos<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Barnard\u2019s Star is one of the closest stars to Earth\u2014just six light-years away\u2014but too faint to see without a telescope. It\u2019s a red dwarf, smaller than the Sun and closer in size to Jupiter.\n          <\/p>\n          <div class=\"visual-cue\">\n            <div style=\"height: 400px; background-color: var(--dark); border-radius: var(--border-radius); margin-bottom: 1rem; display: flex; justify-content: center; align-items: center; color: white;\">\n                            <img  decoding=\"async\"  src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=\"  alt=\"Scale comparison of Barnard\u2019s Star, Sun, and Jupiter\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/4\/43\/Barnard%27sStarSize_en.jpg\/960px-Barnard%27sStarSize_en.jpg\" >\n                        <\/div>\n              Scale comparison of Barnard\u2019s Star, Sun, and Jupiter\n<div class=\"image-attribution\"><p class=\"attribution\">&#8220;<a rel=\"noopener noreferrer\" href=\"https:\/\/commons.wikimedia.org\/w\/index.php?curid=39653456\" target=\"_blank\">Barnard&#039;sStarSize en<\/a>&#8221; by <a rel=\"noopener noreferrer\" href=\"https:\/\/commons.wikimedia.org\/w\/index.php?title=User:Marskell&#038;action=edit&#038;redlink=1\" target=\"_blank\">Marskell, Poppy, User:Richard-59<\/a> is licensed under <a rel=\"noopener noreferrer\" href=\"https:\/\/creativecommons.org\/licenses\/by-sa\/3.0\/?ref=openverse\" target=\"_blank\">CC BY-SA 3.0 <img  decoding=\"async\"  src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=\"  style=\"height: 1em; margin-right: 0.125em; display: inline;\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/mirrors.creativecommons.org\/presskit\/icons\/cc.svg\" ><img  decoding=\"async\"  src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=\"  style=\"height: 1em; margin-right: 0.125em; display: inline;\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/mirrors.creativecommons.org\/presskit\/icons\/by.svg\" ><img  decoding=\"async\"  src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=\"  style=\"height: 1em; margin-right: 0.125em; display: inline;\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/mirrors.creativecommons.org\/presskit\/icons\/sa.svg\" ><\/a>.<\/p><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"section\">\n        <h2 id=\"finding-the-unseeable\" class=\"section-header\">Finding the Unseeable<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Astronomers detected four planets orbiting Barnard\u2019s Star using high-precision spectrographs. These instruments detect the tiny wobbles in the star\u2019s motion caused by the planets\u2019 gravity.\n          <\/p>\n        <\/div>\n      <\/div>\n      <div class=\"section\">\n        <h2 id=\"the-challenge-of-stellar-activity\" class=\"section-header\">The Challenge of Stellar Activity<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Red dwarf stars have intense magnetic storms that can mimic planet signals. Scientists must calibrate data carefully to avoid false positives.\n          <\/p>\n          <div class=\"callout-quote\">Magnetic activity from stars can look like planetary tugs.<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"section\">\n        <h2 id=\"two-teams-two-telescopes-one-answer\" class=\"section-header\">Two Teams, Two Telescopes, One Answer<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Two independent teams\u2014one in Europe and one in the U.S.\u2014confirmed the four planets by combining seven years of data from different instruments: ESPRESSO and Maroon-X.\n          <\/p>\n          <div class=\"timeline\">\n            <div class=\"timeline-event\">\n              <div class=\"timeline-year\">2020<\/div>\n              <div>Start of observations<\/div>\n            <\/div>\n            <div class=\"timeline-event\">\n              <div class=\"timeline-year\">2024<\/div>\n              <div>First team reports 4 candidates<\/div>\n            <\/div>\n            <div class=\"timeline-event\">\n              <div class=\"timeline-year\">2025<\/div>\n              <div>Second team confirms 3, joint data validates all 4<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"section\">\n        <h2 id=\"rocky-worlds-on-the-edge\" class=\"section-header\">Rocky Worlds on the Edge<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            The four planets orbit tightly around Barnard\u2019s Star, taking just 2 to 7 days to complete a year. They are likely smaller than Earth, rocky, and too hot for liquid water.\n          <\/p>\n          <div class=\"callout-quote\">Shortest year: 2 Earth days \u2022 Longest: 7 Earth days<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"section\">\n        <h2 id=\"no-transits-no-sizes\" class=\"section-header\">No Transits, No Sizes<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Because these planets don\u2019t pass between the star and Earth (i.e., don\u2019t transit), scientists can\u2019t directly measure their size or atmospheres\u2014yet.\n          <\/p>\n          <div class=\"callout-quote\">Without transits, size and composition are hard to determine.<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"section\">\n        <h2 id=\"red-dwarfs-are-planet-factories\" class=\"section-header\">Red Dwarfs Are Planet Factories<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Red dwarfs are the most common stars in the galaxy, and most seem to have planets. This suggests there may be more planets than stars in the Milky Way.\n          <\/p>\n          <div class=\"visual-cue\">\n            <div style=\"height: 400px; background-color: var(--dark); border-radius: var(--border-radius); margin-bottom: 1rem; display: flex; justify-content: center; align-items: center; color: white;\">\n                            <img  decoding=\"async\"  src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=\"  alt=\"Artist\u2019s impression of the surface of a super-Earth orbiting Barnard\u2019s Star\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/4\/42\/Artist%E2%80%99s_impression_of_the_surface_of_a_super-Earth_orbiting_Barnard%E2%80%99s_Star.jpg\/960px-Artist%E2%80%99s_impression_of_the_surface_of_a_super-Earth_orbiting_Barnard%E2%80%99s_Star.jpg\" >\n                        <\/div>\n              Artist\u2019s impression of the surface of a super-Earth orbiting Barnard\u2019s Star\n<div class=\"image-attribution\"><p class=\"attribution\">&#8220;<a rel=\"noopener noreferrer\" href=\"https:\/\/commons.wikimedia.org\/w\/index.php?curid=74405258\" target=\"_blank\">Artist\u2019s impression of the surface of a super-Earth orbiting Barnard\u2019s Star<\/a>&#8221; by ESO\/M. Kornmesser is licensed under <a rel=\"noopener noreferrer\" href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/?ref=openverse\" target=\"_blank\">CC BY 4.0 <img  decoding=\"async\"  src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=\"  style=\"height: 1em; margin-right: 0.125em; display: inline;\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/mirrors.creativecommons.org\/presskit\/icons\/cc.svg\" ><img  decoding=\"async\"  src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=\"  style=\"height: 1em; margin-right: 0.125em; display: inline;\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/mirrors.creativecommons.org\/presskit\/icons\/by.svg\" ><\/a>.<\/p><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"section\">\n        <h2 id=\"eyes-on-the-habitable-zone\" class=\"section-header\">Eyes on the Habitable Zone<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Most discovered planets are close-in because they\u2019re easier to detect. ESA\u2019s Plato mission (launching 2026) aims to find planets farther out\u2014possibly like Earth.\n          <\/p>\n          <div class=\"callout-quote\">Plato may show us if our solar system is rare\u2026 or typical.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <footer>\n      Based on the article by Coel Hellier, Professor of Astrophysics, Keele University\n<div class=\"footer-attribution\">\n                Adapted from an article by <a href=\"https:\/\/theconversation.com\/profiles\/coel-hellier-460658\" target=\"_blank\" rel=\"noopener\">Coel Hellier<\/a>, originally published on <a href=\"https:\/\/theconversation.com\/four-small-planets-discovered-around-one-of-the-closest-stars-to-earth-an-expert-explains-what-we-know-252075\" target=\"_blank\" rel=\"noopener\">The Conversation<\/a>, under <a href=\"https:\/\/creativecommons.org\/licenses\/by-nd\/4.0\/\" target=\"_blank\" rel=\"noopener\">CC BY-ND 4.0<\/a>. Changes made.\n            <\/div>\n    <\/footer>\n  <\/div>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we&hellip;\n","protected":false},"author":4,"featured_media":14514,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","fifu_image_url":"https:\/\/pixvid.org\/images\/2025\/05\/16\/244e64011ec8468480dd2b67eec8ae6a.jpg","fifu_image_alt":"","footnotes":""},"categories":[14,10339],"tags":[6609,6611,6600,6608,6612,6602,4680,6614,4667,6601,6616,4683,6619,6615,6597,6603,6599,6605,6613,903,4675,6607,6618,4658,6606,6598,6617,6610,6604,10008],"class_list":["post-14420","post","type-post","status-publish","format-standard","has-post-thumbnail","category-space","category-the-viewpoint","tag-astronomical-research","tag-astronomy-news","tag-barnards-star","tag-espresso-spectrograph","tag-european-space-agency-plato-mission","tag-exoplanet-atmospheres","tag-exoplanet-discovery","tag-exoplanet-research","tag-extrasolar-planets","tag-gemini-north-telescope","tag-gravitational-tug","tag-habitable-zone","tag-maroon-x-instrument","tag-maunakea-observatory","tag-nearby-star-systems","tag-planet-formation","tag-planetary-detection","tag-planetary-orbits","tag-planetary-system-formation","tag-protoplanetary-disk","tag-radial-velocity-method","tag-red-dwarf-star","tag-rocky-exoplanets","tag-space-exploration","tag-space-observation","tag-spectrograph-instruments","tag-stellar-magnetic-activity","tag-transit-method","tag-very-large-telescope","tag-viewpoint","cs-entry","cs-video-wrap"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know Exploring one of our closest cosmic neighbors A Quiet Neighbor in the Cosmos Barnard\u2019s Star is one\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Modern Sciences Team\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Modern Sciences - A media company that aims to provide the academics, researchers, and science enthusiasts with the latest news and stories in the world of Applied and Pure Science.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know - Modern Sciences\" \/>\n\t\t<meta property=\"og:description\" content=\"Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know Exploring one of our closest cosmic neighbors A Quiet Neighbor in the Cosmos Barnard\u2019s Star is one\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-05-11T22:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-05-16T04:53:00+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know - Modern Sciences\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know Exploring one of our closest cosmic neighbors A Quiet Neighbor in the Cosmos Barnard\u2019s Star is one\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\\\/#blogposting\",\"name\":\"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \\u2013 an expert explains what we know - Modern Sciences\",\"headline\":\"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \\u2013 an expert explains what we know\",\"author\":{\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/author\\\/modernsciencesteam\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/pixvid.org\\\/images\\\/2025\\\/05\\\/16\\\/244e64011ec8468480dd2b67eec8ae6a.jpg\",\"width\":1000,\"height\":1000},\"datePublished\":\"2025-05-11T22:00:00+00:00\",\"dateModified\":\"2025-05-16T04:53:00+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\\\/#webpage\"},\"articleSection\":\"Space, The Viewpoint, astronomical research, astronomy news, Barnard\\u2019s Star, Espresso spectrograph, European Space Agency Plato mission, exoplanet atmospheres, exoplanet discovery, exoplanet research, extrasolar planets, Gemini North telescope, gravitational tug, habitable zone, Maroon-X instrument, Maunakea observatory, nearby star systems, planet formation, planetary detection, planetary orbits, planetary system formation, protoplanetary disk, radial velocity method, red dwarf star, rocky exoplanets, space exploration, space observation, spectrograph instruments, stellar magnetic activity, transit method, Very Large Telescope, viewpoint\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/category\\\/space\\\/#listItem\",\"name\":\"Space\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/category\\\/space\\\/#listItem\",\"position\":2,\"name\":\"Space\",\"item\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/category\\\/space\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\\\/#listItem\",\"name\":\"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \\u2013 an expert explains what we know\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\\\/#listItem\",\"position\":3,\"name\":\"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \\u2013 an expert explains what we know\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/category\\\/space\\\/#listItem\",\"name\":\"Space\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/#organization\",\"name\":\"Modern Sciences\",\"description\":\"A media company that aims to provide the academics, researchers, and science enthusiasts with the latest news and stories in the world of Applied and Pure Science.\",\"url\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/author\\\/modernsciencesteam\\\/#author\",\"url\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/author\\\/modernsciencesteam\\\/\",\"name\":\"Modern Sciences Team\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5e78a6d2ac2a443cdc8e5ee1d7e78d35208ec2f957982b60f8fb352d24c7eb0f?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Modern Sciences Team\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\\\/#webpage\",\"url\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\\\/\",\"name\":\"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \\u2013 an expert explains what we know - Modern Sciences\",\"description\":\"Four small planets discovered around one of the closest stars to Earth \\u2013 an expert explains what we know Four small planets discovered around one of the closest stars to Earth \\u2013 an expert explains what we know Exploring one of our closest cosmic neighbors A Quiet Neighbor in the Cosmos Barnard\\u2019s Star is one\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/author\\\/modernsciencesteam\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/author\\\/modernsciencesteam\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/pixvid.org\\\/images\\\/2025\\\/05\\\/16\\\/244e64011ec8468480dd2b67eec8ae6a.jpg\",\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\\\/#mainImage\",\"width\":1000,\"height\":1000},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\\\/#mainImage\"},\"datePublished\":\"2025-05-11T22:00:00+00:00\",\"dateModified\":\"2025-05-16T04:53:00+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/#website\",\"url\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/\",\"name\":\"Modern Sciences\",\"description\":\"A media company that aims to provide the academics, researchers, and science enthusiasts with the latest news and stories in the world of Applied and Pure Science.\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/modernsciences.org\\\/staging\\\/4414\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know - Modern Sciences","description":"Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know Exploring one of our closest cosmic neighbors A Quiet Neighbor in the Cosmos Barnard\u2019s Star is one","canonical_url":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/#blogposting","name":"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know - Modern Sciences","headline":"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know","author":{"@id":"https:\/\/modernsciences.org\/staging\/4414\/author\/modernsciencesteam\/#author"},"publisher":{"@id":"https:\/\/modernsciences.org\/staging\/4414\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/pixvid.org\/images\/2025\/05\/16\/244e64011ec8468480dd2b67eec8ae6a.jpg","width":1000,"height":1000},"datePublished":"2025-05-11T22:00:00+00:00","dateModified":"2025-05-16T04:53:00+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/#webpage"},"isPartOf":{"@id":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/#webpage"},"articleSection":"Space, The Viewpoint, astronomical research, astronomy news, Barnard\u2019s Star, Espresso spectrograph, European Space Agency Plato mission, exoplanet atmospheres, exoplanet discovery, exoplanet research, extrasolar planets, Gemini North telescope, gravitational tug, habitable zone, Maroon-X instrument, Maunakea observatory, nearby star systems, planet formation, planetary detection, planetary orbits, planetary system formation, protoplanetary disk, radial velocity method, red dwarf star, rocky exoplanets, space exploration, space observation, spectrograph instruments, stellar magnetic activity, transit method, Very Large Telescope, viewpoint"},{"@type":"BreadcrumbList","@id":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/modernsciences.org\/staging\/4414#listItem","position":1,"name":"Home","item":"https:\/\/modernsciences.org\/staging\/4414","nextItem":{"@type":"ListItem","@id":"https:\/\/modernsciences.org\/staging\/4414\/category\/space\/#listItem","name":"Space"}},{"@type":"ListItem","@id":"https:\/\/modernsciences.org\/staging\/4414\/category\/space\/#listItem","position":2,"name":"Space","item":"https:\/\/modernsciences.org\/staging\/4414\/category\/space\/","nextItem":{"@type":"ListItem","@id":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/#listItem","name":"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know"},"previousItem":{"@type":"ListItem","@id":"https:\/\/modernsciences.org\/staging\/4414#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/#listItem","position":3,"name":"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know","previousItem":{"@type":"ListItem","@id":"https:\/\/modernsciences.org\/staging\/4414\/category\/space\/#listItem","name":"Space"}}]},{"@type":"Organization","@id":"https:\/\/modernsciences.org\/staging\/4414\/#organization","name":"Modern Sciences","description":"A media company that aims to provide the academics, researchers, and science enthusiasts with the latest news and stories in the world of Applied and Pure Science.","url":"https:\/\/modernsciences.org\/staging\/4414\/"},{"@type":"Person","@id":"https:\/\/modernsciences.org\/staging\/4414\/author\/modernsciencesteam\/#author","url":"https:\/\/modernsciences.org\/staging\/4414\/author\/modernsciencesteam\/","name":"Modern Sciences Team","image":{"@type":"ImageObject","@id":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/5e78a6d2ac2a443cdc8e5ee1d7e78d35208ec2f957982b60f8fb352d24c7eb0f?s=96&d=mm&r=g","width":96,"height":96,"caption":"Modern Sciences Team"}},{"@type":"WebPage","@id":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/#webpage","url":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/","name":"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know - Modern Sciences","description":"Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know Exploring one of our closest cosmic neighbors A Quiet Neighbor in the Cosmos Barnard\u2019s Star is one","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/modernsciences.org\/staging\/4414\/#website"},"breadcrumb":{"@id":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/#breadcrumblist"},"author":{"@id":"https:\/\/modernsciences.org\/staging\/4414\/author\/modernsciencesteam\/#author"},"creator":{"@id":"https:\/\/modernsciences.org\/staging\/4414\/author\/modernsciencesteam\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/pixvid.org\/images\/2025\/05\/16\/244e64011ec8468480dd2b67eec8ae6a.jpg","@id":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/#mainImage","width":1000,"height":1000},"primaryImageOfPage":{"@id":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/#mainImage"},"datePublished":"2025-05-11T22:00:00+00:00","dateModified":"2025-05-16T04:53:00+00:00"},{"@type":"WebSite","@id":"https:\/\/modernsciences.org\/staging\/4414\/#website","url":"https:\/\/modernsciences.org\/staging\/4414\/","name":"Modern Sciences","description":"A media company that aims to provide the academics, researchers, and science enthusiasts with the latest news and stories in the world of Applied and Pure Science.","inLanguage":"en-US","publisher":{"@id":"https:\/\/modernsciences.org\/staging\/4414\/#organization"}}]},"og:locale":"en_US","og:site_name":"Modern Sciences - A media company that aims to provide the academics, researchers, and science enthusiasts with the latest news and stories in the world of Applied and Pure Science.","og:type":"article","og:title":"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know - Modern Sciences","og:description":"Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know Exploring one of our closest cosmic neighbors A Quiet Neighbor in the Cosmos Barnard\u2019s Star is one","og:url":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/","article:published_time":"2025-05-11T22:00:00+00:00","article:modified_time":"2025-05-16T04:53:00+00:00","twitter:card":"summary","twitter:title":"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know - Modern Sciences","twitter:description":"Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know Exploring one of our closest cosmic neighbors A Quiet Neighbor in the Cosmos Barnard\u2019s Star is one"},"aioseo_meta_data":{"post_id":"14420","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-05-13 07:40:38","updated":"2025-06-04 11:05:56","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/modernsciences.org\/staging\/4414\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/modernsciences.org\/staging\/4414\/category\/space\/\" title=\"Space\">Space<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tThe Viewpoint: Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/modernsciences.org\/staging\/4414"},{"label":"Space","link":"https:\/\/modernsciences.org\/staging\/4414\/category\/space\/"},{"label":"The Viewpoint: Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know","link":"https:\/\/modernsciences.org\/staging\/4414\/exoplanet-discovery-barnards-star-red-dwarf-habitable-zone-astronomy-research-viewpoint-april-2025\/"}],"_links":{"self":[{"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts\/14420","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/comments?post=14420"}],"version-history":[{"count":6,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts\/14420\/revisions"}],"predecessor-version":[{"id":14681,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts\/14420\/revisions\/14681"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/media\/14514"}],"wp:attachment":[{"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/media?parent=14420"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/categories?post=14420"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/tags?post=14420"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}