Kentucky–Mississippi State football rivalry
First meeting | October 17, 1914 Kentucky 19, Mississippi State 13 |
---|---|
Latest meeting | September 22, 2018 Kentucky 28, Mississippi State 7 |
Next meeting | September 21, 2019 in Starkville |
Statistics | |
Meetings total | 46 |
All-time series | Tied 23–23 |
Largest victory | Mississippi State, 47–7 (1994) |
Longest win streak | Mississippi State, 7 (2009–2015) |
Current win streak | Kentucky, 1 (2018–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.7"} }, {"name":"imgLon", "init": {"expr": "-86.5"} }, {"name":"imgZoom", "init": {"expr": "5"} }, {"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.7, "lon": -86.5, "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": "300km" } , { "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": 33.454, "lon": -88.789, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Mississippi State", "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 Kentucky and Mississippi State |
The Kentucky–Mississippi State football rivalry is an American college football rivalry between the Kentucky Wildcats football team of the University of Kentucky and Mississippi State Bulldogs football team of Mississippi State University. Both universities have been members of the Southeastern Conference (SEC) since its founding in December 1932 and have played against each other for a total of 46 times.
History[edit]
Kentucky and Mississippi State have been in the same conference since 1895, and were both founding members of the Southern Conference in the 1920s and their current conference, Southeastern Conference a decade later. Even though being in the same conference since the late 1800s, the Wildcats and the Bulldogs first met on the gridiron in 1914 with a Kentucky win of 19–13 in Lexington, Kentucky. The two teams met four straight years from 1914 to 1917 before not playing again until 1944. The two schools played six times during the 1950s before playing home-and-home series in 1972–73, 1976–77, 1984–85 and 1990–91.
In 1992, the SEC added two new members to their conference which divided the conference in two divisions, East and West. Kentucky was placed in the East and Mississippi State in the West. While dividing the conference in two divisions, the SEC created permanent cross-division opponents for its 12 members, this helped keep rivalries going such as the Alabama–Tennessee football rivalry annually, which resulted in Kentucky and Mississippi State becoming permanent cross-divisional opponents. The Wildcats and Bulldogs has then played annually since 1992 in either Lexington, Kentucky or Starkville, Mississippi. The Bulldogs are 18–11 vs the Wildcats since the cross-divisional rivalry was created.
The rivalry is one of the most evenly matched in the SEC, with the series tied at 23-23
Notable games[edit]
- 1999: The Bulldogs came back from a double-digit deficit to win 23–22 on a field goal by Scott Westerfield with 5 seconds remaining.[1] The win brought Mississippi State to 8–0.
- 2007: The Wildcats came in at 6–2 and ranked at No. 14, but the Bulldogs won a 31–14 upset victory in Lexington behind Christian Ducré's 119 rushing yards.[2] The win brought Mississippi State to 5–4, one win away from its first bowl bid in 7 years.
- 2008: The Wildcats avenged their loss from the previous season by beating the Bulldogs 14–13 in Starkville.[3] Mississippi State missed an extra point and a 27-yard field goal in the fourth quarter to seal the loss. The win gave Kentucky their sixth win on the year, giving them three straight bowl seasons, and dropped the Bulldogs to 3–6.
- 2009: 3–5 Mississippi State upset the 4–3 Wildcats in Lexington on the heels of Anthony Dixon's school-record 252 rushing yards.[4] In the post-game interview with reporter Jen Hildreth,[5] Dixon used the phrase "Grinding for My State,"[6] which has become a catchphrase in MSU Athletics.
- 2014: The Bulldogs, undefeated and ranked No. 1 for the first time, traveled to Lexington to face the 5–2 Wildcats. Mississippi State kept its winning streak alive after defeating Kentucky 45–31, handing the Wildcats its first home loss of the season.[7]
- 2016: Kentucky defeated the Bulldogs for the first time in 8 years after Austin MacGinnis hit a 51-yard field goal on the game's final play. After a wild fourth quarter that saw both teams score a defensive touchdown, the Bulldogs (who were outgained 554–362 in yards during the game) appeared to have snatched away the victory after quarterback Nick Fitzgerald hit Fred Ross on a 7-yard touchdown pass with 1:07 left on the clock, but Kentucky quarterback Stephen Johnson was able to complete three passes to get close enough for MacGinnis to attempt a long kick.[8] The win moved the Wildcats to 4–3, setting them up for their first winning record after five straight losing seasons.
Game results[edit]
Kentucky victories | Mississippi State victories | Forfeits |
|
See also[edit]
References[edit]
- ↑ AP (November 5, 1999). "Mississippi State Wins, 23-22". LATimes.com.
- ↑ "Upstart Bulldogs dump Kentucky; one win shy of bowl eligibility". ESPN.com. October 27, 2007.
- ↑ "Kentucky blocks extra point to stop Mississippi State". ESPN.com. November 1, 2008.
- ↑ "Dixon's 2 TDs, school rushing record help Mississippi St. edge past Kentucky". ESPN.com. November 1, 2009.
- ↑ "Anthony Dixon post game interview". YouTube.com. October 30, 2009.
- ↑ Carskadon, Bob (October 22, 2010). "Anthony 'Boobie' Dixon still offering inspiration to MSU". HailStateBeat.
- ↑ "Dak Prescott (3 TDs), No. 1 Mississippi State knock off Kentucky". ESPN.com. October 25, 2014.
- ↑ "MacGinnis' 51-yard FG lifts Kentucky over Mississippi State". ESPN.com. October 23, 2016.
This article "Kentucky–Mississippi State football rivalry" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Kentucky–Mississippi State football rivalry. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.