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

South Carolina–Texas A&M football rivalry

From EverybodyWiki Bios & Wiki

Bonham Trophy
First meetingAugust 28, 2014
Texas A&M 52, South Carolina 28
Latest meetingNovember 16, 2019
Texas A&M 30, South Carolina 6
Next meetingOctober 24, 2020
TrophyBonham Trophy
Statistics
Meetings total6
All-time seriesTexas A&M leads, 6–0
Largest victoryTexas A&M, 52–28 (2014)
Longest win streakTexas A&M, 6 (2014–present)
Current win streakTexas A&M, 6 (2014–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.3"} },
   {"name":"imgLon", "init": {"expr": "-88.68"} },
   {"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": 32.3, 
    "lon": -88.68, 
    "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":  "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": 33.9975, "lon": -81.025278, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "South Carolina", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 30.610278, "lon": -96.343611, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Texas A&M", "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 South Carolina and Texas A&M

The South Carolina–Texas A&M football rivalry is an American college football rivalry between the South Carolina Gamecocks and Texas A&M Aggies.[1][2] The game is also known as the Battle for the Bonham Trophy.[3] The series started in 2014 and many fans did not know there was a rotating trophy.[4][5] There have been six meetings between the two teams.

History[edit]

This is a protected permanent cross-divisional rivalry game in the SEC. This rivalry game was started because of the expansion of the conference in 2012, which added the Missouri Tigers and Texas A&M Aggies. For the first two years Texas A&M played Missouri as their cross-divisional rival since both came from the Big 12 Conference, but in 2014 it was announced that Arkansas would become Missouri's new permanent rival and Texas A&M would then play South Carolina.[6]

Bonham Trophy[edit]

The trophy is named after James Butler Bonham, who was a South Carolina native and graduate of South Carolina College which is the prior name to the University of South Carolina. Bonham fought and died in the Battle of the Alamo which is why he became the missing link between the two schools. The trophy has been housed in the Alamo since its creation due to the fact that the Aggies have not yet lost a game.[7]

Game results[edit]

South Carolina victoriesTexas A&M victories
No.DateLocationWinnerScore
1 August 28, 2014 Columbia, SC #21 Texas A&M 52–28
2 October 31, 2015 College Station, TX Texas A&M 35–28
3 October 1, 2016 Columbia, SC #9 Texas A&M 24–13
4 September 30, 2017 College Station, TX Texas A&M 24–17
5 October 13, 2018 Columbia, SC #22 Texas A&M 26–23
6 November 16, 2019 College Station, TX Texas A&M 30–6
Series: Texas A&M leads 6–0

Notable games[edit]

2014: first meeting[edit]

There were many firsts for this first meeting. Firstly, it was the first meeting between the new cross-division rivals. Secondly, it was the first game of the season where both teams had lost key players to the prior draft. For South Carolina they lost their star defensive end Jadeveon Clowney and several others and Texas A&M lost their Heisman quarterback Johnny Manziel.[8] The 2014 game, was also the first live programming for the SEC Network.[9] Kenny Hill set the school record at Texas A&M, with 511 passing yards in a single game and led the No. 21 Aggies to a 52–28 upset win against No. 9 South Carolina.[10] The loss of the Gamecocks was their first home loss since 2011.[11]

References[edit]

  1. "Even Will Muschamp didn't know South Carolina-Texas A&M is a trophy game". Saturday Down South. October 10, 2018. Did you know South Carolina and Texas A&M’s cross-division rivalry game has a trophy on the line every year?
  2. Miller, Alex (June 11, 2019). "Hidden at the Alamo: Why trophy meant for winner of Texas A&M-South Carolina is hardly ever seen". ExpressNews.com. Dr. Bruce Winders, Alamo Historian and Curator, displays the Bonham Trophy on June 5, 2019 which will be exchanged between the governors of Texas and South Carolina as winners are determined in the Texas A&M versus University of South Carolina football rivalry.
  3. Brent Zwerneman. "Aggies Extra Points: Texas A&M 26, South Carolina 23". houstonchronicle.com. Houston Chronicle. Retrieved November 12, 2018. It's a testament to Fisher's offense built on tight ends and fullbacks and bruising play – and one helping keep A&M's budding defense off the field and fresh. A handful of observations from the Aggies' fifth consecutive victory over South Carolina in the unheralded Battle for the Bonham Trophy
  4. "Texas A&M and South Carolina are playing for a trophy neither side knew existed -- until now". October 11, 2018. The Bonham Trophy is awarded to the winner of the Texas A&M-South Carolina football game and is exchanged between the states' governors. The trophy, normally housed at the Alamo, this week is residing in Texas Gov. Greg Abbott's office in Austin.
  5. "Aggies Mailbag: Throw out the records when the 'Bonham' rears its head". The Houston Chronicle. October 12, 2018. The Bonham Trophy is the best kept secret in sports awards. Primarily because few on either side of Texas A&M and South Carolina have heard of it.
  6. "Texas A&M vs. South Carolina: A historic rivalry in the works". September 30, 2016. The new rivalry of Texas A&M vs. South Carolina, which began with the first meeting in 2014, was one of the byproducts of conference expansion.
  7. "Bonham Trophy has been hanging out at the Alamo". The Eagle. October 13, 2018. In the fall of 2013, Peterson said he approached Perry's camp to pitch the idea for a trophy commemorating the rivalry, and the process quickly took shape.
  8. Kevin Trahan (August 28, 2014). "3 things we learned from A&M's win over Carolina". SB Nation.
  9. "SEC Network Guide: Channel numbers, USC features, and more". The State.com. 2014-08-13. Retrieved 2019-01-04.
  10. "No Johnny? No problem: Texas A&M throttles South Carolina in opener". Sports Illustrated. 2014-08-29. Retrieved 2019-01-04.
  11. "Kenny Hill breaks Manziel passing mark in ending S. Carolina streak". ESPN. 2014-08-29. Retrieved 2019-01-04.


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