{"id":12664,"date":"2026-09-01T12:08:59","date_gmt":"2026-09-01T16:08:59","guid":{"rendered":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/?p=12664"},"modified":"2026-09-01T12:09:00","modified_gmt":"2026-09-01T16:09:00","slug":"georgia-southern-celebrates-icons-100th-birthday","status":"publish","type":"post","link":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/","title":{"rendered":"Georgia Southern Celebrates Icon\u2019s 100th Birthday"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* ==========================================\n   ERK RUSSELL FEATURE \u2014 COMPACT VERSION\n   ========================================== *\/\n\n.erk-feature {\n  --erk-navy: #001344;\n  --erk-blue: #003b71;\n  --erk-gold: #b9822b;\n  --erk-cream: #f5f1e8;\n  --erk-white: #ffffff;\n  --erk-text: #1b2430;\n\n  position: relative;\n  overflow: hidden;\n}\n\n.erk-feature *,\n.erk-feature *::before,\n.erk-feature *::after {\n  box-sizing: border-box;\n}\n\n.erk-feature__inner {\n  width: min(100% - 3rem, 1120px);\n  margin-inline: auto;\n}\n\n\n\/* ======================\n   HEADING\n   ====================== *\/\n\n.erk-feature__heading {\n  max-width: 720px;\n  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);\n}\n\n.erk-feature__eyebrow {\n  margin: 0 0 0.45rem;\n  color: var(--erk-gold);\n  font-size: 0.72rem;\n  font-weight: 800;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n}\n\n.erk-feature__title {\n  margin: 0;\n  color: var(--erk-navy);\n  font-size: clamp(2.3rem, 5vw, 4.5rem);\n  font-weight: 800;\n  line-height: 0.92;\n  letter-spacing: -0.045em;\n}\n\n.erk-feature__title span {\n  display: block;\n  margin-top: 0.12em;\n  color: var(--erk-blue);\n  font-size: 0.46em;\n  font-weight: 500;\n  letter-spacing: -0.02em;\n}\n\n.erk-feature__intro {\n  max-width: 650px;\n  margin: 1rem 0 0;\n  color: #4a5565;\n  font-size: clamp(0.95rem, 1.2vw, 1.05rem);\n  line-height: 1.6;\n}\n\n\n\/* ======================\n   MAIN EDITORIAL GRID\n   ====================== *\/\n\n.erk-feature__gallery {\n  display: grid;\n  grid-template-columns: minmax(0, 1.55fr) minmax(240px, 0.75fr);\n  grid-template-rows: repeat(2, minmax(180px, 1fr));\n  gap: 0.75rem;\n  height: 500px;\n}\n\n.erk-feature__image {\n  position: relative;\n  overflow: hidden;\n  margin: 0;\n  background: var(--erk-navy);\n}\n\n.erk-feature__image--hero {\n  grid-row: 1 \/ span 2;\n  min-height: 0;\n}\n\n.erk-feature__image img {\n  width: 100%;\n  height: 100%;\n  display: block;\n  object-fit: cover;\n\n  transition:\n    transform 700ms cubic-bezier(.2,.75,.25,1),\n    filter 500ms ease;\n}\n\n.erk-feature__image--hero img {\n  object-position: 50% 42%;\n}\n\n.erk-feature__image--celebration img {\n  object-position: center 35%;\n}\n\n.erk-feature__image--portrait img {\n  object-position: center 26%;\n}\n\n.erk-feature__image::after {\n  content: \"\";\n  position: absolute;\n  inset: 45% 0 0;\n\n  background:\n    linear-gradient(\n      to bottom,\n      transparent,\n      rgba(0, 10, 35, 0.82)\n    );\n\n  pointer-events: none;\n}\n\n.erk-feature__image:hover img {\n  transform: scale(1.03);\n}\n\n\n\/* ======================\n   IMAGE CAPTIONS\n   ====================== *\/\n\n.erk-feature__image figcaption {\n  position: absolute;\n  z-index: 2;\n  left: clamp(0.85rem, 1.5vw, 1.3rem);\n  right: clamp(0.85rem, 1.5vw, 1.3rem);\n  bottom: clamp(0.85rem, 1.5vw, 1.3rem);\n\n  display: flex;\n  align-items: flex-end;\n  gap: 0.65rem;\n\n  color: var(--erk-white);\n  font-size: clamp(0.82rem, 1vw, 0.95rem);\n  font-weight: 650;\n  line-height: 1.3;\n}\n\n.erk-feature__caption-number {\n  flex: 0 0 auto;\n  padding-bottom: 0.1rem;\n  color: #efbd60;\n  font-size: 0.64rem;\n  font-weight: 800;\n  letter-spacing: 0.1em;\n}\n\n\n\/* ======================\n   LOWER ARCHIVE STRIP\n   ====================== *\/\n\n.erk-feature__archive {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 1rem;\n\n  margin-top: clamp(1.5rem, 3vw, 2.5rem);\n}\n\n.erk-feature__archive-item {\n  margin: 0;\n}\n\n.erk-feature__archive-image {\n  position: relative;\n  overflow: hidden;\n  aspect-ratio: 16 \/ 10;\n  background: #d8d8d8;\n}\n\n.erk-feature__archive-image::before {\n  content: \"\";\n  position: absolute;\n  z-index: 2;\n  inset: 0;\n  border: 1px solid rgba(0, 19, 68, 0.12);\n  pointer-events: none;\n}\n\n.erk-feature__archive-image img {\n  width: 100%;\n  height: 100%;\n  display: block;\n  object-fit: cover;\n\n  transition: transform 650ms cubic-bezier(.2,.75,.25,1);\n}\n\n.erk-feature__archive-item:nth-child(1) img {\n  object-position: center 28%;\n}\n\n.erk-feature__archive-item:nth-child(2) img {\n  object-position: center;\n}\n\n.erk-feature__archive-item:nth-child(3) img {\n  object-position: center 30%;\n}\n\n.erk-feature__archive-item:hover img {\n  transform: scale(1.03);\n}\n\n.erk-feature__archive-item figcaption {\n  position: relative;\n  margin-top: 0.65rem;\n  padding-top: 0.6rem;\n\n  color: var(--erk-navy);\n  font-size: 0.85rem;\n  font-weight: 650;\n  line-height: 1.4;\n\n  border-top: 1px solid rgba(0, 19, 68, 0.15);\n}\n\n.erk-feature__archive-item figcaption::before {\n  content: \"\";\n  position: absolute;\n  top: -1px;\n  left: 0;\n\n  width: 2.5rem;\n  height: 2px;\n\n  background: var(--erk-gold);\n}\n\n\n\/* ======================\n   TABLET\n   ====================== *\/\n\n@media (max-width: 900px) {\n\n  .erk-feature__inner {\n    width: min(100% - 2rem, 900px);\n  }\n\n  .erk-feature__gallery {\n    grid-template-columns: 1.25fr 0.75fr;\n    grid-template-rows: repeat(2, minmax(160px, 1fr));\n    height: 430px;\n  }\n\n}\n\n\n\/* ======================\n   MOBILE\n   ====================== *\/\n\n@media (max-width: 700px) {\n\n  .erk-feature__inner {\n    width: min(100% - 1.5rem, 700px);\n  }\n\n  .erk-feature__heading {\n    margin-bottom: 1.5rem;\n  }\n\n  .erk-feature__title {\n    font-size: clamp(2.2rem, 12vw, 3.5rem);\n  }\n\n  .erk-feature__title span {\n    font-size: 0.44em;\n  }\n\n  .erk-feature__gallery {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    grid-template-rows: auto;\n    gap: 0.5rem;\n    height: auto;\n  }\n\n  .erk-feature__image--hero {\n    grid-column: 1 \/ -1;\n    grid-row: auto;\n    aspect-ratio: 16 \/ 10;\n  }\n\n  .erk-feature__image--celebration,\n  .erk-feature__image--portrait {\n    aspect-ratio: 4 \/ 5;\n  }\n\n  .erk-feature__image figcaption {\n    display: none;\n  }\n\n  .erk-feature__archive {\n    grid-template-columns: 1fr;\n    gap: 1.25rem;\n    margin-top: 1.5rem;\n  }\n\n  .erk-feature__archive-image {\n    aspect-ratio: 16 \/ 9;\n  }\n\n}\n\n\n\/* ======================\n   REDUCED MOTION\n   ====================== *\/\n\n@media (prefers-reduced-motion: reduce) {\n\n  .erk-feature__image img,\n  .erk-feature__archive-image img {\n    transition: none;\n  }\n\n  .erk-feature__image:hover img,\n  .erk-feature__archive-item:hover img {\n    transform: none;\n  }\n\n}\n<\/style>\n\n<section class=\"erk-feature\" aria-labelledby=\"erk-feature-title\">\n  <div class=\"erk-feature__inner\">  \n    <div class=\"erk-feature__gallery\">\n\n      <!-- LARGE FEATURE IMAGE -->\n      <figure class=\"erk-feature__image erk-feature__image--hero\">\n        <img decoding=\"async\" src=\"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-content\/uploads\/sites\/3\/erk-birthday2.jpg\" alt=\"Erk Russell coaching Georgia Southern football players during practice.\">\n        <figcaption>\n          <span>Leading the Eagles on the practice field.<\/span>\n        <\/figcaption>\n      <\/figure>\n\n      <!-- TOP RIGHT -->\n      <figure class=\"erk-feature__image erk-feature__image--celebration\">\n        <img decoding=\"async\" src=\"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-content\/uploads\/sites\/3\/erk-birthday5.jpg\" alt=\"Erk Russell celebrating with Georgia Southern football players.\">\n        <figcaption>\n          <span>A championship tradition takes flight.<\/span>\n        <\/figcaption>\n      <\/figure>\n\n      <!-- BOTTOM RIGHT -->\n      <figure class=\"erk-feature__image erk-feature__image--portrait\">\n        <img decoding=\"async\" src=\"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-content\/uploads\/sites\/3\/erk-birthday4.jpg\" alt=\"Portrait of Erk Russell on the football field.\">\n        <figcaption>\n          <span>The coach who built a legacy.<\/span>\n        <\/figcaption>\n      <\/figure>\n\n    <\/div>\n\n    <div class=\"erk-feature__archive\">\n\n      <figure class=\"erk-feature__archive-item\">\n        <div class=\"erk-feature__archive-image\">\n          <img decoding=\"async\" src=\"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-content\/uploads\/sites\/3\/erk-birthday6.jpg\" alt=\"Historic photograph of Erk Russell during Georgia Southern football's early years.\">\n        <\/div>\n        <figcaption>First practices. First traditions.<\/figcaption>\n      <\/figure>\n\n      <figure class=\"erk-feature__archive-item\">\n        <div class=\"erk-feature__archive-image\">\n          <img decoding=\"async\" src=\"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-content\/uploads\/sites\/3\/erk-birthday3.jpg\" alt=\"Erk Russell holding a Georgia Southern football championship trophy.\">\n        <\/div>\n        <figcaption>Championship moments that shaped Eagle Nation.<\/figcaption>\n      <\/figure>\n\n      <figure class=\"erk-feature__archive-item\">\n        <div class=\"erk-feature__archive-image\">\n          <img decoding=\"async\" src=\"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-content\/uploads\/sites\/3\/erk-birthday1.jpg\" alt=\"Erk Russell memorial statue with flags in the background.\">\n        <\/div>\n        <figcaption>A legacy that still stands at Georgia Southern.<\/figcaption>\n      <\/figure>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n<p class=\"wp-block-paragraph\">Eagle Nation is remembering Erk Russell, the legendary football coach who would have turned 100-years-old on July 23. Recounting his impressive coaching career is somewhat like preaching to the choir, but seeing it summarized again offers fresh insight.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In 1982, Russell arrived in Statesboro to revive a Georgia Southern University football program that lay dormant for more than 40 years. Despite the obvious challenges of building a college football program from scratch, Russell and the Eagles dominated the Southern Conference for the next eight years. He compiled an astounding 83-22-1 record \u2014 a winning percentage of nearly 80% \u2014 including three national championships.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In 1989, Russell led the Eagles to a perfect 15-0 season and retired that year as the winningest coach in America. He was named Coach of the Year 19 times and was inducted into the Georgia Sports Hall of Fame in 1987 and the Alabama Sports Hall of Fame in 1991. He was also named Georgia Coach of the Decade by USA Today in 1989.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Former professional quarterback Tracy Ham led the Eagles to a pair of NCAA Division I-AA national championships. Now back at Georgia Southern, where he serves as the Eagles\u2019 senior associate athletics director for administration, he said Russell\u2019s impact will continue to be felt by generations of Eagles.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u201cCoach Russell was more than a football coach to me; he was a mentor who helped shape the man I became,\u201d Ham said. \u201cHe was an innovator in every sense of the word, always thinking differently and finding ways to get the very best out of his players and staff. What I respected most about Coach was that he was hard but fair. He demanded excellence, accountability and toughness, but you always knew he cared about you as a person first. The lessons he taught us went far beyond football and have stayed with me throughout my life. I\u2019m forever grateful for the opportunity to play for him and to learn from one of the greatest leaders I\u2019ve ever known.\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Frank Hook, former director of Alumni Relations at Georgia Southern and former president of the Southern Boosters, called Russell a great man.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u201cHe was a players\u2019 coach,\u201d said Hook, who, in retirement, serves as a special assistant to the athletic director. \u201cPlayers loved him. They would run through a brick wall for him. He motivated players to play as hard as they could and loved them like his own children. He was a motivator and a terrific defensive and offensive coach. He was great at donor relations and with boosters. I can\u2019t imagine where we would be in football today without Erk Russell coming to Georgia Southern, coaching for almost 10 years and getting our program off the ground.\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Former defensive back and outside linebacker Danny Britt joined the Eagles a year after Russell retired. He is now the head football coach at Benedictine Military School in Savannah and calls Russell the epitome of a football coach.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u201cI do remember the first time I stood in front of him as an 18-year-old, and I was in complete awe of the legend in front of me,\u201d Britt said. \u201cI couldn\u2019t speak, and he simply laughed as he asked me how practice was that morning. He patted me on the shoulder and said:&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2018Well, son, it must have been a good one.\u2019\u201d Britt added that Russell was \u201cTough, knowledgeable and smart, but what made Erk Russell the best to ever do it was his ability to relate to everyone. He had the uncanny ability to get the best out of everyone around him, and everyone loved him for it.\u201d&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Leading the Eagles on the practice field. A championship tradition takes flight. The coach who built a legacy. First practices. First traditions. Championship moments that shaped Eagle Nation. A legacy that still stands at Georgia Southern. Eagle Nation is remembering Erk Russell, the legendary football coach who would have turned 100-years-old on July 23. Recounting [&hellip;]<\/p>\n","protected":false},"author":17,"featured_media":12667,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[93],"class_list":["post-12664","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-athletics","tag-summer-2026"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Eagle Nation is remembering Erk Russell, the legendary football coach who would have turned 100-years-old on July 23. Recounting his impressive coaching career is somewhat like preaching to the choir, but seeing it summarized again offers fresh insight. In 1982, Russell arrived in Statesboro to revive a Georgia Southern University football program that lay dormant\" \/>\n\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"webcontent\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Georgia Southern Magazine\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Georgia Southern Celebrates Icon\u2019s 100th Birthday | Georgia Southern Magazine\" \/>\n\t\t<meta property=\"og:description\" content=\"Eagle Nation is remembering Erk Russell, the legendary football coach who would have turned 100-years-old on July 23. Recounting his impressive coaching career is somewhat like preaching to the choir, but seeing it summarized again offers fresh insight. In 1982, Russell arrived in Statesboro to revive a Georgia Southern University football program that lay dormant\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-content\/uploads\/sites\/3\/erk-birthday3.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-content\/uploads\/sites\/3\/erk-birthday3.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t\t<meta property=\"og:image:height\" content=\"797\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-09-01T16:08:59+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-09-01T16:09:00+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Georgia Southern Celebrates Icon\u2019s 100th Birthday | Georgia Southern Magazine\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Eagle Nation is remembering Erk Russell, the legendary football coach who would have turned 100-years-old on July 23. Recounting his impressive coaching career is somewhat like preaching to the choir, but seeing it summarized again offers fresh insight. In 1982, Russell arrived in Statesboro to revive a Georgia Southern University football program that lay dormant\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-content\/uploads\/sites\/3\/erk-birthday3.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/2026\\\/09\\\/01\\\/georgia-southern-celebrates-icons-100th-birthday\\\/#article\",\"name\":\"Georgia Southern Celebrates Icon\\u2019s 100th Birthday | Georgia Southern Magazine\",\"headline\":\"Georgia Southern Celebrates Icon\\u2019s 100th Birthday\",\"author\":{\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/author\\\/webcontent\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/wp-content\\\/uploads\\\/sites\\\/3\\\/erk-birthday3.jpg\",\"width\":1200,\"height\":797},\"datePublished\":\"2026-09-01T12:08:59-04:00\",\"dateModified\":\"2026-09-01T12:09:00-04:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/2026\\\/09\\\/01\\\/georgia-southern-celebrates-icons-100th-birthday\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/2026\\\/09\\\/01\\\/georgia-southern-celebrates-icons-100th-birthday\\\/#webpage\"},\"articleSection\":\"Athletics, Summer 2026\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/2026\\\/09\\\/01\\\/georgia-southern-celebrates-icons-100th-birthday\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/category\\\/athletics\\\/#listItem\",\"name\":\"Athletics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/category\\\/athletics\\\/#listItem\",\"position\":2,\"name\":\"Athletics\",\"item\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/category\\\/athletics\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/2026\\\/09\\\/01\\\/georgia-southern-celebrates-icons-100th-birthday\\\/#listItem\",\"name\":\"Georgia Southern Celebrates Icon\\u2019s 100th Birthday\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/2026\\\/09\\\/01\\\/georgia-southern-celebrates-icons-100th-birthday\\\/#listItem\",\"position\":3,\"name\":\"Georgia Southern Celebrates Icon\\u2019s 100th Birthday\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/category\\\/athletics\\\/#listItem\",\"name\":\"Athletics\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/#organization\",\"name\":\"Georgia Southern Magazine\",\"url\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/author\\\/webcontent\\\/#author\",\"url\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/author\\\/webcontent\\\/\",\"name\":\"webcontent\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/2026\\\/09\\\/01\\\/georgia-southern-celebrates-icons-100th-birthday\\\/#webpage\",\"url\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/2026\\\/09\\\/01\\\/georgia-southern-celebrates-icons-100th-birthday\\\/\",\"name\":\"Georgia Southern Celebrates Icon\\u2019s 100th Birthday | Georgia Southern Magazine\",\"description\":\"Eagle Nation is remembering Erk Russell, the legendary football coach who would have turned 100-years-old on July 23. Recounting his impressive coaching career is somewhat like preaching to the choir, but seeing it summarized again offers fresh insight. In 1982, Russell arrived in Statesboro to revive a Georgia Southern University football program that lay dormant\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/2026\\\/09\\\/01\\\/georgia-southern-celebrates-icons-100th-birthday\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/author\\\/webcontent\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/author\\\/webcontent\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/wp-content\\\/uploads\\\/sites\\\/3\\\/erk-birthday3.jpg\",\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/2026\\\/09\\\/01\\\/georgia-southern-celebrates-icons-100th-birthday\\\/#mainImage\",\"width\":1200,\"height\":797},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/2026\\\/09\\\/01\\\/georgia-southern-celebrates-icons-100th-birthday\\\/#mainImage\"},\"datePublished\":\"2026-09-01T12:08:59-04:00\",\"dateModified\":\"2026-09-01T12:09:00-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/#website\",\"url\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/\",\"name\":\"Georgia Southern Magazine\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/ww2.georgiasouthern.edu\\\/news\\\/magazine\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Georgia Southern Celebrates Icon\u2019s 100th Birthday | Georgia Southern Magazine","description":"Eagle Nation is remembering Erk Russell, the legendary football coach who would have turned 100-years-old on July 23. Recounting his impressive coaching career is somewhat like preaching to the choir, but seeing it summarized again offers fresh insight. In 1982, Russell arrived in Statesboro to revive a Georgia Southern University football program that lay dormant","canonical_url":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/","robots":"max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/#article","name":"Georgia Southern Celebrates Icon\u2019s 100th Birthday | Georgia Southern Magazine","headline":"Georgia Southern Celebrates Icon\u2019s 100th Birthday","author":{"@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/author\/webcontent\/#author"},"publisher":{"@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-content\/uploads\/sites\/3\/erk-birthday3.jpg","width":1200,"height":797},"datePublished":"2026-09-01T12:08:59-04:00","dateModified":"2026-09-01T12:09:00-04:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/#webpage"},"isPartOf":{"@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/#webpage"},"articleSection":"Athletics, Summer 2026"},{"@type":"BreadcrumbList","@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine#listItem","position":1,"name":"Home","item":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine","nextItem":{"@type":"ListItem","@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/category\/athletics\/#listItem","name":"Athletics"}},{"@type":"ListItem","@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/category\/athletics\/#listItem","position":2,"name":"Athletics","item":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/category\/athletics\/","nextItem":{"@type":"ListItem","@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/#listItem","name":"Georgia Southern Celebrates Icon\u2019s 100th Birthday"},"previousItem":{"@type":"ListItem","@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/#listItem","position":3,"name":"Georgia Southern Celebrates Icon\u2019s 100th Birthday","previousItem":{"@type":"ListItem","@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/category\/athletics\/#listItem","name":"Athletics"}}]},{"@type":"Organization","@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/#organization","name":"Georgia Southern Magazine","url":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/"},{"@type":"Person","@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/author\/webcontent\/#author","url":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/author\/webcontent\/","name":"webcontent"},{"@type":"WebPage","@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/#webpage","url":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/","name":"Georgia Southern Celebrates Icon\u2019s 100th Birthday | Georgia Southern Magazine","description":"Eagle Nation is remembering Erk Russell, the legendary football coach who would have turned 100-years-old on July 23. Recounting his impressive coaching career is somewhat like preaching to the choir, but seeing it summarized again offers fresh insight. In 1982, Russell arrived in Statesboro to revive a Georgia Southern University football program that lay dormant","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/#website"},"breadcrumb":{"@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/#breadcrumblist"},"author":{"@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/author\/webcontent\/#author"},"creator":{"@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/author\/webcontent\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-content\/uploads\/sites\/3\/erk-birthday3.jpg","@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/#mainImage","width":1200,"height":797},"primaryImageOfPage":{"@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/#mainImage"},"datePublished":"2026-09-01T12:08:59-04:00","dateModified":"2026-09-01T12:09:00-04:00"},{"@type":"WebSite","@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/#website","url":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/","name":"Georgia Southern Magazine","inLanguage":"en-US","publisher":{"@id":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/#organization"}}]},"og:locale":"en_US","og:site_name":"Georgia Southern Magazine","og:type":"article","og:title":"Georgia Southern Celebrates Icon\u2019s 100th Birthday | Georgia Southern Magazine","og:description":"Eagle Nation is remembering Erk Russell, the legendary football coach who would have turned 100-years-old on July 23. Recounting his impressive coaching career is somewhat like preaching to the choir, but seeing it summarized again offers fresh insight. In 1982, Russell arrived in Statesboro to revive a Georgia Southern University football program that lay dormant","og:url":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/","og:image":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-content\/uploads\/sites\/3\/erk-birthday3.jpg","og:image:secure_url":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-content\/uploads\/sites\/3\/erk-birthday3.jpg","og:image:width":1200,"og:image:height":797,"article:published_time":"2026-09-01T16:08:59+00:00","article:modified_time":"2026-09-01T16:09:00+00:00","twitter:card":"summary","twitter:title":"Georgia Southern Celebrates Icon\u2019s 100th Birthday | Georgia Southern Magazine","twitter:description":"Eagle Nation is remembering Erk Russell, the legendary football coach who would have turned 100-years-old on July 23. Recounting his impressive coaching career is somewhat like preaching to the choir, but seeing it summarized again offers fresh insight. In 1982, Russell arrived in Statesboro to revive a Georgia Southern University football program that lay dormant","twitter:image":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-content\/uploads\/sites\/3\/erk-birthday3.jpg"},"aioseo_meta_data":{"post_id":"12664","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-08-13 14:12:27","updated":"2026-09-01 16:09:00","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/category\/athletics\/\" title=\"Athletics\">Athletics<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tGeorgia Southern Celebrates Icon\u2019s 100th Birthday\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine"},{"label":"Athletics","link":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/category\/athletics\/"},{"label":"Georgia Southern Celebrates Icon\u2019s 100th Birthday","link":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/2026\/09\/01\/georgia-southern-celebrates-icons-100th-birthday\/"}],"_links":{"self":[{"href":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-json\/wp\/v2\/posts\/12664","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-json\/wp\/v2\/comments?post=12664"}],"version-history":[{"count":0,"href":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-json\/wp\/v2\/posts\/12664\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-json\/wp\/v2\/media\/12667"}],"wp:attachment":[{"href":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-json\/wp\/v2\/media?parent=12664"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-json\/wp\/v2\/categories?post=12664"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ww2.georgiasouthern.edu\/news\/magazine\/wp-json\/wp\/v2\/tags?post=12664"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}