Southwestern Oklahoma State Bulldogs football

The Southwestern Oklahoma State Bulldogs football program represents Southwestern Oklahoma State University in college football and competes in the Division II level of the National Collegiate Athletics Association (NCAA). In 2011, SWOSU became a member of the Great American Conference. Prior to this, Southwestern Oklahoma State was a member of the Lone Star Conference from 1998 to 2010. SWOSU's home games are played at Milam in Weatherford, Oklahoma. The programs maintains an all time record of 471–486–37.[2] The team is led by head coach Chet Pobolish who was hired by the university in November 2017.[3]

Southwestern Oklahoma State Bulldogs football
First season1905
Head coachChet Pobolish
1st season, 0–0 (–)
StadiumMilam Stadium
(Capacity: 8600)
Year built1936
Field surfaceAstroturf
LocationWeatherford, Oklahoma
NCAA divisionDivision II
ConferenceGreat American Conference
All-time record47148637 (.492)
Claimed nat'l titles1
Conference titles17
ColorsNavy Blue and White[1]
         
Websiteswosuathletics.com

Conference affiliations

Stadium

The Bulldogs have played their home games at Milam Stadium since 1936. The current capacity of the stadium is at 8,600.[4]

Championships

National championships

Season Coach Selectors Record Bowl
1996Paul SharpNAIA Playoffs9–3Won NAIA Championship
National Championships 1

Conference championships

The Bulldogs have won 17 conference championships, in 1926, 1932, 1933, 1950, 1954, 1955, 1957, 1968, 1969, 1970, 1971, 1974, 1977, 1980, 1985, 1992, 1996.[5]

gollark: It should be okay with regexes or something non-turing-complete.
gollark: Hold on, I can probably make a much nicer one.
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.

References

  1. SWOSU Media Relations. Retrieved April 18, 2016.
  2. http://fs.ncaa.org/Docs/stats/football_records/2017/D2.pdf
  3. "Oklahoma Scene:SWOSU to introduce new football coach on Monday". newsok.com. November 25, 2017. Retrieved July 18, 2018..
  4. http://www.d2football.com/stadiums/southwesternoklahoma/t40/
  5. "2017 SWSOU Football Fact Guide". Southwestern Oklahoma State University. 2017. Retrieved July 18, 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.