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

Oklahoma State–Texas Tech football rivalry

From EverybodyWiki Bios & Wiki

Oklahoma State–Texas Tech football rivalry
First meetingNovember 2, 1935
Texas Tech 14, Oklahoma A&M 0
Latest meetingOctober 5, 2019
Texas Tech 45, Oklahoma State 35
Next meetingOctober 31, 2020
Statistics
Meetings total47
All-time seriesTexas Tech leads, 23–21–3
Largest victoryOklahoma State, 66–6 (2011)
Longest win streakOklahoma State, 9 (2009–2017)
Current win streakTexas Tech, 2 (2018–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.7523"} },
   {"name":"imgLon", "init": {"expr": "-99.751"} },
   {"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.7523, 
    "lon": -99.751, 
    "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.132222, "lon": -97.080833, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Orange_pog.svg/10px-Orange_pog.svg.png", "height": 10, "width": 10, "text": "Oklahoma State", "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 Oklahoma State and Texas Tech.

The Oklahoma State–Texas Tech football rivalry is an American college football rivalry[1] between the Oklahoma State Cowboys and Texas Tech Red Raiders.

Notable games[edit]

The 1936 Texas Tech Matadors vs. Oklahoma A&M Aggies
Quarterback Brandon Weeden passes to Josh Cooper in the 2010 game.

1935[edit]

Texas Tech 14 - Oklahoma A&M 0

The Texas Tech Matadors defeated the Oklahoma A&M Aggies in the first game played between the teams. The Matadors were coached by Pete Cawthon and the Aggies were coached by Albert Exendine.

1988[edit]

Oklahoma State 45 - Texas Tech 42

The Oklahoma State Cowboys defeated the Texas Tech Red Raiders in the 1988 Coca-Cola Classic, which was played in the Tokyo Dome. Oklahoma State running back Barry Sanders won the Heisman Trophy only hours before the game against Texas Tech. Sanders rushed for 332 yards and had 4 touchdowns against the Red Raiders.[2][3]

2008[edit]

Texas Tech 56 - Oklahoma State 20

The 2008 game was the first between the Cowboys and Red Raiders when both teams were ranked in the AP Poll.

2011[edit]

Oklahoma State 66 - Texas Tech 6

The 2011 game was the largest margin of victory as Oklahoma State beat the Texas Tech Red Raiders 66-6. This game was the most points given up by Texas Tech in the history of the program. The following week the Cowboys lost to Iowa State in overtime knocking the Cowboys out of the BCS national championship. [4]

2018[edit]

Texas Tech 41 – Oklahoma State 17

Texas Tech's victory snapped a 9 game losing streak against Oklahoma State, with the Red Raiders' last victory against the Cowboys being in 2008. The Red Raiders also got their first victory in Stillwater since 2001.[5] The victory over the then 15th ranked Oklahoma State was Texas Tech's first win over a ranked opponent since the 2013 Holiday Bowl.

Game results[edit]

Oklahoma State victoriesTexas Tech victoriesTie games
No.DateLocationWinnerScore
1 1935 Lubbock, TX Texas Tech 14–0
2 1936 Lubbock, TX Texas Tech 12–0
3 1937 Stillwater, OK Texas Tech 14–6
4 1940 Oklahoma City, OK Tie6–6
5 1941 Oklahoma City, OK Texas Tech 16–6
6 1942 Lubbock, TX Oklahoma A&M 9–6
7 1943 Oklahoma City, OK Oklahoma A&M 21–13
8 1944 Lubbock, TX Oklahoma A&M 14–7
9 1945 Stillwater, OK #8 Oklahoma A&M 46–6
10 1946 Lubbock, TX Texas Tech 14–7
11 1953 Stillwater, OK Texas Tech 27–13
12 1954 Lubbock, TX Tie13–13
13 1955 Stillwater, OK Texas Tech 24–6
14 1956 Lubbock, TX Tie13–13
15 1957 Stillwater, OK Oklahoma State 13–0
16 1965 Lubbock, TX Texas Tech 17–14
17 1966 Lubbock, TX Texas Tech 10–7
18 1969 Stillwater, OK Oklahoma State 17–10
19 1973 Stillwater, OK Texas Tech 20–7
20 1974 Lubbock, TX #10 Texas Tech 14–13
21 1975 Stillwater, OK #15 Oklahoma State 17–16
22 1988 Tokyo, Japan #12 Oklahoma State 45–42
23 1989 Stillwater, OK Texas Tech 31–15
24 1996 Irving, TX Texas Tech 31–2
No.DateLocationWinnerScore
25 1997 Stillwater, OK Texas Tech 27–3
26 1998 Lubbock, TX Texas Tech 24–17
27 1999 Stillwater, OK Oklahoma State 41–21
28 2000 Lubbock, TX Texas Tech 58–0
29 2001 Stillwater, OK Texas Tech 49–30
30 2002 Lubbock, TX Texas Tech 49–24
31 2003 Stillwater, OK #23 Oklahoma State 51–49
32 2004 Lubbock, TX Texas Tech 31–15
33 2005 Stillwater, OK Oklahoma State 24–17
34 2006 Lubbock, TX Texas Tech 30–24
35 2007 Stillwater, OK Oklahoma State 49–45
36 2008 Lubbock, TX #2 Texas Tech 56–20
37 2009 Stillwater, OK #17 Oklahoma State 24–17
38 2010 Lubbock, TX #20 Oklahoma State 34–17
39 2011 Lubbock, TX #2 Oklahoma State 66–6
40 2012 Stillwater, OK Oklahoma State 59–21
41 2013 Lubbock, TX #18 Oklahoma State 52–34
42 2014 Stillwater, OK #24 Oklahoma State 45–35
43 2015 Lubbock, TX #12 Oklahoma State 70–53
44 2016 Stillwater, OK #17 Oklahoma State 45–44
45 2017 Lubbock. TX #15 Oklahoma State 41–34
46 2018 Stillwater, OK Texas Tech 41–17
47 2019 Lubbock. TX Texas Tech 45–35
Series: Texas Tech leads 23–21–3

See also[edit]

References[edit]

  1. Soliz, Brandon (June 2017). "College Sports: Who are the five biggest rivals in Texas Tech sports?". Dallas Morning News. Retrieved September 30, 2018.
  2. "Is Barry Sanders' 1988 season untouchable?". 8 August 2014.
  3. "SportsRatings: College Football: Barry Sanders' 1988 game-by-game rushing stats". www.sports-ratings.com.
  4. "Oklahoma State vs. Texas Tech - Game Recap - November 12, 2011 - ESPN".
  5. Lopez, Shelby (September 22, 2018). "5 takeaways from Texas Tech's upset win over No. 15 Oklahoma State". Dallas Morning News. Retrieved October 13, 2018.


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