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

Illinois–Notre Dame men's basketball rivalry

From EverybodyWiki Bios & Wiki




Illinois–Notre Dame men's basketball rivalry
First meetingJanuary 2, 1922
Notre Dame 38, Illinois 49
Latest meetingNovember 27, 2018
Illinois 74, Notre Dame 76
StadiumsState Farm Center
Edmund P. Joyce Center
Statistics
Meetings total42
All-time seriesIllinois leads, 27–15
Largest victoryIllinois, 34 points (1969)
Longest win streakIllinois, 7
Current win streakNotre Dame, 3
<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": "41.0"} },
   {"name":"imgLon", "init": {"expr": "-87.0"} },
   {"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": 41.0, 
    "lon": -87.0, 
    "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":  "50km" }

, { "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": 40.110556, "lon": -88.228333, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Orange_pog.svg/10px-Orange_pog.svg.png", "height": 10, "width": 10, "text": "Illinois", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 41.6983168, "lon": -86.233158, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Blue_pog.svg/10px-Blue_pog.svg.png", "height": 10, "width": 10, "text": "Notre Dame", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 41.8807, "lon": -87.6746, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Black_pog.svg/10px-Black_pog.svg.png", "height": 10, "width": 10, "text": "Chicago Stadium", "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 Illinois and Missouri

The Illinois–Notre Dame men's basketball rivalry is a college sports rivalry between the Illinois Fighting Illini and the Notre Dame Fighting Irish. Multiple factors have played into the creation of the games between the two schools; Illinois and Indiana share a state border, are located about 150 miles (240 km) apart, and they share recruiting ground.

History[edit]

Largely based on proximity to Chicago the University of Illinois Fighting Illini of the Big Ten Conference and University of Notre Dame Fighting Irish of the ACC men's college basketball teams have had a rivalry that at one time included 25 games over 30 years.

The two teams first played in 1922 in Champaign, Illinois and after four meetings at Kenney Gym, the game shifted to South Bend, Indiana and Notre Dame Fieldhouse where it would rotate between venues for the next 15 years. Beyond the teams home courts, the majority of their games have taken place in neutral sites, primarily during the months of December and January. These neutral sites have included Chicago Stadium as well as Hinkle Fieldhouse and the RCA Dome in Indianapolis. In 1957 the game shifted to Chicago based on several factors. The most significant reasons for having most of the games played in Chicago is that it is within convenient driving distance of the two schools' home cities; 1.75 hours from South Bend, and 2 hours from Champaign. Additionally, a significant number of students at both schools come from the area; both schools have a large alumni base in greater Chicago; and the Chicago Stadium had a larger capacity than either school's home arena (Kenney Gym/Huff Hall/Assembly Hall for Illinois and Notre Dame Fieldhouse/Joyce Center for Notre Dame).

Prior to 1973, the teams would meet nearly every year with the longest gap between games being nine years (1926-1935). Illinois has dominated the series, leading 27-12 before losing the three most recent games. The series took a 30 year hiatus between 1973 and 2003. The 2003 meeting is the only time that the two teams have met in the NCAA Tournament. After joining the ACC in 2013, The Fighting Irish have met the Fighting Illini on two occasions during the ACC–Big Ten Challenge (2015 & 2018).[1]

Based on the fact that the Illini and Irish have only played 12 football games, the rivalry does not cross into any other sports, the Irish have dominated the Illini with an 11-0-1 record in football.[2]

Results[edit]

Winning team is shown. Ranking of the team at the time of the game by the AP Poll is shown by the team name. Rankings are from 1936–present.

Illinois victoriesNotre Dame victoriesTie games
No.DateLocationWinnerScore
1 January 2, 1922 Kenney Gym Illinois 49–38
2 January 3, 1922 Kenney Gym Illinois 40–27
3 December 21, 1922 Kenney Gym Illinois 41–38
4 January 2, 1924 Kenney Gym Illinois 29–21
5 February 7, 1925 Notre Dame Fieldhouse Notre Dame 29–18
6 February 6, 1926 Kenney Gym Notre Dame 26–14
7 February 5, 1935 Huff Hall Illinois 27–26
8 February 5, 1936 Notre Dame Fieldhouse Notre Dame 33–22
9 December 19, 1936 Huff Hall Illinois 44–29
10 February 6, 1937 Notre Dame Fieldhouse Notre Dame 41–33
11 December 28, 1937 Huff Hall Illinois 33–32
12 February 3, 1939 Notre Dame Fieldhouse Notre Dame 38–24
13 December 27, 1939 Huff Hall Illinois 42–29
14 February 3, 1940 Notre Dame Fieldhouse Notre Dame 58–40
15 December 23, 1940 Notre Dame Fieldhouse Illinois 41–39
16 December 23, 1941 Huff Hall Illinois 48–29
17 December 8, 1947 Huff Hall Illinois 40–38
18 December 8, 1948 Notre Dame Fieldhouse Illinois 59–58OT
19 December 18, 1954 Huff Hall No. 3 Illinois 66–57
20 December 13, 1955 Notre Dame Fieldhouse No. 3 Illinois 103–93
21 January 26, 1957 Chicago Stadium No. 9 Illinois 99–81
22 January 25, 1958 Chicago Stadium Notre Dame 81–67
No.DateLocationWinnerScore
23 January 24, 1959 Chicago Stadium Notre Dame 85–75
24 January 30, 1960 Chicago Stadium Illinois 71–67
25 December 28, 1960 Hinkle Fieldhouse Notre Dame 69–66
26 January 28, 1961 Chicago Stadium Illinois 77–62
27 January 28, 1962 Chicago Stadium No. 3 Illinois 85–77
28 December 31, 1962 Chicago Stadium Notre Dame 90–88
29 December 14, 1963 Assembly Hall Illinois 40–38
30 December 31, 1963 Chicago Stadium Illinois 87–78
31 January 30, 1965 Chicago Stadium Illinois 101–87
32 January 28, 1966 Chicago Stadium Illinois 120–92
33 January 28, 1967 Chicago Stadium Notre Dame 90–75
34 January 27, 1968 Chicago Stadium Illinois 68–67
35 January 25, 1969 Chicago Stadium No. 8 Illinois 91–57
36 January 31, 1970 Chicago Stadium Notre Dame 86–83
37 January 30, 1971 Chicago Stadium Illinois 69–66OT
38 January 28, 1972 Chicago Stadium Illinois 81–59
39 January 25, 1973 Chicago Stadium Illinois 87–84
40 March 22, 2003 RCA Dome No. 22 Notre Dame 68–60
41 December 14, 2015 State Farm Center Notre Dame 84–79
42 November 27, 2018 Joyce Center Notre Dame 84–79
43
Series: Illinois leads 27–15

[3]

Series statistics[edit]

  • Series Record: Illinois leads 27 to 15
  • Current Streak: Notre Dame, 3 wins
  • Illinois when ranked: 5-1
  • Notre Dame when ranked: 1-2
  • When both teams are ranked: Illinois leads 2-1
  • Illinois when unranked: 22-14
  • Notre Dame when unranked: 14-24
  • When both teams are unranked: Illinois leads 22-14
  • In overtime games: Illinois leads 2-0
  • At Chicago Stadium: Illinois leads 12-5
  • At Hinkle Fieldhouse: Notre Dame leads 1-0
  • On home court: Illinois 12-2, Notre Dame 6-3
  • Illinois' longest winning streak: 7
  • Notre Dame's longest winning streak: 3
  • Illinois' largest winning margin: 34 points (1969)
  • Notre Dame's largest winning margin: 18 points (1940)
  • Closest margin: 1 point, two times in regulation (1935, 1937) and once overtime (1948)

See also[edit]

University of Notre Dame men's basketball media guide
University of Illinois men's basketball media guide

References[edit]

Illinois–Notre Dame men's basketball rivalry[edit]


This article "Illinois–Notre Dame men's basketball rivalry" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Illinois–Notre Dame men's basketball rivalry. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.