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

Auburn–Georgia Tech football rivalry

From EverybodyWiki Bios & Wiki

Auburn–Georgia Tech football rivalry
First meetingNovember 25, 1892
Auburn 26, Georgia Tech 0
Latest meetingSeptember 3, 2005
Georgia Tech 23, Auburn 14
Next meetingNone scheduled
Statistics
Meetings total92
All-time seriesAuburn leads, 47–41–4 (.533)
Largest victoryAuburn, 94–0 (1894)
Longest win streakGeorgia Tech, 13 (1941–54)
Current win streakGeorgia Tech, 2 (2003–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": "33.18"} },
   {"name":"imgLon", "init": {"expr": "-84.94"} },
   {"name":"imgZoom", "init": {"expr": "7"} },
   {"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": 33.18, 
    "lon": -84.94, 
    "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":  "75km" }

, { "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": 32.5934, "lon": -85.4952, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Blue_pog.svg/10px-Blue_pog.svg.png", "height": 10, "width": 10, "text": "Auburn", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"


} , { "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"


}
















     ],
     "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+'&style=osm'" }
       ]
     },
     "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 Auburn and Georgia Tech

The Auburn–Georgia Tech football rivalry is an American college football rivalry between the Auburn Tigers and Georgia Tech Yellow Jackets.[1][2][3] Auburn leads the series 47–41–4.[4]

Series history[edit]

The first game took place on November 25, 1892 in Atlanta, Georgia. They played in the SIAA until it was defunct in 1922, before joining the Southeastern Conference. Georgia Tech left the SEC in 1963, playing as an independent until joining the Atlantic Coast Conference in 1980. Despite no longer being conference opponents, they played annually until 1987. The rivalry was renewed for a home and home series played in 2003 and 2005. There are no future games currently scheduled.

From 1915 to 1922, the game was pivotal in deciding the SIAA champion. John Heisman coached at both schools.

Sources: 2011 Auburn Football Media Guide [5]

Notable games[edit]

1908: SIAA champion Auburn defeats Tech[edit]

Auburn beat Georgia Tech 44–0. Lew Hardage had a 108-yard kickoff return for a touchdown.[6]

1917: Tech's championship team wins easy[edit]

Tech's great backfield.

The 1917 Georgia Tech Golden Tornado were the south's first national champion and for many years considered the greatest team the region ever produced.[7] Heisman considered the 1917 team the best one he ever coached,[8] It finished the season with 68–7 victory over Auburn. Auburn was usually considered second best in the south; the team had lost only to a strong Davidson squad, and held undefeated Big Ten champion Ohio State led by Chic Harley to a scoreless tie the week before the Tech game. Ohio State was favored in the betting booth 4 or 5 to 1.[9] Heisman and his players were at the game, rooting on the Tigers.[9] Moon Ducote starred for Auburn.

Moon Ducote.

In the game with Auburn, Tech piled up 472 yards on the ground in 84 rushes, and got 145 yards through the air. Joe Guyon racked up four touchdowns. Everett Strupper had a 65-yard touchdown run that drew the following praise from the Atlanta Journal:

"It was not the length of the run that featured it was the brilliance of it. After getting through the first line, Stroop was tackled squarely by two secondary men, and yet he squirmed and jerked loosed from them, only to face the safety man and another Tiger, coming at him from different angles. Without checking his speed Everett knifed the two men completely, running between them and dashing on to a touchdown."[10]

In the second quarter Ducote broke through the line for what seemed like a sure touchdown with the help of the blocking from Pete Bonner and William Donahue. Guyon dove at him and missed, and then raced him down from behind with a showcase of tremendous speed, bringing Ducote down at the 26-yard line.[11] The only Auburn score came when Ducote circled around end for 17 yards and lateraled to Donahue, who ran down the sideline for a 6-yard touchdown.[9] Auburn was considered a strong team despite the large score; Ducote and Bonner were the only players not from Georgia Tech to be selected unanimous All-Southern. Tech's Walker Carpenter and Strupper were the first two players from the Deep South ever selected All-American.[7]

1919: Warren waddles for a TD[edit]

Auburn's Fatty Warren "waddled" for a 40-yard touchdown off a blocked punt,[12][13] netting the conference championship and giving Tech its first loss to an SIAA school in five years, since Auburn won in 1914.

Fatty Warren.

It was John Heisman's last game at Georgia Tech. Zelda Sayre sent All-Southern tackle Pete Bonner a telegram after the defeat of Georgia Tech, it read:[14]

