1909 Penn State Nittany Lions football team

The 1909 Penn State Nittany Lions football team represented the Pennsylvania State University in the 1909 college football season.[1] The team was coached by Bill Hollenback and played its home games in New Beaver Field in State College, Pennsylvania.

1909 Penn State Nittany Lions football
ConferenceIndependent
1909 record5–0–2
Head coachBill Hollenback (1st season)
Home stadiumNew Beaver Field
1909 Eastern college football independents records
Conf  Overall
TeamW L T  W L T
Yale      10 0 0
Lafayette      7 0 1
Franklin & Marshall      9 1 0
Harvard      9 1 0
Penn State      5 0 2
Washington & Jefferson      8 1 1
NYU      6 1 1
Penn      7 1 2
Trinity (CT)      6 1 2
Dartmouth      5 1 2
Fordham      5 1 2
Princeton      6 2 1
Pittsburgh      6 2 1
Carlisle      8 3 1
Colgate      5 2 1
Brown      7 3 1
Geneva      4 2 0
Carnegie Tech      5 3 1
Lehigh      4 3 2
Army      3 2 0
Villanova      3 2 0
Syracuse      4 5 1
Boston College      3 4 1
Cornell      3 4 1
Rhode Island State      3 4 0
Rutgers      3 5 1
Wesleyan      3 5 1
Drexel      1 2 2
Tufts      2 6 0
Amherst      1 6 1
Temple      0 4 1

Schedule

DateOpponentSiteResult
October 2Grove City
W 31–0
October 9vs. Carlisle
  • Indian Field
  • Wilkes-Barre, PA
T 8–8
October 16Geneva
  • New Beaver Field
  • State College, PA
W 46–0
October 23at Penn
T 3–3
November 6at BucknellLewisburg, PAW 33–0
November 12West Virginia
  • New Beaver Field
  • State College, PA (rivalry)
W 40–0
November 25at Pittsburgh
W 37–0
gollark: Praise the __flying__ spaghetti **monster**.
gollark: I dislike how browsers made CSRF a thing, it is total bees.
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).

References

  1. "Penn State Yearly Results (1905-1909)". College Football Data Warehouse. David DeLassus. Retrieved August 10, 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.