<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[Utah Rugby News: College Rugby]]></title><description><![CDATA[A place to talk about BYU, Utah, Utah Valley or any other college rugby program in the state.]]></description><link>https://www.utahrugbynews.com/s/college-rugby</link><image><url>https://substackcdn.com/image/fetch/$s_!u8fP!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4239dd4f-fd97-41cc-aebf-4e0619278497_500x500.png</url><title>Utah Rugby News: College Rugby</title><link>https://www.utahrugbynews.com/s/college-rugby</link></image><generator>Substack</generator><lastBuildDate>Sun, 12 Apr 2026 09:42:11 GMT</lastBuildDate><atom:link href="https://www.utahrugbynews.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[DSW Media]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[rugby801@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[rugby801@substack.com]]></itunes:email><itunes:name><![CDATA[Sean Walker]]></itunes:name></itunes:owner><itunes:author><![CDATA[Sean Walker]]></itunes:author><googleplay:owner><![CDATA[rugby801@substack.com]]></googleplay:owner><googleplay:email><![CDATA[rugby801@substack.com]]></googleplay:email><googleplay:author><![CDATA[Sean Walker]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[BYU's Wyatt Parry wins Scholz Award, college rugby's version of Heisman]]></title><description><![CDATA[The 5-foot-10 scrum half won the 2024 Rudy Scholz Award, given to the best male collegiate rugby player in the United States by the Washington Athletic Club of Seattle.]]></description><link>https://www.utahrugbynews.com/p/byus-wyatt-parry-wins-scholz-award</link><guid isPermaLink="false">https://www.utahrugbynews.com/p/byus-wyatt-parry-wins-scholz-award</guid><dc:creator><![CDATA[Utah Rugby News]]></dc:creator><pubDate>Mon, 29 Apr 2024 23:41:52 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/f2549841-2584-4d0a-893b-266c76bffef3_1382x898.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="instagram-embed-wrap" data-attrs="{&quot;instagram_id&quot;:&quot;C6W4OREP8ph&quot;,&quot;title&quot;:&quot;A post shared by @byurugbyofficial&quot;,&quot;author_name&quot;:&quot;byurugbyofficial&quot;,&quot;thumbnail_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/__ss-rehost__IG-meta-C6W4OREP8ph.webp&quot;,&quot;timestamp&quot;:null,&quot;belowTheFold&quot;:false}" data-component-name="InstagramToDOM"><iframe class="instagram-embed-frame" srcdoc="<!doctype html>
<html>
  <head>
    <meta charset=&quot;utf-8&quot; />
    <meta name=&quot;viewport&quot; content=&quot;width=device-width,initial-scale=1&quot; />
    <style>
      html, body {
        margin: 0;
        padding: 0;
        overflow: hidden;
        background: transparent;
      }

      .instagram-media {
        margin: 1px auto 0 !important;
      }
    </style>
  </head>
  <body>
    <blockquote
      class=&quot;instagram-media&quot;
      data-instgrm-permalink=&quot;https://instagram.com/p/C6W4OREP8ph/?utm_source=ig_embed&amp;utm_campaign=loading&quot;
      data-instgrm-version=&quot;14&quot;
      style=&quot;background:#FFF; border:0; border-radius:3px; box-shadow:none; margin:1px auto 0; max-width:540px; min-width:326px; padding:0; width:calc(100% - 2px);&quot;
    ></blockquote>
    <script async src=&quot;https://www.instagram.com/embed.js&quot;></script>
    <script>
      (function() {
        const postHeight = () => {
          const body = document.body;
          const doc = document.documentElement;
          const height = Math.ceil(Math.max(
            body ? body.scrollHeight : 0,
            body ? body.offsetHeight : 0,
            doc ? doc.scrollHeight : 0,
            doc ? doc.offsetHeight : 0
          ));

          if (height > 0) {
            parent.postMessage({ type: 'substack-instagram-embed-resize', height }, '*');
          }
        };

        const scheduleMeasure = () => {
          window.requestAnimationFrame(() => {
            window.setTimeout(postHeight, 50);
          });
        };

        window.addEventListener('load', scheduleMeasure);
        window.setTimeout(scheduleMeasure, 250);
        window.setTimeout(scheduleMeasure, 1000);

        const root = document.documentElement || document.body;
        if (root &amp;&amp; typeof MutationObserver !== 'undefined') {
          const observer = new MutationObserver(scheduleMeasure);
          observer.observe(root, { attributes: true, childList: true, subtree: true, characterData: true });
        }

        if (document.body &amp;&amp; typeof ResizeObserver !== 'undefined') {
          const resizeObserver = new ResizeObserver(scheduleMeasure);
          resizeObserver.observe(document.body);
        }
      })();
    </script>
  </body>
</html>" title="Instagram post" frameborder="0" scrolling="no" allowfullscreen="true" allow="encrypted-media" sandbox="allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox" height="520px"></iframe><script type="text/javascript">(function() {
    const iframe = document.currentScript && document.currentScript.previousElementSibling;
    if (!(iframe instanceof HTMLIFrameElement)) {
      return;
    }

    window.addEventListener('message', function(event) {
      if (event.source !== iframe.contentWindow) {
        return;
      }

      const data = event.data;
      if (!data || data.type !== 'substack-instagram-embed-resize' || typeof data.height !== 'number') {
        return;
      }

      if (data.height > 0) {
        iframe.style.height = data.height + 'px';
      }
    });
  })();</script></div><p>Another &#8220;Heisman&#8221; is coming to BYU.</p><p>More than 30 years after Ty Detmer won the Heisman Trophy with the BYU football team, BYU&#8217;s Wyatt Parry earned a similar honor in his own sport.</p><p>The 5-foot-10 scrum half won the 2024 Rudy Scholz Award, given to the best male collegiate rugby player in the United States by the Washington Athletic Club of Seattle.</p><p>Perry, who prepped at Snow Canyon High School and served a two-year mission for The Church of Jesus Christ of Latter-day Saints in Arequipa, Peru, was a key back in the Cougars&#8217; high-flying attack that averaged 35 points per game in the spring season en route to an appearance in the D1A rugby national semifinals.</p><p>The marketing major beat out a finalist grouping that included Dom Besag of Saint Mary&#8217;s, Evan Roode of Arkansas State and Eduan van Heerden of Lindenwood.</p><p>The Rudy Scholz Award is named for the former Santa Clara halfback and USA Rugby legend who helped pace the United States to Olympic gold medals in men&#8217;s rugby in 1920 and 1924. After serving in both World Wars and volunteering for WWII in his 40s, Scholz went on to become a decorated lawyer and lifelong steward of the game of rugby, playing in his final match at the age of 83.</p><p>The award is presented at a gala event by the Washing Athletic Club in Seattle, currently scheduled for June 8.</p><ul><li><p><strong>Past Rudy Scholz Award Winners, <a href="https://www.goffrugbyreport.com/news/wyatt-parry-wins-2024-scholz-award">per Goff Rugby</a>:</strong><br>2016: Dylan Audsley, Saint Mary's<br>2017: Bryce Campbell, Indiana<br>2018: Connor McNerney, Navy<br>2019: Harley Wheeler, Life University<br>2020: Payton Telea-Ilalio, Saint Mary's<br>2021: Emmanuel Albert, Lindenwood<br>2022: Larry Williams, West Point<br>2023: Lewis Gray, Navy</p></li></ul>]]></content:encoded></item></channel></rss>