2013 Drake Bulldogs football team

The 2013 Drake Bulldogs football team represented Drake University in the 2013 NCAA Division I FCS football season. They were led by sixth-year head coach Chris Creighton and played their home games at Drake Stadium. They were a member of the Pioneer Football League. They finished the season 6–5, 5–3 in PFL play to finish in a tie for fourth place.

2013 Drake Bulldogs football
ConferencePioneer Football League
2013 record6–5 (5–3 PFL)
Head coachChris Creighton (6th season)
Defensive coordinatorBrad McCaslin (2nd season)
Home stadiumDrake Stadium
(Capacity: 14,557)
2013 Pioneer Football League standings
Conf  Overall
Team W L    W L 
Butler +^  7 1     9 4  
Marist +  7 1     8 3  
Mercer  6 2     10 2  
Dayton  5 3     7 4  
Drake  5 3     6 5  
Jacksonville  4 4     5 6  
Morehead State  3 5     3 9  
Campbell  2 6     3 9  
Stetson  1 7     2 9  
Valparaiso  1 7     1 10  
Davidson  0 8     0 11  
San Diego  0 0     8 3  
  • + Conference co-champions
  • ^ FCS playoff participant
  • San Diego declared itself ineligible for conference title because of improper scholarships for football players; it will have an official conference record of 0–0 and will not have a place in the conference standings.

At the end of the season, head coach Chris Creighton resigned to become the head coach at Eastern Michigan.

Schedule

DateTimeOpponentSiteTVResultAttendance
August 296:00 PMGrand View*L 16–215,068
September 74:00 PMat No. 9 Northern Iowa*WOI 5.2L 14–4515,960
September 211:00 PMIndianapolis*
  • Drake Stadium
  • Des Moines, IA
W 31–144,259
September 2812:00 PMat MercerL 17–318,150
October 51:00 PMJacksonville
  • Drake Stadium
  • Des Moines, IA
W 27–173,121
October 1212:00 PMat DavidsonW 27–62,347
October 191:00 PMat Butler
L 14–241,576
October 261:00 PMValparaiso
  • Drake Stadium
  • Des Moines, IA
W 23–102,154
November 21:00 PMMorehead State
  • Drake Stadium
  • Des Moines, IA
W 56–142,064
November 91:00 PMDayton
  • Drake Stadium
  • Des Moines, IA
W 36–102,456
November 163:00 PMat San DiegoL 13–234,136
gollark: Sure? I would move it to beside <#733816666089062511> but mobile.
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
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.

References

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