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

Michigan–Northwestern football rivalry

From EverybodyWiki Bios & Wiki


Michigan–Northwestern football rivalry
First meetingOctober 29, 1892
Northwestern 10, Michigan 8
Latest meetingSeptember 29, 2018
Michigan 20, Northwestern 17
Next meetingOctober 23, 2021, Ann Arbor
StadiumsMichigan Stadium
Ann Arbor, Michigan, U.S.
Ryan Field
Evanston, Illinois, U.S.
TrophyGeorge Jewett Trophy (since 2021)
Statistics
Meetings total75
All-time seriesMichigan leads 58–15–2 (.787)[1]
Trophy seriesTied, 0-0-0
Largest victoryMichigan, 69–0 (1975)
Longest win streakMichigan, 19 (1966–1992)
Current win streakMichigan, 6 (2011–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":330, "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": "41.882"} },
   {"name":"imgLon", "init": {"expr": "-85.171"} },
   {"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": 41.882, 
    "lon": -85.171, 
    "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png", 
    "width": 50, 
    "height": 8, 
    "offsetX": 128, 
    "offsetY": 115, 
    "textAlign": "right", 
    "textDx": 22, 
    "textDy": -2, 
    "textColor": "grey", 
    "textFont": "Tahoma", 
    "textFontSize": 9, 
    "text":  "100km" }

, { "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": 42.066, "lon": -87.693, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Purple_pog.svg/10px-Purple_pog.svg.png", "height": 10, "width": 10, "text": "Northwestern", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 42.283, "lon": -83.735, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Yellow_pog.svg/10px-Yellow_pog.svg.png", "height": 10, "width": 10, "text": "Michigan", "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+'&style=osm'" }
       ]
     },
     "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 Michigan and Northwestern

The Michigan–Northwestern football rivalry is an American college football rivalry between the Michigan Wolverines and Northwestern Wildcats.[citation needed]

Overview[edit]

George Jewett

Michigan and Northwestern first played on October 29, 1892 in Chicago. In that game, halfback George Jewett, Michigan's first African-American player, kicked a field goal and led Michigan's play on both offense and defense. Despite Jewett's effort, Northwestern prevailed by a 10–8 score.[2][3]

Jewett transferred to Northwestern in 1893 and became that school's first African-American football player. Jewett scored Northwestern's only touchdown in its 1893 loss to Michigan.[4]

The Wildcats went on to win six out of the first thirteen games, before Michigan began to dominate the series. The two programs were co-champions of the Big Ten during the 1926, 1930, and 1931 seasons.[5] And in 1925, Northwestern halted Michigan's march to a national championship with a 3–2 victory on a muddy surface at Soldier Field.[6][7] The three points scored by Northwestern were the only points allowed by the 1925 Michigan team that Fielding H. Yost called "the greatest football team I ever saw in action."[8]

In 1948, the schools met with Michigan ranked No. 4 in the AP Poll and Northwestern at No. 3. Michigan forced four turnovers and prevailed by a 28–0 score, as the Wolverines jumped to No. 1, en route to a national championship.[9][10]

The Wildcats returned to prominence under head coach Ara Parseghian, defeating the Wolverines in consecutive games in 1958 and 1959.[11][12] Following Parseghian's departure, the series reached its nadir as Michigan won 19 consecutive games from 1966 to 1992.

In 1995, No. 25 Northwestern scored 10 unanswered points in the fourth quarter to shock No. 6 Michigan, 19–13. The Wildcats took advantage of four Michigan turnovers, and Pat Fitzgerald led Northwestern with 14 tackles including 2 tackles for loss. It was Northwestern's first victory over Michigan in 30 years, and first win in Ann Arbor since 1959.[13] This upset sprung Northwestern on the path to a 10–2 season, reaching as high as No. 3 in the rankings. The Wildcats won their first Big Ten Conference title since 1936, and were invited to play in the Rose Bowl for the first time since 1948.

Additional Northwestern upsets of highly ranked Michigan teams in 1996 and 2000 were key in Northwestern's Big Ten title winning seasons. The 1995, 1996, and 2000 teams are Northwestern's only three Big Ten champions in the AP Poll era.

In 2021, the two universities announced the creation of the George Jewett Trophy to be awarded to the game's winner. The trophy honors Jewett who was the first African-American player at both schools. This marked the first FBS rivalry game trophy named for an African-American player.[14][15][16]

Michigan holds a 58–15–2 advantage in the all-time series through the 2020 season.[17]

Game results[edit]

