1928 Middle Tennessee Blue Raiders football team

The 1928 Middle Tennessee Blue Raiders football team represented the Middle Tennessee State University during the 1928 college football season. The Blue Raiders team captain was Hubert Swann.[1]

1928 Middle Tennessee Blue Raiders football
ConferenceIndependent
1928 record3–4–1
Head coachFrank Faulkinberry (3rd season)
CaptainHubert Swann
1928 Southern college football independents records
Conf  Overall
TeamW L T  W L T
Georgetown      8 2 0
West Virginia      8 2 0
Loyola (LA)      7 3 0
William & Mary      6 3 2
Navy      5 3 1
East Tennessee      4 3 0
Duke      5 5 0
Georgia Normal      5 5 0
Miami (FL)      4 4 1
Texas A&I      4 4 0
Texas Tech      4 4 1
Catholic University      4 5 0
Middle Tennessee      3 4 1
Texas Mines      3 4 1
Richmond      3 4 2
Oglethorpe      3 5 1
Appalachian State      3 6 0
Delaware      2 6 0
Wake Forest      2 6 2
Davidson      2 8 0

Schedule

DateOpponentSiteResult
Jacksonville StateMurfreesboro, TNW 6–0
October 13Cumberland (TN)Murfreesboro, TNL 0–13
October 20Western KentuckyMurfreesboro, TNL 0–19
October 26at West Tennessee StateMemphis, TNT 13–13
November 3Murray StateMurfreesboro, TNL 6–14
Bethel (TN)Memphis, TNW 32–0
November 11at Tennessee TechCookeville, TNL 12–25
November 27Bryson?W 16–0

[2]

gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.
gollark: I can't really do art, in general.

References

  1. "2009 Middle Tennessee football MG". Issuu. Issuu.com. Retrieved May 24, 2017.
  2. "Middle Tennessee State Game by Game Results". College Football Data Warehouse. Retrieved May 23, 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.