You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Georgia Tech–Tennessee football rivalry

From EverybodyWiki Bios & Wiki

Georgia Tech–Tennessee football rivalry
First meetingNovember 22, 1902
Tennessee 10, Georgia Tech 6
Latest meetingSeptember 4, 2017
Tennessee 42, Georgia Tech 41
Statistics
Meetings total44
All-time seriesTennessee leads, 25–17–2
Largest victoryGeorgia Tech, 45–0 (1905)
Longest win streakTennessee, 8 (1967–76)[1]
Current win streakTennessee, 2 (1987–present)
<graph>

{

 //
 // ATTENTION: This code is maintained at https://www.mediawiki.org/wiki/Template:Graph:Street_map_with_marks
 //            Please do not modify it anywhere else, as it may get copied and override your changes.
 //            Suggestions can be made at https://www.mediawiki.org/wiki/Template_talk:Graph:Street_map_with_marks
 //
 // Template translation is in https://commons.wikimedia.org/wiki/Data:Original/Template:Graphs.tab
 //
 "version": 2, "width":295, "height": 250, "padding": 0,
 "signals":[
   // These signals allow us to quickly move the map within the image, e.g. to leave space for the legend

{"name":"legendWidth", "init": {"expr": "0"} },

   {"name":"legendHeight", "init": {"expr": "height"} },
   {"name":"imgWidth", "init": {"expr": "width-legendWidth"} },
   {"name":"imgHeight", "init": {"expr": "height"} },
   {"name":"imgXC", "init": {"expr": "imgWidth/2"} },
   {"name":"imgYC", "init": {"expr": "imgHeight/2"} },
   {"name":"imgTileSize", "init": {"expr": "256"} },
   {"name":"imgLat", "init": {"expr": "34.8254"} },
   {"name":"imgLon", "init": {"expr": "-84.2175"} },
   {"name":"imgZoom", "init": {"expr": "6"} },
   {"name":"picWidth", "init": {"expr": "180"} },
   {"name":"picHeight", "init": {"expr": "picWidth/2"} },
   {"name":"picXC", "init": {"expr": "imgWidth-(picWidth/2)"} },
   {"name":"picYC", "init": {"expr": "imgHeight-(picHeight/2)"} },
   {"name":"showMiniMap", "init": {"expr": "0"} }
 ],
 "data": [
   {
     "name": "data",

// Otherwise use the first unnamed argument for source values

     "values": [  { "lat": 34.8254, 
    "lon": -84.2175, 
    "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png", 
    "width": 50, 
    "height": 8, 
    "offsetX": 110.5, 
    "offsetY": 115, 
    "textAlign": "right", 
    "textDx": 22, 
    "textDy": -2, 
    "textColor": "grey", 
    "textFont": "Tahoma", 
    "textFontSize": 9, 
    "text":  "150km" }

, { "lat": 0, "lon": 0, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "", "textAlign": "right", "textBaseline": "middle", "textDx": -7, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"


} , { "lat": 33.775833, "lon": -84.394722, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/c/cc/Gold_pog.svg/10px-Gold_pog.svg.png", "height": 10, "width": 10, "text": "Georgia Tech", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 35.951, "lon": -83.930, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Orange_pog.svg/10px-Orange_pog.svg.png", "height": 10, "width": 10, "text": "Tennessee", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"


}
















     ],
     "transform": [
       {
         "type": "geo",
         "projection": "mercator",
         "scale": {"expr": "imgTileSize/PI/2*pow(2,imgZoom)"},
         "translate": [{"expr": "imgXC"}, {"expr": "imgYC"}],
         "center": [{"expr": "imgLon"}, {"expr": "imgLat"}],
         "lon": "lon", "lat": "lat"
       },
       { "type": "formula", "field":"layout_x", "expr": "datum.layout_x + (datum.offsetX || 0)" },
       { "type": "formula", "field":"layout_y", "expr": "datum.layout_y + (datum.offsetY || 0)" },
       { "type": "formula", "field":"color", "expr": "datum.color || '#c33'" },
       { "type": "formula", "field":"textColor", "expr": "datum.textColor || datum.color" },
       { "type": "formula", "field":"strokeColor", "expr": "datum.strokeColor || '#ffe7e6'" }
     ]
   },
   {
     // Hack: single value data source for drawing/hiding images and other non-series elements
     "name": "dummyData",
     "values": [{}]
   }
 ],

// Legend only works if showLegend and colorScaleField are set

 "marks": [
   {
     "type": "image",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "formula", "field":"url", "expr": "'mapsnapshot:///?width='+imgWidth+'&height='+imgHeight+'&zoom='+imgZoom+'&lat='+imgLat+'&lon='+imgLon" }
       ]
     },
     "properties": {
       "enter": {
         "url": {"field": "url"},
         "xc": {"signal": "imgXC"}, "yc": {"signal": "imgYC"},
         "width": {"signal": "imgWidth"}, "height": {"signal": "imgHeight"}
       }
     }
   },
   {
     // Places an image of a given name and size at the [lan,lon] location
     "type": "image",
     "from": {
       "data": "data",
       "transform": [
         { "type": "filter", "test": "datum.img" },
         { "type": "formula", "field":"iconWidth", "expr": "datum.width || 0" },
         { "type": "formula", "field":"iconHeight", "expr": "datum.height || 0" },
         { "type": "formula", "field":"img",
           "expr": "if(!test(/^[a-z]+:\\/\\//, datum.img), 'wikifile:///'+datum.img, datum.img)" },
         // Ensure that either width or height parameter is passed to wikifile:// request
         { "type": "formula", "field":"img",
           "expr": "if((datum.iconWidth || datum.iconHeight) && !test(/[?&](width|height)=\\d/, datum.img),if(datum.iconWidth,datum.img+'?width='+datum.iconWidth,datum.img+'?height='+datum.iconHeight), datum.img)" }
     ]},
     "properties": {
       "enter": {
         "url": {"field": "img"},
         "xc": {"field": "layout_x"}, "yc": {"field": "layout_y"},
         "width": {"field": "iconWidth"}, "height": {"field": "iconHeight"}
       }
     }
   },
   {
     // Draw marks of a given color, shape, and size at the [lan,lon] location
     "type": "symbol",
     "from": {
       "data": "data",
       "transform": [{ "type": "filter", "test": "!datum.img" }]
     },
     "properties": {
       "enter": {
         "x": {"field": "layout_x"},
         "y": {"field": "layout_y"},
         // If colorScaleField is set, use color scaling, otherwise use the preset color value
         "fill": { "field": "color" },
         "size": {"field": "size"},
         "shape": {"field": "shape"},
         "stroke": {"field": "strokeColor"}
       }
     }
   },
   {
     // Draw text with the given color and size at the [lan,lon] location
     // See https://github.com/vega/vega/wiki/Marks#text for all parameter description (prepend "text" and capitalize them)
     "type": "text",
     "from": {
       "data": "data",
       "transform": [
         { "type": "filter", "test": "datum.text" },
         // Figure out if this is an LTR or RTL page. For LTR, show label to the right of the icon, left-aligned. For RTL, reverse.
         { "type": "formula", "field":"isLTR", "expr": "'‎' == '\\u200E'" },
         // If these values are not defined ("undefined" is not allowed, so test for truthiness and not 0)
         { "type": "formula", "field":"textDx", "expr": "if(!datum.textDx && datum.textDx != 0, if(datum.isLTR,8,-8), datum.textDx)" },
         { "type": "formula", "field":"textAlign", "expr": "if(!datum.textAlign, if(datum.isLTR,'left','right'), datum.textAlign)" },
         { "type": "formula", "field":"textBaseline", "expr": "datum.textBaseline || 'middle'" }
     ]},
     "properties": {
       "enter": {
         "text": {"field": "text"},
         "x": {"field": "layout_x" },
         "y": {"field": "layout_y"},
         "dx": {"field": "textDx" },
         "dy": {"field": "textDy"},
         "fill": {"field": "textColor"},
         "align": {"field": "textAlign"},
         "baseline": {"field": "textBaseline"},
         "radius": {"field": "textRadius"},
         "theta": {"field": "textTheta"},
         "angle": {"field": "textAngle"},
         "font": {"field": "textFont"},
         "fontSize": {"field": "textFontSize"},
         "fontWeight": {"field": "textFontWeight"},
         "fontStyle": {"field": "textFontStyle"}
       }
     }
   },
   {
     // Draw a low-zoom locator map frame
     "type": "rect",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" }
       ]
     },
     "properties": {
       "enter": {
         "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
         "width": {"signal": "picWidth", "offset":2}, "height": {"signal": "picHeight"},
         "stroke": {"value":"#fff"},"strokeWidth": {"value":6}
       }
     }
   },
   {
     // Draw a low-zoom locator map by using a premade world map image
     "type": "image",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" },
         { "type": "formula", "field":"url", "expr": "1" }
       ]
     },
     "properties": {
       "enter": {
         "url": {"value": "wikirawupload:"},
         "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
         "width": {"signal": "picWidth"}, "height": {"signal": "picHeight"}
       }
     }
   },
   {
     // Draw a zoom-out mark at the [lan,lon] location
     "type": "symbol",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" },
         { "type": "formula", "field":"lat", "expr": "imgLat" },
         { "type": "formula", "field":"lon", "expr": "imgLon" },
         {
           "type": "geo",
           "projection": "equirectangular",
           "scale": {"expr": "180/2/PI"},
           "translate": [{"expr": "picXC"}, {"expr": "picYC"}],
           "center": [{"expr": "0"}, {"expr": "0"}],
           "lon": "lon", "lat": "lat"
         }
       ]
     },
     "properties": {
       "enter": {
         "x": {"field": "layout_x"}, "y": {"field": "layout_y"},
         "fill": {"value": "#c33"},
         "stroke": {"value": "#ffe7e6"},
         "size": {"value": 40}
       }
     }
   }
 ]

} </graph>