Michigan victoriesNorthwestern victoriesTie games
No.DateLocationWinning teamLosing teamScoreSeries
1 1892 Chicago Northwestern Michigan 10–8 NU 1–0–0
2 1893 Ann Arbor Michigan Northwestern 72–6 Tied 1–1–0
3 1898 Evanston Michigan Northwestern 6–5 UM 2–1–0
4 1901 Ann Arbor Michigan Northwestern 29–0 UM 3–1–0
5 1917 Evanston Northwestern Michigan 21–12 UM 3–2–0
6 1919 Ann Arbor Michigan Northwestern 16–13 UM 4–2–0
7 1924 Ann Arbor Michigan Northwestern 27–0 UM 5–2–0
8 1925 Chicago Northwestern Michigan 3–2 UM 5–3–0
9 1932 Ann Arbor Michigan Northwestern 15–6 UM 6–3–0
10 1933 Evanston Michigan Northwestern 13–0 UM 7–3–0
11 1934 Ann Arbor Northwestern Michigan 13–6 UM 7–4–0
12 1936 Ann Arbor #1 Northwestern Michigan 9–0 UM 7–5–0
13 1937 Evanston Northwestern Michigan 7–0 UM 7–6–0
14 1938 Ann Arbor Tie0–0 UM 7–6–1
15 1940 Ann Arbor #6 Michigan #10 Northwestern 20–13 UM 8–6–1
16 1941 Evanston #6 Michigan #5 Northwestern 14–7 UM 9–6–1
17 1942 Ann Arbor #3 Michigan Northwestern 34–16 UM 10–6–1
18 1943 Evanston Michigan Northwestern 21–7 UM 11–6–1
19 1944 Ann Arbor #12 Michigan Northwestern 27–0 UM 12–6–1
20 1945 Evanston Michigan Northwestern 20–7 UM 13–6–1
21 1946 Ann Arbor Tie14–14 UM 13–6–2
22 1947 Evanston #1 Michigan Northwestern 49–21 UM 14–6–2
23 1948 Ann Arbor #4 Michigan #3 Northwestern 28–0 UM 15–6–2
24 1949 Evanston Northwestern #7 Michigan 21–20 UM 15–7–2
25 1950 Ann Arbor Michigan Northwestern 34–23 UM 16–7–2
26 1951 Ann Arbor Northwestern Michigan 6–0 UM 16–8–2
27 1952 Evanston Michigan Northwestern 48–14 UM 17–8–2
28 1953 Ann Arbor #5 Michigan Northwestern 20–12 UM 18–8–2
29 1954 Evanston Michigan Northwestern 7–0 UM 19–8–2
30 1955 Ann Arbor #1 Michigan Northwestern 14–2 UM 20–8–2
31 1956 Ann Arbor #8 Michigan Northwestern 34–20 UM 21–8–2
32 1957 Ann Arbor #18 Michigan Northwestern 34–14 UM 22–8–2
33 1958 Evanston #17 Northwestern #19 Michigan 55–24 UM 22–9–2
34 1959 Ann Arbor #2 Northwestern Michigan 20–7 UM 22–10–2
35 1960 Ann Arbor Michigan Northwestern 14–7 UM 23–10–2
36 1963 Ann Arbor Michigan Northwestern 27–6 UM 24–10–2
37 1964 Ann Arbor Michigan Northwestern 35–0 UM 25–10–2
38 1965 Evanston Northwestern Michigan 34–22 UM 25–11–2
39 1966 Ann Arbor Michigan Northwestern 28–20 UM 26–11–2
No.DateLocationWinning teamLosing teamScoreSeries
40 1967 Ann Arbor Michigan Northwestern 7–3 UM 27–11–2
41 1968 Evanston #9 Michigan Northwestern 35–0 UM 28-11–2
42 1971 Evanston #4 Michigan #20 Northwestern 21–6 UM 29–11–2
43 1972 Ann Arbor #11 Michigan Northwestern 7–0 UM 30–11–2
44 1975 Ann Arbor #7 Michigan Northwestern 69–0 UM 31–11–2
45 1976 Evanston #1 Michigan Northwestern 38–7 UM 32–11–2
46 1977 Ann Arbor #6 Michigan Northwestern 63–20 UM 33–11–2
47 1978 Evanston #7 Michigan Northwestern 59–14 UM 34–11–2
48 1979 Ann Arbor #7 Michigan Northwestern 49–7 UM 35–11–2
49 1980 Ann Arbor #11 Michigan Northwestern 17–10 UM 36–11–2
50 1981 Ann Arbor #18 Michigan Northwestern 38–0 UM 37–11-2
51 1982 Evanston Michigan Northwestern 49–14 UM 38–11–2
52 1983 Ann Arbor #13 Michigan Northwestern 35–0 UM 39–11–2
53 1984 Ann Arbor Michigan Northwestern 31–0 UM 40–11–2
54 1987 Ann Arbor Michigan Northwestern 29–6 UM 41–11–2
55 1988 Evanston #14 Michigan Northwestern 52–7 UM 42–11–2
56 1991 Ann Arbor #4 Michigan Northwestern 59–14 UM 43–11–2
57 1992 Evanston #4 Michigan Northwestern 40–7 UM 44–11–2
58 1995 Ann Arbor #25 Northwestern #6 Michigan 19–13 UM 44–12–2
59 1996 Evanston #22 Northwestern #6 Michigan 17–16 UM 44–13–2
60 1997 Ann Arbor #6 Michigan Northwestern 23–6 UM 45–13–2
61 1998 Evanston Michigan Northwestern 12–6 UM 46–13–2
62 1999 Ann Arbor #16 Michigan Northwestern 37–3 UM 47–13–2
63 2000 Evanston #21 Northwestern #12 Michigan 54–51 UM 47–14–2
64 2003 Evanston #5 Michigan Northwestern 41–10 UM 48–14–2
65 2004 Ann Arbor #9 Michigan Northwestern 42–20 UM 49–14–2
66 2005 Evanston #25 Michigan #21 Northwestern 33–17 UM 50–14–2
67 2006 Ann Arbor #2 Michigan Northwestern 17–3 UM 51–14–2
68 2007 Evanston Michigan Northwestern 28–16 UM 52–14–2
69 2008 Ann Arbor Northwestern Michigan 21–14 UM 52–15–2
70 2011 Evanston #12 Michigan Northwestern 42–24 UM 53–15–2
71 2012 Ann Arbor Michigan #25 Northwestern 38–31OT UM 54–15–2
72 2013 Evanston Michigan Northwestern 27–193OT UM 55–15–2
73 2014 Evanston Michigan Northwestern 10–9 UM 56–15–2
74 2015 Ann Arbor #18 Michigan #13 Northwestern 38–0 UM 57–15–2
75 2018 Evanston #14 Michigan Northwestern 20–17 UM 58–15–2
76 2021 Ann Arbor
Series: Michigan leads 58–15–2[1]

