Georgetown College–Kentucky men's basketball rivalry
Sport | Basketball |
---|---|
First meeting | February 6, 1903 Kentucky State College 6 – Georgetown College 14 |
Latest meeting | November 9, 2014 Kentucky 121 – Georgetown College 52 |
Statistics | |
Meetings total | 52 |
All-time series | Kentucky leads 37–15 |
Largest victory | Kentucky, 69 points (2014) |
Current win streak | Kentucky, 10 (1927–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": "38.103"} }, {"name":"imgLon", "init": {"expr": "-84.525"} }, {"name":"imgZoom", "init": {"expr": "10"} }, {"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": 38.103, "lon": -84.525, "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": "8km" } , { "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": 38.033333, "lon": -84.5, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Blue_pog.svg/10px-Blue_pog.svg.png", "height": 10, "width": 10, "text": "Kentucky", "textAlign": "center", "textBaseline": "top", "textDx": 0, "textDy": 7, "textFontSize": 12, "textColor": "#000000"
} , { "lat": 38.2070, "lon": -84.5543, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Orange_pog.svg/10px-Orange_pog.svg.png", "height": 10, "width": 10, "text": "Georgetown College", "textAlign": "center", "textBaseline": "top", "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> |
Location of Georgetown College and Kentucky |
The basketball rivalry between the Kentucky Wildcats and Georgetown College Tigers goes back to 1902. Georgetown College was one of Kentucky's major rivals early in its history. Because of difficulty traveling, Kentucky would make rivals with local schools such as Transylvania, Centre College, and Georgetown College, often playing all three every year.
Like most early rivalries of Kentucky, the Wildcats struggled to win, and fell to an early 8–1 series record, many of which were blow-outs. It was in 1907 when Kentucky finally broke Georgetown's hold over them, and would be another year when the roles were switched. Kentucky after 1908 would begin dominate the rivalry, only allowing Georgetown to win back to back once in the 1919 season.
By the end of the 1927 game Kentucky held a 27–15 record. The 1927 season was the last season Kentucky would travel to Georgetown, Georgetown's last win over Kentucky, and the start of Kentucky's eight-game win streak (1927–1938).
The series was resurrected twice, in 2005 and 2014 as exhibition games. By the new millennium, times had changed. Kentucky had stayed in NCAA Division I, while Georgetown enjoyed success in the NAIA. Just as they had left off, Kentucky defeated Georgetown in both games.
Series results[edit]
Date | Site | Kentucky | Georgetown College | Series | Notes | ||
---|---|---|---|---|---|---|---|
1903-2-6 | Lexington, KY | Kentucky State College | 6 | Georgetown College | 14 | GC 1–0 | |
1904-2-4 | Georgetown, KY | Kentucky State College | 11 | Georgetown College | 26 | GC 2–0 | |
1904-2-13 | Lexington, KY | Kentucky State College | 10 | Georgetown College | 22 | GC 3–0 | |
1905-1-13 | Lexington, KY | Kentucky State College | 9 | Georgetown College | 14 | GC 4–0 | |
1906-1-20 | Georgetown, KY | Kentucky State College | 9 | Georgetown College | 34 | GC 5–0 | |
1906-2-9 | Lexington, KY | Kentucky State College | 22 | Georgetown College | 28 | GC 6–0 | |
1907-1-19 | Lexington, KY | Kentucky State College | 16 | Georgetown College | 15 | GC 6–1 | |
1907-2-21 | Georgetown, KY | Kentucky State College | 8 | Georgetown College | 19 | GC 7–1 | |
1908-2-11 | Georgetown, KY | Kentucky State College | 22 | Georgetown College | 30 | GC 8–1 | |
1908-3-3 | Lexington, KY | Kentucky State College | 18 | Georgetown College | 13 | GC 8–2 | |
1909-2-8 | Lexington, KY | Kentucky State College | 43 | Georgetown College | 32 | GC 8–3 | |
1909-2-15 | Georgetown, KY | Kentucky State College | 48 | Georgetown College | 19 | GC 8–4 | |
1910-1-22 | Lexington, KY | Kentucky State College | 31 | Georgetown College | 11 | GC 8–5 | |
1910-2-4 | Georgetown, KY | Kentucky State College | 16 | Georgetown College | 34 | GC 9–5 | |
1910-3-8 | Lexington, KY | Kentucky State College | 24 | Georgetown College | 23 | GC 9–6 | |
1911-2-17 | Georgetown, KY | Kentucky State College | 47 | Georgetown College | 22 | GC 9–7 | |
1912-1-5 | Lexington, KY | Kentucky State College | 38 | Georgetown College | 12 | GC 9–8 | |
1912-3-1 | Georgetown, KY | Kentucky State College | 19 | Georgetown College | 18 | Tie 9–9 | |
1916-1-18 | Georgetown, KY | Kentucky | 29 | Georgetown College | 22 | UK 10–9 | |
1916-1-31 | Lexington, KY | Kentucky | 30 | Georgetown College | 22 | UK 11–9 | |
1917-1-27 | Georgetown, KY | Kentucky | 19 | Georgetown College | 22 | UK 11–10 | |
1917-2-21 | Lexington, KY | Kentucky | 32 | Georgetown College | 18 | UK 12–10 | |
1918-1-24 | Lexington, KY | Kentucky | 22 | Georgetown College | 18 | UK 13–10 | |
1918-2-14 | Georgetown, KY | Kentucky | 25 | Georgetown College | 16 | UK 14–10 | |
1919-1-18 | Lexington, KY | Kentucky | 30 | Georgetown College | 32 | UK 14–11 | |
1919-2-15 | Georgetown, KY | Kentucky | 18 | Georgetown College | 22 | UK 14–12 | |
1920-1-31 | Lexington, KY | Kentucky | 25 | Georgetown College | 14 | UK 15–11 | |
1920-2-17 | Georgetown, KY | Kentucky | 28 | Georgetown College | 16 | UK 16–11 | |
1921-1-18 | Lexington, KY | Kentucky | 38 | Georgetown College | 23 | UK 17–11 | |
1921-2-15 | Georgetown, KY | Kentucky | 56 | Georgetown College | 11 | UK 18–11 | |
1922-1-14 | Lexington, KY | Kentucky | 17 | Georgetown College | 26 | UK 18–13 | |
1922-2-6 | Georgetown, KY | Kentucky | 26 | Georgetown College | 17 | UK 19–12 | |
1922-2-24 | Atlanta, GA | Kentucky | 41 | Georgetown College | 21 | UK 20–12 | |
1923-1-13 | Georgetown, KY | Kentucky | 24 | Georgetown College | 13 | UK 21–12 | |
1923-2-19 | Lexington, KY | Kentucky | 21 | Georgetown College | 45 | UK 21–14 | |
1924-1-12 | Georgetown, KY | Kentucky | 32 | Georgetown College | 24 | UK 22–13 | |
1924-2-11 | Lexington, KY | Kentucky | 39 | Georgetown College | 35 | UK 23–13 | |
1925-1-10 | Lexington, KY | Kentucky | 25 | Georgetown College | 17 | UK 24–13 | |
1925-2-15 | Georgetown, KY | Kentucky | 36 | Georgetown College | 21 | UK 25–13 | |
1926-1-12 | Georgetown, KY | Kentucky | 36 | Georgetown College | 21 | UK 26–13 | |
1926-1-30 | Lexington, KY | Kentucky | 25 | Georgetown College | 20 | UK 27–13 | |
1927-2-1 | Georgetown, KY | Kentucky | 19 | Georgetown College | 26 | UK 27–15 | |
1929-12-14 | Lexington, KY | Kentucky | 46 | Georgetown College | 9 | UK 28–15 | |
1930-12-18 | Lexington, KY | Kentucky | 67 | Georgetown College | 18 | UK 29–15 | |
1931-12-15 | Lexington, KY | Kentucky | 66 | Georgetown College | 24 | UK 30–15 | |
1932-12-12 | Lexington, KY | Kentucky | 62 | Georgetown College | 21 | UK 31–15 | |
1933-12-9 | Lexington, KY | Kentucky | 41 | Georgetown College | 12 | UK 32–15 | |
1935-12-6 | Lexington, KY | Kentucky | 42 | Georgetown College | 17 | UK 33–15 | |
1936-12-9 | Lexington, KY | Kentucky | 46 | Georgetown College | 21 | UK 34–15 | |
1938-12-2 | Lexington, KY | Kentucky | 39 | Georgetown College | 19 | UK 35–15 |
Date | Site | Kentucky | Georgetown College | Series | Notes | ||
---|---|---|---|---|---|---|---|
2005-11-9 | Lexington, KY | Kentucky | 85 | Georgetown College | 63 | UK 36–15 | |
2014-11-9 | Lexington, KY | Kentucky | 121 | Georgetown College | 52 | UK 37–15 |
- The last two games were exhibition games and do not count towards either team's official records.
References[edit]
External links[edit]
This article "Georgetown College–Kentucky men's basketball rivalry" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Georgetown College–Kentucky men's basketball rivalry. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.