1992 Cincinnati Bearcats football team

The 1992 Cincinnati Bearcats football team represented the University of Cincinnati during the 1992 NCAA Division I-A football season. The Bearcats, led by head coach Tim Murphy, participated as independent and played their home games at Nippert Stadium.

1992 Cincinnati Bearcats football
ConferenceIndependent
1992 record3–8
Head coachTim Murphy (4th season)
Home stadiumNippert Stadium
1992 NCAA Division I-A independents football records
Conf  Overall
TeamW L T  W L T
No. 4 Notre Dame      10 1 1
Southern Miss      7 4 0
Penn State      7 5 0
Memphis State      6 5 0
Army      5 6 0
East Carolina      5 6 0
Louisiana Tech      5 6 0
Louisville      5 6 0
Northern Illinois      5 6 0
Tulsa      4 7 0
Cincinnati      3 8 0
Arkansas State      2 9 0
Southwestern Louisiana      2 9 0
Tulane      2 9 0
Navy      1 10 0
Rankings from AP Poll

Schedule

DateOpponentSiteResult
September 5No. 8 Penn StateL 20–24
September 19at Miami (OH)L 14–17
September 26at No. 8 TennesseeL 0–40
October 3Kent State
  • Nippert Stadium
  • Cincinnati, OH
W 31–0
October 10at Memphis StateL 14–34
October 17at East Carolina
L 21–42
October 24at Southern MissL 17–31
October 31Louisville
  • Nippert Stadium
  • Cincinnati, OH (Keg of Nails)
L 3–26
November 7Rutgers
  • Nippert Stadium
  • Cincinnati, OH
W 26–24
November 14Kentucky
  • Nippert Stadium
  • Cincinnati, OH
W 17–13
November 21Akron
  • Nippert Stadium
  • Cincinnati, OH
L 22–24
  • Rankings from AP Poll released prior to the game

[1][2][3]

Roster

1992 Cincinnati Bearcats football team roster
Players Coaches
Offense
Pos.#NameClass
Defense
Pos.#NameClass
CB 6 Jocelyn Borgella
Special teams
Pos.#NameClass
Head coach
Coordinators/assistant coaches

Legend
  • (C) Team captain
  • (S) Suspended
  • (I) Ineligible
  • Injured
  • Redshirt
gollark: you PENGUINS.
gollark: HAS YOUR NOSE EXPLODED?
gollark: ```haskellimport Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '```
gollark: import Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '
gollark: 3.1 Using 2x2 matricesThe argument of iterateabove is a linear transformation, so we can represent it as matrix and compute the nth power of this matrix with O(log n) multiplications and additions.For example, using the simple matrix implementation in Prelude extensions,fib n = head (apply (Matrix [[0,1], [1,1]] ^ n) [0,1])

References

  1. "1992 Cincinnati Bearcats Schedule and Results". SR/College Football. Sports Reference LLC. Retrieved July 19, 2019.
  2. "1992 Football Schedule". University of Cincinnati Athletics. Retrieved July 19, 2019.
  3. "University of Cincinnati Football Media Guide" (PDF). gobearcats.com. Retrieved July 20, 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.