1996 Oregon State Beavers football team

The 1996 Oregon State Beavers football team represented Oregon State University in the 1996 NCAA Division I-A football season. Led by sixth-year head coach Jerry Pettibone, the Beavers were 2–9 overall (1–7 in Pac-10, last) for the program's 26th consecutive losing season. The Beavers were outscored 388 to 216, the most points allowed by an Oregon State team since 1987.

1996 Oregon State Beavers football
ConferencePacific-10 Conference
1996 record2–9 (1–7 Pac-10)
Head coachJerry Pettibone (6th season)
Home stadiumParker Stadium
(Capacity: 35,362)
1996 Pacific-10 Conference football standings
Conf  Overall
Team W L    W L 
No. 4 Arizona State $  8 0     11 1  
No. 16 Washington  7 1     9 3  
Stanford  5 3     7 5  
UCLA  4 4     5 6  
Oregon  3 5     6 5  
California  3 5     6 6  
USC  3 5     6 6  
Arizona  3 5     5 6  
Washington State  3 5     5 6  
Oregon State  1 7     2 9  
  • $ Conference champion
Rankings from AP Poll

Pettibone resigned at the end of the season in late November,[1] and was succeeded by Mike Riley in 1997.

Schedule

DateTimeOpponentSiteTVResultAttendance
September 71:00 PMMontana*
L 14–3528,166
September 143:30 PMat No. 16 USCFSNL 17–4648,069
September 2112:30 PMat Baylor*ABCL 10–4242,327
September 2812:30 PMat CaliforniaL 42–4834,000
October 121:00 PMWashington State
  • Parker Stadium
  • Corvallis, Oregon
L 3–2426,722
October 191:00 PMStanford
  • Parker Stadium
  • Corvallis, Oregon
W 26–1221,305
October 267:00 PMat ArizonaL 7–3343,716
November 21:00 PMNo. 4 Arizona State
  • Parker Stadium
  • Corvallis, Oregon
L 14–2921,946
November 912:30 PMat No. 19 WashingtonL 3–4271,072
November 161:00 PMNorthern Illinois*
  • Parker Stadium
  • Corvallis, Oregon
W 67–2817,215
November 231:00 PMOregon
  • Parker Stadium
  • Corvallis, Oregon (Civil War)
L 13–4935,822
  • *Non-conference game
  • Rankings from AP Poll released prior to the game
  • All times are in Pacific time
Source:[2]

Roster

1996 Oregon State Beavers football team roster
Players Coaches
Offense
Pos.#NameClass
QB 10 Tim Alexander  So
C 50 Aaron Koch  Fr
WR 85 Bradon Lafferty Fr
Defense
Pos.#NameClass
DT 55 Shawn Ball Fr
Special teams
Pos.#NameClass
Head coach
Coordinators/assistant coaches

Legend
  • (C) Team captain
  • (S) Suspended
  • (I) Ineligible
  • Injured
  • Redshirt

Roster
Last update: 1996-12-20

gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
gollark: Are you less utilitarian with your names than <@125217743170568192> but don't really want to name your cool shiny robot with the sort of names used by *foolish organic lifeforms*? Care somewhat about storage space and have HTTP enabled to download name lists? Try OC Robot Name Thing! It uses the OpenComputers robot name list for your... CC computer? https://pastebin.com/PgqwZkn5

References

  1. "Coaching merry-go-round picks up speed". Spokesman-Review. (Spokane, Washington). Associated Press. November 26, 1996. p. C1.
  2. College Football @ Sports-Reference.com


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.