-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseason_simulations.html
More file actions
345 lines (328 loc) · 12.2 KB
/
season_simulations.html
File metadata and controls
345 lines (328 loc) · 12.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Basketball Statistics - Season Simulations</title>
<!-- Block AI/LLM crawlers from using content for training -->
<meta name="robots" content="noai, noimageai" />
<meta name="googlebot" content="noai, noimageai" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="stylesheet" href="styles.css" />
<!-- Command Palette (CMD+K) - Feature flagged via ?cmdK=true URL parameter -->
<link rel="stylesheet" href="css/command-palette.css" />
<!-- GoatCounter Analytics -->
<script
data-goatcounter="https://thed3statlab.goatcounter.com/count"
async
src="https://gc.zgo.at/count.js"
></script>
</head>
<body>
<nav class="main-nav">
<div class="nav-container">
<div class="logo"><a href="/">The D3 Stat Lab</a></div>
<!-- Hamburger Menu Toggle (only appears on mobile) -->
<div class="menu-toggle" id="menuToggle">
<span></span>
<span></span>
<span></span>
</div>
<!-- Navigation Links -->
<ul class="nav-links" id="navMenu">
<!-- Close button placed separately at the top of the menu -->
<div class="menu-close" id="menuClose"></div>
<li><a href="/">Home</a></li>
<li><a href="npi.html">NPI</a></li>
<li><a href="season_simulations.html">Season Simulations</a></li>
<li>
<a href="current_season_rankings.html">Current Season Rankings</a>
</li>
<li><a href="conference_rankings.html">Conference Rankings</a></li>
<li><a href="composite_rankings.html">Composite Rankings</a></li>
<li><a href="distances.html">Distances</a></li>
<li>
<a href="preseason_rankings.html">26-27 Preseason Rankings</a>
</li>
<li><a href="returners.html">Returning and Non-Returning</a></li>
<li><a href="publishing_tracker.html">Publishing Tracker</a></li>
<li class="nav-dropdown">
<a href="reports/" class="dropdown-trigger"
>Reports <span class="dropdown-arrow">▾</span></a
>
<ul class="dropdown-menu">
<li><a href="reports/">All Reports</a></li>
<li class="dropdown-divider"></li>
<li>
<a href="reports/bracket_analysis.html"
>2026 D3 WBB NCAA Tournament Bracket Analysis -
TheD3StatLab</a
>
</li>
<li>
<a href="reports/player_plus_minus_rankings.html"
>D3 WBB Player Plus/Minus Rankings</a
>
</li>
<li>
<a href="reports/points_by_class_report.html"
>D3 WBB Points by Class</a
>
</li>
<li>
<a href="reports/region_7_9_crossover_results.html"
>2026 D3 WBB NCAA Tournament - Region 7-9 Crossover Results
(Through Sweet 16)</a
>
</li>
<li>
<a href="reports/schedule_builder.html"
>D3 WBB Schedule Builder — 2026-27</a
>
</li>
<li>
<a href="reports/scranton_vs_denison_20260321.html"
>Scranton vs Denison — National Championship | March 21,
2026</a
>
</li>
<li>
<a href="reports/team_roster_report.html"
>D3 WBB Team Roster Report</a
>
</li>
<li>
<a href="reports/top25_schedule_quality.html"
>All NPI Teams - Schedule Quality</a
>
</li>
<li>
<a href="reports/tournament_history.html"
>2026 NCAA D3 WBB Tournament — Historical Performance</a
>
</li>
<li>
<a href="reports/transfer_report.html"
>D3 WBB Incoming Transfers — 2025-26 Production</a
>
</li>
</ul>
</li>
<li><a href="premium.html">Premium</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- Overlay for mobile -->
<div class="nav-overlay" id="navOverlay"></div>
</nav>
<main>
<header>
<h1>Season Simulations</h1>
<p>
D3 WBB season simulations, based off Efficiency Ratings, to project
NCAA Qualification rates.
</p>
<p class="last-updated">
<em>Last updated: March 1, 2026 at 01:56 PM EST</em>
</p>
</header>
<section class="table-section">
<h2>Season Simulations</h2>
<!-- Search and Filter Controls -->
<div class="table-controls">
<div class="search-container">
<input
type="text"
id="teamSearch"
placeholder="Search for team..."
class="search-input"
/>
</div>
<div class="filter-container">
<select id="conferenceFilter" class="filter-select">
<option value="">All Conferences</option>
</select>
</div>
</div>
<div class="table-container">
<table class="stats-table" id="statsTable">
<thead>
<tr>
<th>Team</th>
<th>Conf</th>
<th>MedW</th>
<th>MedL</th>
<th>Tourn%</th>
<th>AQ%</th>
<th>At-Large%</th>
<th>ALWYNI%</th>
<th>F-AL%</th>
<th>SF-AL%</th>
<th>QF-AL%</th>
<th>Top4%</th>
<th>Top8%</th>
<th>Top16%</th>
<th>Med-NPI</th>
<th>Min</th>
<th>Max</th>
<th>Rank</th>
</tr>
</thead>
<tbody id="tableBody">
<!-- Data will be loaded dynamically -->
</tbody>
</table>
</div>
</section>
<div class="table-section">
<section class="legend-section">
<h2>Column Legend</h2>
<div class="legend-grid">
<div class="legend-item">
<span class="legend-column">Team</span>
<span class="legend-description"
>Name of the college or university basketball team</span
>
</div>
<div class="legend-item">
<span class="legend-column">Conf</span>
<span class="legend-description"
>Conference affiliation of the team</span
>
</div>
<div class="legend-item">
<span class="legend-column">MedW</span>
<span class="legend-description"
>Median number of wins projected across simulations</span
>
</div>
<div class="legend-item">
<span class="legend-column">MedL</span>
<span class="legend-description"
>Median number of losses projected across simulations</span
>
</div>
<div class="legend-item">
<span class="legend-column">Tourn%</span>
<span class="legend-description"
>Percentage of simulations making the NCAA Tournament</span
>
</div>
<div class="legend-item">
<span class="legend-column">AQ%</span>
<span class="legend-description"
>Percentage of simulations winning their conference's automatic
qualifier</span
>
</div>
<div class="legend-item">
<span class="legend-column">At-Large%</span>
<span class="legend-description"
>Percentage of simulations getting an at-large bid</span
>
</div>
<div class="legend-item">
<span class="legend-column">ALWYNI%</span>
<span class="legend-description"
>Percentage of simulations NOT winning their conference's AQ,
and getting an at-large bid</span
>
</div>
<div class="legend-item">
<span class="legend-column">F-AL%</span>
<span class="legend-description"
>Percentage of simulations getting an at-large bid when final
loss was in conference finals</span
>
</div>
<div class="legend-item">
<span class="legend-column">SF-AL%</span>
<span class="legend-description"
>Percentage of simulations getting an at-large bid when final
loss was in conference semifinals</span
>
</div>
<div class="legend-item">
<span class="legend-column">QF-AL%</span>
<span class="legend-description"
>Percentage of simulations getting an at-large bid when final
loss was in conference quarterfinals</span
>
</div>
<div class="legend-item">
<span class="legend-column">Top4%</span>
<span class="legend-description"
>Percentage of simulations finishing in top 4 nationally</span
>
</div>
<div class="legend-item">
<span class="legend-column">Top8%</span>
<span class="legend-description"
>Percentage of simulations finishing in top 8 nationally</span
>
</div>
<div class="legend-item">
<span class="legend-column">Top16%</span>
<span class="legend-description"
>Percentage of simulations finishing in top 16 nationally</span
>
</div>
<div class="legend-item">
<span class="legend-column">Med-NPI</span>
<span class="legend-description"
>Median NPI value across simulations</span
>
</div>
<div class="legend-item">
<span class="legend-column">Min</span>
<span class="legend-description"
>Minimum NPI value across simulations</span
>
</div>
<div class="legend-item">
<span class="legend-column">Max</span>
<span class="legend-description"
>Maximum NPI value across simulations</span
>
</div>
<div class="legend-item">
<span class="legend-column">Rank</span>
<span class="legend-description">Rank of ALWYNI%</span>
</div>
</div>
</section>
</div>
</main>
<!-- Premium Buy Button (Feature Flagged) -->
<div class="premium-cta-banner">
<div class="premium-cta-content">
<h3>Want personalized insights for your team?</h3>
<p>
Get a weekly report with NCAA Tournament odds, high-leverage games,
and more
</p>
<a href="premium.html" class="cta-button">Get Premium Access →</a>
</div>
</div>
<footer>
<p>
© <span id="currentYear">2026</span> D3 Stat Lab. All rights
reserved.
</p>
</footer>
<script>
document.getElementById('currentYear').textContent =
new Date().getFullYear();
</script>
<!-- JavaScript for search, filter and active page functionality -->
<script src="js/navigation.js"></script>
<script src="js/reports-nav.js"></script>
<script src="js/table-controls.js"></script>
<script src="js/data-loader.js"></script>
<script src="js/main.js"></script>
<!-- Command Palette (CMD+K) - Feature flagged via ?cmdK=true URL parameter -->
<script src="js/confetti.js"></script>
<script src="js/team-summary.js"></script>
<script src="js/command-palette.js"></script>
</body>
</html>