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

Kentucky–Mississippi State football rivalry

From EverybodyWiki Bios & Wiki

Kentucky–Mississippi State football rivalry
First meetingOctober 17, 1914
Kentucky 19, Mississippi State 13
Latest meetingSeptember 22, 2018
Kentucky 28, Mississippi State 7
Next meetingSeptember 21, 2019 in Starkville
Statistics
Meetings total46
All-time seriesTied 23–23
Largest victoryMississippi State, 47–7 (1994)
Longest win streakMississippi State, 7 (2009–2015)
Current win streakKentucky, 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 victoriesMississippi State victoriesForfeits
No.DateLocationWinnerScore
1 October 17, 1914 Lexington, KY Kentucky 19–13
2 October 16, 1915 Starkville, MS Mississippi A&M 12–0
3 November 18, 1916 Lexington, KY Kentucky 13–3
4 November 10, 1917 Starkville, MS Mississippi A&M 14–0
5 November 4, 1944 Memphis, TN No. 18 Mississippi State 14–0
6 November 11, 1950 Starkville, MS No. 4 Kentucky 48–21
7 October 13, 1951 Lexington, KY Kentucky 27–0
8 November 10, 1952 Starkville, MS Mississippi State 27–14
9 October 17, 1953 Lexington, KY Kentucky 32–13
10 October 15, 1955 Lexington, KY Mississippi State 20–14
11 November 1, 1958 Lexington, KY Kentucky 33–12
12 October 7, 1972 Lexington, KY Kentucky 17–13
13 October 6, 1973 Jackson, MS Kentucky 42–14
14 October 9, 1976 Jackson, MS Mississippi State 14–7
15 October 8, 1977 Lexington, KY No. 16 Kentucky 23–7
16 October 13, 1984 Starkville, MS No. 19 Kentucky 17–13
17 October 12, 1985 Lexington, KY Kentucky 33–19
18 October 13, 1990 Lexington, KY Kentucky 17–15
19 October 12, 1991 Starkville, MS Mississippi State 31–6
20 October 31, 1992 Lexington, KY No. 24 Mississippi State 37–36
21 October 30, 1993 Starkville, MS Kentucky 26–17
22 October 29, 1994 Lexington, KY Mississippi State 47–7
23 October 28, 1995 Starkville, MS Mississippi State 42–32
24 November 9, 1996 Lexington, KY Kentucky 24–21
25 September 6, 1997 Starkville, MS Mississippi State 35–27
No.DateLocationWinnerScore
26 November 7, 1998 Lexington, KY Kentucky 37–35
27 November 4, 1999 Starkville, MS No. 8 Mississippi State 23–22
28 November 4, 2000 Lexington, KY No. 18 Mississippi State 35–17
29 November 3, 2001 Starkville, MS Mississippi State 17–14
30 November 2, 2002 Starkville, MS Kentucky 45–24
31 October 25, 2003 Lexington, KY Kentucky 42–17
32 October 30, 2004 Starkville, MS Mississippi State 22–7
33 October 29, 2005 Lexington, KY Kentucky 13–7
34 October 28, 2006 Starkville, MS Kentucky 34–31
35 October 27, 2007 Lexington, KY Mississippi State 31–14
36 November 1, 2008 Starkville, MS Kentucky 14–13
37 October 30, 2009 Lexington, KY Mississippi State 31–24
38 October 29, 2010 Starkville, MS No. 23 Mississippi State 24–17
39 October 29, 2011 Lexington, KY Mississippi State 28–16
40 October 6, 2012 Lexington, KY No. 20 Mississippi State 27–14
41 October 24, 2013 Starkville, MS Mississippi State 28–22
42 October 25, 2014 Lexington, KY No. 1 Mississippi State 45–31
43 October 24, 2015 Starkville, MS Mississippi State 42–16
44 October 22, 2016 Lexington, KY Kentucky 40–38
45 October 21, 2017 Starkville, MS Mississippi State 45–7
46 September 22, 2018 Lexington, KY Kentucky 28–7
47 September 21, 2019 Starkville, MS
Series: Tied 23–23
† Mississippi State forfeited as part of NCAA penalties.

See also[edit]

References[edit]

  1. AP (November 5, 1999). "Mississippi State Wins, 23-22". LATimes.com.
  2. "Upstart Bulldogs dump Kentucky; one win shy of bowl eligibility". ESPN.com. October 27, 2007.
  3. "Kentucky blocks extra point to stop Mississippi State". ESPN.com. November 1, 2008.
  4. "Dixon's 2 TDs, school rushing record help Mississippi St. edge past Kentucky". ESPN.com. November 1, 2009.
  5. "Anthony Dixon post game interview". YouTube.com. October 30, 2009.
  6. Carskadon, Bob (October 22, 2010). "Anthony 'Boobie' Dixon still offering inspiration to MSU". HailStateBeat.
  7. "Dak Prescott (3 TDs), No. 1 Mississippi State knock off Kentucky". ESPN.com. October 25, 2014.
  8. "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.