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

Arizona–Texas Tech football rivalry

From EverybodyWiki Bios & Wiki

Arizona–Texas Tech football rivalry
First meetingOctober 14, 1932
Texas Tech, 21–0
Latest meetingSeptember 14, 2019
Arizona, 28–14
Next meeting2024 in Tucson, AZ
StadiumsArizona Stadium, Jones AT&T Stadium
Statistics
Meetings total33
All-time seriesTexas Tech leads, 26–5–2 (.818)[1]
Largest victoryTexas Tech, 41–0 (1951)
Longest win streakTexas Tech, 15 (1937–1958)
Current win streakArizona, 1 (2019–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.908"} },
   {"name":"imgLon", "init": {"expr": "-106.665"} },
   {"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.908, 
    "lon": -106.665, 
    "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": 32.231, "lon": -110.952, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Arizona", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 33.584, "lon": -101.878, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Black_pog.svg/10px-Black_pog.svg.png", "height": 10, "width": 10, "text": "Texas Tech", "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 Arizona and Texas Tech

The Arizona–Texas Tech football rivalry is a college football rivalry[citation needed] between the Wildcats from Arizona and the Red Raiders from Texas Tech. The rivalry dates back to 1932 from the old Border Conference.[2]

Series history[edit]

Historically, Arizona and Texas Tech were rivals in the now-defunct Border Conference, playing every year from 1946 to 1959.[3] In 1932, Texas Tech won the first ever meeting, which was played on their campus in Lubbock, 21–0.[4] Arizona won their first match up in the series on November 11, 1936, 7–6 (their only win in Lubbock to date).[5] Texas Tech has been mostly dominant in the series, including winning 15 straight games from 1937 to 1958, with games not being played in 1943 or 1944 due to World War II. The first 18 match-ups occurred while both programs were members of the Border Conference. Following 16 games were non-conference matchups with Texas Tech joining the Southwest Conference, in 1956, and later the Big 12 Conference, in 1996. Arizona stayed in the Border Conference until it joined the Western Athletic Conference, in 1962, and then the Pac-10 Conference, in 1978.

Arizona and Texas Tech played each other for nearly the entire 1970s, from 1971 to 1979 (they did not play in 1970), with the Red Raiders going 7–1–1 against the Wildcats, which included their first and only game while both teams were ranked in 1974. Texas Tech was ranked 17th, while Arizona was ranked 9th, with Texas Tech winning the game, 17–8. Both teams split a home-and-home series in 1988 and 1989 with the Wildcats winning the 1988 matchup and the Red Raiders winning the 1989 one. Arizona won the most recent matchup between the two teams during the 2019 season in Tucson, 28–14, in which was only the Wildcats’ fifth win over the Red Raiders in their history. They were scheduled to play a return home game in Lubbock during the 2020 season but the game was rescheduled due to the COVID-19 pandemic and planned to be replayed in 2034.[6]

Arizona was later invited on August 4, 2023, into the Big 12 Conference, starting in the 2024 season,[7] in which the rivalry will be revived and played for the foreseeable future.

Game results[edit]

Arizona victoriesTexas Tech victoriesTie games
No.DateLocationWinnerScore
1 October 14, 1932 Lubbock, TX Texas Tech 21–0
2 October 14, 1933 Tucson, AZ Texas Tech 7–0
3 November 29, 1934 Tucson, AZ Texas Tech 13–7
4 November 11, 1935 Lubbock, TX Arizona 7–6
5 December 5, 1936 Tucson, AZ Tie7–7
6 October 16, 1937 Lubbock, TX Texas Tech 20–0
7 November 26, 1942 Tucson, AZ Texas Tech 13–7
8 November 23, 1946 Tucson, AZ Texas Tech 16–0
9 November 8, 1947 Lubbock, TX Texas Tech 41–28
10 October 23, 1948 Tucson, AZ Texas Tech 31–0
11 October 22, 1949 Lubbock, TX Texas Tech 27–7
12 November 18, 1950 Tucson, AZ Texas Tech 39–7
13 October 27, 1951 Lubbock, TX Texas Tech 41–0
14 November 22, 1952 Lubbock, TX Texas Tech 19–14
15 November 7, 1953 Lubbock, TX Texas Tech 52–27
16 November 6, 1954 Tucson, AZ Texas Tech 28–14
17 November 5, 1955 Lubbock, TX Texas Tech 27–7
No.DateLocationWinnerScore
18 October 27, 1956 Tucson, AZ Texas Tech 21–7
19 October 26, 1957 Tucson, AZ Texas Tech 28–6
20 November 8, 1958 Lubbock, TX Texas Tech 33–6
21 November 7, 1959 Tucson, AZ Arizona 30–26
22 October 2, 1971 Tucson, AZ Texas Tech 13–10
23 October 21, 1972 Lubbock, TX Texas Tech 35–10
24 October 20, 1973 Tucson, AZ Texas Tech 31–17
25 October 19, 1974 Lubbock, TX #17 Texas Tech 17–8
26 October 18, 1975 Tucson, AZ #13 Arizona 32–28
27 October 23, 1976 Lubbock, TX #8 Texas Tech 52–27
28 October 8, 1977 Tucson, AZ #17 Texas Tech 32–26
29 September 23, 1978 Lubbock, TX Texas Tech 41–26
30 September 22, 1979 Tucson, AZ Tie14–14
31 September 10, 1988 Tucson, AZ Arizona 35–19
32 September 9, 1989 Lubbock, TX Texas Tech 24–14
33 September 14, 2019 Tucson, AZ Arizona 28–14
Series: Texas Tech leads 26–5–2[8]

See also[edit]

References[edit]

  1. "Arizona vs. Texas Tech Series history".
  2. "Arizona Wildcats: Past, Present, Future". 247sports.com. 5 August 2023.
  3. "No. 50 game in Arizona history: Wildcats beat rival Texas Tech with unfathomable rally". allsportstucson.com. July 13, 2017. Retrieved August 6, 2023.
  4. "Football History vs Texas Tech University from Oct 14, 1932 - Sep 14, 2019".
  5. "2022 Arizona Football Media Guide" (PDF).
  6. "Texas Tech, Arizona reschedule canceled 2020 football game for 2034, per report".
  7. Lev, Michael (August 25, 2023). "Dave Heeke on move to Big 12 as UA preps for last run in Pac". Arizona Daily Star. Retrieved August 25, 2023.
  8. "Winsipedia – Arizona Wildcats vs. Texas Tech Red Rainders football series history". Winspedia.


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