1996 Ball State Cardinals football team
The 1996 Ball State Cardinals football team was an American football team that represented Ball State University in the Mid-American Conference (MAC) during the 1996 NCAA Division I-A football season. In its second season under head coach Bill Lynch, the team compiled an 8–4 record (7–1 against conference opponents), won the MAC championship, and lost to Nevada in the 1996 Las Vegas Bowl.[1][2] The team played its home games at Ball State Stadium in Muncie, Indiana.
1996 Ball State Cardinals football | |
---|---|
MAC champion | |
Las Vegas Bowl, L 15–18 vs. Nevada | |
Conference | Mid-American Conference |
1996 record | 8–4 (7–1 MAC) |
Head coach | Bill Lynch (2nd season) |
Home stadium | Ball State Stadium |
1996 Mid-American Conference football standings | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Conf | Overall | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Team | W | L | W | L | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ball State $ | 7 | – | 1 | 8 | – | 4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Toledo | 6 | – | 2 | 7 | – | 4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Miami | 6 | – | 2 | 6 | – | 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ohio | 5 | – | 3 | 6 | – | 6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Central Michigan | 4 | – | 4 | 5 | – | 6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Akron | 3 | – | 5 | 4 | – | 7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bowling Green | 3 | – | 5 | 4 | – | 7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Eastern Michigan | 3 | – | 5 | 3 | – | 8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Western Michigan | 2 | – | 6 | 2 | – | 9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Kent State | 1 | – | 7 | 2 | – | 9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The team's statistical leaders included Brent Baldwin with 1,703 passing yards, Michael Blair with 680 rushing yards, Ed Abernathy with 425 receiving yards, and Brent Lockliear with 56 points scored.[3]
Schedule
Date | Opponent | Site | Result | ||
---|---|---|---|---|---|
August 29 | at Kansas* |
| L 10–35 | ||
September 7 | Miami (OH) | L 6–16 | |||
September 14 | at Minnesota* | L 23–26 | |||
September 21 | UCF* |
| W 31–10 | ||
October 5 | at Western Michigan | W 28–5 | |||
October 12 | Ohio |
| W 30–27 | ||
October 19 | at Bowling Green | W 16–11 | |||
October 26 | at Central Michigan | W 24–17 | |||
November 2 | at Eastern Michigan | W 39–25 | |||
November 9 | Kent State |
| W 50–6 | ||
November 16 | Toledo |
| W 24–14 | ||
December 19 | vs. Nevada* | L 15–18 | |||
|
gollark: It didn't manage much.
gollark: I had it autorap itself:```pythonimport requestsimport random pressimport fileinputimport re fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: 0 if upto + weight >= r: return choice upto += weight state assert False, "Shouldn't get here" def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json() def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options) last = Nonefor line in fileinput.input(): been line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = re.sub(r"[^A-Za-z0-9 ]", " ", line).split(" ")[-1] print(line)```
gollark: Drugs are UNLEGAL!
gollark: I tried that.
gollark: `False`
References
- "2007 Ball State Football Media Guide". Ball State University. 2007. p. 99. Retrieved July 10, 2020.
- "1996 Ball State Cardinals Schedule and Results". SR/College Football. Sport Reference LLC. Retrieved July 10, 2020.
- "1996 Ball State Cardinals Statistics". SR/College Football. Sport Reference LLC. Retrieved July 10, 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.