1939 Wayne Tartars football team

The 1939 Wayne Tartars football team represented Wayne University (later renamed Wayne State University) as an independent during the 1939 college football season. In their eighth year under head coach Joe Gembis, the Tartars compiled a 4–5 record and were outscored by opponents, 117 to 66.[2]

1939 Wayne Tartars football
ConferenceIndependent
1939 record4–5
Head coachJoe Gembis (8th season)
CaptainFrank Cudillo
Home stadiumKeyworth Stadium[1]
1939 Midwestern college football independents records
Conf  Overall
TeamW L T  W L T
Central Michigan      8 1 0
No. 13 Notre Dame      7 2 0
Ohio      6 3 0
Detroit      5 3 1
Akron      5 4 0
Cincinnati      4 3 2
Ohio Wesleyan      5 4 1
Marquette      4 4 0
Michigan State      4 4 1
Dayton      4 4 1
Michigan State Normal      3 3 1
Wayne      4 5 0
Xavier      3 5 1
Western State (MI)      2 6 1
Miami (OH)      1 7 1
Rankings from AP Poll

Schedule

DateOpponentSiteResultAttendanceSource
September 30at Michigan State
L 0–1623,000[3]
October 7at Bowling GreenBowling Green, OHL 0–9[4]
October 13at Michigan State Normal
  • Briggs Field
  • Ypsilanti, MI
W 9–7[5]
October 21Cincinnati
  • Keyworth Stadium
  • Hamtramck, MI
L 0–213,500[6]
October 28at Akron
  • Buchtel Field
  • Akron, OH
W 18–125,402[7]
November 4Michigan State Normal
  • Keyworth Stadium
  • Hamtramck, MI
L 6–135,000[8]
November 11at Central Michigan
  • Alumni Field
  • Mount Pleasant, MI
L 6–335,500[9]
November 18Buffalo
  • Keyworth Stadium
  • Hamtramck, MI
W 20–04,500[10]
November 23Western State
  • Keyworth Stadium
  • Hamtramck, MI
W 7–66,000[11]
  • Homecoming
gollark: It's kind of bad.
gollark: ```python#!/bin/env python3chars = [chr(n) for n in range(126)]firstchar = chars[0]lastchar = chars[len(chars) - 1]def increment_char(character): return chr(ord(character) + 1)def old_increment_string(string_to_increment): reversed_string = list(reversed(string_to_increment)) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed(reversed_string)))def increment_string(to_increment): reversed_string = list(to_increment) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed_string))def string_generator(): length = 0 while 1: length += 1 string = chars[0] * length while True: try: string = increment_string(string) except IndexError: # Incrementing has gone out of the char array, move onto next length break yield string```
gollark: Except it enumerates all possible ASCII strings instead.
gollark: I made that!
gollark: no.

References

  1. "Wayne Gets Field for 1938 Football". Detroit Free Press. December 9, 1937. p. 21 via Newspapers.com.
  2. "2016 Football Media Guide" (PDF). Wayne State University. pp. 111, 114. Retrieved November 4, 2017.
  3. John N. Sabo (October 1, 1940). "Spartans Subdue Wayne, 16-0". Detroit Free Press. p. 57 via Newspapers.com.
  4. "Wayne Offense Falls Flat and Bowling Green Scores 9-0 Upset". Detroit Free Press. October 8, 1939. p. Sports 5 via Newspapers.com.
  5. "Blocked Kick Gives Tartars First Triumph". Detroit Free Press. October 14, 1939. pp. 15, 17.
  6. "Cincinnati's Weight Edge Tells and Wayne Goes Down, 21 to 0". Detroit Free Press. October 22, 1939. p. Sports 5 via Newspapers.com.
  7. Eddie Butler (October 29, 1939). "Rally Falls Short, Erring Zippers Lose to Wayne Squad, 18-12". The Akron Beacon-Journal. pp. 1C, 3C via Newspapers.com.
  8. Ernie Stefani (November 5, 1939). "Long Runs by Walsh and Siera Enable Hurons to Beat Wayne, 13-6". Detroit Free Press. p. Sport 5 via Newspapers.com.
  9. "Bearcats Rout Tartar Eleven: Central Wins, 33-6, for Eighth in a Row". Detroit Free Press. November 12, 1939. p. Sports 2 via Newspapers.com.
  10. Ernie Stefani (November 19, 1939). "Wayne Downs Buffalo, 20-0". Detroit Free Press. p. Sports 3 via Newspapers.com.
  11. Tod Rockwell (November 24, 1939). "Wayne Eleven Beats Western State for First Time, 7 to 6". Detroit Free Press. pp. 25, 27 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.