Blog Style Feed

No notes defined.

<header>
    <a href="#main" class="tcu-skip-nav show-on-focus">Skip to main content</a>

    <!-- Global Header -->
    <style>
        :root {
            --color-primary-gradient: linear-gradient(90deg, #3c145f, #6a23a7), #3c145f
        }

        .show-for-sr,
        .tcu-visuallyhidden {
            height: 1px !important;
            overflow: hidden !important;
            padding: 0 !important;
            position: absolute !important;
            width: 1px !important;
            clip: rect(0, 0, 0, 0) !important;
            border: 0 !important;
            white-space: nowrap !important
        }

        @font-face {
            font-display: swap;
            font-family: montserrat;
            font-style: normal;
            font-weight: 900;
            src: url(https://assets.tcu.edu/fonts/Montserrat-Black.woff2) format("woff2"), url(https://assets.tcu.edu/fonts/Montserrat-Black.woff) format("woff")
        }

        @font-face {
            font-display: swap;
            font-family: montserrat;
            font-style: normal;
            font-weight: 700;
            src: url(https://assets.tcu.edu/fonts/Montserrat-ExtraBold.woff2) format("woff2"), url(https://assets.tcu.edu/fonts/Montserrat-ExtraBold.woff) format("woff")
        }

        @font-face {
            font-display: swap;
            font-family: montserrat;
            font-style: normal;
            font-weight: 500;
            src: url(https://assets.tcu.edu/fonts/Montserrat-Medium.woff2) format("woff2"), url(https://assets.tcu.edu/fonts/Montserrat-Medium.woff) format("woff")
        }

        @supports (font-variation-settings:normal) {
            @font-face {
                font-display: swap;
                font-family: montserrat;
                font-stretch: 25% 151%;
                font-weight: 100 900;
                src: url(https://assets.tcu.edu/fonts/Montserrat-VariableFont_wght.woff2) format("woff2 supports variations"), url(https://assets.tcu.edu/fonts/Montserrat-VariableFont_wght.woff2) format("woff2-variations")
            }
        }

        body {
            -webkit-margin-before: 3rem;
            margin-block-start: 3rem
        }

        @media print,
        screen and (min-width:64em) {
            body {
                -webkit-margin-before: 3.5rem;
                margin-block-start: 3.5rem
            }
        }

        :target {
            scroll-margin-block: 3.5rem
        }

        .tcu-header {
            color: #fff;
            font-family: montserrat, Lucida Grande, Verdana, sans-serif;
            height: 3rem;
            left: 0;
            opacity: 1;
            position: fixed;
            right: 0;
            top: 0;
            z-index: 10
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-header {
                height: 3.5rem
            }
        }

        .tcu-header a,
        .tcu-header button {
            color: #fff
        }

        .tcu-header button {
            background: transparent;
            border: 0
        }

        .tcu-header__logo {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: start;
            -webkit-padding-start: 1.6rem;
            padding-inline-start: 1.6rem;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .tcu-header__logo,
        .tcu-logo {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .tcu-logo {
            text-decoration: none
        }

        .tcu-logo svg {
            forced-color-adjust: preserve-parent-color;
            height: clamp(1.55rem, 1.1406976744rem + 1.0658914729vw, 2.1rem);
            -webkit-transition: height .45s ease-in;
            transition: height .45s ease-in;
            width: clamp(3.2rem, 2.3441860465rem + 2.2286821705vw, 4.35rem);
            fill: currentColor
        }

        .tcu-logo .tcu-logo__label {
            display: none;
            font-size: .7rem;
            font-style: normal;
            font-weight: 800;
            letter-spacing: 2.8px;
            line-height: normal;
            text-transform: uppercase;
            -webkit-padding-start: clamp(.9rem, -.0302325581rem + 2.4224806202vw, 2.15rem);
            padding-inline-start: clamp(.9rem, -.0302325581rem + 2.4224806202vw, 2.15rem)
        }

        @media print,
        screen and (min-width:48em) {
            .tcu-logo .tcu-logo__label {
                display: block
            }
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-logo .tcu-logo__label {
                font-size: .8rem;
                letter-spacing: .16rem
            }
        }

        .tcu-header__content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-inline: auto;
            position: relative;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            background: -webkit-gradient(linear, left top, right top, from(#3c145f), to(#6a23a7)), #3c145f;
            background: linear-gradient(90deg, #3c145f, #6a23a7), #3c145f;
            justify-content: space-between;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        ._is-active .tcu-header__content {
            background: transparent
        }

        .tcu-header__nav {
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            font-size: .8rem;
            justify-content: flex-end;
            text-transform: uppercase
        }

        .tcu-header__nav,
        .tcu-search__button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .tcu-search__button {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            gap: .4rem;
            padding-inline: 16px
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-search__button {
                padding-inline: 1.2rem
            }
        }

        .tcu-header__label {
            display: none;
            text-transform: uppercase
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-header__label {
                display: block
            }
        }

        .tcu-burger-menu,
        .tcu-search__button {
            cursor: pointer;
            height: 3rem;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        @media print,
        screen and (min-width:64em) {

            .tcu-burger-menu,
            .tcu-search__button {
                height: 3.5rem
            }
        }

        @media (forced-colors:active) {

            .tcu-burger-menu:hover,
            .tcu-search__button:hover {
                color: ButtonText;
                text-decoration: underline
            }
        }

        .tcu-burger-menu {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-preferred-size: auto;
            border: 0;
            flex-basis: auto;
            -webkit-padding-start: .8rem;
            padding-inline-start: .8rem;
            -webkit-padding-end: 1.6rem;
            padding-inline-end: 1.6rem
        }

        .tcu-burger-menu .tcu-burger-menu__toggle-label {
            display: none;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-margin-start: 8px;
            margin-inline-start: 8px
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-burger-menu .tcu-burger-menu__toggle-label {
                display: block
            }
        }

        .tcu-burger-menu__box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 3rem;
            position: relative;
            width: 2rem;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-burger-menu__box {
                height: 3.5rem
            }
        }

        .tcu-burger-menu__box-inner {
            display: block;
            position: relative;
            top: 50%;
            -webkit-transition: width .2s ease, -webkit-transform .4s ease;
            transition: width .2s ease, -webkit-transform .4s ease;
            transition: width .2s ease, transform .4s ease;
            transition: width .2s ease, transform .4s ease, -webkit-transform .4s ease;
            width: 1rem
        }

        .tcu-burger-menu__box-inner,
        .tcu-burger-menu__box-inner:after,
        .tcu-burger-menu__box-inner:before {
            background-color: currentColor;
            border-radius: .2rem;
            content: "";
            display: block;
            forced-color-adjust: preserve-parent-color;
            height: .1rem
        }

        .tcu-burger-menu__box-inner:after,
        .tcu-burger-menu__box-inner:before {
            position: absolute;
            -webkit-transition: top .4s ease, bottom .4s ease, opacity .2s ease, -webkit-transform .4s ease;
            transition: top .4s ease, bottom .4s ease, opacity .2s ease, -webkit-transform .4s ease;
            transition: top .4s ease, bottom .4s ease, transform .4s ease, opacity .2s ease;
            transition: top .4s ease, bottom .4s ease, transform .4s ease, opacity .2s ease, -webkit-transform .4s ease;
            width: 1.5rem
        }

        .tcu-burger-menu__box-inner:before {
            top: -.4rem
        }

        .tcu-burger-menu__box-inner:after {
            bottom: -.4rem
        }

        .tcu-burger-menu__box._is-active .tcu-burger-menu__box-inner {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 1.5rem
        }

        .tcu-burger-menu__box._is-active .tcu-burger-menu__box-inner:before {
            opacity: 0;
            top: 0
        }

        .tcu-burger-menu__box._is-active .tcu-burger-menu__box-inner:after {
            bottom: 0;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

        .tcu-header._is-active {
            background: #6a23a7;
            padding: 0
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-header._is-active {
                background: transparent
            }
        }

        .tcu-header._is-active .tcu-header__content {
            padding: 0
        }

        .tcu-header._is-active .tcu-header__content:before {
            opacity: 0;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

        .tcu-header._is-active .tcu-header__logo {
            opacity: 0;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            -webkit-box-flex: 0;
            -ms-flex: 0;
            flex: 0;
            padding: 0
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-header._is-active .tcu-header__logo {
                -webkit-box-flex: 4;
                -ms-flex: 4;
                flex: 4
            }
        }

        @media screen and (min-width:75em) {
            .tcu-header._is-active .tcu-header__logo {
                -webkit-box-flex: 3;
                -ms-flex: 3;
                flex: 3
            }
        }

        .tcu-header._is-active .tcu-header__logo a {
            text-decoration: none
        }

        .tcu-header._is-active .tcu-header__logo .tcu-logo__label {
            display: none;
            text-decoration: none
        }

        .tcu-header._is-active .tcu-header__nav {
            background: #6a23a7;
            z-index: 3;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-header._is-active .tcu-header__nav {
                -webkit-box-flex: 4;
                -ms-flex: 4;
                flex: 4
            }
        }

        .tcu-header._is-active .tcu-burger-menu {
            background: #4d1979;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        @media (forced-colors:active) {
            .tcu-header._is-active .tcu-burger-menu:hover {
                text-decoration: underline
            }
        }

        .tcu-header._is-active .tcu-search__button {
            padding-inline: 24px
        }

        .tcu-header._is-active .tcu-search__button-label {
            display: block;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }
    </style>

    <!-- begin TCU global nav -->
    <section class="tcu-header" aria-label="TCU global header">
        <div class="tcu-header__content">
            <div class="tcu-header__logo">
                <a class="tcu-logo" href="https://www.tcu.edu/" aria-label="Go to TCU homepage" rel="nofollow">
                    <svg id="tcu-header-logo" viewBox='0 0 42 21' alt="">
                        <path d='M39.315 17.57a.668.668 0 1 1 0 1.336.668.668 0 0 1 0-1.337Zm0 1.477a.8.8 0 0 0 .81-.797.794.794 0 0 0-.81-.798.8.8 0 0 0-.81.798.816.816 0 0 0 .81.797Zm.14-.762c.118 0 .247-.07.247-.246 0-.188-.152-.235-.305-.235h-.375v.903h.129v-.422h.164l.235.422h.152l-.246-.422Zm-.093-.352c.106 0 .2.012.2.117 0 .118-.165.106-.294.106h-.129v-.223h.223ZM12.69.434C6.017 1.326.67 3.683.446 3.777l-.118.058L0 3.988v7.037l.786-.375.27-.13a42.53 42.53 0 0 1 2.662-1.125l.117-.047.364-.13v-2.31c.21-.07.41-.14.598-.21v8.022c-.47.187-.903.375-1.314.55l-.117.048-.328.14v4.798l.797-.388.27-.129a49.174 49.174 0 0 1 6.087-2.44l.13-.034.398-.118v-4.445l-.704.211-.246.07c-.27.083-.551.165-.821.247V5.442c.223-.058.434-.105.633-.152v2.263l.68-.152.235-.059a40.28 40.28 0 0 1 2.416-.48l.164-.024.458-.082V.293l-.622.083-.223.058ZM23.492.281 23.34.13l-.212-.012h-.058A24.274 24.274 0 0 0 20.525 0c-1.29 0-2.3.082-2.51.094h-.059l-.211.012-.152.152-3.073 3.155-.153.164v9.173l.153.164 2.885 3.061.188.2.27-.024.093-.011a31.677 31.677 0 0 1 2.522-.094c.903 0 1.736.035 2.463.105l.082.012.27.035.187-.2 3.014-3.084.153-.164V9.547l-.493-.059-3.037-.34-.61-.07v1.852c-.223.223-.622.622-.856.845a34.685 34.685 0 0 0-1.126-.024c-.505 0-.962.012-1.302.023-.188-.199-.481-.504-.657-.691V5.3c.094-.094.223-.234.364-.375.234-.246.492-.516.656-.68.317-.012.634-.012.939-.012.305 0 .61 0 .891.012.27.258.798.797 1.067 1.067v1.572l.493.047 3.038.305.61.058V3.59l-.153-.164L23.492.28Zm18.192 4.106-.106-.047c-1.513-.75-3.33-1.455-5.383-2.065l-.258-.07-.704-.2v4.446l.375.129c.212.07.493.164.716.234v7.061c-.211.188-.563.48-.798.692-.48-.176-1.36-.516-1.747-.657-.211-.352-.704-1.16-.892-1.478V5.806c.329.082.657.164.68.176l.693.176v-4.41l-.434-.094-.141-.035A53.064 53.064 0 0 0 28.255.55l-.211-.035-.634-.094V4.75l.481.07.164.024h.012c.094.012.281.035.54.082v8.538l.082.13 2.287 3.788.117.188.211.058.07.024c.364.105 2.323.68 4.352 1.688l.117.06.328.163.282-.246 3.859-3.33.187-.165V8.527l.422.21.282.142.797.398V4.563l-.316-.176Z' />
                    </svg>
                    <span class="tcu-logo__label">Texas Christian University</span>
                </a>
            </div>

            <div class="tcu-header__nav">
                <?php
				if (!isset($GLOBALS["hide_search"]) || $GLOBALS["hide_search"] != true) {

				// If $GLOBALS['site_scoping'] boolean is set, convert to a string for $site_scoping
				// Default to 'true'
				$site_scoping = isset($GLOBALS['site_scoping']) ? var_export($GLOBALS['site_scoping'], true) : 'true';
			?>
                <button class="tcu-search__button" aria-label="Search" data-tcu-search data-type="modal" data-site-scoping="<?php echo $site_scoping; ?>">
                    <svg focusable="false" width='19' height='20' viewBox='0 0 19 20' fill='none'>
                        <g stroke='currentColor' stroke-width='2'>
                            <circle cx='7.199' cy='7.199' r='6.199' />
                            <path stroke-linecap='round' d='m11.52 12.239 6.48 6.48' />
                        </g>
                    </svg>
                    <span class="tcu-header__label">Search</span>
                </button>
                <?php } ?>

                <?php if (!isset($GLOBALS["hide_nav"]) || $GLOBALS["hide_nav"] != true) { ?>
                <button class="tcu-burger-menu" aria-haspopup="true" aria-expanded="false">
                    <span class="tcu-burger-menu__box">
                        <span class="tcu-burger-menu__box-inner"></span>
                    </span>
                    <span class="show-for-sr">Expand TCU Navigation Menu</span>
                    <span class="tcu-header__label tcu-burger-menu__toggle-label" aria-hidden="true">Menu</span>
                </button>
                <?php } ?>
            </div>
        </div>
    </section>

    <?php if (!isset($GLOBALS["hide_search_script"]) || $GLOBALS["hide_search_script"] != true) { ?>
    <script type="module" crossorigin src="https://assets.tcu.edu/js/search/v1.5.1/main.js"></script>
    <?php } ?>

    <?php if (!isset($GLOBALS["hide_nav"]) || $GLOBALS["hide_nav"] != true) { ?>
    <script>
        window.addEventListener('DOMContentLoaded', function() {
            (() => {
                var burgerBox, navMenuButtons, navigationMenuPanel, headerWrapper = document.querySelector(".tcu-header"),
                    navInterface = document.querySelector(".tcu-nav"),
                    burgerMenuButton = document.querySelector(".tcu-burger-menu");

                function closeAllDropdownMenus(dropDownButton) {
                    dropDownButton.forEach(function(button) {
                        button = button.parentNode.parentNode;
                        button.querySelectorAll("[aria-expanded]").forEach(function(el) {
                            return el.setAttribute("aria-expanded", "false")
                        }), button.querySelectorAll("[aria-hidden]").forEach(function(el) {
                            return el.setAttribute("aria-hidden", "true")
                        }), button.querySelectorAll(".show-for-sr").forEach(function(el) {
                            el.textContent.includes("Contract") && (el.textContent = el.textContent.replace("Contract", "Expand"))
                        })
                    })
                }

                function toggleAriaAttributes(activeButton, menuList, isExpanded) {
                    activeButton.setAttribute("aria-expanded", isExpanded ? "false" : "true"), menuList && menuList.setAttribute("aria-hidden", isExpanded ? "true" : "false"), isExpanded && !activeButton.classList.contains("tcu-burger-menu") && closeAllDropdownMenus(menuList.querySelectorAll("button"))
                }

                function updateButtonDescription(buttonDescription, isExpanded) {
                    buttonDescription && (buttonDescription.textContent = isExpanded ? buttonDescription.textContent.replace("Contract", "Expand") : buttonDescription.textContent.replace("Expand", "Contract"))
                }
                headerWrapper && navInterface ? (burgerBox = document.querySelector(".tcu-burger-menu__box"), navMenuButtons = document.querySelector(".tcu-nav__main-menu").querySelectorAll("button"), navigationMenuPanel = document.querySelector(".tcu-nav__menu-panel"), closeAllDropdownMenus(navMenuButtons), burgerMenuButton.addEventListener("click", function() {
                    var isExpanded = "true" === burgerMenuButton.getAttribute("aria-expanded");
                    isExpanded && (closeAllDropdownMenus(navMenuButtons), navInterface.classList.add("_animation-completed")), toggleAriaAttributes(burgerMenuButton, navInterface, isExpanded), updateButtonDescription(burgerMenuButton.querySelector(".show-for-sr"), isExpanded), headerWrapper.classList.toggle("_is-active"), navInterface.classList.toggle("_is-active"), burgerBox.classList.toggle("_is-active"), document.body.classList.toggle("tcu-nav__is-open"), navigationMenuPanel.scrollTop = 0
                }), navMenuButtons.forEach(function(button) {
                    button.addEventListener("click", function() {
                        var target, menuItems, buttonDescription, isExpanded;
                        menuItems = (target = this).parentNode.parentNode.querySelector(".tcu-nav__dropdown-menu"), buttonDescription = target.querySelector(".show-for-sr"), isExpanded = "true" === target.getAttribute("aria-expanded"), toggleAriaAttributes(target, menuItems, isExpanded), updateButtonDescription(buttonDescription, isExpanded)
                    })
                }), document.addEventListener("keydown", function(e) {
                    var firstFocusableEl, focusableEls;
                    !document.body.classList.contains("tcu-nav__is-open") || "Tab" !== e.key && 9 !== e.keyCode || 0 === (focusableEls = (() => {
                        var focusableEls = [];
                        return [headerWrapper, navInterface].forEach(function(container) {
                            container.querySelectorAll('a[href]:not([disabled]), button:not([disabled]), textarea:not([disabled]), input[type="text"]:not([disabled]), input[type="search"]:not([disabled]), input[type="radio"]:not([disabled]), input[type="checkbox"]:not([disabled]), select:not([disabled])').forEach(function(el) {
                                null !== el.offsetParent && focusableEls.push(el)
                            })
                        }), focusableEls
                    })()).length || (firstFocusableEl = focusableEls[0], focusableEls = focusableEls[focusableEls.length - 1], e.shiftKey ? document.activeElement === firstFocusableEl && (focusableEls.focus(), e.preventDefault()) : document.activeElement === focusableEls && (firstFocusableEl.focus(), e.preventDefault()))
                })) : burgerMenuButton && (burgerMenuButton.style.display = "none")
            })();
        });
    </script>
    <?php } ?>

    <!-- end of global TCU nav include -->
    <?php include_once __DIR__ . '/_alerts.php'; ?>

    <!-- Local Nav -->
    <div class="tcu-nav ">
        <div class="tcu-nav__menu-panel">
            <nav class="tcu-nav__menu">
                <ul class="tcu-nav__main-menu">
                    <li class="tcu-nav__category">
                        <div class="tcu-nav__category-title-wrapper">
                            <a href="#">About</a>
                            <button class="tcu-nav__category-button" aria-haspopup="true" aria-expanded="true">
                                <div class="tcu-nav__category-button-icon">
                                    <span class="show-for-sr">Contract About Menu</span>
                                </div>
                            </button>
                        </div>
                        <ul class="tcu-nav__dropdown-menu" aria-hidden="false">
                            <li><a href="#">Quick Facts</a></li>
                            <li><a href="#">Our History</a></li>
                            <li><a href="#">Mission, Vision &amp; Values</a></li>
                            <li><a href="#">Our Campus</a></li>
                            <li><a href="#">Traditions</a></li>
                            <li class="tcu-nav__has-dropdown">
                                <div class="tcu-nav__dropdown-title-wrapper">
                                    <a href="#">Leadership</a>
                                    <button class="tcu-nav__nesting-button" aria-haspopup="true" aria-expanded="true">
                                        <div class="tcu-nav__nesting-button-icon">
                                            <span class="show-for-sr">Contract Leadership Menu</span>
                                        </div>
                                    </button>
                                </div>
                                <ul class="tcu-nav__dropdown-menu" aria-hidden="false">
                                    <li><a href="#">Our Chancellor</a></li>
                                    <li><a href="#">Our President</a></li>
                                    <li><a href="#">Our Provost</a></li>
                                    <li><a href="#">Board of Trustees</a></li>

                                </ul>

                            </li>
                            <li><a href="#">Diversity, Equity &amp; Inclusion</a></li>
                            <li><a href="#">Strategic Plan</a></li>
                        </ul>
                    </li>
                    <li class="tcu-nav__category">
                        <div class="tcu-nav__category-title-wrapper">
                            <a href="#">Academics</a>
                            <button class="tcu-nav__category-button" aria-haspopup="true" aria-expanded="true">
                                <div class="tcu-nav__category-button-icon">
                                    <span class="show-for-sr">Contract Academics Menu</span>
                                </div>
                            </button>
                        </div>
                        <ul class="tcu-nav__dropdown-menu" aria-hidden="false">
                            <li><a href="#">Majors &amp; Programs</a></li>
                            <li><a href="#">Colleges &amp; Schools</a></li>
                            <li><a href="#">Centers &amp; Institutes</a></li>
                            <li><a href="#">Study Abroad</a></li>
                            <li><a href="#">Career Center</a></li>
                            <li><a href="#">Library</a></li>
                            <li><a href="#">Academic Calendars</a></li>
                            <li><a href="#">Course Catalogs</a></li>
                            <li><a href="#">Research</a></li>
                            <li><a href="#">Phi Beta Kappa</a></li>
                        </ul>
                    </li>
                    <li class="tcu-nav__category">
                        <div class="tcu-nav__category-title-wrapper">
                            <a href="#">Admission &amp; Aid</a>
                            <button class="tcu-nav__category-button" aria-haspopup="true" aria-expanded="true">
                                <div class="tcu-nav__category-button-icon">
                                    <span class="show-for-sr">Contract Admission and Aid Menu</span>
                                </div>
                            </button>
                        </div>
                        <ul class="tcu-nav__dropdown-menu" aria-hidden="false">
                            <li><a href="#">Undergraduate</a></li>
                            <li><a href="#">Graduate</a></li>
                            <li><a href="#">International</a></li>
                            <li><a href="#">Tuition &amp; Cost</a></li>
                            <li><a href="#">Scholarships</a></li>
                            <li><a href="#">Financial Aid</a></li>
                        </ul>
                    </li>
                    <li class="tcu-nav__category">
                        <div class="tcu-nav__category-title-wrapper">
                            <a href="#">Campus Life</a>
                            <button class="tcu-nav__category-button" aria-haspopup="true" aria-expanded="true">
                                <div class="tcu-nav__category-button-icon">
                                    <span class="show-for-sr">Contract Campus Life Menu</span>
                                </div>
                            </button>
                        </div>
                        <ul class="tcu-nav__dropdown-menu" aria-hidden="false">
                            <li><a href="#">Housing &amp; Dining</a></li>
                            <li><a href="#">Clubs &amp; Organizations</a></li>
                            <li><a href="#">Health &amp; Wellness</a></li>
                            <li><a href="#">Arts &amp; Culture</a></li>
                            <li><a href="#">Diversity &amp; Inclusion</a></li>
                            <li><a href="#">Spiritual Life</a></li>
                            <li><a href="#">Life In Fort Worth</a></li>
                            <li><a href="#">Campus Safety</a></li>
                        </ul>
                    </li>
                    <li class="tcu-nav__category">
                        <div class="tcu-nav__category-title-wrapper">
                            <a href="#">Athletics</a>
                            <button class="tcu-nav__category-button" aria-haspopup="true" aria-expanded="true">
                                <div class="tcu-nav__category-button-icon">
                                    <span class="show-for-sr">Contract Athletics Menu</span>
                                </div>
                            </button>
                        </div>
                        <ul class="tcu-nav__dropdown-menu" aria-hidden="false">
                            <li><a href="#">GoFrogs.com</a></li>
                            <li><a href="#">Frog Club</a></li>
                            <li><a href="#">Tickets</a></li>
                            <li><a href="#">HFTV</a></li>
                            <li><a href="#">Licensing</a></li>
                        </ul>
                    </li>
                </ul>
                <div class="tcu-nav__secondary-menu">
                </div>
                <div class="tcu-nav__tertiary-menu">
                </div>
            </nav>
        </div>
        <div class="tcu-static-panel-wrapper">
            <div class="tcu-static-panel">
                <div class="tcu-static-panel__cta">
                    <div class="tcu-static-panel__cta-title">
                        <a href="#">
                            <img src="https://admissions.tcu.edu/_resources/images/svg/Admission-wordmark.svg" alt="TCU Office of Admission" />
                        </a>
                    </div>
                </div>

                <div class="tcu-static-panel__footer">
                    <div class="tcu-static-panel__footer-logo">
                        <a class="tcu-logo" href="https://www.tcu.edu/" aria-label="Go to TCU homepage" rel="nofollow">
                            <svg>
                                <title>TCU Logo</title>
                                <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#tcu-header-logo" href="#tcu-header-logo"></use>
                            </svg>
                            Visit TCU.edu </a>
                    </div>
                    <div class="tcu-static-panel__footer-icons">
                    </div>
                </div>
            </div>
        </div>
    </div>

    <noscript>
        <style>
            .tcu-nav {
                height: unset !important;
                position: relative !important;
                opacity: 1 !important;
                visibility: visible !important;
            }

            .tcu-nav__menu-panel {
                height: unset !important;
            }

            .tcu-nav__main-menu {
                opacity: 1 !important;
            }

            .tcu-nav__secondary-menu {
                opacity: 1 !important;
            }

            .tcu-static-panel {
                position: relative !important;
            }

            .tcu-static-panel__cta-title {
                opacity: 1 !important;
            }

            .tcu-nav .button-group {
                opacity: 1 !important;
            }

            .tcu-static-panel__footer {
                opacity: 1 !important;
            }
        </style>
    </noscript>

    <!-- Site Header -->
    <section class="tcu-site-name">
        <div class="tcu-site-name__inner">
            <div class="tcu-site-name__heading" itemprop="name"><a href="#">College Name</a></div>
        </div>
    </section>
</header>

<div class="tcu-layout-container">
    <!-- Main Content -->
    <main class="tcu-content-wrapper">
        <div class="tcu-page-heading">
            <div class="tcu-page-heading__inner">
                <h1>Blog Feed</h1>
            </div>
        </div>

        <div class="tcu-maincontent tcu-layout">
            <a tabindex="-1" id="main"><span class="tcu-visuallyhidden">Main Content</span></a>

            <div class="tcu-dropdown-group">

                <div class="tcu-dropdown-list">
                    <label for="" class="show-for-sr">Choose a Category</label>
                    <select onchange="console.log(window.location.href = this.value)" name="tags" id="">
                        <option value="">All Categories</option>
                        <option value="/news?tags=Alumni">Alumni</option>
                        <option value="/news?tags=COE+News">COE News</option>
                        <option value="/news?tags=Faculty">Faculty</option>
                        <option value="/news?tags=Featured">Featured</option>
                        <option value="/news?tags=Graduation">Graduation</option>
                    </select>
                </div>

                <div class="tcu-dropdown-list">
                    <label for="" class="show-for-sr">Choose a Year</label>
                    <select onchange="console.log(window.location.href = this.value)" name="tags" id="">
                        <option value="">Archive</option>
                        <option value="/news?year=2025">2025</option>
                        <option value="/news?year=2024">2024</option>
                        <option value="/news?year=2023">2023</option>
                        <option value="/news?year=2022">2022</option>
                        <option value="/news?year=2021">2021</option>
                        <option value="/news?year=2020">2020</option>
                    </select>
                </div>

            </div>

            <div class="tcu-title-card _featured-article _image-left  tcu-component">
                <div class="tcu-title-card__inner">
                    <div class="tcu-title-card__content">
                        <div class="tcu-title-card__header">
                            <div class="tcu-title-card__hammerhead tcu-hammerhead">Title Card Hammerhead</div>
                            <h2 class="tcu-title-card__headline">Title Card Headline</h2>
                        </div>
                        <p>Title Card Content Block (optional)</p>
                        <div class="button-group">

                            <a href="#" class="button ">
                                Primary Button
                            </a>
                        </div>
                    </div>
                </div>
                <!-- /.tcu-module__inner -->
            </div>

            <div class="tcu-article-listing _blog">
                <section class="tcu-article-card _wide">
                    <div class="tcu-article-card__content">
                        <h2 class="tcu-article-card__title" id="article-card-title-0">
                            <a href="https://www.tcu.edu/news/2026/international-leader-in-sports-science-forms-research-partnership-with-tcu.php">International Leader in Sports Science Forms Research Partnership with TCU</a>
                        </h2>
                        <div class="tcu-article-card__description">
                            <p>Deakin University of Australia recently visited TCU to explore a fast-growing consortium on researching athlete engineering.</p>
                        </div>
                        <div class="tcu-article-card__meta">
                            September 16, 2020, by Joe Smith <ul class="tcu-article-card__tags">
                            </ul>
                        </div>
                    </div>
                </section>
                <section class="tcu-article-card _wide">
                    <div class="tcu-article-card__content">
                        <h2 class="tcu-article-card__title" id="article-card-title-1">
                            <a href="https://www.tcu.edu/news/2026/tcu-faculty-expert-answers-why-do-we-love-our-college-sports.php">TCU Faculty Expert Answers: Why Do We Love Our College Sports?</a>
                        </h2>
                        <div class="tcu-article-card__description">
                            <p>Dustin Hahn, assistant professor with the film, television and digital media department in the Bob Schieffer College of Communication, offered his expertise on how sports shape both identity and community.</p>
                        </div>
                        <div class="tcu-article-card__meta">
                            September 16, 2020, by Joe Smith <ul class="tcu-article-card__tags">
                                <li><a href="?tags=Athletics">Athletics</a>
                                </li>
                                <li><a href="?tags=Research">Research</a>
                                </li>
                                <li><a href="?tags=Top Stories">Top Stories</a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </section>
                <section class="tcu-article-card _wide">
                    <div class="tcu-article-card__content">
                        <h2 class="tcu-article-card__title" id="article-card-title-2">
                            <a href="https://www.tcu.edu/news/2026/tcu-announces-bernard-rousseau-as-harris-college-dean.php">TCU Announces Bernard Rousseau as Harris College Dean</a>
                        </h2>
                        <div class="tcu-article-card__description">
                            <p>The new Marilyn and Morgan Davies Dean of the Harris College of Nursing & Health Sciences brings more than 20 years of experience in leadership roles at three Top 100, Carnegie R1 institutions.</p>
                        </div>
                        <div class="tcu-article-card__meta">
                            September 16, 2020, by Joe Smith <ul class="tcu-article-card__tags">
                                <li><a href="?tags=Top Stories">Top Stories</a>
                                </li>
                                <li><a href="?tags=Academics">Academics</a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </section>
                <section class="tcu-article-card _wide">
                    <div class="tcu-article-card__content">
                        <h2 class="tcu-article-card__title" id="article-card-title-3">
                            <a href="https://www.tcu.edu/news/2026/roach-foundation-commits-10-million-to-tcu-supporting-research-innovation.php">Roach Foundation Commits $10 Million to TCU Supporting Research, Innovation</a>
                        </h2>
                        <div class="tcu-article-card__description">
                            <p>The philanthropic investment will support interdisciplinary collaboration among faculty and students working in areas such as engineering, data science, human performance and applied technology.</p>
                        </div>
                        <div class="tcu-article-card__meta">
                            September 16, 2020, by Joe Smith <ul class="tcu-article-card__tags">
                                <li><a href="?tags=Top Stories">Top Stories</a>
                                </li>
                                <li><a href="?tags=Innovation">Innovation</a>
                                </li>
                                <li><a href="?tags=Research">Research</a>
                                </li>
                                <li><a href="?tags=Feed / Strategic Plan">Feed / Strategic Plan</a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </section>
                <section class="tcu-article-card _wide">
                    <div class="tcu-article-card__content">
                        <h2 class="tcu-article-card__title" id="article-card-title-4">
                            <a href="https://www.tcu.edu/news/2026/horned-frogs-in-the-news-march-1-13-2026.php">Horned Frogs in the News, March 1-13, 2026</a>
                        </h2>
                        <div class="tcu-article-card__description">
                            <p>From the war in Iran to the history of wheat and from menopause to winning a marathon, media come to TCU for news and thought leadership.</p>
                        </div>
                        <div class="tcu-article-card__meta">
                            September 16, 2020, by Joe Smith <ul class="tcu-article-card__tags">
                            </ul>
                        </div>
                    </div>
                </section>
                <section class="tcu-article-card _wide">
                    <div class="tcu-article-card__content">
                        <h2 class="tcu-article-card__title" id="article-card-title-5">
                            <a href="https://www.tcu.edu/news/2026/alumnas-road-to-assistant-white-house-press-secretary-paved-at-tcu.php">Alumna's Road to Assistant White House Press Secretary Paved at TCU</a>
                        </h2>
                        <div class="tcu-article-card__description">
                            <p>Olivia Wales '21 journeyed from Arkansas to Texas Christian University before landing in Washington, D.C., where she now uses the skills she learned in the Bob Schieffer College of Communication to inform her work as an assistant press secretary at the White House.</p>
                        </div>
                        <div class="tcu-article-card__meta">
                            September 16, 2020, by Joe Smith <ul class="tcu-article-card__tags">
                                <li><a href="?tags=Top Stories">Top Stories</a>
                                </li>
                                <li><a href="?tags=Alumni">Alumni</a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </section>
            </div>

            <nav aria-label="Page navigation">
                <ul class="tcu-pagination tcu-component">
                    <!-- First and Previous -->
                    <li class="tcu-pagination__item-back">
                        <a href="?page=1">
                            <span class="tcu-pagination__icon _double" aria-hidden="true"></span>
                            <span class="tcu-pagination__text">First</span>
                        </a>
                    </li>
                    <li class="tcu-pagination__item-back tcu-pagination__small">
                        <a href="?page=2">
                            <span class="tcu-pagination__icon" aria-hidden="true"></span>
                            <span class="tcu-pagination__text">Prev</span>
                        </a>
                    </li>
                    <!-- Small Index -->
                    <li class="tcu-pagination__index tcu-pagination__small">
                        <span>Page <strong>3</strong> of <strong>25</strong></span>
                    </li>
                    <!-- Current Page -->
                    <li class="active">
                        <span>3<span class="tcu-visuallyhidden">Current Page</span></span>
                    </li>

                    <li>
                        <a href="?page=4">4</a>
                    </li>
                    <li>
                        <a href="?page=5">5</a>
                    </li>

                    <li>
                        <a href="?page=6">
                            <span>â‹…â‹…â‹…</span>
                        </a>
                    </li>

                    <!-- Last Page -->
                    <li>
                        <a href="?page=25">25</a>
                    </li>
                    <!-- Next and Last -->
                    <li class="tcu-pagination__item-forward tcu-pagination__small">
                        <a href="?page=4" aria-label="Next">
                            <span class="tcu-pagination__text">Next</span>
                            <span class="tcu-pagination__icon" aria-hidden="true"></span>
                        </a>
                    </li>
                    <li class="tcu-pagination__item-forward">
                        <a href="?page=25" aria-label="Last">
                            <span class="tcu-pagination__text">Last</span>
                            <span class="tcu-pagination__icon _double" aria-hidden="true"></span>
                        </a>
                    </li>
                </ul>
            </nav>

            <!-- Related Posts -->

            <!-- Recent Posts -->
            <h2 class="_with-divider">Recent Posts</h2>
            <ul class="tcu-link-list">
                <li><a href="">Link 1</a></li>
                <li><a href="">Link 2</a></li>
                <li><a href="">Link 3</a></li>
            </ul>

            <!-- Editable Area -->
            <div class="tcu-callout _light">
                <div class="tcu-callout__inner">
                    <div class="tcu-callout__content">
                        <h2>Use an H2 for headings</h2>
                        <p>Add paragraphs, bulleted lists, etc. <a href='#'>Read More</a></p>
                    </div>
                    <div class="button-group">
                        <a class='button' href='#'>First Button</a>
                    </div>
                </div>
            </div>

        </div>
    </main>
</div>

<!-- Footer -->
<footer class="tcu-footer">
    <div class="tcu-footer__inner">
        <!-- Scroll to top -->
        <button class="tcu-back-to-top" onclick="window.scrollTo({top: 0,behavior: 'smooth'});setTimeout(()=>{document.getElementById('main').focus()},300)">
            <div class="tcu-back-to-top__arrow">
                <svg aria-hidden="true" focusable="false">
                    <title>Up Arrow</title>
                    <use href="#icon-top-arrow" />
                </svg>
            </div>
            <span>Back to Top</span>
            <div class="tcu-back-to-top__focus-arrow">
                <svg aria-hidden="true" focusable="false">
                    <title>Up Arrow</title>
                    <use href="#icon-top-long-arrow" />
                </svg>
            </div>
        </button>

        <!-- Local Footer -->
        <div class="tcu-local-footer">
            <div class="tcu-local-footer__cell">
                <a aria-label="Go back to the main TCU homepage" class="tcu-logo" href="/">
                    <img width="176" src="https://admissions.tcu.edu/_resources/images/svg/Admission-wordmark.svg" alt="TCU Logo" /><span class="tcu-visuallyhidden">TCU</span>
                </a>
                <div class="tcu-local-footer__social">
                    <p class="tcu-local-footer__heading">Follow Us</p>
                    <ul>
                        <li>
                            <a href="#">
                                <svg>
                                    <title>Facebook</title>
                                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-facebook" href="#icon-facebook">
                                    </use>
                                </svg>
                            </a>
                        </li>
                        <li>
                            <a href="#">
                                <svg>
                                    <title>TikTok</title>
                                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-tiktok" href="#icon-tiktok"></use>
                                </svg>
                            </a>
                        </li>
                        <li>
                            <a href="#">
                                <svg>
                                    <title>Instagram</title>
                                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-instagram" href="#icon-instagram">
                                    </use>
                                </svg>
                            </a>
                        </li>
                        <li>
                            <a href="#">
                                <svg>
                                    <title>X</title>
                                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-twitter-x" href="#icon-twitter-x">
                                    </use>
                                </svg>
                            </a>
                        </li>
                        <li>
                            <a href="#">
                                <svg>
                                    <title>Threads</title>
                                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-threads" href="#icon-threads"></use>
                                </svg>
                            </a>
                        </li>
                        <li>
                            <a href="#">
                                <svg>
                                    <title>YouTube</title>
                                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-youtube" href="#icon-youtube"></use>
                                </svg>
                            </a>
                        </li>
                        <li>
                            <a href="#">
                                <svg>
                                    <title>LinkedIn</title>
                                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-linkedin" href="#icon-linkedin">
                                    </use>
                                </svg>
                            </a>
                        </li>
                    </ul>
                </div>
            </div>

            <div class="tcu-local-footer__cell has-icons">

                <svg class="tcu-location-pin-icon" focusable="false" height="30" width="30">
                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-location-pin-icon" href="#icon-location-pin-icon"></use>
                </svg>
                <p>3301 Bellaire Drive North<br> Fort Worth, Texas 76109<br><a class="" href="https://goo.gl/maps/C9wxuNnjQA82" title="" target="_blank" rel="noopener">Get Directions</a></p><svg class="tcu-phone-icon" focusable="false" height="30" width="30">
                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-phone-icon" href="#icon-phone-icon"></use>
                </svg>
                <p>TOLL-FREE: 800-828-3764<br> DIRECT: 817-257-7490<br> FAX: 817-257-7268</p>
                <svg class="tcu-mail-icon" focusable="false" height="30" width="30">
                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-mail-icon" href="#icon-mail-icon"></use>
                </svg>
                <p>TCU Office of Admission<br> TCU Box 297013<br> Fort Worth, Texas 76129</p><svg class="tcu-email-icon" focusable="false" height="30" width="30">
                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-email-icon" href="#icon-email-icon"></use>
                </svg>
                <p><a href="mailto:frogmail@tcu.edu">frogmail@tcu.edu</a></p>

            </div>

            <div class="tcu-local-footer__cell">
                <p class="tcu-local-footer__heading">Quick Links</p>
                <ul class="no-bullet">
                    <li><a href="#">Horned Frog Blog</a></li>
                    <li><a href="#">Scholarships & Financial Aid</a></li>
                    <li><a href="#">Housing & Residence Life</a></li>
                    <li><a href="#">Dining</a></li>
                    <li><a href="#">Orientation & Frog Camp</a></li>
                    <li><a href="#">Course Catalog</a></li>
                    <li><a href="#">Student Activities</a></li>
                </ul>
                <p><a class="button solid" href="#">Give</a></p>
            </div>
        </div>

        <!-- Global Footer -->
        <style>
            .tcu-global-footer {
                background: #4d1979;
                color: #fff;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                font-size: .8rem;
                justify-content: space-between;
                padding: .05rem 1.6rem
            }

            @media print,
            screen and (min-width:48em) {
                .tcu-global-footer {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    text-align: center;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    gap: 0 1rem;
                    justify-content: space-between
                }
            }

            .tcu-global-footer a {
                color: #fff;
                text-decoration: none
            }

            .tcu-global-footer a:hover {
                text-decoration: underline
            }

            .tcu-global-footer>* {
                -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto
            }

            @media screen and (min-width:83.125em) {
                .tcu-global-footer>* {
                    -webkit-box-flex: 0;
                    -ms-flex-positive: 0;
                    flex-grow: 0
                }
            }

            .tcu-copyright p,
            .tcu-footer-nav {
                margin: 1em 0
            }

            .tcu-footer-nav {
                list-style-type: none;
                padding: 0
            }

            @media print,
            screen and (min-width:48em) {
                .tcu-footer-nav {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center
                }
            }

            .tcu-footer-nav li {
                -webkit-padding-after: .8rem;
                padding-block-end: .8rem
            }

            @media print,
            screen and (min-width:48em) {
                .tcu-footer-nav li {
                    -webkit-padding-after: 0;
                    padding-block-end: 0
                }
            }

            @media print,
            screen and (min-width:48em) {
                .tcu-footer-nav li:not(:last-child):after {
                    content: "/";
                    display: inline-block;
                    margin: 0 10px
                }
            }

            .tcu-copyright p a {
                font-weight: 700
            }
        </style>

        <div class="tcu-global-footer">
            <nav aria-label="Complementary">
                <ul class="tcu-footer-nav">
                    <li><a href="https://hr.tcu.edu/prospective-employees/index.php">Work at TCU</a></li>
                    <li><a href="https://accessibility.tcu.edu">Accessibility</a></li>
                    <li><a href="https://www.tcu.edu/compliance/notice-of-nondiscrimination.php">Notice of Nondiscrimination</a></li>
                    <li><a href="https://www.tcu.edu/institutional-equity/title-ix/index.php">Title IX</a></li>
                    <li><a href="https://www.tcu.edu/compliance/legal-disclosures.php">Legal Disclosures</a></li>
                    <li><a href="https://www.tcu.edu/compliance/privacy.php">Privacy</a></li>
                    <li><a href="https://ie.tcu.edu/accreditation/">Accreditation</a></li>
                </ul>
            </nav>
            <div class="tcu-copyright">
                <p>All content <span id="directedit">&copy;</span> <?php echo date('Y');?> <a href="https://www.tcu.edu">Texas Christian University</a>. All rights reserved.</p>
            </div>
        </div>
    </div>
</footer>