Skip to content

Commit

Permalink
note on receiving stats
Browse files Browse the repository at this point in the history
  • Loading branch information
akeaswaran committed Sep 17, 2024
1 parent 8a14d3f commit 4f6dae5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/views/pages/cfb/player_leaderboard.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,12 @@ if (type == "passing") {
<div class="row mb-3">
<div class="col-lg-6 col-xs-12 mb-xs-3">
<h2><%= leaderTitle %> <span class="d-inline text-muted h6"><small> <abbr title="Please report any issues/feedback to @gameonpaper on Twitter!">(Beta)</abbr></small></span></h2>
<p class="m-0 text-muted text-small">Data from <a href="https://github.com/sportsdataverse/cfbfastR">cfbfastR</a>, may differ from ESPN due to data availability/quality. Note: metrics are <strong>not</strong> adjusted for quality of opponent. To qualify, <%- statMinimum %></p>
<p class="m-0 mb-2 text-muted text-small">Data from <a href="https://github.com/sportsdataverse/cfbfastR">cfbfastR</a>, may differ from ESPN due to data availability/quality. Note: metrics are <strong>not</strong> adjusted for quality of opponent. To qualify, <%- statMinimum %></p>
<% if (type == "receiving") { %>
<p class="m-0 mb-2 text-muted text-small"><strong>Note: </strong> ESPN does not consistently mark targeted receivers for incomplete passes, which affects Catch %, EPA/target and Yards/Target averages.</p>
<% } %>
<p class="mt-0 text-muted text-small game-context">Last updated: <abbr title="If this is more than one week out of date during the season, please let us know at @gameonpaper on Twitter."><span class="game-date"><%= last_updated %></span></abbr></p>
</div>
<div class="ms-auto col-lg-6 col-xs-12">
Expand Down

0 comments on commit 4f6dae5

Please sign in to comment.