1910 Army Cadets football team

The 1910 Army Cadets football team represented the United States Military Academy in the 1910 college football season. In their third and final season under head coach Harry Nelly, the Cadets compiled a 6–2 record, shut out five of their eight opponents, and outscored all opponents by a combined total of 96 to 12 – an average of 12.0 points scored and 1.5 points allowed.[1] The Cadets' two losses came against 1910 national champion Harvard by a 6 to 0 score and to the Navy Midshipmen by a 3 to 0 score in the annual Army–Navy Game.[2]

1910 Army Cadets football
ConferenceIndependent
1910 record6–2
Head coachHarry Nelly (3rd season)
Home stadiumThe Plain
1910 Eastern college football independents records
Conf  Overall
TeamW L T  W L T
Pittsburgh      9 0 0
Harvard      9 0 1
Penn      9 1 1
Princeton      7 1 0
Trinity (CT)      7 1 0
Rhode Island State      5 1 1
Lafayette      7 2 0
Army      6 2 0
Brown      7 2 1
Yale      6 2 2
Dartmouth      5 2 0
Cornell      5 2 1
Penn State      5 2 1
Colgate      4 2 1
Franklin & Marshall      4 3 2
Syracuse      5 4 1
Rutgers      3 2 3
Carlisle      8 6 0
Temple      3 3 0
Wash. & Jeff.      3 3 1
Wesleyan      4 4 1
Geneva      2 5 2
NYU      2 4 1
Lehigh      2 6 1
Carnegie Tech      1 6 1
Boston College      0 4 2
Tufts      1 7 1
Villanova      0 4 2

Army's center Archibald Vincent Arnold was selected by sports writer, Wilton S. Farnsworth, of the New York Evening Journal as a first-team player on the All-America team.[3] Arnold was also selected by The New York Times as a second-team All-American.[4]

Schedule

DateOpponentSiteResultSource
October 8TuftsW 24–0
October 15Yale
  • The Plain
  • West Point, NY
W 9–3
October 22Lehigh
  • The Plain
  • West Point, NY
W 28–0[5]
October 29Harvard
  • The Plain
  • West Point, NY
L 0–6
November 5Springfield (MA)
  • The Plain
  • West Point, NY
W 5–0
November 12Villanova
  • The Plain
  • West Point, NY
W 13–0
November 19Trinity (CT)
  • The Plain
  • West Point, NY
W 17–0
November 26vs. NavyL 0–3
gollark: The embed says "no" on heav's website, fix?
gollark: This is not ideal. How can we use more without boring things like cryptominers?
gollark: Okay, this might fix it, pushed.
gollark: If the issue is what I think it could be, then it's accidentally dropping? data on the threshold of the rolling counter region incorrectly.
gollark: ```nimproc pollTargets(ctx: Ctx) {.async.} = for row in ctx.db.all("SELECT * FROM sites"): var (id, url, rollingTotalPings, rollingSuccessfulPings, rollingLatency, rollingDataSince) = row.unpack((int64, string, int64, int64, int64, Option[Time])) let res = await ctx.pollTarget(url) let threshold = getTime() # drop old data from rolling counters if rollingDataSince.isSome: for row in ctx.db.iterate("SELECT status, latency FROM reqs WHERE timestamp >= ? AND timestamp <= ? AND site = ?", rollingDataSince.get, threshold, id): let (statusRaw, latency) = row.unpack((int, int)) rollingTotalPings -= 1 rollingLatency -= latency if statusRaw <= 0: rollingSuccessfulPings -= 1 # add new data rollingTotalPings += 1 rollingLatency += res.latency if int(res.rtype) <= 0: rollingSuccessfulPings += 1 ctx.db.transaction: ctx.db.exec("UPDATE sites SET rc_total = ?, rc_success = ?, rc_latency = ?, rc_data_since = ? WHERE sid = ?", rollingTotalPings, rollingSuccessfulPings, rollingLatency, threshold, id) ctx.db.exec("INSERT INTO reqs (site, timestamp, status, latency) VALUES (?, ?, ?, ?)", id, getTime(), int(res.rtype), res.latency)```This is the core algorithm.

References

  1. "Army Yearly Results (1910-1914)". College Football Data Warehouse. David DeLassus. Retrieved July 29, 2015.
  2. "1910 Army Black Knights Schedule and Results". SR/College Football. Sports Reference LLC. Retrieved July 29, 2015.
  3. Farnsworth, W.S. (December 4, 1910). "Picking All-Stars Is No Easy Task: Backfield Men Show Greater Individuality Then Men on the Line and Are More Easily Chosen". The Billings Daily Gazette.
  4. "5 Harvard Men on All-American Team; Superiority of Crimson Players Earns Places on Picked Football Eleven" (PDF). The New York Times. December 4, 1910.
  5. "Army Swamps Lehigh: West Point Eleven Plays a Brilliant Game, Despite Weather Conditions". The Brooklyn Daily Eagle. October 23, 1910 via Newspapers.com.


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