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

Clemson–Georgia Tech football rivalry

From EverybodyWiki Bios & Wiki

Clemson–Georgia Tech football rivalry
First meetingNovember 24, 1898
Clemson 23, Georgia Tech 0
Latest meetingAugust 29, 2019
Clemson 52, Georgia Tech 14
Next meetingSeptember 3, 2020 in Atlanta
Statistics
Meetings total85
All-time seriesGeorgia Tech leads, 50–32–2
Largest victoryClemson, 73–0 (1903)
Longest win streakGeorgia Tech, 15 (1908–1934)
Current win streakClemson, 5 (2015–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.22"} },
   {"name":"imgLon", "init": {"expr": "-83.61"} },
   {"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": 34.22, 
    "lon": -83.61, 
    "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": 34.678333, "lon": -82.839167, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Orange_pog.svg/10px-Orange_pog.svg.png", "height": 10, "width": 10, "text": "Clemson", "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": "left", "textBaseline": "middle", "textDx": 7, "textDy": 1, "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 Clemson and Georgia Tech

The Clemson–Georgia Tech football rivalry is an American college football rivalry between the Clemson Tigers football team of Clemson University and Georgia Tech Yellow Jackets football team of Georgia Tech. Both schools are members of the Atlantic Coast Conference. Since conference expansion in 2005, Clemson represents the Atlantic Division while Georgia Tech plays in the Coastal Division, and they are official cross-divisional rivals which play every year.

Clemson won the first four games of the rivalry, but Georgia Tech leads the all-time series 51–32–2. There have been two lengthy win streaks, as the Yellow Jackets went 15–0 against Clemson from 1908 to 1934 and 10–0 against Clemson from 1953 to 1968. Football legend John Heisman coached both teams and went undefeated in the rivalry. Heisman coached (and won) two games for Clemson against Georgia Tech before switching sides and going 12–0–1 for Georgia Tech against Clemson. From 1902 to 1973, all games were played in Atlanta near the campus of Georgia Tech. The home-and-home ACC series has been hotly contested at 21–17 (in favor of Clemson) since it began in 1983. The rivalry was played twice in a single year when Georgia Tech defeated Clemson in September 2009 and repeated the feat when they faced off again in the 2009 ACC Championship Game three months later.

The rivals have seen large and similar amounts of high-level success, as Georgia Tech claims four national championships (1917, 1928, 1954, 1990) and Clemson three (1981, 2016, 2018). Moreover, Georgia Tech (25–19) and Clemson (24–20) have each played in 44 bowl games, while Clemson and Georgia Tech have 744 and 735 all-time wins, respectively, as of the conclusion of the 2018 season.[1]

These two ACC members also coincidentally have more of a science, technology, engineering, and mathematics focus than their sibling flagship university state schools from the SEC — with which they also have intense rivalries: Georgia Tech's Clean, Old-Fashioned Hate rivalry with the Georgia Bulldogs, and Clemson's Palmetto Bowl game against the South Carolina Gamecocks.

Series history[edit]

The teams take the field at the 2007 Clemson–Georgia Tech game at Bobby Dodd Stadium

Through 2019, the teams have played 85 times, with Tech leading the series 50–32–2, with 60 games played in Atlanta, and only 20 games played in Clemson's Memorial Stadium.[2] The teams first met in 1898, when Clemson's third-year program defeated Georgia Tech 23–0 to finish with a 3–1 record. The following year, the Tigers beat Tech again, 41–5.[3][dead link] In 1904, Georgia Tech lured away Clemson's head coach, John Heisman (namesake of the Heisman Trophy), with the prospect of $450 pay raise ($Error when using {{Inflation}}: |index=US (parameter 1) not a recognized index. adjusted for inflation), which was a 25% salary increase.[4]

In 1977, Georgia Tech, a year before it joined the ACC, decided to end its series with Clemson. George Bennett, a Clemson athletics booster, was determined to preserve the game, as the trip to Atlanta provided a unique experience for the Tigers players and fanbase who had not been to a bowl game since 1959. In what was supposed to be the final game in Atlanta, upon Bennett's suggestion, thousands of Clemson supporters paid their expenses with two-dollar bills stamped with the shape of a tiger paw. This demonstrated the large amount of money that the Clemson fanbase regularly pumped into the local economy because of the game.[5]

The series resumed in 1983 when Georgia Tech began playing football in the ACC. This has become one of the most competitive rivalries in the ACC with a record of 17-16, with Clemson currently leading the series by one game (excluding the vacated 2009 ACC Championship Game won by Tech). These games have often been decided at the last minute and by small margins.[6] Nine of the games between 1996 and 2006 were decided by five points or less.[7]

When the Atlantic Coast Conference- ACC- reorganized in 2005 to form divisions for the sport of football, Clemson and Georgia Tech were designated as cross-division rivals.[8] This means that their football teams meet every season, unlike games between each team's other non-divisional conference opponents, which are played less often on a rotational basis.

In the 2009 season, both teams won their respective division in the ACC. For the first time in the series' history, the two teams met for a second time in a season on December 5, 2009 in the ACC Championship Game. The game marked the first ever December meeting between the two teams, as well as the first post-season meeting. It was also the first time the series has been played outside of Atlanta or Clemson since 1899. Georgia Tech won 39–34; however, the NCAA later vacated the last 3 games of Georgia Tech's 2009 season along with the ACC Championship. The NCAA determined that starting WR Demaryius Thomas should have been ruled ineligible ahead of the previous game for accepting $312 worth of clothing from a potential agent. While the offense was minor, and the individual never proven to be an agent and the clothing returned, the NCAA ruled that Georgia Tech's athletic department had prepared the players prior to submitting statements, and was generally uncooperative with the NCAA investigation. Therefore, all games following the alleged offense have been vacated, including the 2009 ACC championship game with Clemson.[9]

In the 2011 season, both teams started 6–0. Clemson had beaten previous national champion Auburn earlier in the season, and the match-up was highly anticipated until Georgia Tech stumbled losing two straight games, at Virginia and at Miami (FL). Clemson's Andre Ellington was injured, and after 4 Clemson turnovers, Georgia Tech went on to upset the #5 Tigers 31-17. Both teams went on to lose three games toward the end of the season, with the exception of Clemson's dominating performance over Coastal Division champion #5 Virginia Tech to clinch the 2011 ACC Championship.

Game results[edit]

Clemson victoriesGeorgia Tech victories
No.DateLocationWinning teamLosing team
1 November 24, 1898 Augusta, GA Clemson 23 Georgia Tech 0
2 November 30, 1899 Greenville, SC Clemson 41 Georgia Tech 5
3 October 18, 1902 Atlanta, GA Clemson 44 Georgia Tech 5
4 October 17, 1903 Atlanta, GA Clemson 73 Georgia Tech 0
5 November 5, 1904 Atlanta, GA Tie11Tie11
6 November 30, 1905 Atlanta, GA Georgia Tech 17 Clemson 10
7 November 29, 1906 Atlanta, GA Clemson 10 Georgia Tech 0
8 November 28, 1907 Atlanta, GA Clemson 6 Georgia Tech 5
9 November 26, 1908 Atlanta, GA Georgia Tech 30 Clemson 6
10 November 25, 1909 Atlanta, GA Georgia Tech 29 Clemson 3
11 November 24, 1910 Atlanta, GA Georgia Tech 34 Clemson 0
12 November 30, 1911 Atlanta, GA Georgia Tech 32 Clemson 0
13 November 28, 1912 Atlanta, GA Georgia Tech 20 Clemson 0
14 November 27, 1913 Atlanta, GA Georgia Tech 34 Clemson 0
15 November 26, 1914 Atlanta, GA Georgia Tech 26 Clemson 6
16 October 5, 1918 Atlanta, GA Georgia Tech 28 Clemson 0
17 October 9, 1919 Atlanta, GA Georgia Tech 28 Clemson 0
18 November 6, 1920 Atlanta, GA Georgia Tech 7 Clemson 0
19 November 5, 1921 Atlanta, GA Georgia Tech 48 Clemson 7
20 November 4, 1922 Atlanta, GA Georgia Tech 21 Clemson 7
21 October 1, 1932 Atlanta, GA Georgia Tech 32 Clemson 14
22 September 30, 1933 Atlanta, GA Georgia Tech 39 Clemson 2
23 September 29, 1934 Atlanta, GA Georgia Tech 12 Clemson 7
24 October 31, 1936 Atlanta, GA Clemson 14 Georgia Tech 13
25 November 6, 1937 Atlanta, GA Georgia Tech 7 Clemson 0
26 November 20, 1943 Atlanta, GA #15 Georgia Tech 41 Clemson 6
27 September 30, 1944 Atlanta, GA Georgia Tech 51 Clemson 0
28 November 24, 1945 Atlanta, GA Clemson 21 Georgia Tech 7
29 November 7, 1953 Atlanta, GA #6 Georgia Tech 20 Clemson 7
30 November 8, 1958 Atlanta, GA Georgia Tech 13 Clemson 0
31 October 3, 1959 Atlanta, GA #7 Georgia Tech 16 Clemson 6
32 September 22, 1962 Atlanta, GA Georgia Tech 26 Clemson 9
33 September 28, 1963 Atlanta, GA #9 Georgia Tech 27 Clemson 0
34 October 3, 1964 Atlanta, GA Georgia Tech 14 Clemson 7
35 October 2, 1965 Atlanta, GA Georgia Tech 38 Clemson 6
36 October 1, 1966 Atlanta, GA #9 Georgia Tech 13 Clemson 12
37 October 7, 1967 Atlanta, GA Georgia Tech 10 Clemson 0
38 October 5, 1968 Atlanta, GA Georgia Tech 24 Clemson 21
39 October 4, 1969 Atlanta, GA Clemson 21 Georgia Tech 10
40 October 3, 1970 Atlanta, GA #15 Georgia Tech 28 Clemson 7
41 October 2, 1971 Atlanta, GA Georgia Tech 24 Clemson 14
42 October 7, 1972 Atlanta, GA Georgia Tech 31 Clemson 9
43 September 29, 1973 Atlanta, GA Georgia Tech 29 Clemson 21
44 September 28, 1974 Clemson, SC Clemson 21 Georgia Tech 17
No.DateLocationWinning teamLosing team
45 September 27, 1975 Atlanta, GA Georgia Tech 33 Clemson 28
46 September 25, 1976 Atlanta, GA Tie24Tie24
47 September 24, 1977 Atlanta, GA Clemson 31 Georgia Tech 14
48 September 24, 1983 Clemson, SC Clemson 41 Georgia Tech 14
49 September 29, 1984 Atlanta, GA #18 Georgia Tech 28 Clemson 21
50 September 28, 1985 Clemson, SC Georgia Tech 14 Clemson 3
51 September 27, 1986 Atlanta, GA Clemson 27 Georgia Tech 3
52 September 26, 1987 Clemson, SC #9 Clemson 33 Georgia Tech 12
53 September 24, 1988 Atlanta, GA #12 Clemson 30 Georgia Tech 13
54 October 14, 1989 Clemson, SC Georgia Tech 30 Clemson 14
55 October 13, 1990 Atlanta, GA #18 Georgia Tech 21 Clemson 19
56 September 28, 1991 Clemson, SC #7 Clemson 9 Georgia Tech 7
57 September 26, 1992 Atlanta, GA Georgia Tech 20 Clemson 16
58 September 25, 1993 Clemson, SC Clemson 16 Georgia Tech 13
59 November 12, 1994 Clemson, SC Clemson 20 Georgia Tech 10
60 October 28, 1995 Atlanta, GA Clemson 24 Georgia Tech 3
61 October 19, 1996 Clemson, SC Clemson 28 Georgia Tech 25
62 September 27, 1997 Atlanta, GA Georgia Tech 23 Clemson 20
63 November 12, 1998 Clemson, SC #22 Georgia Tech 24 Clemson 21
64 November 13, 1999 Atlanta, GA #13 Georgia Tech 45 Clemson 42
65 October 28, 2000 Clemson, SC Georgia Tech 31 Clemson 28
66 September 29, 2001 Atlanta, GA Clemson 47 Georgia Tech 44
67 September 14, 2002 Clemson, SC Clemson 24 Georgia Tech 19
68 September 20, 2003 Atlanta, GA Clemson 39 Georgia Tech 3
69 September 11, 2004 Clemson, SC Georgia Tech 28 Clemson 24
70 October 29, 2005 Atlanta, GA Georgia Tech 10 Clemson 9
71 October 21, 2006 Clemson, SC #12 Clemson 31 Georgia Tech 7
72 September 29, 2007 Atlanta, GA Georgia Tech 13 #13 Clemson 3
73 October 18, 2008 Clemson, SC Georgia Tech 21 Clemson 17
74 September 10, 2009 Atlanta, GA #15 Georgia Tech 30 Clemson 27
75 December 5, 2009 Tampa, FL Georgia Tech+ 39 Clemson 34
76 October 23, 2010 Clemson, SC Clemson 27 Georgia Tech 13
77 October 29, 2011 Atlanta, GA Georgia Tech 31 #5 Clemson 17
78 October 6, 2012 Clemson, SC #15 Clemson 47 Georgia Tech 31
79 November 14, 2013 Clemson, SC #8 Clemson 55 Georgia Tech 31
80 November 15, 2014 Atlanta, GA #24 Georgia Tech 28 #18 Clemson 6
81 October 10, 2015 Clemson, SC #6 Clemson 43 Georgia Tech 24
82 September 22, 2016 Atlanta, GA #5 Clemson 26 Georgia Tech 7
83 October 28, 2017 Clemson, SC #7 Clemson 24 Georgia Tech 10
84 September 22, 2018 Atlanta, GA #3 Clemson 49 Georgia Tech 21
85 August 29, 2019 Clemson, SC #1 Clemson 52 Georgia Tech 14
Series: Georgia Tech leads 50–32–2
+ Georgia Tech vacated win as part of NCAA sanctions

See also[edit]

References[edit]

  1. Winsipedia: Clemson vs. Georgia Tech By the Numbers, accessed May 18, 2018
  2. "Clemson vs Georgia Tech, 1869–2013". Stassen College Football Information. Retrieved 2013-06-11.
  3. Kisco, Christopher (November 12, 1999). "Ga. Tech–Clemson rivalry steeped in tradition". The Tiger.[dead link]
  4. "Carolina–Clemson: The Great Debate". The State. Knight Ridder. August 26, 2001. pp. C12. Retrieved September 4, 2019.
  5. "Tech Fits the Bill for Tigers". The State. Knight Ridder. September 16, 2003. pp. C1. Retrieved September 4, 2019.
  6. Associated Press (September 12, 2004). "Another crazy chapter written in Clemson–Georgia Tech rivalry". AccessNorthGa.com. Archived from the original on July 31, 2012. Retrieved July 29, 2009. Unknown parameter |url-status= ignored (help)
  7. Iacobelli, Pete (October 22, 2006). "Clemson jolts Georgia Tech 31–7, lands sixth win in a row". USA Today. Gannett. Retrieved September 4, 2019.
  8. Atlantic Coast Conference Football Divisional Tiebreaker Archived May 15, 2008, at the Wayback Machine, Atlantic Coast Conference, August 21, 2005.
  9. "NCAA places Georgia Tech on probation". ESPN. June 18, 2011. Retrieved September 4, 2019.

External links[edit]