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

Charlotte–East Carolina rivalry

From EverybodyWiki Bios & Wiki


Charlotte-East Carolina Rivalry
SportFootball, Men's Basketball, Baseball
First meetingMarch 22, 1979 (Baseball)
East Carolina, 14-0
Latest meetingOctober 21, 2023 (Football)
Charlotte, 10-7
Next meetingFebruary 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]

Charlotte-East Carolina football rivalry
SportFootball
First meetingOctober 21, 2023
Charlotte, 1–0
Latest meetingOctober 21, 2023
Next meeting2024
StadiumsDowdy-Ficklen Stadium,
Jerry Richardson Stadium
Statistics
Meetings total1
All-time seriesCharlotte leads 1-0
Largest victoryCharlotte 10-7 (2023)
Longest win streakCharlotte 1 (2023)
Longest unbeaten streakCharlotte 1 (2023)
Current win streakCharlotte 1 (2023)
Current unbeaten streakCharlotte 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 victoriesEast Carolina victoriesTie games
No.DateLocationWinning teamLosing 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]

Basketball series
SportMen's Basketball
First meetingJanuary 20, 1981
East Carolina, 65–64 OT
Latest meetingNovember 27, 2020
East Carolina, 66–57
Next meetingFebruary 3, 2024
StadiumsDale F. Halton Arena
Minges Coliseum
Charlotte Coliseum
TD Arena
Statistics
Meetings total28
All-time seriesCharlotte leads, 18–10
Largest victoryCharlotte, 87–52 (2002)
Longest win streakCharlotte, 8 (1995–05)
Current win streakEast 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 victoriesEast Carolina victoriesTie games
No.DateLocationWinnerScore
1 January 20, 1981 Charlotte, NC East Carolina65–64 OT
2 January 27, 1982 Greenville, NC East Carolina71–68
3 January 2, 1984 Greenville, NC Charlotte 67–57
4 January 31, 1984 NA East Carolina66–64
5 December 8, 1992 Greenville, NC Charlotte 62–59
6 November 29, 1993 Charlotte, NC Charlotte 85–62
7 February 22, 1995 Greenville, NC East Carolina 89–77
8 December 2, 1995 Charlotte, NC Charlotte 80–65
9 January 12, 2002 Greenville, NC Charlotte 84–75
10 January 26, 2002 Charlotte, NC Charlotte 87–52
11 January 11, 2003 Charlotte, NC Charlotte 83–62
12 February 22, 2003 Greenville, NC Charlotte 71–66
13 January 10, 2004 Charlotte, NC Charlotte 81–65
14 February 7, 2004 Greenville, NC Charlotte 96–90
15 January 8, 2005 Charlotte, NC Charlotte 72–60
16 January 29, 2005 Greenville, NC East Carolina 54–51
No.DateLocationWinnerScore
17 December 2, 2009 Charlotte, NC Charlotte 80–68
18 November 19, 2010 Charleston, SC* Charlotte 74–63
19 December 1, 2010 Greenville, NC East Carolina 62–61
20 December 3, 2011 Greenville, NC Charlotte 76–64
21 December 1, 2012 Charlotte, NC Charlotte 76–64
22 February 27, 2014 Greenville, NC East Carolina 88–74
23 November 16, 2015 Greenville, NC East Carolina 54–51
24 November 17, 2016 Charlotte, NC Charlotte 76–64
25 December 18, 2017 Greenville, NC Charlotte 69–50
26 December 18, 2018 Charlotte, NC Charlotte 55–49
27 December 22, 2019 Greenville, NC East Carolina 60–56
28 November 27, 2020 Charlotte, NC East Carolina 66–57
29 February 3, 2024 Charlotte, NC
30 March 9, 2024 Greenville, NC
Series: Charlotte leads 18–10

(*) 2010 Charleston Classic

Baseball[edit]

