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

Boston College–Harvard men's basketball rivalry

From EverybodyWiki Bios & Wiki

Boston College–Harvard men's basketball rivalry
SportMen's basketball
First meetingDecember 13, 1949
Latest meetingNovember 18, 2023
Boston College 73, Harvard 64
Next meetingTBD
Statistics
Meetings total48
All-time seriesBoston College leads 34–14 (.708)
Largest victoryBoston College, 48 points (1989)
Longest win streakBoston College, 10 (1978–1992)
Current win streakBoston College, 1 (2023–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": "42.35"} },
   {"name":"imgLon", "init": {"expr": "-71.16"} },
   {"name":"imgZoom", "init": {"expr": "11"} },
   {"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.35, 
    "lon": -71.16, 
    "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":  "3km" }

, { "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.335, "lon": -71.17, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/c/cc/Gold_pog.svg/10px-Gold_pog.svg.png", "height": 10, "width": 10, "text": "Boston College", "textAlign": "center", "textBaseline": "top", "textDx": 0, "textDy": 7, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 42.374444, "lon": -71.116944, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Harvard", "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 Boston College and Harvard

The Boston College–Harvard men's basketball rivalry is an American college basketball rivalry between the Boston College Eagles basketball team of Boston College and Harvard Crimson basketball team of Harvard College. The two teams' geographical proximity has made the rivalry an intense one.

History[edit]

After many years of domination by Boston College, Harvard, led by coach Tommy Amaker, won every game it played against Boston College from 2008 to 2014. The 2008–09 Harvard team defeated No. 17 Boston College on January 7, 2009 for the first win over a ranked team in the program's history.[1] The 2008–09 recruiting class was the first time an Ivy League institution was ranked in the top 25 by ESPN.[2][3] The 2009–10 Harvard team also won their December 9 rematch with Boston College by a 74–67 margin.[4] Despite this, the Eagles still hold the overall advantage in the rivalry.[citation needed]

Results[edit]

Boston College victoriesHarvard victories
No.DateLocationWinnerScore
1 December 13, 1949 Chestnut Hill, MA Harvard 54–49
2 December 19, 1950 Boston, MA Harvard 54–49
3 December 20, 1951 Boston, MA Boston College 76–63
4 January 12, 1953 Chestnut Hill, MA Harvard 73–70
5 February 10, 1954 Boston, MA Boston College 73–52
6 February 8, 1955 Boston, MA Boston College 73–70
7 February 25, 1956 Boston, MA Harvard 93–74
8 February 13, 1957 Boston, MA Harvard 101–86
9 January 30, 1958 Boston, MA Boston College 65–60
10 February 4, 1959 Chestnut Hill, MA Boston College 63–49
11 February 9, 1960 Boston, MA Boston College 86–82
12 December 13, 1960 Chestnut Hill, MA Boston College 88–61
13 December 6, 1962 Boston, MA Boston College 57–45
14 December 15, 1964 Chestnut Hill, MA Boston College 83–72
15 December 13, 1966 Boston, MA Boston College 99–81
16 December 10, 1968 Chestnut Hill, MA Boston College 91–77
17 December 8, 1970 Boston, MA Boston College 73–71
18 January 8, 1973 Boston, MA Harvard 77–67
19 December 14, 1973 Boston, MA Boston College 68–65
20 December 7, 1974 Chestnut Hill, MA Boston College 70–66
21 January 16, 1975 Boston, MA Boston College 86–77
22 December 6, 1975 Boston, MA Boston College 72–71
23 January 13, 1976 Boston, MA Harvard 79–65
24 December 4, 1976 Chestnut Hill, MA Boston College 75–71
25 December 3, 1977 Boston, MA Harvard 79–65
No.DateLocationWinnerScore
26 December 16, 1978 Boston, MA Boston College 86–83
27 December 28, 1978 Honolulu, HI Boston College 86–83
28 February 1, 1980 Boston, MA Boston College 74–62
29 December 4, 1986 Chestnut Hill, MA Boston College 87–86
30 December 1, 1987 Boston, MA Boston College 121–80
31 November 26, 1988 Chestnut Hill, MA Boston College 70–54
32 December 12, 1989 Boston, MA Boston College 114–66
33 December 8, 1990 Chestnut Hill, MA Boston College 97–72
34 December 7, 1991 Boston, MA Boston College 98–59
35 December 5, 1992 Chestnut Hill, MA Boston College 96–57
36 November 18, 1998 Chestnut Hill, MA Harvard 62–61
37 December 22, 2002 Chestnut Hill, MA Boston College 84–77
38 December 22, 2005 Chestnut Hill, MA No. 14 Boston College 89–55
39 January 7, 2009 Chestnut Hill, MA Harvard 82–70
40 December 9, 2009 Chestnut Hill, MA Harvard 74–67
41 January 5, 2011 Chestnut Hill, MA Harvard 78–69
42 December 29, 2011 Chestnut Hill, MA Harvard 78–69
43 December 4, 2012 Chestnut Hill, MA No. 24 Harvard 67–46
44 January 1, 2014 Boston, MA Harvard 73–58
45 January 14, 2015 Chestnut Hill, MA Boston College 64–57OT
46 November 22, 2015 Chestnut Hill, MA Boston College 69–56
47 December 7, 2016 Chestnut Hill, MA Harvard 74–66
48 November 18, 2023 Chestnut Hill, MA Boston College 73–64
Series: Boston College leads 32–16

References[edit]

  1. "Lin powers Harvard to rare upset over No. 24 BC". ESPN.com. 2009-01-07. Retrieved 2010-04-02.
  2. Thamel, Pete (2008-03-02). "In a New Era at Harvard, New Questions of Standards". The New York Times. Retrieved 2010-04-02.
  3. "Tommy Amaker". Harvard University. Archived from the original on 2011-07-22. Retrieved 2010-03-31. Unknown parameter |url-status= ignored (help)
  4. "Harvard 74, Boston College 67". ESPN.com. 2009-12-09. Retrieved 2010-04-16.

Template:Harvard Crimson men's basketball navbox


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