{"id":14390,"date":"2025-05-12T10:00:00","date_gmt":"2025-05-12T10:00:00","guid":{"rendered":"https:\/\/modernsciences.org\/staging\/4414\/?p=14390"},"modified":"2025-05-16T04:37:09","modified_gmt":"2025-05-16T04:37:09","slug":"pompeii-life-size-sculptures-women-ancient-rome-gender-roles-viewpoint-2025","status":"publish","type":"post","link":"https:\/\/modernsciences.org\/staging\/4414\/pompeii-life-size-sculptures-women-ancient-rome-gender-roles-viewpoint-2025\/","title":{"rendered":"The Viewpoint: Life-size sculptures uncovered in Pompeii show that ancient women didn&#8217;t just have to be wives to make a difference"},"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>Life-size sculptures uncovered in Pompeii show that ancient women didn&#8217;t just have to be wives to make a difference<\/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=\"life-size-sculptures-uncovered-in-pompeii-show-that-ancient-women-didnt-just-have-to-be-wives-to-make-a-difference\">Life-size sculptures uncovered in Pompeii show that ancient women didn&#8217;t just have to be wives to make a difference<\/h1>\n            <div class=\"subtitle\">Exploring the untold narratives beyond the city gates<\/div>\n        <\/header>\n        \n        <div class=\"sections-container\">\n            <!-- Section 1 -->\n            <div class=\"section\">\n                <h2 id=\"beyond-the-city-gates-of-pompeii\" class=\"section-header\">Beyond the City Gates of Pompeii<\/h2>\n                <div class=\"section-content\">\n                    <p class=\"summary\">\n                        Visitors to Pompeii rarely explore outside its walls\u2014but ancient Romans saw these roads as vital. \n                        These byways were lined with tombs that functioned as memorials, conversation starters, and \n                        lessons from the dead.\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=\"Illustration of a Roman road with tombs along each side\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/3f\/Italie_Pompei_Necropole_-_panoramio_%281%29.jpg\/960px-Italie_Pompei_Necropole_-_panoramio_%281%29.jpg\" >\n                        <\/div>\n                        <div class=\"image-attribution\"><p class=\"attribution\">&#8220;<a rel=\"noopener noreferrer\" href=\"https:\/\/commons.wikimedia.org\/w\/index.php?curid=57538969\" target=\"_blank\">File:Italie Pompei Necropole &#8211; panoramio (1).jpg<\/a>&#8221; by <a rel=\"noopener noreferrer\" href=\"https:\/\/web.archive.org\/web\/20161030063837\/http:\/\/www.panoramio.com\/user\/7081175?with_photo_id=105363417\" target=\"_blank\">rene boulay<\/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            \n            <!-- Section 2 -->\n            <div class=\"section\">\n                <h2 id=\"memory-mourning-and-messages\" class=\"section-header\">Memory, Mourning, and Messages<\/h2>\n                <div class=\"section-content\">\n                    <p class=\"summary\">\n                        Roman tombs often addressed passersby directly. One example by Publius Vesonius Phileros \n                        even advised: &#8216;Stranger, wait a while\u2026 and learn what not to do.&#8217;\n                    <\/p>\n                    <div class=\"callout-quote\" style=\"background-image: url('\/api\/placeholder\/50\/50'); background-repeat: repeat; background-size: 50px; background-blend-mode: soft-light;\">\n                        &#8220;Stranger, wait a while\u2026 and learn what not to do.&#8221;\n                        <div style=\"margin-top: 0.5rem; font-size: 0.9rem; font-style: normal;\">\u2014 Publius Vesonius Phileros<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Section 3 -->\n            <div class=\"section\">\n                <h2 id=\"life-size-legacy-unearthed\" class=\"section-header\">Life-Size Legacy Unearthed<\/h2>\n                <div class=\"section-content\">\n                    <p class=\"summary\">\n                        A newly uncovered tomb outside Pompeii&#8217;s east gate features statues of a man and a woman \n                        standing side by side, with cremation niches below them.\n                    <\/p>\n                    <div class=\"visual-cue\">\n                        <div style=\"height: 350px; 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=\"Illustration of a Roman road with tombs along each side\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/images.theconversation.com\/files\/659796\/original\/file-20250404-62-jm0lvc.png?ixlib=rb-4.1.0&#038;q=30&#038;auto=format&#038;w=600&#038;h=336&#038;fit=crop&#038;dpr=2\" >\n                        <\/div>\n                        <div class=\"image-attribution\"><p class=\"attribution\">Pompeii Archaeological Park<\/p><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Section 4 -->\n            <div class=\"section\">\n                <h2 id=\"details-that-defy-assumptions\" class=\"section-header\">Details That Defy Assumptions<\/h2>\n                <div class=\"section-content\">\n                    <p class=\"summary\">\n                        The woman wears traditional Roman attire, a lunula pendant, and holds a laurel branch\u2014a priestess symbol. \n                        The man wears a Roman toga, indicating his status as a citizen.\n                    <\/p>\n                    <div class=\"callouts-container\">\n                        <div class=\"callout-item\">\n                            <div class=\"callout-label\">Lunula<\/div>\n                            <div>Moon-shaped pendant linked to female fertility.<\/div>\n                        <\/div>\n                        <div class=\"callout-item\">\n                            <div class=\"callout-label\">Laurel Branch<\/div>\n                            <div>Used by priestesses in rituals.<\/div>\n                        <\/div>\n                        <div class=\"callout-item\">\n                            <div class=\"callout-label\">Toga<\/div>\n                            <div>Garment marking Roman citizenship.<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Section 5 -->\n            <div class=\"section\">\n                <h2 id=\"not-just-a-wife\" class=\"section-header\">Not Just a Wife<\/h2>\n                <div class=\"section-content\">\n                    <p class=\"summary\">\n                        She may not be his wife\u2014possibly a priestess, or even his mother. Her symbolism and height \n                        suggest she holds status in her own right.\n                    <\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- Section 6 -->\n            <div class=\"section\">\n                <h2 id=\"across-time-and-empires\" class=\"section-header\">Across Time and Empires<\/h2>\n                <div class=\"section-content\">\n                    <p class=\"summary\">\n                        At Mycenae, a woman buried beside a man was thought to be his wife until DNA analysis in 2008 \n                        revealed they were siblings\u2014she was royal by birth, not marriage.\n                    <\/p>\n                    <div class=\"timeline\">\n                        <div class=\"timeline-event\">\n                            <div class=\"timeline-year\">1700 BCE<\/div>\n                            <div>Royal burial at Mycenae<\/div>\n                        <\/div>\n                        <div class=\"timeline-event\">\n                            <div class=\"timeline-year\">79 CE<\/div>\n                            <div>Pompeii eruption<\/div>\n                        <\/div>\n                        <div class=\"timeline-event\">\n                            <div class=\"timeline-year\">2008<\/div>\n                            <div>DNA discovery confirms sibling relationship<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Section 7 -->\n            <div class=\"section\">\n                <h2 id=\"what-the-dead-can-teach-the-living\" class=\"section-header\">What the Dead Can Teach the Living<\/h2>\n                <div class=\"section-content\">\n                    <p class=\"summary\">\n                        From Pompeii to Mycenae, ancient burials reveal women&#8217;s societal roles were more varied than \n                        once assumed. As Phileros warned\u2014learn what not to do: don&#8217;t assume.\n                    <\/p>\n                    <div class=\"closing-quote\">\n                        &#8220;A woman didn&#8217;t have to be a wife to make a difference.&#8221;\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <footer>\n            Based on research by Dr. Emily Hauser, University of Exeter\n            <div class=\"footer-attribution\">\n                Adapted from an article by <a href=\"https:\/\/theconversation.com\/profiles\/emily-hauser-1528026\" target=\"_blank\" rel=\"noopener\">Emily Hauser<\/a>, originally published on <a href=\"https:\/\/theconversation.com\/life-size-sculptures-uncovered-in-pompeii-show-that-ancient-women-didnt-just-have-to-be-wives-to-make-a-difference-253863\" 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\n\n<p class=\"\"><\/p>\n","protected":false},"excerpt":{"rendered":"Life-size sculptures uncovered in Pompeii show that ancient women didn&#8217;t just have to be wives to make a&hellip;\n","protected":false},"author":4,"featured_media":14498,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","fifu_image_url":"https:\/\/pixvid.org\/images\/2025\/05\/15\/40adbf581a8f475c8fa351dade4a55a8.jpg","fifu_image_alt":"","footnotes":""},"categories":[18,10339],"tags":[7529,7522,7530,7536,7525,7531,7532,7542,7537,7521,7520,7538,7541,7543,7533,1536,7524,7544,7539,7523,7540,7534,7526,10008,7535,7527,7528],"class_list":{"0":"post-14390","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-history","8":"category-the-viewpoint","9":"tag-ancient-roman-tombs","10":"tag-ancient-roman-town","11":"tag-ancient-tomb-sculptures","12":"tag-archaeological-findings","13":"tag-archaeologist-discoveries","14":"tag-burial-of-the-past","15":"tag-burial-practices-in-ancient-rome","16":"tag-ceres-priestess","17":"tag-dna-analysis-in-archaeology","18":"tag-gender-roles-in-ancient-rome","19":"tag-historical-gender-roles","20":"tag-life-size-sculptures","21":"tag-monumental-tomb-discovery","22":"tag-mount-vesuvius-eruption","23":"tag-mycenae-royal-burial","24":"tag-pompeii","25":"tag-pompeii-archaeology","26":"tag-pompeii-tombs","27":"tag-role-of-women-in-ancient-rome","28":"tag-roman-toga","29":"tag-roman-women-in-society","30":"tag-symbolic-funeral-rituals","31":"tag-tomb-reliefs","32":"tag-viewpoint","33":"tag-woman-priestess-in-rome","34":"tag-women-in-ancient-societies","35":"tag-women-in-bronze-age-greece","36":"cs-entry","37":"cs-video-wrap"},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts\/14390","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=14390"}],"version-history":[{"count":5,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts\/14390\/revisions"}],"predecessor-version":[{"id":14431,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts\/14390\/revisions\/14431"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/media\/14498"}],"wp:attachment":[{"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/media?parent=14390"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/categories?post=14390"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/tags?post=14390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}