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

Moonshine Throwdown

From EverybodyWiki Bios & Wiki

Moonshine Throwdown
SportFootball
First meetingOctober 18, 1941
Marshall 34, WKU 7
Latest meetingOctober 26, 2019
Marshall 26, WKU 23
Next meetingOctober 10, 2020
Statistics
Meetings total11
All-time seriesMarshall leads, 7–4–0 (.636)
Largest victoryWKU, 60–6 (2016)
Longest win streakTie, 3 (3 times)
Current win streakMarshall, 3 (2017–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": "37.5529"} },
   {"name":"imgLon", "init": {"expr": "-84.3351"} },
   {"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": 37.5529, 
    "lon": -84.3351, 
    "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": 36.9854, "lon": -86.4561, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "WKU", "textAlign": "left", "textBaseline": "middle", "textDx": 7, "textDy": 1, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 38.425, "lon": -82.42, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Green_pog.svg/10px-Green_pog.svg.png", "height": 10, "width": 10, "text": "Marshall", "textAlign": "right", "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" }
       ]
     },
     "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 Marshall and WKU

The Moonshine Throwdown is an American college football rivalry game played by the Marshall Thundering Herd football team of Marshall University and the Western Kentucky Hilltoppers football team of Western Kentucky University (WKU). While the teams first played in the 1941 college football season, the rivalry was established in 2014, when WKU left the Sun Belt Conference and joined Marshall in Conference USA's East Division. Since then, the teams have played each season with the series tied at 3–3. The overall series is led by Marshall 7–4.[1]

Notable Games[edit]

2014[edit]

The No.19 Marshall Thundering Herd (11–0, 7–0) faced the WKU Hilltoppers (6–5, 3–4) at Joan C. Edwards Stadium in Huntington, West Virginia. The Hilltoppers offense was able to score 49 points in the first half, leading by as much as 21 over Marshall, but the Thundering Herd was able to pull within seven at half making the score 49–42 at halftime. The second half slowed both teams down, seeing a total of 27 points scored combined. Regulation ended tied at 59. Marshall, scored first in overtime making the score 66–59. WKU matched the touchdown, but opted to go for a two-point conversion, which was successful. The final score was 67–66, WKU.[2]

2015[edit]

The 2015 game had high stakes, as the winner would be the host of the Conference USA Football Championship Game. The Hilltoppers were able to cruise to a 49–28 win over the Thundering Herd.[3]

Results[edit]

Marshall victoriesWKU victoriesTie games
No.DateLocationWinnerScore
1October 18, 1941Huntington, WVMarshall34–7
2October 3, 1942Bowling Green, KYWKU19–13
3October 7, 1950Bowling Green, KYMarshall47–13
4October 6, 1951Huntington, WVMarshall35–21
5September 28, 1996Huntington, WVMarshall37–3
6November 28, 2014Huntington, WVWKU67–66OT
7November 27, 2015Bowling Green, KYWKU49–28
8November 26, 2016Huntington, WVWKU60–6
9November 11, 2017Huntington, WVMarshall30–23
10September 29, 2018Bowling Green, KYMarshall20–17
11October 26, 2019Huntington, WVMarshall26–23
Series: Marshall leads 7–4

Coaches[edit]

A total of ten coaches have lead their teams into this rivalry. Notably, Marshall's Bob Pruett coached the Thundering Herd to the 1996 NCAA Division I-AA Football Championship. Jack Harbaugh, the father Jim Harbaugh and John Harbaugh, and the 2002 NCAA Division I-AA Football Champion, and Jeff Brohm, who went on to coach for Purdue, coached for WKU in the game.

Records by Coach
Coach Games Record School
Doc Holliday 6 3–3 Marshall
Jeff Brohm 3 3–0 WKU
Pete Pederson 2 2–0 Marshall
Cam Henderson 2 1–1 Marshall
Gander Terry 2 1–1 WKU
Jack Clayton 2 0–2 WKU
Mike Sanford Jr. 2 0–2 WKU
Bob Pruett 1 1–0 Marshall
Jack Harbaugh 1 0–1 WKU
Tyson Helton 1 0–1 WKU

See also[edit]

References[edit]

  1. Johnson, Trace (September 27, 2018). "The History Of The Moonshine Throwdown". Forgotten5. Unknown parameter |url-status= ignored (help)
  2. "WKU Defeats No. 19 Marshall, 67-66, in Overtime Thriller". Western Kentucky University Athletics. Retrieved 2019-10-24.
  3. "Marshall vs. Western Kentucky - Game Summary - November 27, 2015 - ESPN". ESPN.com. Retrieved 2019-10-24.


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