{"id":15150,"date":"2025-07-03T10:00:00","date_gmt":"2025-07-03T10:00:00","guid":{"rendered":"https:\/\/modernsciences.org\/staging\/4414\/?p=15150"},"modified":"2025-06-27T16:37:10","modified_gmt":"2025-06-27T16:37:10","slug":"examples-transitional-fossils-evolution-viewpoint-july-2025","status":"publish","type":"post","link":"https:\/\/modernsciences.org\/staging\/4414\/examples-transitional-fossils-evolution-viewpoint-july-2025\/","title":{"rendered":"The Viewpoint: Bridging the Gap: A Look at Transitional Fossils"},"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>Bridging the Gap: A Look at Transitional Fossils<\/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        }\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            overflow: hidden; \n        }\n        \n        .image-wrapper {\n            border-radius: var(--border-radius); \n            overflow: hidden; \n            margin-bottom: 1rem; \n        }\n\n        .image-wrapper img {\n            display: block; \n            width: 100%;    \n            height: auto;   \n            border-radius: var(--border-radius); \n        }\n        \n        .image-attribution {\n            font-size: 0.75rem; \n            text-align: center; \n            opacity: 0.8;       \n            margin-top: 0.5rem; \n            font-style: normal; \n            color: var(--dark);\n            line-height: 1.3;   \n        }\n\n        .image-attribution a {\n            color: var(--primary); \n            text-decoration: underline;\n        }\n        \n        .image-attribution a:hover {\n            text-decoration: none; \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        .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            line-height: 1.4;\n        }\n        \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    <\/style>\n<\/head>\n<body>\n  <div class=\"infographic-container\">\n    <header>\n      <h1 id=\"bridging-the-gap-a-look-at-transitional-fossils\">Bridging the Gap: A Look at Transitional Fossils<\/h1>\n      <div class=\"subtitle\">Understanding how evolution fills the gaps between ancestral species and their descendants<\/div>\n    <\/header>\n\n    <div class=\"sections-container\">\n      <div class=\"section\">\n        <h2 id=\"what-are-transitional-fossils\" class=\"section-header\">What Are Transitional Fossils?<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Fossils, the preserved remains of ancient life, provide a fascinating glimpse into Earth\u2019s evolutionary history. Transitional fossils are especially important because they bridge the gap between ancestral species and their descendants by showcasing characteristics from both groups. They are like snapshots in the long, gradual journey of evolution, revealing how major adaptations arise over millions of years.\n          <\/p>\n          <div class=\"visual-cue\">\n            <div class=\"image-wrapper\">\n                <img  decoding=\"async\"  src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=\"  alt=\"The fossil skeleton of a Tyrannosaurus Rex named &#039;Jane&#039; on display.\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/9\/96\/T-rex_fossil_Jane_by_Volkan_Yuksel_DSC08683g.JPG\" >\n            <\/div>\n            Fossils help paleontologists fill in the blanks between ancient and modern organisms.\n            <div class=\"image-attribution\">\n                <p class=\"attribution\">&#8220;<a rel=\"noopener noreferrer\" href=\"https:\/\/commons.wikimedia.org\/w\/index.php?curid=31926701\" target=\"_blank\">T-rex fossil Jane by Volkan Yuksel DSC08683g<\/a>&#8221; by <a rel=\"noopener noreferrer\" href=\"https:\/\/commons.wikimedia.org\/wiki\/User:Volkan_Yuksel\" target=\"_blank\">Volkan Yuksel<\/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>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"section\">\n        <h2 id=\"a-theorys-missing-piece\" class=\"section-header\">A Theory&#8217;s Missing Piece<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            When Charles Darwin published \u201cOn the Origin of Species\u201d in 1859, he acknowledged the lack of transitional fossils as a challenge to his theory. However, just two years later, the discovery of <em>Archaeopteryx<\/em>\u2014a creature with both dinosaur and bird features\u2014provided powerful evidence. Since then, countless other transitional fossils have been found, helping us map the branching tree of life.\n          <\/p>\n           <div class=\"callout-quote\">Transitional fossils remind us that our classification of species is a human construct applied to a continuum of variation.<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"section\">\n        <h2 id=\"archaeopteryx-the-primeval-bird\" class=\"section-header\">Archaeopteryx: The &#8216;Primeval Bird&#8217;<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Living 150 million years ago, <em>Archaeopteryx<\/em> is one of the most famous transitional fossils. Despite its bird-like feathers, it possessed features of small dinosaurs, including teeth, a flat breastbone, and a long, bony tail. This mix of traits shows a clear link between non-avian dinosaurs and modern birds, playing a crucial role in confirming Darwin&#8217;s theories of evolution.\n          <\/p>\n           <div class=\"visual-cue\">\n            <div class=\"image-wrapper\">\n                <img  decoding=\"async\"  src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=\"  alt=\"A well-preserved fossil of Archaeopteryx, showing clear feather impressions around the skeleton.\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/live.staticflickr.com\/8456\/8005637117_7ee5e0960c_c.jpg\" >\n            <\/div>\n            The Berlin specimen of Archaeopteryx, showing both reptilian and avian features.\n            <div class=\"image-attribution\">\n                <p class=\"attribution\">&#8220;<a rel=\"noopener noreferrer\" href=\"https:\/\/www.flickr.com\/photos\/86012097@N08\/8005637117\" target=\"_blank\">Day 20 &#8211; Archaeopteryx<\/a>&#8221; by <a rel=\"noopener noreferrer\" href=\"https:\/\/www.flickr.com\/photos\/86012097@N08\" target=\"_blank\">akhenatenator<\/a> is marked with <a rel=\"noopener noreferrer\" href=\"https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/?ref=openverse\" target=\"_blank\">CC0 1.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\/zero.svg\" ><\/a>.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n      <div class=\"section\">\n        <h2 id=\"tiktaalik-from-fin-to-limb\" class=\"section-header\">Tiktaalik: From Fin to Limb<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Discovered in 2004, <em>Tiktaalik<\/em> is an ancient fish from 375 million years ago that blurred the line between aquatic and land animals. It had fish-like gills, scales, and fins, but its front fins had a bone structure similar to a wrist, allowing it to prop itself up in shallow water. This &#8220;fishapod&#8221; is a key ancestor to all four-legged land animals, including amphibians, reptiles, and mammals.\n          <\/p>\n           <div class=\"callout-quote\">This fish is a key ancestor to amphibians, reptiles, birds, and mammals.<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"section\">\n        <h2 id=\"pakicetids-the-first-whales\" class=\"section-header\">Pakicetids: The First Whales<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            The family Pakicetidae, or &#8220;Pakistani whales,&#8221; were wolf-sized, land-dwelling mammals from 50 million years ago. Though they had long limbs, their inner ear bones and specialized teeth were distinctly whale-like. Fossils found near freshwater deposits suggest they lived on land but hunted in shallow water, representing the very first step in the evolution of whales from terrestrial mammals to fully aquatic giants.\n          <\/p>\n           <div class=\"visual-cue\">\n            <div class=\"image-wrapper\">\n                <img  decoding=\"async\"  src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=\"  alt=\"The fossil skeleton of Pakicetus attocki, a four-legged land mammal.\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/7\/79\/Pakicetus_Canada.jpg\/2560px-Pakicetus_Canada.jpg\" >\n            <\/div>\n            The skeleton of Pakicetus, an early ancestor of modern whales that lived on land.\n            <div class=\"image-attribution\">\n                <p class=\"attribution\">&#8220;<a rel=\"noopener noreferrer\" href=\"https:\/\/commons.wikimedia.org\/w\/index.php?curid=36657302\" target=\"_blank\">Pakicetus Canada<\/a>&#8221; by <a rel=\"noopener noreferrer\" href=\"https:\/\/www.flickr.com\/people\/54725472@N00\" target=\"_blank\">Kevin Guertin from Ottawa, Ontario, Canada<\/a> is licensed under <a rel=\"noopener noreferrer\" href=\"https:\/\/creativecommons.org\/licenses\/by-sa\/2.0\/?ref=openverse\" target=\"_blank\">CC BY-SA 2.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>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n      <div class=\"section\">\n        <h2 id=\"an-incomplete-branching-story\" class=\"section-header\">An Incomplete, Branching Story<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            It is important to remember that not all organisms fossilize, so the fossil record remains incomplete. Furthermore, evolution is not a straight line but a complex, branching tree. A transitional fossil is not necessarily a direct ancestor of a modern species but rather an early offshoot that shows features shared with a common ancestor. They provide invaluable clues to the intricate and ongoing story of life on Earth.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <footer>\n      <div class=\"footer-attribution\">\n        Caparas, G. (2023, November 5). Bridging the gap: A look at transitional fossils. <em>Modern Sciences<\/em>. <a href=\"https:\/\/modernsciences.org\/staging\/4414\/bridging-the-gap-a-look-at-transitional-fossils\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/modernsciences.org\/staging\/4414\/bridging-the-gap-a-look-at-transitional-fossils\/<\/a>\n      <\/div>\n    <\/footer>\n  <\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"Transitional fossils bridge the evolutionary gap between ancestral species and their descendants, offering a fascinating glimpse into how life on Earth has changed over millions of years.\n","protected":false},"author":4,"featured_media":15152,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","fifu_image_url":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/8\/85\/Ambulocetus_natans.jpg","fifu_image_alt":"","footnotes":""},"categories":[10339,11],"tags":[1096,13959,3366,1367,13961,13969,13965,447,13968,13967,12398,3437,13970,13960,13964,13962,25,3312,1094,1437,1133,1093,13958,10008,13966,13963],"class_list":{"0":"post-15150","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-the-viewpoint","8":"category-nature","9":"tag-archaeopteryx","10":"tag-australopithecus-afarensis","11":"tag-bird-evolution","12":"tag-charles-darwin","13":"tag-cladistics","14":"tag-cladogram","15":"tag-common-ancestor","16":"tag-evolution","17":"tag-examples-of-transitional-fossils","18":"tag-fish-to-tetrapod-evolution","19":"tag-fossil-record","20":"tag-human-evolution-2","21":"tag-lucy-fossil","22":"tag-missing-link","23":"tag-on-the-origin-of-species","24":"tag-pakicetids","25":"tag-paleontology","26":"tag-plant-evolution","27":"tag-runcaria","28":"tag-speciation","29":"tag-taxonomy","30":"tag-tiktaalik","31":"tag-transitional-fossils","32":"tag-viewpoint","33":"tag-whale-evolution","34":"tag-what-are-transitional-fossils","35":"cs-entry","36":"cs-video-wrap"},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts\/15150","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=15150"}],"version-history":[{"count":5,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts\/15150\/revisions"}],"predecessor-version":[{"id":15157,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts\/15150\/revisions\/15157"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/media\/15152"}],"wp:attachment":[{"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/media?parent=15150"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/categories?post=15150"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/tags?post=15150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}