Baseball series
SportBaseball
First meetingMarch 3, 1979
East Carolina, 14-0
Latest meetingApril 19, 2023
East Carolina, 6-2
Next meeting2024
StadiumsClark–LeClair Stadium/Harrington Field
Hayes Stadium
Clark Griffith Park
Intimidators Stadium
Turchin Stadium
Truist Field
Statistics
Meetings total39
All-time seriesEast Carolina leads, 34–5
Largest victoryEast Carolina, 14–0 (1979)
Longest win streakEast Carolina, 13 (2017-present)
Current win streakEast 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 victoriesEast Carolina victoriesTie games
No.DateLocationWinnerScore
1 March 22, 1979 Greenville, NC East Carolina14–0
2 March 22, 1979 Greenville, NC East Carolina5–2
3 March 12, 1980 Charlotte, NC East Carolina5–3
4 April 25, 1980 Greenville, NC East Carolina3–2
5 April 3, 1981 Charlotte, NC East Carolina11–0
6 April 24, 1981 Charlotte, NC East Carolina13–1
7 April 18, 1982 Greenville, NC East Carolina14–7
8 February 21, 1993 Greenville, NC East Carolina12–2
9 May 1, 1993 Charlotte, NC East Carolina8–2
10 April 12, 2002 Kannapolis, NC East Carolina10–4
11 April 13, 2002 Kannapolis, NC Charlotte4–2
12 April 14, 2002 Charlotte, NC East Carolina3–2
13 March 21, 2003 Charlotte, NC Charlotte5–2
14 March 22, 2003 Greenville, NC East Carolina15–4
15 March 23, 2003 Greenville, NC East Carolina8–7
16 May 22, 2003 New Orleans, LA* East Carolina8–5
17 April 2, 2004 Charlotte, NC East Carolina8–0
18 April 3, 2004 Charlotte, NC East Carolina13–5
19 April 4, 2004 Charlotte, NC East Carolina24–13
20 March 25, 2005 Greenville, NC Charlotte6–2 (10)
No.DateLocationWinnerScore
21 March 26, 2005 Greenville, NC East Carolina6–0
22 March 26, 2005 Greenville, NC Charlotte9–6
23 March 21, 2014 Charlotte, NC East Carolina5–3
24 March 22, 2014 Charlotte, NC East Carolina5–2
25 March 22, 2014 Charlotte, NC East Carolina8–5
26 March 10, 2017 Greenville, NC Charlotte2–0
27 March 11, 2017 Greenville, NC East Carolina3–0
28 March 11, 2017 Greenville, NC East Carolina10–7 (10)
29 March 9, 2018 Charlotte, NC East Carolina3–1
30 March 10, 2018 Charlotte, NC East Carolina12–2
31 March 10, 2018 Charlotte, NC East Carolina6–5
32 March 6, 2020 Charlotte, NC East Carolina14–4
33 March 7, 2020 Charlotte, NC East Carolina15–5
34 March 8, 2020 Charlotte, NC East Carolina4–1
35 March 12, 2021 Greenville, NC East Carolina7–4
36 March 13, 2021 Greenville, NC East Carolina3–1
37 March 14, 2021 Greenville, NC East Carolina3–1
38 June 5, 2021 Greenville, NC East Carolina7–5
39 June 19, 2023 Charlotte, NC East Carolina6–2
Series: East Carolina leads 34–5

(*) 2003 C-USA Tourney

References[edit]

  1. "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)
  2. "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)
  3. "At a glance: Latest wave of conference realignment". USA Today. June 29, 2014. Retrieved November 25, 2022.
  4. "Charlotte, East Carolina schedule 2024-25 football series". FBSchedules.com. 2 November 2017. Retrieved November 25, 2022.
  5. "American Athletic Conference Announces the Addition of Six Universities". October 21, 2021. Retrieved November 25, 2022.
  6. "American football schedule format set for 2023 through 2026 seasons". FBSchedules.com. 9 November 2022. Retrieved November 25, 2022.
  7. Bailey, Hunter (November 28, 2018). "Mike Houston Named Charlotte's Head Coach". Underdogdynasty.com. Retrieved October 16, 2023.
  8. 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.
  9. Carboni, Nick (November 30, 2018). "Charlotte 49ers withdraw head coach offer to Mike Houston". WCNC. Retrieved October 16, 2023.
  10. Bailey, Hunter (November 30, 2018). "Charlotte withdraws offer for Mike Houston to become their head coach". Underdogdynasty.com. Retrieved October 16, 2023.
  11. "Mike Houston Selected As ECU Head Football Coach". ECUPirates.com. December 3, 2018. Retrieved October 16, 2023.
  12. 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.
  13. "THE POINT AFTER: First AAC Win - Charlotte 10 at East Carolina 7". Charlotte49ers.com. October 22, 2023. Retrieved October 22, 2023.
  14. "Winsipedia Charlotte vs East Carolina". Retrieved 2023-10-24.
  15. 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.
  16. "Charlotte Athletics Men's Basketball History vs East Carolina". charlotte49ers.com. Retrieved 2022-11-25.
  17. "Charlotte Athlectics Baseball History vs East Carolina". Retrieved 2022-11-25.

{{#set:Technical tag=Article from Wikipedia}}{{#set:priority= }} {{#set:PageName=Charlotte%E2%80%93East_Carolina_rivalry }}

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.{{#set:Article=true}}