Locations of Georgia Tech and Tennessee

The Georgia Tech–Tennessee football rivalry is an American college football rivalry between the Georgia Tech Yellow Jackets and Tennessee Volunteers.[citation needed] The series dates back to 1902 and features two of the most prominent programs in college football history, with Georgia Tech claiming four national championships, 15 conference titles, and 21 consensus All-Americans, and Tennessee claiming six national championships, 16 conference titles, and 38 consensus All-Americans. Tennessee leads the series 25–17–2. The series ended in 1987, but it was renewed in the September 2017 Chick-fil-A Kickoff Game.[2]

Series history[edit]

The teams almost met every year when Georgia Tech was part of the SEC. When Georgia Tech left the SEC in 1963, they still met almost every year after (except 1974, 1975, and 1978) until 1987.

Notable games[edit]

Early years
  • 1902: The programs met for the first time in Atlanta on November 22, 1902. Tennessee won by a 10–6 score. The last 20 minutes of the game were "played in darkness and a slow, drizzling rain." Two Georgia Tech touchdowns were ruled illegal by the officials.[3]
  • 1905: On November 4, 1905, Georgia Tech, coached by John Heisman, defeated Tennessee by a 45–0 score in Atlanta.[4] The game remains notable as the largest point total and the largest margin of victory in series history.
