1894 Rush Medical football team

The 1894 Rush Medical football team was an American football team that represented Rush Medical College in the 1894 college football season.

1894 Rush Medical football
ConferenceIndependent
1894 record3–6
1894 Midwestern college football independents records
Conf  Overall
TeamW L T  W L T
Western Reserve      7 0 0
North Dakota Agricultural      2 0 0
Baldwin–Wallace      1 0 0
Buchtel      1 0 0
Michigan      9 1 1
Iowa Agricultural      5 1 0
Notre Dame      3 1 1
Minnesota      3 1 0
Washburn      3 1 0
Wittenberg      6 2 0
Doane      5 2 0
Wisconsin      5 2 0
Chicago      14 7 1
Beloit      6 3 0
Washington University      2 1 0
Ohio State      6 5 0
Illinois      4 3 0
Oberlin      4 3 1
Cincinnati      3 3 0
Drake      2 2 0
Mount Union      4 5 0
Lake Forest      3 4 0
Ohio Wesleyan      1 3 0
Rush Medical      3 6 0
Northwestern      1 5 0
Ohio      0 1 0

Schedule

DateTimeOpponentSiteResultSource
October 6Prairie Athetic Club
W 12–0[1]
October 10Chicago
L 6–16[2]
October 203:30 p.m.Chicago Athletic Association
  • West Side ball park
  • Chicago, IL
L 6–12[3][4]
October 27at BeloitBeloit, WIL 12–22[5]
November 33:00 p.m.Lake Forest
  • West Side ball park
  • Chicago, IL
W 34–6[6][7]
November 10Chicago YMCA
  • West Side ball park
  • Chicago, IL
L 4–16[8]
November 17at GrinnellGrinnell, IAL 6–38[9]
November 213:00 p.m.Englewood High School
  • West Side ball park
  • Chicago, IL
[10]
November 22at Notre DameNotre Dame, INL 6–18 (or 6–12)[11][12]
November 29at Monmouth (IL)Monmouth, ILW 18–6[13]

Roster

1895 Rush Medical College Roster

Quarterbacks

  • Loomis- Chicago AA, Beloit, Grinnell, Notre Dame, Monmouth
  • Meloy- Prairie AC, Chicago
  • Price- Chicago YMCA

Right Ends

  • Loomis- Prairie AC, Chicago
  • Moore- Chicago AA, Grinnell
  • Jackson-Notre Dame, Monmouth
  • Summers- Chicago, Beloit
  • Parker- Chicago YMCA

Left Ends

  • McNary- Chicago, Chicago AA, Beloit, Grinnell, Notre Dame, Monmouth
  • Summers- Prairie AC
  • Loomis- Chicago YMCA
 

Right Tackles

  • Coe- Prairie AC, Chicago YMCA, Notre Dame, Monmouth
  • Westridge- Chicago, Chicago AA, Beloit, Grinnell

Left Tackle

  • Fullenweider- Chicago, Chicago AA, Chicago YMCA, Grinnell, Notre Dame, Monmouth
  • Westridge- Prairie AC
  • Moore- Beloit

Right Guard

  • Smolt- Chicago, Chicago AA, Beloit, Grinnell, Notre Dame, Monmouth
  • Fullenweider- Prairie AC
  • Roasch- Chicago YMCA

Left Guards

  • Skinner- Chicago AA, Beloit, Chicago YMCA
  • Barrett- Grinnell, Notre Dame
  • Jones- Prairie AC
  • White- Chicago
 

Centers

  • Duncan- Prairie AC, Chicago, Chicago AA, Beloit
  • Johnson- Grinnell, Notre Dame, Monmouth
  • Barrett- Chicago YMCA

Right Half Backs

  • Wagner- Chicago, Chicago AA, Beloit
  • Jewett- Grinnell, Notre Dame, Monmouth
  • Smith- Prairie AC
  • Done- Chicago
  • Meloy- Beloit
  • Summers- Chicago YMCA

Left Half Backs

  • Libbey- Prairie AC, Chicago, Chicago AA, Beloit, Grinnell, Notre Dame, Monmouth
  • Meloy- Chicago AA
  • Jackson- Chicago YMCA

Fullback

  • Sager- Prairie AC, Chicago, Chicago AA, Beloit, Grinnell, Notre Dame, Monmouth
  • Summers- Chicago
  • Whitehill- Chicago YMCA
  • Rosters for the Lake Forest and Englewood High School games are unknown.
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
gollark: I wanted something to play varying music in my base, so I made this.https://pastebin.com/SPyr8jrh is the CC bit, which automatically loads random tapes from a connected chest into the connected tape drive and plays a random track. The "random track" bit works by using an 8KiB block of metadata at the start of the tape.Because I did not want to muck around with handling files bigger than CC could handle within CC, "tape images" are generated with this: https://pastebin.com/kX8k7xYZ. It requires `ffmpeg` to be available and `LionRay.jar` in the working directory, and takes one command line argument, the directory to load to tape. It expects a directory of tracks in any ffmpeg-compatible audio format with the filename `[artist] - [track].[filetype extension]` (this is editable if you particularly care), and outputs one file in the working directory, `tape.bin`. Please make sure this actually fits on your tape.I also wrote this really simple program to write a file from the internet™️ to tape: https://pastebin.com/LW9RFpmY. You can use this to write a tape image to tape.EDIT with today's updates: the internet→tape writer now actually checks if the tape is big enough, and the shuffling algorithm now actually takes into account tapes with different numbers of tracks properly, as well as reducing the frequency of a track after it's already been played recently.

References

  1. "Rush Medicals, 12; Praires, 0". Chicago Tribune. 1894-10-07. p. 7. Retrieved 2020-05-18.
  2. "'Varsity, 16; Rush Medical, 6". Chicago Tribune. 1894-10-11. p. 11. Retrieved 2020-05-18.
  3. "'Varsity and Athletics Play Today". Chicago Tribune. 1894-10-20. p. 7. Retrieved 2020-05-18.
  4. "Athletics, 12; Rush Medical, 6". Chicago Tribune. 1894-10-21. p. 6. Retrieved 2020-05-18.
  5. "Beloit, 22; Rush Medical, 12". Chicago Tribune. 1894-10-28. p. 6. Retrieved 2020-05-18.
  6. "Rush Medical vs Lake Forest". Chicago Tribune. 1894-11-03. p. 7. Retrieved 2020-05-18.
  7. "1894 Lake Forest Foresters Schedule and Results". College Football at Sports-Reference.com. Retrieved 2020-05-18.
  8. "RUSH MEDICALS ARE BEATEN". Chicago Tribune. 1894-11-11. p. 4. Retrieved 2020-05-18.
  9. "Grinnell Defeats the Rush Medicals". Chicago Tribune. 1894-11-18. p. 7. Retrieved 2020-05-18.
  10. "Rush Medical vs Englewood HS". Chicago Tribune. 1894-11-21. p. 11. Retrieved 2020-05-18.
  11. "RUSH MEDICS LOSE A GAME". Chicago Tribune. 1894-11-23. p. 11. Retrieved 2020-05-18.
  12. "DEFEAT FOR RUSH MEDICS". The Inter Ocean. 1894-11-23. p. 4. Retrieved 2020-05-18.
  13. "VICTORY FOR RUSH MEDICAL". Chicago Tribune. 1894-11-30. p. 11. Retrieved 2020-05-18.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.