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

Ball State-Miami (Oh) football rivalry

From EverybodyWiki Bios & Wiki




Script error: No such module "Draft topics". Script error: No such module "AfC topic".

Red Bird Rivalry
SportFootball
First meetingOctober 3, 1931
Miami 47, Ball State 0
Latest meetingNovember 22, 2022
Miami 18, Ball State 17[1]
Next meetingTBA
TrophyRed Bird trophy
Statistics
All-time series36
Largest victoryMiami, 47–0 (1931)
Longest win streakMiami, 5 (1979-1987)
Ball State, 3 (2008-2013)
Current win streakMiami, 3 (2020-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": "39.8529"} },
   {"name":"imgLon", "init": {"expr": "-84.2951"} },
   {"name":"imgZoom", "init": {"expr": "7"} },
   {"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": 39.8529, 
    "lon": -84.2951, 
    "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":  "75km" }

, { "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": 39.519444, "lon": -84.732778, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Miami (Ohio)", "textAlign": "left", "textBaseline": "middle", "textDx": 7, "textDy": 1, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 40.216111, "lon": -85.416667, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/White_pog.svg/10px-White_pog.svg.png", "height": 10, "width": 10, "text": "Ball State", "textAlign": "left", "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 Ball State and Miami (Ohio)

The Ball State-Miami Ohio football rivalry or The Red Bird Rivalry is a college football rivalry game with Miami University and Ball State University. So far there have been 36 meeting between each team. The next meeting will take place in 2023 and will be 37th installment of the rivalry.

Series History[edit]

Series overview[edit]

Statistic Miami Ball State
Games played 35
Wins 21 33
Ties 1
Home wins 12 7
Road wins 9 6
Neutral site wins 0
Total points scored in the series 774 699
Most points scored in a game by one team 49 (2003) 55 (2013)
Most points scored in a game by both teams 69 (2019 – Miami 38, Ball ST 31)
Fewest points scored in a game by both teams 0 (1940)
Fewest points scored in a game by one team in a win 14 (2007) 15 (2000)
Most points scored in a game by one team in a loss 27 (2019) 31 (2020)
Largest margin of victory 47 (1931) 41 (2013)
Smallest margin of victory 1 (2016, 2022) 3 (1999)
Shut-outs of opposing team 0 1

[2]

Game results[edit]

Ball State victoriesMiami victoriesTie games
No.DateLocationWinnerScore
1 October 3, 1931 Oxford Miami 47–0 [lower-alpha 1]
2 September 21, 1940 Oxford Tie0–0
3 September 27, 1975 Oxford Miami 35–28
4 September 18, 1976 Oxford Ball State 23–6
5 September 9, 1978 Muncie Ball State 38–14
6 September 8, 1979 Oxford Miami 27–3
7 September 27, 1980 Muncie Miami 42–9
8 September 14, 1985 Muncie Miami 17–13
9 September 6, 1986 Oxford Miami 45–7
10 October 3, 1987 Oxford Miami 30–20
11 October 1, 1988 Muncie Ball State 45–14
12 October 7, 1989 Muncie Ball State 37–9
13 October 6, 1990 Oxford Miami 24–10
14 August 31, 1991 Oxford Miami 15–7
15 September 26, 1992 Muncie Ball State 19–9
16 November 6, 1993 Muncie Ball State 21–0
17 November 5, 1994 Oxford Miami 24–21
18 August 31, 1995 Oxford Ball State 17–15
19 September 7, 1996 Muncie Miami 16–6
No.DateLocationWinnerScore
20 August 30, 1997 Oxford Miami 27–10
21 October 17, 1998 Muncie Miami 28–17
22 October 7, 2000 Oxford Ball State 15–10
23 September 29, 2001 Muncie Miami 38–20
24 October 18, 2003 Muncie Miami 49–3
25 October 28, 2006 Oxford Ball State 20–17
26 August 30, 2007 Muncie Miami 14–13
27 November 11, 2008 Oxford Ball State 31–16
28 November 23, 2012 Oxford Ball State 31–24
29 November 29, 2013 Muncie Ball State 55–14
30 November 22, 2016 Oxford Miami 21–20
31 November 21, 2017 Muncie Miami 28–7
32 November 20, 2018 Oxford Miami 42–21
33 November 29, 2019 Muncie Ball State 41–27
34 November 4, 2020 Oxford Miami 38–31
35 October 23, 2021 Muncie Miami 24–17
36 November 22, 2022 Oxford Miami 18–17
Series: Miami leads 22–13–1

Sources[3][4]

See Also[edit]

List of NCAA college football rivalry games

Notes[edit]

  1. Depending on if you use Winsipedia or the Miami and Ball State universities websites the score will change.

References[edit]

  1. "Ball State hosts Miami for Red Bird Rivalry, Homecoming". ballstatesports.com.
  2. "Ball State vs Miami OH". www.winsipedia.com.
  3. "Football History vs Miami University (OH)". ballstatesports.com.
  4. "Football History vs Ball State University". miamiredhawks.com.


This article "Ball State-Miami (Oh) football rivalry" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Ball State-Miami (Oh) football rivalry. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.