North Texas–UTSA football rivalry
Script error: No such module "Draft topics".
Script error: No such module "AfC topic".
Sport | Football |
---|---|
First meeting | November 23, 2013 UTSA 21, North Texas 13 |
Latest meeting | November 4, 2023 UTSA 37, North Texas 29 |
Next meeting | 2024 |
Statistics | |
Meetings total | 12 |
All-time series | UTSA leads 7–5 (.583)[1] |
Largest victory | North Texas, 45–3 (2019) |
Longest win streak | North Texas, 3 (2017–2019); UTSA, 3 (2022–present) |
Current win streak | UTSA, 3 (2022–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": "31.556"} }, {"name":"imgLon", "init": {"expr": "-97.537"} }, {"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": 31.556, "lon": -97.537, "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.204063, "lon": -97.160158, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Green_pog.svg/10px-Green_pog.svg.png", "height": 10, "width": 10, "text": "North Texas", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"
} , { "lat": 29.5830, "lon": -98.6197, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Blue_pog.svg/10px-Blue_pog.svg.png", "height": 10, "width": 10, "text": "UTSA", "textAlign": "right", "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+'&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 North Texas and UTSA |
The North Texas–UTSA football rivalry is an American college football rivalry between the University of North Texas Mean Green and University of Texas at San Antonio Roadrunners. The rivalry dates to the first game between the teams in 2013 when UTSA and North Texas both joined the Conference USA. The match up has continued as both schools began to play in the American Athletic Conference in 2023.
History[edit]
The two teams joined the Conference USA in 2013 and were both placed in the West Division, guaranteeing a yearly match up. Before this time, the two schools had never played each other, on account of the UTSA football program only being founded in 2011. Due to the schools' close proximity, lack of other rivals, and frequency of close and consequential games, the annual contest developed into a rivalry.[2]
Notable games include the 2017 match up, when North Texas quarterback Mason Fine led a game winning touchdown drive that started on the 2 yard line with 1:07 left in the game.[3]
The most consequential contest occurred in 2021. Ranked No. 22, UTSA was 11–0 and one game away from a perfect regular season. Meanwhile, North Texas was middling at 5–6, and was the heavy underdog. But, on a rainy day at Apogee Stadium, the Mean Green blew out the Roadrunners to the tune of 45–23 by capitalizing on the running game and UTSA turnovers.[3][4][5] The win was only the second win over a ranked opponent in Mean Green history, and the loss for UTSA pushed them out of the AP poll.
The very next year, UTSA got their revenge in a close contest. Before the game, the two teams were tied for the best record in the West Division.[6] With 1:38 remaining, Frank Harris led the Roadrunners on a game-winning touchdown drive to seal the win, 31–27.[7]
Later that season, both teams met for the first time in the postseason in the 2022 CUSA Championship game.[8] UTSA went in as the heavy favorite, ranked at #23 in the AP poll, and blew out North Texas at home, 48–27.
As of 2023, UTSA holds a slim lead in the series at 7–5, with both teams having a winning record (4–2 for North Texas, 5–1 for UTSA) in games played at home.
Game results[edit]
North Texas victories | UTSA victories |
No. | Date | Location | Winning team | Losing team | ||||
---|---|---|---|---|---|---|---|---|
1 | November 23, 2013 | Denton | UTSA | 21 | North Texas | 13 | ||
2 | November 29, 2014 | San Antonio | UTSA | 34 | North Texas | 27 | ||
3 | October 31, 2015 | Denton | North Texas | 30 | UTSA | 23 | ||
4 | October 29, 2016 | San Antonio | UTSA | 31 | North Texas | 17 | ||
5 | October 14, 2017 | Denton | North Texas | 29 | UTSA | 26 | ||
6 | November 24, 2018 | San Antonio | North Texas | 24 | UTSA | 21 | ||
7 | September 21, 2019 | Denton | North Texas | 45 | UTSA | 3 | ||
8 | November 28, 2020 | San Antonio | UTSA | 49 | North Texas | 17 | ||
9 | November 27, 2021 | Denton | North Texas | 45 | No. 22 UTSA | 23 | ||
10 | October 22, 2022 | San Antonio | UTSA | 31 | North Texas | 27 | ||
11 | December 2, 2022 | San Antonio | UTSA | 48 | North Texas | 27 | ||
12 | November 4, 2023 | Denton | UTSA | 37 | North Texas | 29 | ||
13 | 2024 | San Antonio | ||||||
Series: UTSA leads 7–5[1] |
See also[edit]
References[edit]
- ↑ 1.0 1.1 "Winsipedia - North Texas Mean Green vs. UTSA Roadrunners football series history". Winsipedia.
- ↑ Vito, Brett (19 October 2022). "From rant to rivalry: How the UNT-UTSA feud started ahead of their 10th showdown". Denton Record-Chronicle. Retrieved 23 October 2022.
- ↑ 3.0 3.1 Smith, Reed. "From 'The Drive' to ending a perfect season, UTSA is now North Texas' biggest rival". 247 Sports. Retrieved 23 October 2022.
- ↑ "UTSA's perfect season ends in blowout at North Texas". KSAT.com. 27 November 2021. Retrieved 23 October 2022.
- ↑ Macdaniel, Sumner (27 November 2021). "North Texas Upsets #22 UTSA 45-23, Earns Bowl Eligibility". Underdog Dynasty. SBNation. Retrieved 23 October 2022.
- ↑ Whitaker, Stephen (20 October 2022). "Rivalry renewed: UTSA welcomes North Texas to the Alamodome with first place in the conference on the line". BirdsUp.com. Rivals.com. Retrieved 23 October 2022.
- ↑ "UTSA's TD with 15 seconds left beats North Texas 31–27". KSAT.com. 22 October 2022. Retrieved 23 October 2022.
- ↑ Dominguez, Raul (1 December 2022). "No. 23 UTSA to host rival North Texas for C-USA title". Associated Press. Retrieved 5 December 2022.
This article "North Texas–UTSA football rivalry" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:North Texas–UTSA football rivalry. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.