Coastal Carolina–Appalachian State football rivalry
Script error: No such module "Draft topics". Script error: No such module "AfC topic". Script error: No such module "AfC submission catcheck".
First meeting | September 17, 2005 App State, 30–3 |
---|---|
Latest meeting | October 10, 2023 Coastal, 27–24 |
Next meeting | November 7, 2024 |
Stadiums | Brooks Stadium Kidd Brewer Stadium |
Statistics | |
Meetings total | 10 |
All-time series | App State, 7–3 |
Largest victory | App State, 55–14 (2012) |
Longest win streak | App St, 6 (2005–2019) |
Current win streak | Coastal, 2 |
<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.573"} }, {"name":"imgLon", "init": {"expr": "-79.095"} }, {"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.573, "lon": -79.095, "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": 33.794722, "lon": -79.011667, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Black_pog.svg/10px-Black_pog.svg.png", "height": 10, "width": 10, "text": "Coastal Carolina", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"
} , { "lat": 36.214554, "lon": -81.681825, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Yellow_pog.svg/10px-Yellow_pog.svg.png", "height": 10, "width": 10, "text": "App State", "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 Coastal Carolina and Appalachian State |
The Coastal Carolina – Appalachian State football rivalry is an American college football rivalry that is fairly young, the first meeting was in 2005, but did not really become intense until Coastal Carolina’s ascension to the Sun Belt Conference in 2017.
History[edit]
The second meeting in this series occurred in 2006. This was just Coastal's third season of football, and was their first playoff matchup. It occurred on November 25, 2006. App St jumped out to a 31-0 lead just before the half, and would end up winning the game comfortably 45-28[1]
Appalachian State would win the first six meetings, finally losing to Coastal in 2020 in Conway, SC. At the time Coastal was ranked 15th in the US in the AP Poll.[2]
In 2021 the rivalry really took off following comments from then Coastal Carolina Linebacker Teddy Gallagher who called out App State on social media before the October meeting. This fueled the fire of hatred between the two schools. [3] The 2021 meeting saw Appalachian State knock off the 14th ranked Chanticleers in Boone, NC. Fans stormed the field following a walk off 24 yard field goal in front of a crowd of 31,061 from Chandler Staton.[4]
In 2022 Coastal Carolina would beat Appalachian State for the first time in front of a full crowd. The students would end up rushing the field, and a few were injured following the game that year.[5]
[6] After the 2023 meeting in Boone, NC, App St fans threw beers on the field following their team's 24-27 loss by field goal as time expired.[7] App State would later denounce the actions of their students.[8]
Game results[edit]
Coastal Carolina victories | Appalachian State victories | Tie games |
No. | Date | Location | Winner | Score | ||||
---|---|---|---|---|---|---|---|---|
1 | September 17, 2005 | Boone, NC | Appalachian State | 30–3 | ||||
2 | November 25, 2006 | Boone, NC | Appalachian State | 45–28 | ||||
3 | September 29, 2012 | Boone, NC | Appalachian State | 55–14 | ||||
4 | October 21, 2017 | Boone, NC | Appalachian State | 37–29 | ||||
5 | November 3, 2018 | Conway, SC | Appalachian State | 23–7 | ||||
6 | September 28, 2019 | Boone, NC | Appalachian State | 56–37 | ||||
7 | November 21, 2020 | Conway, SC | Coastal Carolina | 34–23 | ||||
8 | October 20, 2021 | Boone, NC | Appalachian State | 30–27 | ||||
9 | November 3, 2011 | Conway, SC | Coastal Carolina | 35–28 | ||||
10 | October 10, 2023 | Boone, NC | Coastal Carolina | 27–24 | ||||
Series: Appalachian State leads 7–3[9] |
See also[edit]
References[edit]
- ↑ "Coastal Carolina 28-45 Appalachian State (Nov 25, 2006) Game Recap". ESPN.
- ↑ "Appalachian State 23-34 Coastal Carolina (Nov 21, 2020) Final Score". ESPN.
- ↑ https://www.myrtlebeachonline.com/sports/college/sun-belt/coastal-carolina-university/article255111362.html
- ↑ "Brice, Appalachian State upset No. 14 Coastal Carolina 30-27". AP News. October 21, 2021.
- ↑ "At least 5 injured when fans rushed field after Coastal Carolina win over Appalachian State". November 4, 2022.
- ↑ "App State set to write another chapter in Coastal Carolina rivalry". 7 October 2023.
- ↑ Casselberry, Ian (October 11, 2023). "CFB Lineman Drinks, Spikes Beer Thrown on Field by Opposing Fan After Dramatic Road Win". Sports Illustrated.
- ↑ "'Unfortunate': Appalachian State University denounces actions of fans who appeared to throw trash at Coastal Carolina football players". 12 October 2023.
- ↑ "Winsipedia – Coastal Carolina vs. Appalachian State Mountaineers football series history". Winsipedia.
Template:Coastal Carolina Chanticleers football navbox
This article "Coastal Carolina–Appalachian State football rivalry" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Coastal Carolina–Appalachian State football rivalry. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.