You can edit almost every page by Creating an account and confirming your email.

Kept on Wikipedia:Michigan MAC Trophy

From EverybodyWiki Bios & Wiki

Michigan MAC Trophy
Central Michigan Chippewas Eastern Michigan Eagles Western Michigan Broncos

Football
Originated: 2005
Current holder: Western Michigan
Central
Michigan (6)

2006 2009
2010 2013
2017 2021
Eastern Michigan (5)
2007 2008
2011 2012
2022
Western Michigan (8)
2005 2014
2015 2016
2018 2019
2020 2023

Men's Basketball
Originated: 2006
Current holder: Eastern Michigan
Central
Michigan (5)

2010 2012
2015 2016
2019
Eastern Michigan (4)
2017 2018
2020 2022
Western Michigan (8)
2006 2007
2008 2009
2011 2013
2014 2021
<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": "42.8526"} },
   {"name":"imgLon", "init": {"expr": "-84.6715"} },
   {"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": 42.8526, 
    "lon": -84.6715, 
    "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png?utm_source=commons.wikimedia.org&utm_campaign=imageinfo&utm_content=thumbnail", 
    "width": 50, 
    "height": 8, 
    "offsetX": 110.5, 
    "offsetY": 115, 
    "textAlign": "right", 
    "textDx": 22, 
    "textDy": -2, 
    "textColor": "grey", 
    "textFont": "Tahoma", 
    "textFontSize": 9, 
    "text":  "100km" }

