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

Arkansas–Texas Tech football rivalry

From EverybodyWiki Bios & Wiki

Arkansas–Texas Tech football rivalry
First meetingNovember 23, 1957
Arkansas, 47–26
Latest meetingSeptember 19, 2015
Texas Tech, 35–24
Next meetingSeptember 14, 2030
Statistics
Meetings total37
All-time seriesArkansas leads, 29–8[1]
Largest victoryArkansas, 49–7 (1978)
Longest win streakArkansas, 9 (1957–1965, 1977–1985)
Current win streakTexas Tech, 1 (2015–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": "34.0632"} },
   {"name":"imgLon", "init": {"expr": "-97.957"} },
   {"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": 34.0632, 
    "lon": -97.957, 
    "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": 36.068681, "lon": -94.176012, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Arkansas", "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 Arkansas and Texas Tech

The Arkansas–Texas Tech football rivalry is a college football rivalry[2] game between the Razorbacks of the University of Arkansas and the Red Raiders of Texas Tech University.[3]

History[edit]

The two schools first met in 1957, with Arkansas defeating Texas Tech by a score of 47–26 in Little Rock, Arkansas.[4] Arkansas won the first nine games in the rivalry before Texas Tech broke through with a 21–16 victory in 1966.[5] The Red Raiders also defeated the Razorbacks the following year, winning 31–27.[6] After a 30–7 Texas Tech victory in 1976,[7] Arkansas embarked on another nine-game winning streak, winning every year until 1986.[8] Arkansas and Texas Tech played every year from 1957–1991, when the teams were members of the Southwest Conference.[9] In 1992, Arkansas joined the Southeastern Conference,[10] and the two schools have only played twice since: a 49–28 Arkansas victory in 2014[11] and a 35–24 Texas Tech victory in 2015.[12] The teams are scheduled to meet in a home-and-home series for 2030 and 2031.[13]

Game results[edit]

Arkansas victoriesTexas Tech victories
No.DateLocationWinning teamLosing team
1 November 23, 1957 Little Rock, AR Arkansas 47 Texas Tech 26
2 November 22, 1958 Lubbock, TX Arkansas 14 Texas Tech 8
3 November 21, 1959 Little Rock, AR Arkansas 27 Texas Tech 8
4 November 19, 1960 Lubbock, TX Arkansas 34 Texas Tech 6
5 November 25, 1961 Little Rock, AR Arkansas 28 Texas Tech 0
6 November 24, 1962 Lubbock, TX Arkansas 34 Texas Tech 0
7 November 23, 1963 Fayetteville, AR Arkansas 27 Texas Tech 20
8 November 21, 1964 Lubbock, TX Arkansas 17 Texas Tech 0
9 November 20, 1965 Fayetteville, AR Arkansas 42 Texas Tech 24
10 November 19, 1966 Lubbock, TX Texas Tech 21 Arkansas 16
11 November 25, 1967 Little Rock, AR Texas Tech 31 Arkansas 27
12 November 23, 1968 Lubbock, TX Arkansas 42 Texas Tech 7
13 November 27, 1969 Little Rock, AR Arkansas 33 Texas Tech 0
14 November 21, 1970 Lubbock, TX Arkansas 24 Texas Tech 10
15 November 20, 1971 Fayetteville, AR Arkansas 15 Texas Tech 0
16 November 25, 1972 Lubbock, TX Arkansas 24 Texas Tech 14
17 November 24, 1973 Little Rock, AR Texas Tech 24 Arkansas 17
18 November 21, 1974 Lubbock, TX Arkansas 21 Texas Tech 13
19 November 22, 1975 Fayetteville, AR Arkansas 31 Texas Tech 14
No.DateLocationWinning teamLosing team
20 November 27, 1976 Little Rock, AR Texas Tech 30 Arkansas 7
21 November 24, 1977 Lubbock, TX Arkansas 17 Texas Tech 14
22 December 2, 1978 Fayetteville, AR Arkansas 49 Texas Tech 7
23 October 13, 1979 Lubbock, TX Arkansas 20 Texas Tech 6
24 November 29, 1980 Little Rock, AR Arkansas 22 Texas Tech 16
25 October 10, 1981 Lubbock, TX Arkansas 26 Texas Tech 14
26 October 9, 1982 Fayetteville, AR Arkansas 21 Texas Tech 3
27 November 26, 1983 Lubbock, TX Arkansas 16 Texas Tech 13
28 October 13, 1984 Little Rock, AR Arkansas 24 Texas Tech 0
29 October 12, 1985 Lubbock, TX Arkansas 30 Texas Tech 7
30 October 11, 1986 Fayetteville, AR Texas Tech 17 Arkansas 7
31 October 10, 1987 Lubbock, TX Arkansas 31 Texas Tech 0
32 October 8, 1988 Little Rock, AR Arkansas 31 Texas Tech 10
33 October 14, 1989 Lubbock, TX Arkansas 45 Texas Tech 13
34 October 13, 1990 Fayetteville, AR Texas Tech 49 Arkansas 44
35 November 9, 1991 Lubbock, TX Texas Tech 38 Arkansas 21
36 September 13, 2014 Lubbock, TX Arkansas 49 Texas Tech 28
37 September 19, 2015 Fayetteville, AR Texas Tech 35 Arkansas 24
Series: Arkansas leads 29–8[1]

See also[edit]

References[edit]

  1. 1.0 1.1 "Winsipedia - Arkansas Razorbacks vs. Texas Tech Red Raiders football series history". Winsipedia.
  2. Williams, Don. "It's about time: Texas Tech-Arkansas rivalry a casualty of this era". lubbockonline.com.
  3. Bob Holt (13 September 2014). "Rivalry's nostalgia palpable". Arkansas Democrat-Gazette. Retrieved 13 December 2023.
  4. "Fayetteville Northwest Arkansas Times Archives, Oct 7, 1981, p. 16". newspaperarchive.com. 7 October 1981.
  5. Daughters, Amy. "Top Ten Games in Texas Tech Red Raider Football History". bleacherreport.com.
  6. "TEXAS TECH TOPS ARKANSAS, 31-27; Matulich Leads Raiders to 17-Point Half-Time Margin STATISTICS OF THE GAME". The New York Times. 26 November 1967.
  7. "The Most Bitter Loss In Texas Tech History – Raiderland Looks Back On Texas Tech Vs Houston 1976". theraiderland.com. 22 September 2017. Archived from the original on 29 August 2018. Retrieved 26 August 2018. Unknown parameter |url-status= ignored (help)
  8. "A look at the rivalry between Texas Tech and Arkansas". wreckemred.com. 11 September 2014.
  9. "The Decline and Fall of the Southwest Conference". texasmonthly.com. 31 August 1974.
  10. WOJCIECHOWSKI, GENE (2 August 1990). "Arkansas Joins SEC; There May Be More : Colleges: Miami, Texas, Florida State, South Carolina, Texas A&M also might wind up in Southeastern Conference" – via LA Times.
  11. "Arkansas vs. Texas Tech - Game Recap - September 13, 2014 - ESPN". ESPN.com.
  12. "Texas Tech vs. Arkansas - Game Recap - September 19, 2015 - ESPN". ESPN.com.
  13. Kelley, Kevin (2021-09-29). "Texas Tech, Arkansas schedule 2030, 2031 home-and-home football series". FBSchedules.com. Retrieved 2021-09-30.


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

Page kept on Wikipedia This page exists already on Wikipedia.