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

Georgia–Kentucky football rivalry

From EverybodyWiki Bios & Wiki


Georgia–Kentucky football rivalry
First meetingOctober 21, 1939
Kentucky, 13–6
Latest meetingOctober 7, 2023
Georgia, 51–13
Statistics
Meetings total77
All-time seriesGeorgia leads, 63–12–2[1]
Largest victoryGeorgia, 62–17 (2004)
Longest win streakGeorgia, 14 (2010–present)
Current win streakGeorgia 14, (2010–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": "35.9945"} },
   {"name":"imgLon", "init": {"expr": "-83.972"} },
   {"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": 35.9945, 
    "lon": -83.972, 
    "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.9558, "lon": -83.3745, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Georgia", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 38.033333, "lon": -84.5, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/c/cc/Gold_pog.svg/10px-Gold_pog.svg.png", "height": 10, "width": 10, "text": "Kentucky", "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 and Vanderbilt

The Georgia–Kentucky football rivalry is an American college football rivalry between the Georgia Bulldogs and Kentucky Wildcats. Both universities are founding members of the Southeastern Conference (SEC), and currently members of the SEC's Eastern Division with a total of 77 meetings. Georgia leads the series 63–12–2.

History[edit]

Since 1956, Georgia and Kentucky have played each other every year with alternating games in Lexington, Kentucky, and Athens, Georgia, every two years. As of 2023, Georgia's current win streak of fourteen games is greater than the total amount of wins Kentucky has achieved: 12.[2]

Game results[edit]

Georgia victoriesKentucky victoriesTie games
No.DateLocationWinnerScore
1 October 21, 1939 Louisville Kentucky 13–7
2 October 25, 1940 Athens Tie7–7
3 September 19, 1942 Louisvlle Georgia 7–6
4 October 13, 1944 Athens Georgia 13–12
5 October 13, 1945 Lexington Georgia 48–6
6 October 11, 1946 Athens Georgia 28–13
7 October 11, 1947 Lexington Kentucky 26–0
8 October 9, 1948 Athens Georgia 35–12
9 October 8, 1949 Lexington Kentucky 25–0
10 October 26, 1956 Athens Kentucky 14–7
11 October 27, 1957 Lexington Georgia 33–14
12 October 25, 1958 Athens Georgia 28–0
13 October 24, 1959 Lexington Georgia 14–7
14 October 22, 1960 Lexington Georgia 17–13
15 October 28, 1961 Athens Georgia 16–15
16 October 27, 1962 Athens Tie7–7
17 October 26, 1963 Lexington Georgia 17–14
18 October 24, 1964 Athens Georgia 21–7
19 October 23, 1965 Lexington Kentucky 28–10
20 October 22, 1966 Athens Georgia 27–15
21 October 28, 1967 Lexington Georgia 31–7
22 October 26, 1968 Lexington Georgia 35–14
23 October 25, 1969 Athens Georgia 30–0
24 October 24, 1970 Lexington Georgia 19–3
25 October 23, 1971 Athens Georgia 31–0
26 October 28, 1972 Lexington Georgia 13–7
27 October 27, 1973 Athens Kentucky 12–7
28 October 26, 1974 Lexington Georgia 24–20
29 October 25, 1975 Athens Georgia 21–13
30 October 23, 1976 Lexington Georgia 31–7
31 October 22, 1977 Athens Kentucky 33–0
32 October 28, 1978 Lexington Georgia 17–16
33 October 27, 1979 Athens Georgia 20–6
34 October 25, 1980 Lexington Georgia 27–0
35 October 24, 1981 Athens Georgia 21–0
36 October 23, 1982 Lexington Georgia 27–14
37 October 22, 1983 Athens Georgia 47–21
38 October 27, 1984 Lexington Georgia 37–7
39 October 26, 1985 Athens Georgia 26–6
No.DateLocationWinnerScore
40 October 25, 1986 Lexington Georgia 31–9
41 October 24, 1987 Athens Georgia 17–14
42 October 22, 1988 Lexington Kentucky 16–10
43 October 28, 1989 Athens Georgia 34–23
44 October 27, 1990 Lexington Kentucky 26–24
45 October 26, 1991 Athens Georgia 49–27
46 October 24, 1992 Lexington Georgia 40–7
47 October 23, 1993 Athens Georgia 33–28
48 October 22, 1994 Lexington Georgia 34–30
49 October 21, 1995 Athens Georgia 12–3
50 October 26, 1996 Lexington Kentucky 24–17
51 October 25, 1997 Athens Georgia 23–13
52 October 24, 1998 Lexington Georgia 28–26
53 October 23, 1999 Athens Georgia 49–34
54 October 21, 2000 Lexington Georgia 34–30
55 October 20, 2001 Athens Georgia 43–29
56 October 26, 2002 Lexington Georgia 52–24
57 November 22, 2003 Athens Georgia 30–10
58 November 6, 2004 Lexington Georgia 62–17
59 November 19, 2005 Athens Georgia45–13
60 November 4, 2006 Lexington Kentucky 24–20
61 November 17, 2007 Athens Georgia 24–13
62 November 8, 2008 Lexington Georgia 42–38
63 November 21, 2009 Athens Kentucky 34–27
64 October 23, 2010 Lexington Georgia 44–31
65 November 19, 2011 Athens Georgia 19–10
66 October 20, 2012 Lexington Georgia 29–24
67 November 23, 2013 Athens Georgia 59–17
68 November 8, 2014 Lexington Georgia 63–31
69 November 7, 2015 Athens Georgia 27–3
70 November 5, 2016 Lexington Georgia 27–24
71 November 18, 2017 Athens Georgia 42–13
72 November 3, 2018 Lexington Georgia 34–17
73 October 19, 2019 Athens Georgia 21–0
74 October 31, 2020 Lexington Georgia 14–3
75 October 16, 2021 Athens Georgia 30–13
76 November 19, 2022 Lexington Georgia 16–6
77 October 7, 2023 Athens #1 Georgia 51–13
Series: Georgia leads 63–12–2[3]

References[edit]

  1. "Winsipedia - Kentucky Wildcats vs. Georgia Bulldogs football series history". Winsipedia.
  2. "No. 1 Georgia dominant victory over No. 20 Kentucky". spectrumnews1.com.
  3. "Winsipedia - Georgia Bulldogs vs. Kentucky Wildcats football series history". Winsipedia.


This article "Georgia–Kentucky football rivalry" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Georgia–Kentucky football rivalry. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.