Dodd vs. Neyland
Coach Neyland.
Coach Dodd.
  • 1946: On September 28, 1946, after a 35-year hiatus, Georgia Tech and Tennessee resumed their series in a game billed as pitting long-time Tennessee head coach and "master strategist" Robert Neyland against one of "his most illustrious pupils"—Georgia Tech coach Bobby Dodd.[5][6] Dodd, who wanted to play for Georgia Tech but was not offered a scholarship, had been the quarterback on Neyland's Tennessee teams that compiled a 27–1–2 record from 1928 to 1930 and had taken over as Georgia Tech's head coach in 1931. The game was also notable as Neyland's first game after returning from five years of military service. Neyland's Volunteers defeated Dodd's Yellow Jackets by a 13–9 score in the 1946 game.[7]
  • 1947: On September 27, 1947, the teams met again in Atlanta, as Dodd's Yellow Jackets beat the Volunteers by a 27–0 score. The New York Times wrote that Neyland, "the 'old Gray Fox' from Tennessee, got a football lesson today from a former pupil" as Dodd's squad "meted out the worst defeat a Neyland-coached team has ever suffered."[8]
  • 1948: On November 6, 1948, Neyland's unranked Volunteers upset Dodd's undefeated, #6-ranked Yellow Jackets by a 13–6 score in Atlanta.[9]
  • 1949: On November 5, 1949, Dodd's Yellow Jackets gained revenge for 1948 upset. Georgia Tech came into the game unranked, but upset Neyland's #14-ranked Volunteers by a 30-13 score before a crowd of 48,000 in Knoxville. The Associated Press led its coverage of the game as follows: "An inspired band of Georgia Tech Yellow Jackets unloosed an amazing display of power and razzle-dazzle football today to sting Tennessee, 30 to 13."[10] The 1949 game was the last to pit Dodd and Neyland against each other as head coaches; Dodd compiled a 2–2 record against his mentor.
