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

East Carolina–UCF football rivalry

From EverybodyWiki Bios & Wiki

East Carolina–UCF football rivalry
First meetingSeptember 21, 1991
East Carolina 47, UCF 25
Latest meetingOctober 19, 2019
UCF 41, East Carolina 28
Next meetingSeptember 24, 2020
Statistics
Meetings total18
All-time seriesEast Carolina leads, 10–8
Largest victoryUCF, 63–21 (2017)
Longest win streakEast Carolina, 4 (1991–1996, 2006–2009)
UCF, 4 (2016–present)
Current win streakUCF, 4 (2016–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": "32.0"} },
   {"name":"imgLon", "init": {"expr": "-79.1"} },
   {"name":"imgZoom", "init": {"expr": "5"} },
   {"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": 32.0, 
    "lon": -79.1, 
    "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":  "300km" }

, { "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.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": "ECU", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 28.601778, "lon": -81.200549, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Black_pog.svg/10px-Black_pog.svg.png", "height": 10, "width": 10, "text": "UCF", "textAlign": "left", "textBaseline": "middle", "textDx": 7, "textDy": 1, "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 ECU and UCF

The East Carolina–UCF football rivalry is an American college football rivalry game played by the East Carolina Pirates football team of East Carolina University and the UCF Knights football team of the University of Central Florida. The teams first met in 1991, but for the majority of the rivalry both teams were members of the same conference – first Conference USA (2005–2012), and now the American Athletic Conference (2014–present).

East Carolina holds the advantage in the overall win-loss record in the rivalry series, 10–8. The series has been marked by periods of alternating winning streaks. East Carolina won four of the first five games, but UCF has won four of the last five. Five of the games in the series have been decided by seven points or fewer, while three were decided by more than twenty points.[1]

Series history[edit]

Since 1963, East Carolina has played at Dowdy–Ficklen Stadium. The stadium was named in part after Ron Dowdy, an Orlando businessman and major contributor to both programs.[2]
Spectrum Stadium, UCF's home field since 2007

First Games (1991–1996)[edit]

The Pirates have been considered one of UCF's main rival's due to the number of meetings and the comparable size of the programs. East Carolina joined Division I-A (FBS) in 1978, while UCF did so in 1996. The Pirates joined C-USA in 1997, and the Knights followed from the Mid-American Conference (MAC) in 2005. The similarities and histories between the two programs fuel the fire in this rivalry. The first game in the series was played on September 21, 1991 between coach Bill Lewis's Pirates and coach Gene McDowell's Knights in Orlando, Florida. The Pirates won the first four games of the series, in 1991, 1993–94 and 1996.[1]

Conference foes (2005–present)[edit]

Beginning in 2005, both teams started playing annually as members of C-USA. In 2005 the Knights gained their first football victory over East Carolina, a 30–20 victory in Greenville, North Carolina. After the win, the Knights would lose the next four contests. Since 2010, the Knights have won two of the past three match-ups, losing to the Pirates in Greenville in 2011.[1] From its one-sided domination by East Carolina in its first few years, the East Carolina–UCF football rivalry evolved into one of the most evenly matched and hardest fought during the two teams time in Conference USA (C-USA). The games often affected the standings in the conference's eastern divisions, and evenly more frequently affected whether a team qualified for a bowl game.

The contest between UCF and East Carolina determined the winner of the C-USA Eastern Division numerous times. In 2007, UCF's only conference loss came at the hands of the Pirates. In 2008, the Pirates returned the favor and won in overtime to secure the C-USA East title. A UCF loss at East Carolina also determined them as the Eastern Division champions in 2009, while a UCF win at home was the difference in 2010 and 2012.

Conference realignment changed the rivalry once again, when UCF was admitted to the Big East Conference (later realigned as the American Athletic Conference), an Automatic Qualifying conference, for the 2013 season.[3][4][5] In 2012, it was announced that the Pirates would follow the Knights to The American in 2014 as an all-sports member.[6][7][8] In 2012, the series conclusion with both schools as members of C-USA, the Knights earned a 40–20 victory over the Pirates.

In May 2014, The American announced that as of the 2015 season, both schools will be a member of the East Division.[9]

The 2014 meeting, which was the regular season finale for both teams, notably was a deciding game for the 2014 AAC conference championship. A 51-yard hail mary pass on the final play of the game gave UCF a shocking 32-30 victory, and clinched the Knights a share of the 2014 conference championship.

Game results[edit]

Since 1991, the Pirates and Knights have played twelve times. East Carolina leads the series 10–8. The game has been played in two cities and three stadiums: Dowdy–Ficklen Stadium in Greenville, North Carolina, and the Citrus Bowl and Bright House Networks Stadium in Orlando, Florida. East Carolina leads the series in Greenville (6–4), while it is tied in Orlando (4–4).

East Carolina victoriesUCF victories
No.DateLocationWinnerScore
1 September 21, 1991 Orlando, FL East Carolina 47–25
2 September 18, 1993 Greenville, NC East Carolina 41–17
3 November 12, 1994 Greenville, NC East Carolina 23–20
4 September 28, 1996 Greenville, NC East Carolina 28–7
5 October 29, 2005 Greenville, NC UCF 30–20
6 November 4, 2006 Orlando, FL East Carolina 23–10
7 October 6, 2007 Greenville, NC East Carolina 52–38
8 November 2, 2008 Orlando, FL East Carolina 13–10OT
9 September 26, 2009 Greenville, NC East Carolina 19–14
10 October 30, 2010 Orlando, FL UCF 49–35
No.DateLocationWinnerScore
11 November 19, 2011 Greenville, NC East Carolina 38–31
12 October 4, 2012 Orlando, FL UCF 40–20
13 December 4, 2014 Greenville, NC UCF 32–30
14 November 19, 2015 Orlando, FL East Carolina 44–7
15 October 1, 2016 Greenville, NC UCF 47–29
16 October 14, 2017 Orlando, FL #22 UCF 63–21
17 October 20, 2018 Greenville, NC #10 UCF 37–10
18 October 19, 2019 Orlando, FL UCF 41–28
Series: East Carolina leads 10–8

See also[edit]


Other articles of the topic Florida : Universal Studios Florida

Other articles of the topic United States : MTV, New York's congressional districts, Public figure, Hazbin Hotel, The Adventures of Jimmy Neutron, Boy Genius, Zoot (Software)

References[edit]

  1. 1.0 1.1 1.2 College Football Data Warehouse, East Carolina vs. UCF. Retrieved December 11, 2012.
  2. "Divided loyalties for booster Dowdy". Orlando Sentinel. September 25, 2009. Retrieved February 6, 2015.
  3. Iliana Limón (June 29, 2013). "Big East finally announces UCF is joining league". Orlando Sentinel. Retrieved June 7, 2014.
  4. "It's Official! UCF Joins BIG EAST Conference". University of Central Florida. December 7, 2011. Retrieved November 30, 2012.
  5. At the time UCF and East Carolina announced their respective conference moves, their destination conference was known as the Big East Conference. Following a 2013 split of the conference along football lines, the two schools' new league now operates as the American Athletic Conference.
  6. "Big East to add Tulane, East Carolina". USA Today. November 27, 2012. Retrieved December 11, 2012.
  7. East Carolina was originally invited to join the then-Big East for football only. Shortly after the conference split was formalized, East Carolina's membership was upgraded to all-sports. Associated Press (March 27, 2013). "All 19 East Carolina sports on move". ESPN.com. Retrieved March 27, 2013.
  8. "Tulane, ECU to Join Big East in '14, Leaving C-USA". ABC News. November 27, 2012. Retrieved November 30, 2012.
  9. "American Announces Football Divisional Alignment For 2015". American Athletic Conference. May 30, 2014. Retrieved June 6, 2014.


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