Charlotte–East Carolina rivalry
Sport | Football, Men's Basketball, Baseball |
---|---|
First meeting | March 22, 1979 (Baseball) East Carolina, 14-0 |
Latest meeting | October 21, 2023 (Football) Charlotte, 10-7 |
Next meeting | February 3, 2024 (Basketball) |
<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": "35.50"} }, {"name":"imgLon", "init": {"expr": "-79.00"} }, {"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": 35.50, "lon": -79.00, "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": "150km" } , { "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": 35.3070973, "lon": -80.7373527, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Green_pog.svg/10px-Green_pog.svg.png", "height": 10, "width": 10, "text": "Charlotte", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"
} , { "lat": 35.602, "lon": -77.368, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Purple_pog.svg/10px-Purple_pog.svg.png", "height": 10, "width": 10, "text": "East Carolina", "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" } ] }, "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 Charlotte and East Carolina |
The Charlotte–East Carolina rivalry is a multi-sport college rivalry series between the 49ers of the University of North Carolina at Charlotte and the Pirates of East Carolina University. The two North Carolina public universities are located within a four-hour drive of each other and have competed against each other in athletic contests since 1979. The two schools were non-football conference mates from 2001 until 2005 in C-USA. Both were scheduled to return as conference mates in C-USA in 2013 after Charlotte restarted football, but after one year of non-football conference play (Charlotte couldn't move football to FBS till 2015) ECU departed C-USA for the Big East/AAC for the 2014/15 season. The two programs were reunited as conference mates in 2023 when Charlotte joined ECU in the AAC.
Football[edit]
Sport | Football |
---|---|
First meeting | October 21, 2023 Charlotte, 1–0 |
Latest meeting | October 21, 2023 |
Next meeting | 2024 |
Stadiums | Dowdy-Ficklen Stadium, Jerry Richardson Stadium |
Statistics | |
Meetings total | 1 |
All-time series | Charlotte leads 1-0 |
Largest victory | Charlotte 10-7 (2023) |
Longest win streak | Charlotte 1 (2023) |
Longest unbeaten streak | Charlotte 1 (2023) |
Current win streak | Charlotte 1 (2023) |
Current unbeaten streak | Charlotte 1 (2023) |
The newest sports rivalry between these in-state foes began on October 21, 2023 when the 49ers played at Dowdy-Ficklen Stadium for the first time. Charlotte restarted their long defunct football program in 2013 and was invited to rejoin Conference USA, which at the time included East Carolina as a member.[1] Shortly afterwards, East Carolina was invited as a football-only member to the Big East Conference, eventually becoming a full-sports member when the football playing schools of the Big East reorganized into the AAC.[2][3] A non-conference series was originally scheduled between the two programs to start in 2024.[4] When Charlotte agreed in October of 2021 to join the AAC starting in the 2023 season, both programs scheduled new non-conference series with other programs.[5] In November of 2023 the AAC released their four year conference schedule, which featured Charlotte and ECU as each others annual rivalry game.[6]
ECU head coach Mike Houston had been offered and accepted in principle to become the 49ers' head coach in late November of 2018.[7][8] The offer was withdrawn on November 30 after it became public that Houston was still considering other options.[9][10] He subsequently became the Pirates' head coach on December 3.[11] The 49ers went on to hire Will Healy on December 5.
The 49ers' series inaugural victory was Biff Poggi's first win over an FBS team, and his and the program's first win over an AAC opponent.[12] The 49ers would also set a new program record for least yards allowed at 127 yards.[13][14][15]
Game Results[edit]
Charlotte victories | East Carolina victories | Tie games |
No. | Date | Location | Winning team | Losing team | ||||
---|---|---|---|---|---|---|---|---|
1 | October 21, 2023 | Greenville, NC | Charlotte | 10 | ECU | 7 | ||
2 | TBA, 2024 | Charlotte, NC | ||||||
3 | TBA, 2025 | Greenville, NC | ||||||
4 | TBA, 2026 | Charlotte, NC | ||||||
Series: Charlotte leads 1–0 |
Basketball[edit]
Sport | Men's Basketball |
---|---|
First meeting | January 20, 1981 East Carolina, 65–64 OT |
Latest meeting | November 27, 2020 East Carolina, 66–57 |
Next meeting | February 3, 2024 |
Stadiums | Dale F. Halton Arena Minges Coliseum Charlotte Coliseum TD Arena |
Statistics | |
Meetings total | 28 |
All-time series | Charlotte leads, 18–10 |
Largest victory | Charlotte, 87–52 (2002) |
Longest win streak | Charlotte, 8 (1995–05) |
Current win streak | East Carolina, 2 (2019–present) |
Charlotte has controlled the series with a nearly two-to-one advantage, which included both schools being conference and non-conference foes during that time period.[16]
Game Results[edit]
Charlotte victories | East Carolina victories | Tie games |
|
(*) 2010 Charleston Classic
Baseball[edit]
Sport | Baseball |
---|---|
First meeting | March 3, 1979 East Carolina, 14-0 |
Latest meeting | April 19, 2023 East Carolina, 6-2 |
Next meeting | 2024 |
Stadiums | Clark–LeClair Stadium/Harrington Field Hayes Stadium Clark Griffith Park Intimidators Stadium Turchin Stadium Truist Field |
Statistics | |
Meetings total | 39 |
All-time series | East Carolina leads, 34–5 |
Largest victory | East Carolina, 14–0 (1979) |
Longest win streak | East Carolina, 13 (2017-present) |
Current win streak | East Carolina, 13 (2017-present) |
Baseball was the first sport the two universities played against each other after Charlotte moved up from the NAIA to the NCAA in the 1970's, 1979 being the 49ers baseball program's inaugural season. East Carolina, with a long tradition of dominant baseball performances and multiple post-season appearances has easily controlled the baseball matchup between these two institutions.[17]
Game Results[edit]
Charlotte victories | East Carolina victories | Tie games |
|
References[edit]
- ↑ "Conference USA Adds Five New Members". Conferenceusa.com. May 4, 2012. Archived from the original on May 10, 2012. Retrieved May 8, 2012. Unknown parameter
|url-status=
ignored (help) - ↑ "East Carolina Joins BIG EAST as Football Member" (Press release). Big East Conference. November 27, 2012. Archived from the original on November 30, 2012. Retrieved November 27, 2012. Unknown parameter
|url-status=
ignored (help) - ↑ "At a glance: Latest wave of conference realignment". USA Today. June 29, 2014. Retrieved November 25, 2022.
- ↑ "Charlotte, East Carolina schedule 2024-25 football series". FBSchedules.com. 2 November 2017. Retrieved November 25, 2022.
- ↑ "American Athletic Conference Announces the Addition of Six Universities". October 21, 2021. Retrieved November 25, 2022.
- ↑ "American football schedule format set for 2023 through 2026 seasons". FBSchedules.com. 9 November 2022. Retrieved November 25, 2022.
- ↑ Bailey, Hunter (November 28, 2018). "Mike Houston Named Charlotte's Head Coach". Underdogdynasty.com. Retrieved October 16, 2023.
- ↑ Barnett, Zach (November 28, 2018). "Mike Houston: I've been offered the Charlotte job. That's it. (But there are issues.)". FootballScoop.com. Retrieved October 16, 2023.
- ↑ Carboni, Nick (November 30, 2018). "Charlotte 49ers withdraw head coach offer to Mike Houston". WCNC. Retrieved October 16, 2023.
- ↑ Bailey, Hunter (November 30, 2018). "Charlotte withdraws offer for Mike Houston to become their head coach". Underdogdynasty.com. Retrieved October 16, 2023.
- ↑ "Mike Houston Selected As ECU Head Football Coach". ECUPirates.com. December 3, 2018. Retrieved October 16, 2023.
- ↑ Bailey, Hunter (October 21, 2023). "Charlotte spoils ECU homecoming: 49ers record first conference win, 10-7 over Pirates". The Charlotte Observer. Retrieved October 22, 2023.
- ↑ "THE POINT AFTER: First AAC Win - Charlotte 10 at East Carolina 7". Charlotte49ers.com. October 22, 2023. Retrieved October 22, 2023.
- ↑ "Winsipedia Charlotte vs East Carolina". Retrieved 2023-10-24.
- ↑ Bailey, Hunter (October 20, 2023). "Don't call it a rivalry — yet. Charlotte football set for conference showdown at ECU". The Charlotte Observer. Retrieved October 24, 2023.
- ↑ "Charlotte Athletics Men's Basketball History vs East Carolina". charlotte49ers.com. Retrieved 2022-11-25.
- ↑ "Charlotte Athlectics Baseball History vs East Carolina". Retrieved 2022-11-25.
This article "Charlotte–East Carolina rivalry" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Charlotte–East Carolina rivalry. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
- College sports in North Carolina
- College sports rivalries in the United States
- College football rivalries in the United States
- College basketball rivalries in the United States
- College baseball rivalries in the United States
- Charlotte 49ers
- East Carolina Pirates
- 1966 establishments in North Carolina
- 1971 establishments in North Carolina