Dodd vs. Wyatt
  • 1954: After a five-year hiatus, the series was resumed in 1954. Dodd's Yellow Jacket defeated Tennessee, 28–7.[11] Both coaches, Dodd and Bowden Wyatt, were "prize pupils" of former Tennessee head coach, Robert Neyland.[12]
  • 1955: On November 5, 1955, unranked Tennessee played #8 Georgia Tech to a 7–7 tie before an overflow crowd of 50,000 in Knoxville. Tailback Johnny Majors led Tennessee to a touchdown on the game's opening drive. After the game, the Tennessee players carried coach Bowden Wyatt on their shoulders for the traditional handshake with Georgia Tech coach Bobby Dodd.[13]
  • 1956: On November 10, 1956, the teams met in Atlanta before a capacity crowd of 40,000 with an invitation to the Sugar Bowl going to the winner.[14] Georgia Tech was ranked #2 in the AP poll and Tennessee ranked #3. Tennessee won by a 6–0 score behind the passing of Johnny Majors. Georgia Tech's drive late in the game ended in an interception.[15][16] The victory catapulted Tennessee to #1 in the AP poll.
  • 1957: On November 9, 1957, the programs met with both teams again being ranked, Tennessee at #9 and Georgia Tech at #18. Tennessee won for the second consecutive year, this time by a 21–6 score. Before a record homecoming crowd of 45,500, Bobby Gordon and Bill Anderson led the Volunteers' rushing attack.[17][18]
  • 1959: On October 10, 1959, #8 Tennessee lost to #3 Georgia Tech by a 14–7 score.[19]
  • 1961: On November 11, 1961, unranked Tennessee upset #9-ranked Georgia Tech by a 10–6 score.[20]
