{"id":14682,"date":"2025-05-29T22:00:00","date_gmt":"2025-05-29T22:00:00","guid":{"rendered":"https:\/\/modernsciences.org\/staging\/4414\/?p=14682"},"modified":"2025-05-30T06:22:31","modified_gmt":"2025-05-30T06:22:31","slug":"yellowstone-bison-interbreeding-heritage-conservation-viewpoint-may-2025","status":"publish","type":"post","link":"https:\/\/modernsciences.org\/staging\/4414\/yellowstone-bison-interbreeding-heritage-conservation-viewpoint-may-2025\/","title":{"rendered":"The Viewpoint: Genetic Study Shows Yellowstone Bison Now Form One Interbreeding Herd"},"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>Genetic Study Shows Yellowstone Bison Now Form One Interbreeding Herd<\/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); \/* Ensures image corners are rounded *\/\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        .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            margin-right: 1rem; \n        }\n        \n        .timeline-event-description {\n            flex-grow: 1;\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            .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                align-items: flex-start; \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                padding-top: 2rem; \n                align-items: center; \n                text-align: center;\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                z-index: 1; \n            }\n            \n            .timeline-year {\n                margin-bottom: 0.5rem;\n                text-align: center;\n                margin-right: 0; \n                min-width: auto; \n            }\n        }\n    <\/style>\n<\/head>\n<body>\n  <div class=\"infographic-container\">\n    <header>\n      <h1 id=\"genetic-study-shows-yellowstone-bison-now-form-one-interbreeding-herd\">Genetic Study Shows Yellowstone Bison Now Form One Interbreeding Herd<\/h1>\n      <div class=\"subtitle\">A Story of Resilience and Genetic Reconnection in America&#8217;s Iconic Wildlife<\/div>\n    <\/header>\n\n    <div class=\"sections-container\">\n      <div class=\"section\">\n        <h2 id=\"a-legacy-nearly-lost\" class=\"section-header\">A Legacy Nearly Lost<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Yellowstone National Park protects the only American bison herd continuously wild since the late 19th century. These magnificent animals faced near annihilation from poaching, with numbers plummeting to a mere 23 individuals by the early 1900s.\n          <\/p>\n          <div class=\"visual-cue\">\n            <div class=\"image-wrapper\">\n                <img  decoding=\"async\"  src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=\"  alt=\"Picture of a bison\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/images.pexels.com\/photos\/166154\/pexels-photo-166154.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=1260&#038;h=750&#038;dpr=1\" >\n            <\/div>\n            From just 23 survivors, a population was reborn.\n            <div class=\"image-attribution\">\n                Photo by Nicolas Petit from <a href=\"https:\/\/www.pexels.com\/photo\/brown-buffalo-closeup-photography-166154\/\" target=\"_blank\" rel=\"noopener noreferrer\">Pexels<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"section\">\n        <h2 id=\"rebuilding-and-past-divisions\" class=\"section-header\">Rebuilding and Past Divisions<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            To bolster the struggling population, 18 female bison from Montana and three bulls from Texas were introduced. While the herd grew, earlier genetic studies indicated that the bison had separated into two distinct breeding subgroups within the park.\n          <\/p>\n          <div class=\"callout-quote\">Once two distinct groups, their genetic paths diverged.<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"section\">\n        <h2 id=\"the-unifying-discovery\" class=\"section-header\">The Unifying Discovery<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Groundbreaking new research, published in the <em>Journal of Heredity<\/em> by scientists from Texas A&#038;M, reveals a significant change. The Yellowstone bison are no longer genetically separate; they now function as a single, interbreeding herd.\n          <\/p>\n          <div class=\"visual-cue\">\n            <div class=\"image-wrapper\">\n                <img  decoding=\"async\"  src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=\"  alt=\"Photo of DNA\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/images.pexels.com\/photos\/25626515\/pexels-photo-25626515\/free-photo-of-close-up-of-abstract-shapes.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=1260&#038;h=750&#038;dpr=1\" >\n            <\/div>\n            Advanced genetics reveal a unified bison population.\n            <div class=\"image-attribution\">\n                Photo by Google DeepMind from <a href=\"https:\/\/www.pexels.com\/photo\/close-up-of-abstract-shapes-25626515\/\" target=\"_blank\" rel=\"noopener noreferrer\">Pexels<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"section\">\n        <h2 id=\"how-they-found-out\" class=\"section-header\">How They Found Out<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Researchers employed advanced genetic tools, analyzing bison across both their summer breeding grounds and winter ranges. The findings conclusively showed no significant genetic differences, indicating free interbreeding throughout the park.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"section\">\n        <h2 id=\"a-conservation-triumph\" class=\"section-header\">A Conservation Triumph<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            This genetic reunification marks a high point in one of history&#8217;s most successful wildlife conservation sagas. From the brink of extinction, the Yellowstone bison population now fluctuates between 4,000 and 6,000 individuals, a testament to dedicated efforts.\n          <\/p>\n          <div class=\"timeline\">\n            <div class=\"timeline-event\">\n              <div class=\"timeline-year\">Early 1900s<\/div>\n              <div class=\"timeline-event-description\">Population at 23 individuals.<\/div>\n            <\/div>\n            <div class=\"timeline-event\">\n              <div class=\"timeline-year\">Post-1900s<\/div>\n              <div class=\"timeline-event-description\">New bison introduced; population recovers.<\/div>\n            <\/div>\n            <div class=\"timeline-event\">\n              <div class=\"timeline-year\">Present Day<\/div>\n              <div class=\"timeline-event-description\">Genetic unity confirmed; 4,000-6,000 bison.<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"section\">\n        <h2 id=\"importance-for-the-future\" class=\"section-header\">Importance for the Future<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Understanding this genetic unity is crucial. It offers precise insights into the herd&#8217;s health, enabling more effective management to ensure the long-term stability and sustainability of this iconic species for generations to come.\n          <\/p>\n          <div class=\"callout-quote\">A genetically healthy herd is key to long-term survival.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <footer>\n      <div class=\"footer-attribution\">\n        Stroupe, S., Geremia, C., Wallen, R. L., White, P. J., &#038; Derr, J. N. (2025). Genetic reassessment of population subdivision in Yellowstone National Park bison. <em>Journal of Heredity<\/em>, 116(1), 1\u20139. <a href=\"https:\/\/doi.org\/10.1093\/jhered\/esae050\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/doi.org\/10.1093\/jhered\/esae050<\/a>\n      <\/div>\n    <\/footer>\n  <\/div>\n<\/body>\n<\/html>\n\n\n\n<p class=\"\"><\/p>\n\n\n\n<p class=\"\"><\/p>\n","protected":false},"excerpt":{"rendered":"Genetic Study Shows Yellowstone Bison Now Form One Interbreeding Herd Genetic Study Shows Yellowstone Bison Now Form One&hellip;\n","protected":false},"author":4,"featured_media":14688,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","fifu_image_url":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/af\/Bison_near_a_hot_spring_in_Yellowstone.JPG\/1280px-Bison_near_a_hot_spring_in_Yellowstone.JPG","fifu_image_alt":"","footnotes":""},"categories":[10339,11],"tags":[6020,6015,6028,6016,6025,6017,6018,6008,6011,6027,6021,6019,6029,6030,6022,6023,6026,6013,6024,10008,3782,6009,6010,6014,6012,6031],"class_list":{"0":"post-14682","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-the-viewpoint","8":"category-nature","9":"tag-american-bison-conservation","10":"tag-bison-breeding-groups","11":"tag-bison-breeding-patterns","12":"tag-bison-conservation-success","13":"tag-bison-genetic-connectivity","14":"tag-bison-genetic-diversity","15":"tag-bison-genetic-health","16":"tag-bison-genetic-study","17":"tag-bison-herd-dynamics","18":"tag-bison-herd-unification","19":"tag-bison-interbreeding","20":"tag-bison-population-bottleneck","21":"tag-bison-population-management","22":"tag-bison-population-structure","23":"tag-bison-reintroduction","24":"tag-bison-species-sustainability","25":"tag-bison-wildlife-genetics","26":"tag-bison-wildlife-recovery","27":"tag-texas-am-bison-study","28":"tag-viewpoint","29":"tag-wildlife-conservation","30":"tag-yellowstone-bison","31":"tag-yellowstone-bison-history","32":"tag-yellowstone-bison-research","33":"tag-yellowstone-national-park","34":"tag-yellowstone-wildlife-research","35":"cs-entry","36":"cs-video-wrap"},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts\/14682","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=14682"}],"version-history":[{"count":5,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts\/14682\/revisions"}],"predecessor-version":[{"id":14701,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts\/14682\/revisions\/14701"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/media\/14688"}],"wp:attachment":[{"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/media?parent=14682"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/categories?post=14682"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/tags?post=14682"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}