Steve Hagen (American football)
Steve Hagen (born September 15, 1961) is an American football coach. He served as an assistant coach for the Cleveland Browns and New York Jets.[1][2]
Personal information | |
---|---|
Born: | Thousand Oaks, California | September 15, 1961
Career information | |
College: | California Lutheran |
Career history | |
As coach: | |
|
Hagen has coached football in Ohio, California, North Carolina, Arizona, Illinois, Indiana, Nevada, Kansas, Iowa, and in New Jersey. As of 2013, he has held sixteen jobs at twelve colleges and with two NFL teams.[3]
In 2019, he became tight ends coach and special teams assistant for the Seattle Dragons of the XFL.[4]
Head coaching record
Year | Team | Overall | Conference | Standing | Bowl/playoffs | ||||
---|---|---|---|---|---|---|---|---|---|
Wartburg Knights (Iowa Intercollegiate Athletic Conference) (1996) | |||||||||
1996 | Wartburg | 7–3 | 5–3 | T–3rd | |||||
Wartburg: | 7–3 | 5–3 | |||||||
Total: | 7–3 |
gollark: I'm unsure of exactly how `i` works but I believe it's right.
gollark: ~~911~~ 916 (bugfix) bytes. Tiny, I know.
gollark: ```pythonimport syscode = input()l = len(code)acc = 0pos = 0incr = 1num_lookup = { "zero": 0, "one": 1, "two": 2, "three": 3, "four": 4, "five": 5, "six": 6, "seven": 7, "eight": 8, "nine": 9 }while pos < l: char = code[pos] if char == "i": h, g = list(range(pos + 1, l)), list(range(pos - 1, 0, -1)) for i in h + g if incr == 1 else g + h: if code[i] == "i": pos = (i + 1) % l break continue elif char == "p": pos += incr elif char == "a": acc += 1 elif char == "e": acc -= 1 elif char == "v": incr *= -1 elif char == "~": acc = 0 for x, n in enumerate(reversed(input().split(" "))): acc += 10**x * num_lookup[n] elif char == "`": sys.stdout.write(chr(acc)) elif char == "[": if acc != 0: acc = int(str(acc) + bin(acc)[2:]) else: print("wrong.") pos += incr```<@&731766254238433300> observe my highly amazing and golfed code.
gollark: Yes, JUSTICE FOR SOHNDAISFSPOUTIN!!!
gollark: Well, if I *am* allowed to post increasingly bad* versions, I might as well just submit my sort of vaguely working ish version?
References
- "Hagen's navigated nomadic coaching course". Espn.com. June 12, 2007. Retrieved July 13, 2018.
- Ben Shpigel (August 9, 2013). "Family Adapts to Coach's Nomadic Career". Nytimes.com. Retrieved July 13, 2018.
- https://www.nytimes.com/2013/08/11/sports/football/family-adapts-to-coachs-nomadic-profession.html
- Seattle Dragons [@XFLDragons] (October 14, 2019). ""Allow (us) to re-introduce (ourselves)" - (Jay-Z voice) The Dragons' coaching staff ⤵️" (Tweet). Retrieved October 15, 2019 – via Twitter.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.