"Shooting a seven, aren’t we awfully proud of the boys, give them my love—knew we could."

She signed it "Zelder Sayre." One account of Bonner's play that day reads, "The Jackets were unable to gain through the Auburn line because of Pete Bonner, giant tackle, who seemed to have a knack of being just where he should have for the best interests of his team."[15]

1920: Please omit Flowers[edit]

Buck Flowers.

Auburn had a powerful eleven which beat Vanderbilt 56 to 6 to counter Tech's 44 to 0. Some Auburn fans predicted a victory over Tech and the Southern title.[16] On November 25, 1920, Georgia Tech defeated Auburn at Grant Field by a score of 34 to 0 for a share of the SIAA title.[17] Buck Flowers, in his last game, scored three touchdowns, including punt returns of 82 and 65 yards and a 33-yard run from scrimmage, and also passed for a fourth touchdown.[18][19] Flowers also kicked a punt that went 65 yards in the air against Auburn.[17] Sportswriter Morgan Blake had this to say of Flowers' play against Auburn: "The Auburn Tiger came up with claws sharpened. As he writhed in death agony when the battle was over, he made one request, 'Please omit Flowers'".[18]

The Atlanta Journal wrote that Flowers was "flitting like a phantom, an undulating, rippling, chromatic phantom, over the whitewashed lines".[18] The yearbook remarked Bill Fincher "began his great work on the sand lots of Tech Hi here in Atlanta years ago and ended it up by smearing "Fatty" Warren of the Auburn Tigers all over the flats of Grant Field on Turkey Day last."[20]

1922[edit]

The 1922 team is considered one of Auburn's greatest football teams,[21] and they had lost only to undefeated Army. Still Tech held the Tigers without a first down in the second and third periods.[22] Ed Sherling scored Auburn's touchdown on a 16-yard rush.

1987: Tillman, Tillman, Tillman[edit]

Trailing 10-7 with 4:01 remaining, Auburn took over on its own 9-yard line, needing a touchdown to win the game. Quarterback Jeff Burger led a 14-play drive that he capped off with a four-yard pass to Lawyer Tillman. Aundray Bruce led Auburn's defensive effort with a forced fumble, a recovered fumble, three QB sacks and three interceptions, one that he returned 45 yards for a touchdown.

Game results[edit]