Dodd vs. Dickey
  • 1964: On November 7, 1964, an unranked Tennessee team scored 19 points in the fourth quarter and again upset a ranked (#7) Georgia Tech team, this time by a 22–14 score.[21]
  • 1965: On November 6, 1965, unranked Tennessee upset a ranked (#7) Georgia Tech team for the third time in five years. The 1965 game ended in a 21–7 score in favor of the volunteers.[22]
  • 1966: On October 8, 1966, the two programs met with both ranked in the top ten, Georgia Tech at #9 and Tennessee at #8. In a nationally televised game, Georgia Tech came out on top, 6 to 3, behind two field goals by Bunky Henry.[23]
Carson vs. Dickey
  • 1969: On October 11, 1969, #10 Tennessee defeated Georgia Tech in Knoxville, 26-8. Tennessee receiver Lester McClain caught two touchdown passes, and Tennessee halfback Richmond Flowers carried 20 times for 101 yards.[24]
Carson vs. Battle
  • 1970: On October 10, 1970, #20 Tennessee defeated #13 Georgia Tech in Atlanta by a 17–6 score. Tennessee quarterback Bobby Scott threw two touchdown passes to lead the Volunteers, while the Tennessee defense intercepted Georgia Tech quarterback Eddie McAshan four times.[25][26]
Curry vs. Majors
  • 1980: On October 11, 1980, the first meeting between Georgia Tech head coach Bill Curry and Tennessee head coach Johnny Majors, both of whom had returned to their respective alma maters in hopes of restoring them to glory, resulted in a 23-10 Tennessee victory. The game was tied 10-10 going into the fourth quarter, when two long fields goals by Tennessee kicker Alan Duncan and a touchdown run by Tennessee tailback James Berry allowed the Volunteers to pull away.[27]
  • 1981: On October 10, 1981, Tennessee edged Georgia Tech 10-7 at Neyland Stadium in Knoxville. With Tennessee leading 3-0 in the third quarter, Georgia Tech linebacker Robert Horton recovered a fumble by Tennessee quarterback Steve Alatorre in the end zone to give the Yellow Jackets a 7-3 lead. Alatorre would respond with a 5-play, 80-yard fourth quarter drive, capped by a 42-yard touchdown pass to Anthony Hancock, to give the Volunteers the win.[28]
  • 1982: On October 23, 1982, Curry notched his first victory over Tennessee as the Yellow Jackets defeated the Volunteers 31-21 in Atlanta. Georgia Tech running back Robert Lavette rushed for 139 yards and three touchdowns, and the Yellow Jackets' Jack Westbrook returned a punt 72 yards for a touchdown in the second quarter. Tennessee kicker Fuad Reveiz hit an SEC-record 60-yard field goal as time expired in the first half.[29]
  • 1984: On October 27, 1984, Tennessee defeated Georgia Tech 24-21 in a wild game in Atlanta. After a Lavette touchdown gave Georgia Tech an early lead, Tennessee responded with a touchdown run by Tony Robinson and two Fuad Reveiz field goals. A 30-yard touchdown pass from Georgia Tech quarterback John Dewberry to Gary Lee, however, gave the Yellow Jackets a 14-13 halftime lead. Tennessee again took the lead 21-14 in the fourth quarter on a touchdown pass and two-point conversion pass by Robinson, but Georgia Tech quickly responded with a 59-yard run by Lavette to the 2-yard line and a touchdown by Dewberry on the ensuing play to tie the game. Robinson engineered one final drive late in the fourth, highlighted by a 31-yard, fourth down pass to Jeff Smith, to set up Reveiz's game-winning 22-yard field goal.[30][31]
  • 1985: On October 26, 1985, Tennessee and Georgia Tech played to a 6-6 tie in a game dominated by the two teams' heralded defenses, namely Georgia Tech's "Black Watch" defense, and Tennessee's "Big Orange Crush" defense. An early Tennessee turnover allowed Georgia Tech to take a 3-0 lead, which remained the only score until the fourth quarter, when a David Bell field goal extended the Yellow Jackets' lead to 6-0. Tennessee quarterback Daryl Dickey engineered three fourth-quarter drives into Georgia Tech territory, the first culminating with a 55-yard field goal by Carlos Reveiz, the second ending with a 21-yard missed field goal by Reveiz, and the third culminating in a 51-yard field goal by Reveiz with just seconds remaining to tie the game at 6.[32]
  • 1986: On October 25, 1986, Georgia Tech edged Tennessee 14-13 in Atlanta. With Tennessee nursing a 13-7 lead early in the fourth quarter, Georgia Tech quarterback Rick Strom engineered a 70-yard drive, which he capped with a 3-yard touchdown run, to give the Yellow Jackets the lead. Tennessee quarterback Jeff Francis led the Volunteers on one final drive to the Georgia Tech 10-yard line with less than two minutes remaining, but Carlos Reveiz's 27-yard field goal attempt bounced off the upright, sealing the win for Georgia Tech.[33]
2017 Chick-fil-A Kickoff Game
  • 2017: In their first meeting since 1987, the Volunteers never had the lead in regulation play, largely due to the consistent success of Georgia Tech's triple option, but scored twice in the fourth quarter, a Marquez Callaway 50-yard receiving touchdown and a John Kelly 11-yard rushing touchdown, to tie the game at 28 and force overtime. Each team traded touchdowns through two overtimes with Georgia Tech ultimately seeking to win the game on a two-point conversion. However, quarterback TaQuon Marshall was tackled short of the endzone and Tennessee secured the 42–41 win.[34]

Game results[edit]

Georgia Tech victoriesTennessee victoriesTie games
No.DateLocationWinnerScore
1 November 22, 1902 Atlanta, GA Tennessee 10–6
2 November 21, 1903 Knoxville, TN Tennessee 11–0
3 October 22, 1904 Chattanooga, TN Georgia Tech 2–0
4 November 4, 1905 Atlanta, GA Georgia Tech 45–0
5 October 19, 1907 Atlanta, GA Georgia Tech 6–4
6 October 31, 1908 Atlanta, GA Tennessee 6–5
7 October 30, 1909 Atlanta, GA Georgia Tech 29–0
8 October 14, 1911 Atlanta, GA Georgia Tech 24–0
9 September 28, 1946 Knoxville, TN Tennessee 14–9
10 September 27, 1947 Atlanta, GA Georgia Tech 27–0
11 November 6, 1948 Atlanta, GA Tennessee 13–6
12 November 5, 1949 Knoxville, TN Georgia Tech 13–6
13 November 6, 1954 Atlanta, GA Georgia Tech 28–7
14 November 5, 1955 Knoxville, TN Tie7–7
15 November 10, 1956 Atlanta, GA No. 3 Tennessee 6–0
16 November 9, 1957 Knoxville, TN No. 9 Tennessee 21–6
17 October 11, 1958 Atlanta, GA Georgia Tech 21–7
18 October 10, 1959 Knoxville, TN No. 3 Georgia Tech 14–7
19 November 5, 1960 Atlanta, GA Georgia Tech 14–7
20 November 11, 1961 Knoxville, TN Tennessee 10–6
21 October 13, 1962 Atlanta, GA Georgia Tech 17–0
22 October 12, 1963 Knoxville, TN Georgia Tech 23–7
23 November 7, 1964 Atlanta, GA Tennessee 22–14
No.DateLocationWinnerScore
24 November 6, 1965 Knoxville, TN Tennessee 21–7
25 October 8, 1966 Atlanta, GA No. 9 Georgia Tech 6–3
26 October 14, 1967 Knoxville, TN Tennessee 24–13
27 October 12, 1968 Atlanta, GA No. 10 Tennessee 24–7
28 October 11, 1969 Knoxville, TN No. 10 Tennessee 26–8
29 October 10, 1970 Atlanta, GA No. 20 Tennessee 17–6
30 October 9, 1971 Knoxville, TN No. 13 Tennessee 10–6
31 September 9, 1972 Atlanta, GA No. 15 Tennessee 34–3
32 October 13, 1973 Knoxville, TN No. 8 Tennessee 20–14
33 October 9, 1976 Atlanta, GA Tennessee 42–7
34 October 8, 1977 Knoxville, TN Georgia Tech 24–8
35 October 13, 1979 Knoxville, TN Tennessee 31–0
36 October 11, 1980 Atlanta, GA Tennessee 23–10
37 October 10, 1981 Knoxville, TN Tennessee 10–7
38 October 23, 1982 Atlanta, GA Georgia Tech 31–21
39 October 22, 1983 Knoxville, TN Tennessee 37–3
40 October 27, 1984 Atlanta, GA Tennessee 24–21
41 October 26, 1985 Knoxville, TN Tie6–6
42 October 25, 1986 Atlanta, GA Georgia Tech 14–13
43 October 24, 1987 Knoxville, TN No. 13 Tennessee 29–15
44 September 4, 2017 Atlanta, GA No. 25 Tennessee 42–412OT
Series: Tennessee leads 25–17–2

See also[edit]

References[edit]

  1. "mcubed.net : NCAAF Football : Series records : Tennessee vs. Georgia Tech". mcubed.net. Retrieved September 14, 2015.
  2. "Georgia Tech, Tennessee confirmed for 2017 Chick-fil-A Kickoff Game | CollegeFootballTalk". collegefootballtalk.nbcsports.com. Retrieved September 14, 2015.
  3. "Darkness Hides Finish of Game: Tennessee University Defeats Georgia School By 10 To 6". The Courier-Journal (Louisville). November 23, 1902. pp. 3–5.
  4. "Yellow Jackets Make Big Score: Tennessee Team Is Badly Beaten by Tech". The Atlanta Constitution. November 5, 1905. p. 1.
  5. "35,000 To See Tech and Vols: Former Pupil Pits Strategy Against Former Coach In Knoxville Saturday". The Anniston Star. September 25, 1946. p. 10.
  6. "Sellout Crowd To See Vols, Tech: Neyland Makes First Effort Against Dodd". Kingsport (Tenn.) Times. September 25, 1946. p. 8.
  7. "Tennessee Victor, 13-9; Volunteers Down Georgia Tech Before 36,000 at Knoxville". The New York Times. September 29, 1946.
  8. "Ga. Tech Conquers Tennessee by 27-0; Marches 81, 85 and 41 Yards for Touchdowns -- Mathews and Queen Pace Attack". The New York Times. September 28, 1947.
  9. "Tennessee Upsets Georgia Tech, 13-6; Fumbles on Muddy Field Play Major Role in Engineers' First Loss of Season". The New York Times. November 7, 1948.
  10. "Ga. Tech Crushes Tennessee, 30-13; ; Crawford Is Star as Yellow Jackets' Varied Attack Covers 405 Yards". The New York Times. November 6, 1949.
  11. "Ga. Tech Topples Tennessee, 28 TO 7; Yellow Jackets Rally for Three Touchdowns in Final Period". The New York Times. November 7, 1954.
  12. "Tennessee Ties Georgia Tech, 7-7; Majors Stars as Volunteers Hold Early Lead Until Final Period". The New York Times. November 6, 1955.
  13. "Georgia Tech, Tennessee Tie". Post Herald and Register, Beckley, WV. November 6, 1955. p. 13.
  14. "Bids to Bowl Games at Stake Today in Major College Football Encounters: Ga. Tech To Meet Tennessee Team; Winner Will Get Sugar Bowl Invitation". The New York Times. November 10, 1956.
  15. "Interception by Vols Helps to Beat Tech, 6–0". Montana Standard. November 11, 1956. p. 14B.
  16. "Vols Post Upset; Bronson Goes Over for Tennessee--Passing of Majors Excels Early Tech Drive Fails Line Play Excels". The New York Times. November 11, 1956.
  17. "Tennessee Blasts Georgia Tech". Lubbock (Tex.) Avalanche-Journal. November 10, 1957. p. II-4.
  18. "Tennessee, Stubborn in Defense, Wins From Georgia Tech, 21-6; Volunteers Gain 6th Victory in Row as Anderson and Gordon Spark Offense". The New York Times. November 10, 1957.
  19. "Georgia Tech Knocks Tennessee From Unbeaten: Unsung Hero Taz Anderson Sparks Victory". Post Herald and Register, Beckley, WV. October 11, 1959. p. 14.
  20. "Tennessee Topples Georgia Tech". Miami (OK) Daily News-Record. November 12, 1961. p. 5.
  21. "Tennessee Topples Georgia Tech". San Bernardino Sun-Telegram. November 8, 1964. p. D3.
  22. "Tennessee defeats Georgia Tech, 21-7". Beatrice Daily Sun. November 7, 1965. p. 14.
  23. "Georgia Tech nips Tennessee in brutal defensive conflict". Montana Standard-Post. October 9, 1966. p. 11.
  24. "Tech Bombs Fizzle Archived 2015-12-22 at the Wayback Machine," 1969 Tennessee Volunteers Football Guide, p. 66.
  25. "Tennessee Stings Georgia Tech". The Sun-Telegram. October 11, 1970. p. B4.
  26. "Scott's Arm Gets Tennessee By Limping Georgia Tech, 17-6," Daytona Beach Morning Journal, October 11, 1970.
  27. "Duncan's Artistry Provides Breathing Room Archived 2015-12-22 at the Wayback Machine," 1981 Tennessee Volunteers Football Guide, p. 85.
  28. "Vols Down Tech on Alatorre Pass," Gadsden Times, October 11, 1981, p. 19.
  29. "Georgia Tech 31, Tennessee 21," Florence Times Daily, October 24, 1982, p. 18.
  30. "Field Goal Gives Vols Triumph," Toledo Blade, October 28, 1984.
  31. "Desperation Catch By Smith Sets Up Reveiz's Game-Winning Shot Archived 2015-12-22 at the Wayback Machine," 1985 Tennessee Volunteers Football Guide, p. 98.
  32. Southeast Roundup : Florida Has Thoughts About Auburn, Beats Virginia Tech, 35-18," Los Angeles Times, October 27, 1985.
  33. "Tech Stings Vols With 14-13 Victory," Gadsden Times, October 26, 1986, p. B5.
  34. Newberry, Paul (September 5, 2017). "No. 25 Tennessee pulls off remarkable 42-41 win over Ga Tech". Associated Press. Atlanta: AP Sports. Associated Press. Retrieved September 5, 2017.