Bruce Charles Arians (born October 3, 1952) is an American football coach who currently serves as the head coach for the Arizona Cardinals of the National Football League (NFL). He also served as offensive coordinator and then interim head coach for the Indianapolis Colts during the 2012 season, when their head coach Chuck Pagano was diagnosed with leukemia. He guided the Colts to a 9–3 record over his tenure, which lasted from October 1 until Pagano's return on December 24. He has also been a head coach at the collegiate level.
Arians was the offensive coordinator of the Pittsburgh Steelers from 2007 to 2011 after being promoted from wide receivers coach, a position that he had held with the team since the 2004 season. For his 9–3 record as the 2012's Colts interim head coach, Arians was named 2012's AP Head Coach of the Year. Following the 2014 season, in which the Cardinals posted a 11-5 record, Arians was named 2014's AP Head Coach of the Year.
Contents
-
Early life 1
-
Playing career 2
-
Coaching career 3
-
Personal life 4
-
Head coaching record 5
-
References 6
-
Exeternal links 7
Early life
A native of Paterson, New Jersey,[1] Arians graduated from William Penn High School in York, Pennsylvania.[2] Earlier, he attended York Catholic High School,[3] where he was a standout scholastic quarterback.
Playing career
Arians attended and played college football at Virginia Tech. As a senior in 1974, Arians was the starting quarterback in a wishbone offense for the Hokies football team. That season he completed 53 of 118 passing attempts (44.9% completion pct.) for 952 yards with three passing touchdowns and seven interceptions. He rushed for 243 yards and eight touchdowns.[4]
Coaching career
College
Arians began his coaching career in 1975 as a graduate assistant at Virginia Tech. Arians then held an assistant coaching position at Mississippi State University (running backs and wide receivers) from 1978–80 before heading to the University of Alabama to coach the running backs from 1981–82 under Paul "Bear" Bryant.
Arians was also the head coach at Temple University from 1983–88. While head coach at Temple University Arians coached Todd Bowles who played safety for him, and would later on coach under Arians as well. He also held positions with Mississippi State (offensive coordinator, 1993–95) and Alabama (offensive coordinator, 1997).
NFL
At the end of the college football season in 1988, Arians was hired in the NFL as a running backs coach for the Kansas City Chiefs. It was during this time with the Chiefs that he worked with the coach who brought him to the Pittsburgh Steelers, Bill Cowher. He also spent one season as the tight ends coach of the New Orleans Saints in 1996.
Following this stint was when he made a name for himself when he got the job as the quarterbacks coach of the Indianapolis Colts in 1998. He was the first quarterback coach of Peyton Manning when he arrived in the NFL. Afterward, he was hired as offensive coordinator (2001–2003) for the Cleveland Browns under Butch Davis. In 2002, he helped the Browns finish 9–7 (2nd in the newly aligned AFC North) and to a wild card playoff berth where they lost to the Steelers (36–33) in the first round. It was during his tenure with the Browns that he first worked with Chuck Pagano who served as the Browns secondary coach from 2001 to 2004.
After the 2003 season, he was hired as the Steelers wide receivers coach and in 2007 was promoted to offensive coordinator of the Steelers, a position he held until his contract expired after the 2011 season.[5]
On January 28, 2012, Arians agreed to become the offensive coordinator of the Indianapolis Colts, replacing Clyde Christensen.[6] On October 1, 2012, Arians was named the interim head coach of the Colts following coach Chuck Pagano's leukemia diagnosis.[7] Arians led the Colts to a 9–3 record, part of one of the biggest one-season turnarounds in NFL history. The nine wins are the most by an interim head coach in NFL history.[8] After winning only two games in 2011, the Colts returned to the playoffs. Pagano returned to the Colts as head coach on December 24, 2012, with Arians returning to his role as offensive coordinator.[9] Arians missed the Colts wild-card game loss against the Baltimore Ravens due to being hospitalized with an illness, which was described by doctors as an inner ear infection or a virus; Arians had missed practice on January 3 due to the flu.[10] Arians was named the 2012 AP Coach of the Year, making him the first interim head coach to win the award.[11]
On January 17, 2013, the Arizona Cardinals and Arians agreed on a 4-year deal that would make Arians their head coach.[12] Arians is the first Cardinals coach since Norm Barry back in 1925 to record at least nine wins in his first season, with a record of 10-6 for 2013.[13]
The Cardinals finished the 2014 season with an 11-5 record and were the #5 seed in the NFC. The 11 wins tied a Cardinals franchise record for most wins in a season. The Cardinals were eliminated by the Carolina Panthers in the first round of the NFL 2015 playoffs, 27-16. Following the season, Arians was named AP Head Coach of the Year for the second time in three seasons.[14]
On February 23, 2015, the Cardinals announced a new 4-year deal with Arians which will keep him with the Cardinals through the 2018 season.[15]
Personal life
Arians is a prostate cancer survivor.[8] He and his wife Christine have a son, Jake (born January 26, 1978), who spent part of the 2001 season as the placekicker for the Buffalo Bills, and a daughter, Kristi Anne (born December 15, 1980).
Head coaching record
College
* 1986 team was 6–5 on the field, but had to vacate their wins due to the presence of an ineligible player on their roster.
NFL
Team
|
Year
|
Regular Season
|
Post Season
|
Won
|
Lost
|
Ties
|
Win %
|
Finish
|
Won
|
Lost
|
Win %
|
Result
|
IND
|
2012
|
9
|
3
|
0
|
.750
|
1st in AFC South
|
-
|
-
|
-
|
-
|
ARI
|
2013
|
10
|
6
|
0
|
.625
|
3rd in NFC West
|
-
|
-
|
-
|
-
|
ARI
|
2014
|
11
|
5
|
0
|
.688
|
2nd in NFC West
|
0
|
1
|
0
|
Lost to Carolina Panthers in NFC Wild Card Game
|
ARI
|
2015
|
6
|
2
|
0
|
.750
|
|
-
|
-
|
-
|
-
|
ARI Total
|
27
|
13
|
0
|
.675
|
|
0
|
1
|
.000
|
|
Total
|
36
|
16
|
0
|
.692
|
|
0
|
1
|
.000
|
|
References
-- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the and meta-templates and includes -- -- helper functions for other Lua hatnote modules. --
local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local mArguments -- lazily initialise Module:Arguments local yesno -- lazily initialise Module:Yesno
local p = {}
-- Helper functions
local function getArgs(frame) -- Fetches the arguments from the parent frame. Whitespace is trimmed and -- blanks are removed. mArguments = require('Module:Arguments') return mArguments.getArgs(frame, {parentOnly = true}) end
local function removeInitialColon(s) -- Removes the initial colon from a string, if present. return s:match('^:?(.*)') end
function p.findNamespaceId(link, removeColon) -- Finds the namespace id (namespace number) of a link or a pagename. This -- function will not work if the link is enclosed in double brackets. Colons -- are trimmed from the start of the link by default. To skip colon -- trimming, set the removeColon parameter to true. checkType('findNamespaceId', 1, link, 'string') checkType('findNamespaceId', 2, removeColon, 'boolean', true) if removeColon ~= false then link = removeInitialColon(link) end local namespace = link:match('^(.-):') if namespace then local nsTable = mw.site.namespaces[namespace] if nsTable then return nsTable.id end end return 0 end
function p.formatPages(...) -- Formats a list of pages using formatLink and returns it as an array. Nil -- values are not allowed. local pages = {...} local ret = {} for i, page in ipairs(pages) do ret[i] = p._formatLink(page) end return ret end
function p.formatPageTables(...) -- Takes a list of page/display tables and returns it as a list of -- formatted links. Nil values are not allowed. local pages = {...} local links = {} for i, t in ipairs(pages) do checkType('formatPageTables', i, t, 'table') local link = t[1] local display = t[2] links[i] = p._formatLink(link, display) end return links end
function p.makeWikitextError(msg, helpLink, addTrackingCategory) -- Formats an error message to be returned to wikitext. If -- addTrackingCategory is not false after being returned from -- Module:Yesno, and if we are not on a talk page, a tracking category -- is added. checkType('makeWikitextError', 1, msg, 'string') checkType('makeWikitextError', 2, helpLink, 'string', true) yesno = require('Module:Yesno') local title = mw.title.getCurrentTitle() -- Make the help link text. local helpText if helpLink then helpText = ' (help)' else helpText = end -- Make the category text. local category if not title.isTalkPage and yesno(addTrackingCategory) ~= false then category = 'Hatnote templates with errors' category = string.format( '%s:%s', mw.site.namespaces[14].name, category ) else category = end return string.format( '%s', msg, helpText, category ) end
-- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the template.
function p.formatLink(frame) local args = getArgs(frame) local link = args[1] local display = args[2] if not link then return p.makeWikitextError( 'no link specified', 'Template:Format hatnote link#Errors', args.category ) end return p._formatLink(link, display) end
function p._formatLink(link, display) -- Find whether we need to use the colon trick or not. We need to use the -- colon trick for categories and files, as otherwise category links -- categorise the page and file links display the file. checkType('_formatLink', 1, link, 'string') checkType('_formatLink', 2, display, 'string', true) link = removeInitialColon(link) local namespace = p.findNamespaceId(link, false) local colon if namespace == 6 or namespace == 14 then colon = ':' else colon = end -- Find whether a faux display value has been added with the | magic -- word. if not display then local prePipe, postPipe = link:match('^(.-)|(.*)$') link = prePipe or link display = postPipe end -- Find the display value. if not display then local page, section = link:match('^(.-)#(.*)$') if page then display = page .. ' § ' .. section end end -- Assemble the link. if display then return string.format('%s', colon, link, display) else return string.format('%s%s', colon, link) end end
-- Hatnote -- -- Produces standard hatnote text. Implements the template.
function p.hatnote(frame) local args = getArgs(frame) local s = args[1] local options = {} if not s then return p.makeWikitextError( 'no text specified', 'Template:Hatnote#Errors', args.category ) end options.extraclasses = args.extraclasses options.selfref = args.selfref return p._hatnote(s, options) end
function p._hatnote(s, options) checkType('_hatnote', 1, s, 'string') checkType('_hatnote', 2, options, 'table', true) local classes = {'hatnote'} local extraclasses = options.extraclasses local selfref = options.selfref if type(extraclasses) == 'string' then classes[#classes + 1] = extraclasses end if selfref then classes[#classes + 1] = 'selfref' end return string.format( '
%s
', table.concat(classes, ' '), s )
end
return p-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the and meta-templates and includes -- -- helper functions for other Lua hatnote modules. --
local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local mArguments -- lazily initialise Module:Arguments local yesno -- lazily initialise Module:Yesno
local p = {}
-- Helper functions
local function getArgs(frame) -- Fetches the arguments from the parent frame. Whitespace is trimmed and -- blanks are removed. mArguments = require('Module:Arguments') return mArguments.getArgs(frame, {parentOnly = true}) end
local function removeInitialColon(s) -- Removes the initial colon from a string, if present. return s:match('^:?(.*)') end
function p.findNamespaceId(link, removeColon) -- Finds the namespace id (namespace number) of a link or a pagename. This -- function will not work if the link is enclosed in double brackets. Colons -- are trimmed from the start of the link by default. To skip colon -- trimming, set the removeColon parameter to true. checkType('findNamespaceId', 1, link, 'string') checkType('findNamespaceId', 2, removeColon, 'boolean', true) if removeColon ~= false then link = removeInitialColon(link) end local namespace = link:match('^(.-):') if namespace then local nsTable = mw.site.namespaces[namespace] if nsTable then return nsTable.id end end return 0 end
function p.formatPages(...) -- Formats a list of pages using formatLink and returns it as an array. Nil -- values are not allowed. local pages = {...} local ret = {} for i, page in ipairs(pages) do ret[i] = p._formatLink(page) end return ret end
function p.formatPageTables(...) -- Takes a list of page/display tables and returns it as a list of -- formatted links. Nil values are not allowed. local pages = {...} local links = {} for i, t in ipairs(pages) do checkType('formatPageTables', i, t, 'table') local link = t[1] local display = t[2] links[i] = p._formatLink(link, display) end return links end
function p.makeWikitextError(msg, helpLink, addTrackingCategory) -- Formats an error message to be returned to wikitext. If -- addTrackingCategory is not false after being returned from -- Module:Yesno, and if we are not on a talk page, a tracking category -- is added. checkType('makeWikitextError', 1, msg, 'string') checkType('makeWikitextError', 2, helpLink, 'string', true) yesno = require('Module:Yesno') local title = mw.title.getCurrentTitle() -- Make the help link text. local helpText if helpLink then helpText = ' (help)' else helpText = end -- Make the category text. local category if not title.isTalkPage and yesno(addTrackingCategory) ~= false then category = 'Hatnote templates with errors' category = string.format( '%s:%s', mw.site.namespaces[14].name, category ) else category = end return string.format( '%s', msg, helpText, category ) end
-- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the template.
function p.formatLink(frame) local args = getArgs(frame) local link = args[1] local display = args[2] if not link then return p.makeWikitextError( 'no link specified', 'Template:Format hatnote link#Errors', args.category ) end return p._formatLink(link, display) end
function p._formatLink(link, display) -- Find whether we need to use the colon trick or not. We need to use the -- colon trick for categories and files, as otherwise category links -- categorise the page and file links display the file. checkType('_formatLink', 1, link, 'string') checkType('_formatLink', 2, display, 'string', true) link = removeInitialColon(link) local namespace = p.findNamespaceId(link, false) local colon if namespace == 6 or namespace == 14 then colon = ':' else colon = end -- Find whether a faux display value has been added with the | magic -- word. if not display then local prePipe, postPipe = link:match('^(.-)|(.*)$') link = prePipe or link display = postPipe end -- Find the display value. if not display then local page, section = link:match('^(.-)#(.*)$') if page then display = page .. ' § ' .. section end end -- Assemble the link. if display then return string.format('%s', colon, link, display) else return string.format('%s%s', colon, link) end end
-- Hatnote -- -- Produces standard hatnote text. Implements the template.
function p.hatnote(frame) local args = getArgs(frame) local s = args[1] local options = {} if not s then return p.makeWikitextError( 'no text specified', 'Template:Hatnote#Errors', args.category ) end options.extraclasses = args.extraclasses options.selfref = args.selfref return p._hatnote(s, options) end
function p._hatnote(s, options) checkType('_hatnote', 1, s, 'string') checkType('_hatnote', 2, options, 'table', true) local classes = {'hatnote'} local extraclasses = options.extraclasses local selfref = options.selfref if type(extraclasses) == 'string' then classes[#classes + 1] = extraclasses end if selfref then classes[#classes + 1] = 'selfref' end return string.format( '
%s
', table.concat(classes, ' '), s )
end
return p
-
^ Cannizzaro, Mark. "CARTHON & MUIR RECEIVE INVITES TO STAY ABOARD", New York Post, January 20, 2001. Accessed May 3, 2015. "One of the offensive coordinators who's believed to be at or near the top of Edwards' list is Colts' quarterbacks coach Bruce Arians, a Paterson, NJ, native who's had a close hand in the development of Peyton Manning."
-
^
-
^
-
^
-
^
-
^
-
^
-
^ a b
-
^
-
^
-
^
-
^
-
^
-
^
-
^
Exeternal links
|
|
Pound sign (#) denotes interim head coach.
|
|
|
|
|
|
|
|
-
Asterisk (*) denotes interim head coach
|
|
This article was sourced from Creative Commons Attribution-ShareAlike License; additional terms may apply. World Heritage Encyclopedia content is assembled from numerous content providers, Open Access Publishing, and in compliance with The Fair Access to Science and Technology Research Act (FASTR), Wikimedia Foundation, Inc., Public Library of Science, The Encyclopedia of Life, Open Book Publishers (OBP), PubMed, U.S. National Library of Medicine, National Center for Biotechnology Information, U.S. National Library of Medicine, National Institutes of Health (NIH), U.S. Department of Health & Human Services, and USA.gov, which sources content from all federal, state, local, tribal, and territorial government publication portals (.gov, .mil, .edu). Funding for USA.gov and content contributors is made possible from the U.S. Congress, E-Government Act of 2002.
Crowd sourced content that is contributed to World Heritage Encyclopedia is peer reviewed and edited by our editorial staff to ensure quality scholarly research articles.
By using this site, you agree to the Terms of Use and Privacy Policy. World Heritage Encyclopedia™ is a registered trademark of the World Public Library Association, a non-profit organization.