Bernie Gaughan
Bernie Gaughan is a retired American football coach. He served as the head coach at Assumption College in Worcester, Massachusetts, guiding that program from club status from 1983 to 1987 up to NCAA Division II varsity status from 1988 to 1995.[1]
Biographical details | |
---|---|
Alma mater | University of Tampa |
Playing career | |
Position(s) | Defensive Back |
Coaching career (HC unless noted) | |
1983–1987 | Assumption Club Team |
1988–1995 | Assumption |
Head coaching record | |
Overall | 32–40–3 (college varsity football) |
A graduate of the University of Tampa, Guaghan also coached high school athletic coach in Little Compton, Rhode Island and Clinton, Massachusetts.[2]
Head coaching record
(Note: Only includes 4–year varsity records)
Year | Team | Overall | Conference | Standing | Bowl/playoffs | ||||
---|---|---|---|---|---|---|---|---|---|
Assumption Greyhounds (Independent) (1988–1995) | |||||||||
1988 | Assumption | 3–5 | |||||||
1989 | Assumption | 0–7–1 | |||||||
1990 | Assumption | 4–4 | |||||||
1991 | Assumption | 1–8 | |||||||
1992 | Assumption | 5–5 | |||||||
1993 | Assumption | 6–4–1 | |||||||
1994 | Assumption | 7–3–1 | |||||||
1995 | Assumption | 6–4 | |||||||
Iowa Wesleyan: | 32–40–3 | ||||||||
Total: | 32–40–3 | ||||||||
National championship Conference title Conference division title or championship game berth |
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
gollark: minoteaur is just plain RPC - you do `POST /rpc` with a function and its arguments as JSON.
gollark: You're forced to try and map the data/functions your thing provides onto a structure which may not really fit them well.
References
- "Bernie Gaughan". assumptiongreyhounds.com. Retrieved January 24, 2018.
- Marsh, Bill (February 22, 2013). "Gaughan retires after 50 years of coaching". Worcester Telegram. Retrieved January 24, 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.