Auburn victoriesGeorgia Tech victoriesTie games
No.DateLocationWinnerScore
1 November 25, 1892 Atlanta, GA Auburn 26–0
2 December 7, 1893 Atlanta, GA Tie0–0
3 November 17, 1894 Atlanta, GA Auburn 94–0
4 November 7, 1896 Auburn, AL Auburn 45–0
5 November 5, 1898 Auburn, AL Auburn 29–6
6 October 14, 1899 Auburn, AL Auburn 63–0
7 October 11, 1902 Atlanta, GA Auburn 18–6
8 November 14, 1903 Atlanta, GA Auburn 10–5
9 October 29, 1904 Auburn, AL Auburn 12–0
10 November 3, 1906 Atlanta, GA Georgia Tech 11–0
11 October 26, 1907 Atlanta, GA Auburn 12–6
12 November 7, 1908 Atlanta, GA Auburn 44–0
13 November 6, 1909 Atlanta, GA Auburn 8–0
14 November 5, 1910 Atlanta, GA Auburn 16–0
15 November 4, 1911 Atlanta, GA Auburn 11–6
16 November 2, 1912 Atlanta, GA Auburn 27–7
17 November 8, 1913 Atlanta, GA Auburn 20–0
18 November 7, 1914 Atlanta, GA Auburn 14–0
19 November 25, 1915 Atlanta, GA Georgia Tech 7–0
20 November 30, 1916 Atlanta, GA Georgia Tech 33–7
21 November 29, 1917 Atlanta, GA Georgia Tech 68–7
22 November 28, 1918 Atlanta, GA Georgia Tech 7–0
23 November 27, 1919 Atlanta, GA Auburn 14–7
24 November 25, 1920 Atlanta, GA Georgia Tech 34–0
25 November 24, 1921 Atlanta, GA Georgia Tech 14–0
26 November 30, 1922 Atlanta, GA Georgia Tech 14–6
27 November 29, 1923 Atlanta, GA Tie0–0
28 November 27, 1924 Atlanta, GA Georgia Tech 7–0
29 November 26, 1925 Atlanta, GA Tie7–7
30 November 25, 1926 Atlanta, GA Georgia Tech 20–7
31 November 24, 1927 Atlanta, GA Georgia Tech 18–0
32 November 29, 1928 Atlanta, GA Georgia Tech 51–0
33 November 28, 1929 Atlanta, GA Georgia Tech 19–6
34 October 18, 1930 Atlanta, GA Georgia Tech 14–12
35 October 17, 1931 Atlanta, GA Auburn 13–0
36 October 15, 1932 Atlanta, GA Auburn 6–0
37 October 14, 1933 Atlanta, GA Georgia Tech 16–6
38 November 10, 1934 Atlanta, GA Auburn 18–6
39 November 9, 1935 Atlanta, GA Auburn 33–7
40 November 7, 1936 Atlanta, GA #20 Auburn 13–12
41 October 23, 1937 Atlanta, GA #20 Auburn 21–0
42 October 22, 1938 Atlanta, GA Georgia Tech 7–6
43 October 28, 1939 Atlanta, GA Georgia Tech 7–6
44 October 26, 1940 Atlanta, GA Auburn 16–7
45 October 25, 1941 Atlanta, GA Georgia Tech 28–14
46 September 26, 1942 Atlanta, GA Georgia Tech 15–0
47 October 14, 1944 Atlanta, GA #10 Georgia Tech 27–0
No.DateLocationWinnerScore
48 October 27, 1945 Atlanta, GA Georgia Tech 20–7
49 October 26, 1946 Atlanta, GA #15 Georgia Tech 27–6
50 October 18, 1947 Atlanta, GA #5 Georgia Tech 27–7
51 October 16, 1948 Atlanta, GA #7 Georgia Tech 27–0
52 October 15, 1949 Atlanta, GA Georgia Tech 35–21
53 October 21, 1950 Atlanta, GA Georgia Tech 20–0
54 October 20, 1951 Atlanta, GA #5 Georgia Tech 27–7
55 October 18, 1952 Atlanta, GA #4 Georgia Tech 33–0
56 October 17, 1953 Atlanta, GA #6 Georgia Tech 36–6
57 October 16, 1954 Atlanta, GA #19 Georgia Tech 28–7
58 October 15, 1955 Atlanta, GA #17 Auburn 14–12
59 October 20, 1956 Atlanta, GA #3 Georgia Tech 28–7
60 October 19, 1957 Atlanta, GA #9 Auburn 3–0
61 October 18, 1958 Atlanta, GA Tie7–7
62 October 17, 1959 Atlanta, GA #11 Auburn 7–6
63 October 15, 1960 Birmingham, AL Auburn 9–7
64 October 21, 1961 Atlanta, GA #8 Georgia Tech 7–6
65 October 20, 1962 Birmingham, AL Auburn 17–14
66 October 19, 1963 Atlanta, GA Auburn 29–21
67 October 17, 1964 Birmingham, AL Georgia Tech 7–3
68 October 16, 1965 Atlanta, GA Georgia Tech 23–14
69 October 15, 1966 Birmingham, AL #7 Georgia Tech 17–3
70 October 21, 1967 Atlanta, GA Auburn 28–10
71 October 19, 1968 Birmingham, AL Georgia Tech 21–20
72 October 18, 1969 Atlanta, GA #15 Auburn 28–10
73 October 17, 1970 Auburn, AL #8 Auburn 31–7
74 October 16, 1971 Atlanta, GA #5 Auburn 31–14
75 October 21, 1972 Auburn, AL #14 Auburn 24–14
76 October 20, 1973 Atlanta, GA Auburn 24–10
77 October 19, 1974 Auburn, AL #5 Auburn 31–22
78 October 18, 1975 Atlanta, GA Auburn 31–27
79 October 16, 1976 Auburn, AL Georgia Tech 28–10
80 October 15, 1977 Atlanta, GA Georgia Tech 38–10
81 October 21, 1978 Auburn, AL Georgia Tech 24–10
82 October 20, 1979 Atlanta, GA #14 Auburn 31–27
83 October 18, 1980 Auburn, AL Auburn 38–14
84 October 17, 1981 Atlanta, GA Auburn 31–7
85 October 16, 1982 Auburn, AL Auburn 24–0
86 October 15, 1983 Atlanta, GA #5 Auburn 31–13
87 October 20, 1984 Auburn, AL #13 Auburn 48–34
88 October 19, 1985 Atlanta, GA #8 Auburn 17–14
89 October 18, 1986 Auburn, AL #7 Auburn 31–10
90 October 17, 1987 Atlanta, GA #5 Auburn 20–10
91 September 6, 2003 Atlanta, GA Georgia Tech 17–3
92 September 3, 2005 Auburn, AL Georgia Tech 23–14
Series: Auburn leads 47–41–4

