1924 East Tennessee State Normal football team

The 1924 East Tennessee State Normal School football team was an American football team that represented East Tennessee State University (ETSU) in the 1924 NCAA football season. It was the fifth season of East Tennessee State (Then known as East Tennessee State Normal School) football. They were coached by third-year coach J.K. Luck, a UT graduate who taught agriculture and also coached basketball at the school. The 1924 season marked the end of an era for both the team and the school, as Luck left after the season. This change would cause the team to not play Tennessee (the freshmen team or otherwise) again until 2018. The school would also change, as the "normal" period ended and the school changed its name to East Tennessee State Teachers' College.[1]

1924 East Tennessee State football
ConferenceIndependent
1924 record3–3 (3–4–1 with non-countable games)
Head coachJ.K. Luck (3rd season)
Home stadiumnone
1924 Southern college football independents records
Conf  Overall
TeamW L T  W L T
Quantico Marines      7 0 1
Centenary      8 1 0
Tennessee Docs      8 1 0
West Virginia      8 1 0
Davidson      7 1 1
William & Mary      5 2 1
Delaware      4 3 1
Texas Mines      3 2 1
Georgetown      4 4 0
Duke      4 5 0
East Tennessee      3 4 1
Loyola of New Orleans      3 4 2
Louisville      3 5 1
Southwestern      3 6 0
Richmond      2 6 1
Navy      2 6 0
Catholic University      1 5 2
Tulsa      1 6 1
Middle Tennessee      1 7 0
Erskine      0 7 0

Schedule

OpponentSiteResult
Johnson City High SchoolT 0–0
TusculumJohnson City, TNL 7–21
Athens
  • N/A
  • Johnson City, TN
L 7-27
UT-Freshmen
  • N/A
  • Johnson City, TN
L 0-59
Lenoir-Rhyne
  • N/A
  • Johnson City, TN
L 15–32
Mars Hill
  • N/A
  • Johnson City, TN
W 30–0
Emory & Henry
  • N/A
  • Johnson City, TN
W 13–12
Hiwassee
  • N/A
  • Johnson City, TN
W 7–6
  • Source:
gollark: I keep telling people, but we just get cuboids!
gollark: This is why we need giant *cubes*.
gollark: <@151391317740486657>
gollark: ```luafunction _G.potatOS.potatoNET() local chan = "potatonet" print "Welcome to PotatoNET!" write "Username |> " local username = read() local w, h = term.getSize() local send_window = window.create(term.current(), 1, h, w, 1) local message_window = window.create(term.current(), 1, 1, w, h - 1) local function exec_in_window(w, f) local x, y = term.getCursorPos() local last = term.redirect(w) f() term.redirect(last) w.redraw() term.setCursorPos(x, y) end local function add_message(m, u) exec_in_window(message_window, function() local msg, usr = preproc(m), preproc(u) if msg == "" or usr == "" then return end print(usr .. " | " .. msg) end) end local function send() term.redirect(send_window) term.setBackgroundColor(colors.white) term.setTextColor(colors.black) term.clear() local hist = {} while true do local msg = read(nil, hist) table.insert(hist, msg) add_message(msg, username) skynet.send(chan, { username = username, message = msg }) potatOS.comment(username, msg) end end local function recv() while true do local channel, message = skynet.receive(chan) if channel == chan and type(message) == "table" and message.message and message.username then add_message(message.message, message.username) end end end skynet.send(chan, { username = username, message = "Connected" }) parallel.waitForAll(send, recv)end```
gollark: Yes.

References

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