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

Nebraska–Texas football rivalry

From EverybodyWiki Bios & Wiki


Nebraska–Texas football rivalry
First meetingOctober 7, 1933
Nebraska 26, Texas 0
Latest meetingOctober 16, 2010
Texas 20, Nebraska 13
Statistics
Meetings total14
All-time seriesTexas leads, 10–4[1]
Largest victoryNebraska, 26–0 (1933)
Longest win streakTexas, 6 (2002–2010)
<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":280, "height": 240, "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.3"} },
   {"name":"imgLon", "init": {"expr": "-97.2"} },
   {"name":"imgZoom", "init": {"expr": "4"} },
   {"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.3, 
    "lon": -97.2, 
    "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png", 
    "width": 50, 
    "height": 8, 
    "offsetX": 103, 
    "offsetY": 110, 
    "textAlign": "right", 
    "textDx": 22, 
    "textDy": -2, 
    "textColor": "grey", 
    "textFont": "Tahoma", 
    "textFontSize": 9, 
    "text":  "800km" }

, { "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": 40.820180, "lon": -96.706990, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/7px-Red_pog.svg.png", "height": 7, "width": 7, "text": "Nebraska", "textAlign": "right", "textBaseline": "middle", "textDx": -5, "textDy": 1, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 30.285, "lon": -97.734, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Orange_pog.svg/7px-Orange_pog.svg.png", "height": 7, "width": 7, "text": "Texas", "textAlign": "right", "textBaseline": "middle", "textDx": -5, "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>

The Nebraska–Texas football rivalry was an American college football rivalry between the Nebraska Cornhuskers and Texas Longhorns.

History[edit]

The rivalry dissolved when Nebraska left the Big 12 Conference for the Big Ten Conference. Due to Colorado, Missouri, Nebraska, and Texas A&M leaving the conference, the Big 12 Championship Game dissolved due to a lack of teams in the conference. The last Big 12 Championship game was played between Nebraska and Oklahoma in 2010.

The rivalry is known for the tension between the two programs. Almost every game between the two could have gone either way, with Texas winning many of the victories in heartbreaking fashion. In the 1996 Big 12 Championship game, Nebraska had a four-point lead over Texas until Wane McGarity scored a touchdown for Texas, followed by a 61-yard pass play on a daring fourth-down conversion deep in Texas territory that set up a late touchdown by Priest Holmes to allow Texas to win, 37–27.[2]

The 2009 Big 12 Championship Game between Texas and Nebraska ended controversially as the officiating crew added one second to the clock, allowing Texas to score the winning field goal over Nebraska.[3]

Although most Nebraska fans disagreed with the call, former Nebraska coach Tom Osborne stated that Texas "won the game fair and square", and that he was at the game in the press box and felt confused when it first had happened.[4]

Game results[edit]

Nebraska victoriesTexas victories
No.DateLocationWinning teamLosing team
1 October 7, 1933 Lincoln, NE Nebraska 26 Texas 0
2 September 19, 1959 Lincoln, NE Texas 20 Nebraska 0
3 September 17, 1960 Austin, TX Nebraska 14 Texas 13
4 January 1, 1974 Dallas, TX Nebraska 19 Texas 3
5 December 7, 1996 St. Louis, MO Texas 37 #3 Nebraska 27
6 October 31, 1998 Lincoln, NE Texas 20 #7 Nebraska 16
7 October 23, 1999 Austin, TX #18 Texas 24 #3 Nebraska 20
8 December 4, 1999 San Antonio, TX #3 Nebraska 22 #12 Texas 6
9 November 2, 2002 Lincoln, NE #7 Texas 27 Nebraska 24
10 November 1, 2003 Austin, TX #16 Texas 31 #12 Nebraska 7
11 October 21, 2006 Lincoln, NE #5 Texas 22 #16 Nebraska 20
12 October 27, 2007 Austin, TX #17 Texas 28 Nebraska 25
13 December 5, 2009 Arlington, TX #3 Texas 13 #22 Nebraska 12
14 October 16, 2010 Lincoln, NE Texas 20 #5 Nebraska 13
Series: Texas leads 10–4[1]

See also[edit]

References[edit]

  1. 1.0 1.1 "Winsipedia - Nebraska Cornhuskers vs. Texas Longhorns football series history". Winsipedia.
  2. "Nebraska-Texas: Recap of the 'Rivalry'". BleacherReport.com. Retrieved January 12, 2016. Which, can we even call it a rivalry? Texas went 9-1 against Nebraska in Big 12 play. The only team in the Big 12 that Nebraska has that high of a win percentage against is Baylor, and Nebraskans sure as hell don’t consider that a rivalry.
  3. Evans, Thayer (6 December 2009). "Texas wins Big 12 in a Wild Finish". The New York Times. Retrieved January 12, 2016.
  4. "Nebraska's Tom Osborne: On Texas rivalry and leaving the Big 12". DallasNews.com. 13 October 2010. Retrieved January 12, 2016. What has this season been like, knowing you won't be playing any of these Big 12 rivals again anytime soon?



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