, { "lat": 0, "lon": 0, "img": "wikirawupload:https://en.everybodywiki.com/images/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": 43.59, "lon": -84.777, "img": "wikirawupload:https://en.everybodywiki.com/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "CMU", "textAlign": "center", "textBaseline": "top", "textDx": 0, "textDy": 7, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 42.283, "lon": -85.615, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Brown_pog.svg/20px-Brown_pog.svg.png?utm_source=commons.wikimedia.org&utm_campaign=imageinfo&utm_content=thumbnail", "height": 10, "width": 10, "text": "WMU", "textAlign": "center", "textBaseline": "top", "textDx": 0, "textDy": 7, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 42.250, "lon": -83.624, "img": "wikirawupload:https://en.everybodywiki.com/images/thumb/a/ab/Green_pog.svg/10px-Green_pog.svg.png", "height": 10, "width": 10, "text": "EMU", "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>

Locations of CMU, EMU, and WMU

The Michigan MAC Trophy is given to the Mid-American Conference (MAC) university from Michigan โ€“ Central Michigan University (CMU), Eastern Michigan University (EMU) and Western Michigan University (WMU) โ€“ which has the best head-to-head record in each season of each sport. There are two separate trophies, one for football and the other for men's basketball. It is one of a handful of trophies in college sports contested between three teams; others are the Commander-in-Chief's Trophy and the irregularly awarded Florida Cup and Beehive Boot.

In the event of a tie the Michigan MAC Trophy remains with the previous holder until one of the other rivals claims the title. This happened with both trophies in 2008, when each team finished 2โ€“2 in men's basketball and 1โ€“1 in football; Western Michigan retained the men's basketball trophy and Eastern Michigan retained the football trophy. It also happened in 2012 with the football trophy, when EMU retained it.

Western Michigan has won the most total trophies with 16, 8 in basketball and 8 in football.

Western Michigan currently holds the football trophy and Eastern Michigan currently holds the men's basketball trophy.

History

The Michigan MAC Trophy was created in 2005 by the Michigan Sports Hall of Fame. There are two trophies, one given to the winner of the football series and the other to the winner of the men's basketball series. CMU, EMU and WMU have been competing together in the MAC since 1974 (although WMU joined the MAC in 1948).

Central Michigan won the football trophy in 2009 after Eastern Michigan won the previous two. The football trophy was won by all three schools in the trophy's first three years of existence. WMU won the first four basketball trophies before CMU won in 2010.

Western Michigan University claimed the inaugural Michigan MAC Trophy for each sport. Western Michigan also has the most trophies with 16, 8 in football and 8 in basketball.

Results

Central Michigan victories Eastern Michigan victories Western Michigan victories Tied series

* Tie; retained trophy

Football

Year Winner Summary CMU vs. EMU CMU vs. WMU EMU vs. WMU References
2005 Western Michigan WMU 2โ€“0, EMU 1โ€“1, CMU 0โ€“2 EMU 23โ€“20 (OT) WMU 31โ€“24 WMU 44โ€“36 [1][2]
2006 Central Michigan CMU 2โ€“0, WMU 1โ€“1, EMU 0โ€“2 CMU 24โ€“17 (OT) CMU 31โ€“7 WMU 18โ€“15 [3][4]
2007 Eastern Michigan EMU 2โ€“0, CMU 1โ€“1, WMU 0โ€“2 EMU 48โ€“45 CMU 34โ€“31 EMU 19โ€“2 [5][6]
2008 Eastern Michigan * CMU 1โ€“1, EMU 1โ€“1, WMU 1โ€“1 EMU 56โ€“52 CMU 38โ€“28 WMU 31โ€“10 [7][8]
2009 Central Michigan CMU 2โ€“0, WMU 1โ€“1, EMU 0โ€“2 CMU 56โ€“8 CMU 34โ€“23 WMU 35โ€“14 [9][10]
2010 Central Michigan CMU 2โ€“0, WMU 1โ€“1, EMU 0โ€“2 CMU 52โ€“14 CMU 26โ€“22 WMU 45โ€“30 [11][12]
2011 Eastern Michigan EMU 2โ€“0, WMU 1โ€“1, CMU 0โ€“2 EMU 35โ€“28 WMU 44โ€“14 EMU 14โ€“10 [13][14]
2012 Eastern Michigan * CMU 1โ€“1, EMU 1โ€“1, WMU 1โ€“1 CMU 34โ€“31 WMU 42โ€“31 EMU 29โ€“23 [15][16]
2013 Central Michigan CMU 2โ€“0, EMU 1โ€“1, WMU 0โ€“2 CMU 42โ€“10 CMU 27โ€“22 EMU 35โ€“32 (OT) [17][18]
2014 Western Michigan WMU 2โ€“0, CMU 1โ€“1, EMU 0โ€“2 CMU 38โ€“7 WMU 32โ€“20 WMU 51โ€“7 [19][20]
2015 Western Michigan WMU 2โ€“0, CMU 1โ€“1, EMU 0โ€“2 CMU 35โ€“28 WMU 41โ€“39 WMU 58โ€“28 [21][22]
2016 Western Michigan WMU 2โ€“0, EMU 1โ€“1, CMU 0โ€“2 EMU 26โ€“21 WMU 49โ€“10 WMU 45โ€“31 [23][24]
2017 Central Michigan CMU 2โ€“0, WMU 1โ€“1, EMU 0โ€“2 CMU 42โ€“30 CMU 35โ€“28 WMU 20โ€“17 (OT) [25][26]
2018 Western Michigan WMU 2โ€“0, EMU 1โ€“1, CMU 0โ€“2 EMU 17โ€“7 WMU 35โ€“10 WMU 27โ€“24 [27][28]
2019 Western Michigan * CMU 1โ€“1, EMU 1โ€“1, WMU 1โ€“1 CMU 42โ€“16 WMU 31โ€“15 EMU 34โ€“27 [29][30]
2020 Western Michigan * CMU 1โ€“1, EMU 1โ€“1, WMU 1โ€“1 CMU 31โ€“23 WMU 52โ€“44 EMU 53โ€“42 [31][32]
2021 Central Michigan CMU 2โ€“0, EMU 1โ€“1, WMU 0โ€“2 CMU 31โ€“10 CMU 42โ€“30 EMU 22โ€“21 [33][34]
2022 Eastern Michigan EMU 2โ€“0, WMU 1โ€“1, CMU 0โ€“2 EMU 38โ€“19 WMU 12โ€“10 EMU 45โ€“23 [35][36][37]
2023 Western Michigan WMU 2โ€“0, CMU 1โ€“1 EMU 0โ€“2 CMU 26โ€“23 WMU 38โ€“28 WMU 45โ€“21 [38][39][40]

Men's basketball

Year Winner Summary CMU vs. EMU CMU vs. WMU EMU vs. WMU References
2006 Western Michigan WMU 4โ€“0, EMU 2โ€“2, CMU 0โ€“4 EMU 81โ€“75
EMU 80โ€“69
WMU 75โ€“71
WMU 68โ€“57
WMU 68โ€“62
WMU 67โ€“64
[41][42]
2007 Western Michigan WMU 3โ€“1, CMU 2โ€“2, EMU 1โ€“3 CMU 74โ€“68
EMU 87โ€“83 (OT)
WMU 86โ€“76
CMU 71โ€“66
WMU 84โ€“80
WMU 80โ€“61
[43][44]
2008 Western Michigan * CMU 2โ€“2, EMU 2โ€“2, WMU 2โ€“2 CMU 62โ€“53
EMU 67โ€“64
WMU 72โ€“52
CMU 72โ€“68
EMU 81โ€“71
WMU 70โ€“52
[45][46]
2009 Western Michigan WMU 3โ€“1, EMU 2โ€“2, CMU 1โ€“3 EMU 84โ€“77 (2OT)
EMU 57โ€“56
WMU 72โ€“63
CMU 71โ€“68
WMU 53โ€“45
WMU 46โ€“38
[47][48]
2010 Central Michigan CMU 3โ€“1, WMU 2โ€“2, EMU 1โ€“3 CMU 71โ€“63
CMU 56โ€“55
WMU 70โ€“61
CMU 74โ€“66
WMU 61โ€“47
EMU 66โ€“52
[49][50]
2011 Western Michigan WMU 4โ€“0, CMU 1โ€“3, EMU 1โ€“3 EMU 41โ€“38
CMU 66โ€“60
WMU 63โ€“56
WMU 81โ€“68
WMU 65โ€“48
WMU 87โ€“60
[51][52]
2012 Central Michigan CMU 3โ€“1, EMU 2โ€“2, WMU 1โ€“3 CMU 60โ€“56
CMU 55โ€“52
WMU 64โ€“61
CMU 76โ€“70
EMU 62โ€“59 (OT)
EMU 54โ€“53
[53][54]
2013 Western Michigan WMU 3โ€“1, EMU 2โ€“2, CMU 1โ€“3 EMU 58โ€“52
CMU 61โ€“59
WMU 76โ€“59
WMU 71โ€“68
WMU 63โ€“59
EMU 50โ€“49 (OT)
[55][56]
2014 Western Michigan * EMU 3โ€“1, WMU 3โ€“1, CMU 0โ€“4 EMU 72โ€“59
EMU 64โ€“42
WMU 75โ€“72
WMU 76โ€“64
EMU 56โ€“37
WMU 75โ€“67
[57][58]
2015 Central Michigan CMU 3โ€“1, WMU 2โ€“2, EMU 1โ€“3 CMU 65โ€“51
CMU 72โ€“56
CMU 70โ€“65
WMU 74โ€“62
EMU 69โ€“63
WMU 80โ€“72
[59][60]
2016 Central Michigan * EMU 3โ€“1, WMU 3โ€“1, CMU 0โ€“4 EMU 99โ€“80
EMU 71โ€“56
WMU 92โ€“85
WMU 91โ€“82 (OT)
WMU 94โ€“86
EMU 74โ€“63
[61][62]
2017 Eastern Michigan EMU 3โ€“1, WMU 2โ€“2, CMU 1โ€“3 EMU 85โ€“63
EMU 109โ€“81
CMU 86โ€“82
WMU 88-80
EMU 86โ€“80
WMU 88โ€“80
[63][64]
2018 Eastern Michigan EMU 3โ€“1, WMU 2โ€“2, CMU 1โ€“3 EMU 79โ€“74
EMU 72โ€“67
WMU 83โ€“81 (OT)
CMU 84โ€“71
WMU 71โ€“57
EMU 74-58
[65][66]
2019 Central Michigan CMU 4โ€“0, EMU 2โ€“2, WMU 0โ€“4 CMU 86โ€“82
CMU 77โ€“66
CMU 85โ€“64
CMU 82โ€“75
EMU 93โ€“67
EMU 77โ€“76
[67][68]
2020 Eastern Michigan EMU 3โ€“1, CMU 2โ€“2, WMU 1โ€“3 EMU 73โ€“70
EMU 67โ€“63
CMU 85โ€“78
CMU 85โ€“68
EMU 69โ€“51
WMU 70โ€“54
[69][70]
2021 Western Michigan WMU 2โ€“1, CMU 2โ€“2, EMU 1โ€“2 CMU 87โ€“60
CMU 75โ€“64
WMU 76โ€“61
WMU 67โ€“65
EMU 64โ€“63
at EMU โ€“ canceled
[71][72]
2022 Eastern Michigan EMU 3โ€“1, WMU 2โ€“2, CMU 1โ€“3 EMU 99โ€“68
EMU 75โ€“70
CMU 65โ€“55
WMU 77โ€“63
EMU 85โ€“79
WMU 71โ€“60
[73][74]
2023 Eastern Michigan EMU 2โ€“1, WMU 2โ€“2, CMU 1โ€“2 EMU 62โ€“56
CMU 70โ€“69
WMU 81โ€“65
WMU 85โ€“79
EMU 66โ€“59
[75][76][77]

Total trophies

University Football trophies Basketball trophies Total trophies
Western Michigan 8 8 16
Central Michigan 6 5 11
Eastern Michigan 5 5 10

Total records

See also

References

  1. โ†‘ "Western Michigan 2005 Schedule". ESPN. Retrieved January 18, 2017.
  2. โ†‘ "Eastern Michigan 2005 Schedule". ESPN. Retrieved January 18, 2017.
  3. โ†‘ "Western Michigan 2006 Schedule". ESPN. Retrieved January 18, 2017.
  4. โ†‘ "Eastern Michigan 2006 Schedule". ESPN. Retrieved January 18, 2017.
  5. โ†‘ "Western Michigan 2007 Schedule". ESPN. Retrieved January 18, 2017.
  6. โ†‘ "Eastern Michigan 2007 Schedule". ESPN. Retrieved January 18, 2017.
  7. โ†‘ "Western Michigan 2008 Schedule". ESPN. Retrieved January 18, 2017.
  8. โ†‘ "Eastern Michigan 2008 Schedule". ESPN. Retrieved January 18, 2017.
  9. โ†‘ "Western Michigan 2009 Schedule". ESPN. Retrieved January 18, 2017.
  10. โ†‘ "Eastern Michigan 2009 Schedule". ESPN. Retrieved January 18, 2017.
  11. โ†‘ "Western Michigan 2010 Schedule". ESPN. Retrieved January 18, 2017.
  12. โ†‘ "Eastern Michigan 2010 Schedule". ESPN. Retrieved January 18, 2017.
  13. โ†‘ "Western Michigan 2011 Schedule". ESPN. Retrieved January 18, 2017.
  14. โ†‘ "Eastern Michigan 2011 Schedule". ESPN. Retrieved January 18, 2017.
  15. โ†‘ "Western Michigan 2012 Schedule". ESPN. Retrieved January 18, 2017.
  16. โ†‘ "Eastern Michigan 2012 Schedule". ESPN. Retrieved January 18, 2017.
  17. โ†‘ "Western Michigan 2013 Schedule". ESPN. Retrieved January 18, 2017.
  18. โ†‘ "Eastern Michigan 2013 Schedule". ESPN. Retrieved January 18, 2017.
  19. โ†‘ "Western Michigan 2014 Schedule". ESPN. Retrieved January 18, 2017.
  20. โ†‘ "Eastern Michigan 2014 Schedule". ESPN. Retrieved January 18, 2017.
  21. โ†‘ "Western Michigan 2015 Schedule". ESPN. Retrieved January 18, 2017.
  22. โ†‘ "Eastern Michigan 2015 Schedule". ESPN. Retrieved January 18, 2017.
  23. โ†‘ "Western Michigan 2016 Schedule". ESPN. Retrieved January 18, 2017.
  24. โ†‘ "Eastern Michigan 2016 Schedule". ESPN. Retrieved January 18, 2017.
  25. โ†‘ "Western Michigan 2017 Schedule". ESPN. Retrieved October 2, 2017.
  26. โ†‘ "Eastern Michigan 2017 Schedule". ESPN. Retrieved October 2, 2017.
  27. โ†‘ "Western Michigan 2018 Schedule". ESPN. Retrieved March 22, 2018.
  28. โ†‘ "Eastern Michigan 2018 Schedule". ESPN. Retrieved March 22, 2018.
  29. โ†‘ "Western Michigan 2019 Schedule". ESPN. Retrieved September 28, 2019.
  30. โ†‘ "Eastern Michigan 2019 Schedule". ESPN. Retrieved September 28, 2019.
  31. โ†‘ "Western Michigan 2020 Schedule". ESPN. Retrieved November 12, 2020.
  32. โ†‘ "Eastern Michigan 2020 Schedule". ESPN. Retrieved November 12, 2020.
  33. โ†‘ "Central Michigan 2021 Schedule". CMU Athletics. Retrieved November 11, 2021.
  34. โ†‘ "Western Michigan 2021 Schedule". Western Michigan 2021 Schedule. Retrieved November 11, 2021.
  35. โ†‘ "Eastern Michigan vs. Western Michigan - Game Summary". ESPN. Retrieved November 2, 2022.
  36. โ†‘ "Western Michigan vs. Central Michigan - Game Summary". ESPN. Retrieved March 2, 2023.
  37. โ†‘ "Central Michigan vs. Eastern Michigan - Game Summary". ESPN. Retrieved March 2, 2023.
  38. โ†‘ "Eastern Michigan vs. Central Michigan - Game Summary". ESPN. Retrieved March 2, 2023.
  39. โ†‘ "Western Michigan vs. Eastern Michigan - Game Summary". ESPN. Retrieved March 2, 2023.
  40. โ†‘ "Central Michigan vs. Western Michigan - Game Summary". ESPN. Retrieved March 2, 2023.
  41. โ†‘ "Western Michigan Broncos Schedule - 2005-06". ESPN. Retrieved January 18, 2017.
  42. โ†‘ "Eastern Michigan Broncos Schedule - 2005-06". ESPN. Retrieved January 18, 2017.
  43. โ†‘ "Western Michigan Broncos Schedule - 2006-07". ESPN. Retrieved January 18, 2017.
  44. โ†‘ "Eastern Michigan Broncos Schedule - 2006-07". ESPN. Retrieved January 18, 2017.
  45. โ†‘ "Western Michigan Broncos Schedule - 2007-08". ESPN. Retrieved January 18, 2017.
  46. โ†‘ "Eastern Michigan Broncos Schedule - 2007-08". ESPN. Retrieved January 18, 2017.
  47. โ†‘ "Western Michigan Broncos Schedule - 2008-09". ESPN. Retrieved January 18, 2017.
  48. โ†‘ "Eastern Michigan Broncos Schedule - 2008-09". ESPN. Retrieved January 18, 2017.
  49. โ†‘ "Western Michigan Broncos Schedule - 2009-10". ESPN. Retrieved January 18, 2017.
  50. โ†‘ "Eastern Michigan Broncos Schedule - 2009-10". ESPN. Retrieved January 18, 2017.
  51. โ†‘ "Western Michigan Broncos Schedule - 2010-11". ESPN. Retrieved January 18, 2017.
  52. โ†‘ "Eastern Michigan Broncos Schedule - 2010-11". ESPN. Retrieved January 18, 2017.
  53. โ†‘ "Western Michigan Broncos Schedule - 2011-12". ESPN. Retrieved January 18, 2017.
  54. โ†‘ "Eastern Michigan Broncos Schedule - 2011-12". ESPN. Retrieved January 18, 2017.
  55. โ†‘ "Western Michigan Broncos Schedule - 2012-13". ESPN. Retrieved January 18, 2017.
  56. โ†‘ "Eastern Michigan Broncos Schedule - 2012-13". ESPN. Retrieved January 18, 2017.
  57. โ†‘ "Western Michigan Broncos Schedule - 2013-14". ESPN. Retrieved January 18, 2017.
  58. โ†‘ "Eastern Michigan Broncos Schedule - 2013-14". ESPN. Retrieved January 18, 2017.
  59. โ†‘ "Western Michigan Broncos Schedule - 2014-15". ESPN. Retrieved January 18, 2017.
  60. โ†‘ "Eastern Michigan Broncos Schedule - 2014-15". ESPN. Retrieved January 18, 2017.
  61. โ†‘ "Western Michigan Broncos Schedule - 2015-16". ESPN. Retrieved January 18, 2017.
  62. โ†‘ "Eastern Michigan Broncos Schedule - 2015-16". ESPN. Retrieved January 18, 2017.
  63. โ†‘ "Western Michigan Broncos Schedule - 2016-17". ESPN. Retrieved January 18, 2017.
  64. โ†‘ "Eastern Michigan Broncos Schedule - 2016-17". ESPN. Retrieved January 18, 2017.
  65. โ†‘ "Western Michigan Broncos Schedule - 2017-18". ESPN. Retrieved February 6, 2018.
  66. โ†‘ "Eastern Michigan Eagles Schedule - 2017-18". ESPN. Retrieved February 6, 2018.
  67. โ†‘ "Central Michigan Chippewas Schedule - 2018-19". ESPN. Retrieved February 26, 2019.
  68. โ†‘ "Eastern Michigan Eagles Schedule - 2018-19". ESPN. Retrieved February 6, 2018.
  69. โ†‘ "Central Michigan Chippewas Schedule - 2019-20". ESPN. Retrieved March 5, 2020.
  70. โ†‘ "Eastern Michigan Eagles Schedule - 2019-20". ESPN. Retrieved March 5, 2020.
  71. โ†‘ "Western Michigan Broncos Schedule - 2020-21". ESPN. Retrieved December 17, 2020.
  72. โ†‘ "Eastern Michigan Eagles Schedule - 2020-21". ESPN. Retrieved December 17, 2020.
  73. โ†‘ "2021-22 Eastern Michigan Eagles Schedule". ESPN. Retrieved 2022-02-16.
  74. โ†‘ "2021-22 Central Michigan Chippewas Schedule". ESPN. Retrieved 2022-02-16.
  75. โ†‘ "2022-23 Eastern Michigan Eagles Schedule". ESPN. Retrieved 2023-03-02.
  76. โ†‘ "2022-23 Central Michigan Chippewas Schedule". ESPN. Retrieved 2023-03-02.
  77. โ†‘ "2022-23 Western Michigan Broncos Schedule". ESPN. Retrieved 2023-03-02.


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

Page kept on Wikipedia This page exists already on Wikipedia.