See also[edit]

References[edit]

  1. HOUSEL, DAVID (October 13, 1966). "Tigers Are Out To Wreck Tech - Newspapers.com". The Atlanta Constitution. p. 50. The Auburn-Georgia Tech rivalry has always been considered a Southern football classic and a trip to the Auburn campus Wednesday afternoon would have left little doubt that a big football game was on tap.
  2. SMITH, GEORGE (October 19, 1963). "Auburn's Unbeaten Tigers Battle Mighty Tech Today - Newspapers.com". The Anniston Star. p. 10. Series history of the Auburn-Georgia Tech rivalry shows it to be one of the oldest in the country
  3. HICKS, TOMMY (October 18, 1980). "Tigers face traditional rival today - Newspapers.com". The Montgomery Advertiser. p. 15. The Auburn-Georgia Tech rivalry was at its height prior to 1966, when the Yellow Jackets were members of the SEC, and dates back to 1892 when the game was a club sport at both schools.
  4. College Football Data Warehouse, Auburn vs Georgia Tech Archived January 28, 2015, at the Wayback Machine Retrieved November 24, 2011.
  5. 2011 Auburn Tigers Football Media Guide, Auburn University Athletic Department, Auburn, Alabama, pp. 178–189, 191 (2011). Retrieved November 28, 2011.
  6. "Auburn Beats Yellow Jackets". Atlanta Constitution. November 8, 1908. p. 4. Retrieved September 10, 2015 – via Newspapers.com. open access
  7. 7.0 7.1 Wiley Lee Umphlett (1992). Creating the Big Game: John W. Heisman and the Invention of American Football. Greenwood Publishing Group. pp. 141–142. ISBN 0313284040. Search this book on
  8. Adam Van Brimmer (2011). 100 Things Yellow Jackets Fans Should Know and Do Before They Die. ISBN 9781617495748. Search this book on
  9. 9.0 9.1 9.2 Heisman, John M. (2012). Heisman: The Man Behind The Trophy. Simon & Schuster. pp. 160, 164. ISBN 1451682913. Search this book on
  10. Bernie McCarty (February 1988). "Georgia Tech's 1917 backfield, better than the Four Horsemen Part 1". College Football Historical Society. 1 (3). Part 1 Part 2
  11. "Golden Tornado Wins Great Victory" (PDF). The Technique. December 4, 1917. p. 4.
  12. "1920 Glomerata: Individual pdfs for printing :: Auburn University Glomeratas 1897 to 1932". content.lib.auburn.edu.
  13. John Staton (November 17, 1921). "Golden Tornado Spends Day Studying Auburn Formations". Atlanta Constitution. p. 12. Retrieved April 24, 2015 – via Newspapers.com. open access
  14. Jeremy Henderson (October 27, 2014). "Zelda Fitzgerald, Auburn fan".
  15. "Jackets Hold Stiff Drills". The Evening Independent. October 17, 1925. p. 30.
  16. "Dixie Football is Given Praise". The Charlotte News. October 26, 1920. p. 2. Retrieved March 27, 2015 – via Newspapers.com. open access
  17. 17.0 17.1 "Golden Tornado Sweeps Through Auburn Team 34–0: "Buck" Flowers in Final Game of Career Plays Spectacular Football, Makes Two Eighty-Yard Runs". The Spartanburg Herald. November 26, 1920. p. 14.
  18. 18.0 18.1 18.2 "Buck Flowers Member Biography". College Football Hall of Fame. Retrieved September 5, 2014.
  19. "Golden Tornado Wins: Georgia Tech Crushes Alabama Poly by Score of 34 to 0" (PDF). The New York Times. November 26, 1920. p. 19.
  20. "The Blueprint".
  21. "Auburn's Gator Bowl Champs Rated Among Top Tiger Teams". Ocala Star-Banner. January 16, 1955.
  22. "Plainsmen Bow Before Tech Eleven By Score of 14 to 6 In Annual Turkey Day Game". Asheville Citizen-Times. p. 10. Retrieved May 6, 2016 – via Newspapers.com. open access