References[edit]

  1. 1.0 1.1 "Winsipedia - Michigan Wolverines vs. Northwestern Wildcats football series history". Winsipedia.
  2. "Evanston Men Win". The Inter Ocean. October 30, 1892. p. 6.
  3. "Northwestern Beats Ann Arbor". Chicago Tribune. October 30, 1892 – via Newspapers.com.
  4. "Almost a Shut-Out: Northwestern Powerless Before the Strength and Skill of Our Team – 72 to 6". The U. of M. Daily. November 20, 1893. pp. 1, 3 – via Bentley Historical Library.
  5. "Michigan Leads, 7 to 4, In Northwestern Series Starting in Early 80's". Battle Creek Enquirer. November 14, 1936. p. 7 – via Newspapers.com.
  6. Walter Eckersall (November 8, 1925). "Northwestern Upsets Michigan, 3–2: Purple Brains and Lewis' Toe Sink Wolverines in Morass; Flash of Genius in Giving Foes Safety Saves the Day". Chicago Daily Tribune.
  7. "Michigan Beaten By Northwestern: Bows to Purple, 3 to 2, Before 20,000 in Game Played in Rainstorm at Chicago; Lewis's Kick Decides Issue; Field Goal Overcomes Safety Made Deliberately by Winners – Not One First Down". The New York Times. November 8, 1925.
  8. "Yost Calls 1925 Eleven Greatest: Does Not Even Except Wonderful Teams of 1901 and 1902; Rolled Up Grand 227 Point Total; Wolverine Mentor Says He's Proud to Have Coached Boys". The Hartford Courant. November 29, 1925. p. B2.
  9. Walter W. Ruch (October 17, 1948). "Takes 18th In Row: 85,938 Watch Michigan Score Over Wildcats in Big Nine Contest; Koceski Wolverine Star". The New York Times. Retrieved 10 January 2012.
  10. Allison Danzig (October 18, 1948). "Michigan Is Defensive Standout Among Nation's College Elevens: Wolverines Have Yielded Only 7 Points in 4 Games". The New York Times.
  11. Tommy Devine (October 19, 1958). "Wildcats Murder M, 55-24". Detroit Free Press. p. 1E – via Newspapers.com.
  12. Hal Middlesworth (October 18, 1959). "'Cats Win, 20-7: U-M Gives All -- But NW Takes". Detroit Free Press. p. 1E – via Newspapers.com.
  13. "COLLEGE FOOTBALL : Northwestern Stuns Michigan This Time : Big Ten: Opportunistic Wildcats down Wolverines, 19-13, for first victory over foe in 30 years". Los Angeles Times. October 8, 1995.
  14. "Michigan and Northwestern Establish George Jewett Trophy". mgoblue.com. Retrieved February 25, 2021. The University of Michigan and Northwestern University have established the first rivalry game trophy named for an African American player in Football Bowl Subdivision (FBS) history, creating the George Jewett Trophy, announced jointly by the two institutions today (Thursday, Feb. 25).
  15. Orion Sang (February 25, 2021). "Michigan, Northwestern to play for George Jewett Trophy, honoring Big Ten's first Black football player". Detroit Free Press.
  16. "Michigan Wolverines, Northwestern Wildcats football to play for George Jewett Trophy". ESPN.com. February 25, 2021. This becomes the Big Ten's 16th rivalry game trophy -- the third for Michigan (Little Brown Jug, Paul Bunyan Trophy) and second for Northwestern (Land of Lincoln Trophy).
  17. "Winsipedia - Michigan Wolverines vs. Northwestern Wildcats football series history". winsipedia.com. Retrieved February 25, 2021.


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