Georgia Tech–Virginia Tech football rivalry
First meeting | November 10, 1990 Georgia Tech 6, Virginia Tech 3 |
---|---|
Latest meeting | November 16, 2019 Virginia Tech 45, Georgia Tech 0 |
Next meeting | October 3, 2020 in Blacksburg, VA |
Statistics | |
Meetings total | 17 |
All-time series | Virginia Tech leads, 10–7 |
Largest victory | Virginia Tech, 45–0 (2019) |
Longest win streak | Virginia Tech, 4 (2010–13) |
Current win streak | Virginia Tech, 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":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.32"} }, {"name":"imgLon", "init": {"expr": "-82.41"} }, {"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": 35.32, "lon": -82.41, "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": "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": 33.775833, "lon": -84.394722, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/c/cc/Gold_pog.svg/7px-Gold_pog.svg.png", "height": 7, "width": 7, "text": "Georgia Tech", "textAlign": "right", "textBaseline": "middle", "textDx": -5, "textDy": 1, "textFontSize": 12, "textColor": "#000000"
} , { "lat": 37.228382, "lon": -80.423416, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Orange_pog.svg/7px-Orange_pog.svg.png", "height": 7, "width": 7, "text": "Virginia Tech", "textAlign": "left", "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 Georgia Tech–Virginia Tech football rivalry, also known as the TechMo Bowl and Battle of the Techs[1][2], is an American college football rivalry between the Georgia Tech Yellow Jackets and Virginia Tech Hokies. Both universities are members of the Atlantic Coast Conference (ACC) and play football in the Coastal Division.
History[edit]
As co-members of the Atlantic Coast Conference, Georgia Tech and Virginia Tech regularly meet in all varsity sports in which both schools field a team. Prior to the Hokies joining the ACC in 2004, the two teams had only met once previously. An additional scheduled meeting in 2000 was canceled after the teams took the field due to torrential rain and lightning). The rivalry is most pronounced on the football field, however, where the schools play annually in the ACC's Coastal Division, often with significant divisional implications. Between 2005 (when the ACC adopted the divisional format for football) and 2012, one of these two teams represented the ACC Coastal Division in every ACC Championship Game (Virginia Tech in 2005, 2007, 2008, 2010, 2011; Georgia Tech in 2006, 2009 and 2012).
The rivalry has seen both teams come into the game ranked in the top 25, including the 2009 game in which both teams came into the game with 1 loss and the No. 19 Yellow Jackets upset the No. 4 Hokies. The 2011 game also saw both teams ranked in the BCS top 25, with the No. 10 Hokies beating the No. 20 Yellow Jackets.
Georgia Tech is the only conference opponent to win three consecutive games in Lane Stadium against Virginia Tech.[3]
Game results[edit]
Georgia Tech victories | Virginia Tech victories |
No. | Date | Location | Winner | Score | ||||
---|---|---|---|---|---|---|---|---|
1 | November 10, 1990 | Atlanta, GA | #7 Georgia Tech | 6–3 | ||||
2 | October 28, 2004 | Atlanta, GA | #22 Virginia Tech | 34–20 | ||||
3 | September 24, 2005 | Blacksburg, VA | #4 Virginia Tech | 51–7 | ||||
4 | September 30, 2006 | Blacksburg, VA | Georgia Tech | 38–27 | ||||
5 | November 1, 2007 | Atlanta, GA | #13 Virginia Tech | 27–3 | ||||
6 | September 13, 2008 | Blacksburg, VA | Virginia Tech | 20–17 | ||||
7 | October 17, 2009 | Atlanta, GA | #19 Georgia Tech | 28–23 | ||||
8 | November 4, 2010 | Blacksburg, VA | Virginia Tech | 28–21 | ||||
9 | November 10, 2011 | Atlanta, GA | #10 Virginia Tech | 37–26 | ||||
10 | September 3, 2012 | Blacksburg, VA | #16 Virginia Tech | 20–17OT | ||||
11 | September 26, 2013 | Atlanta, GA | Virginia Tech | 17–10 | ||||
12 | September 20, 2014 | Blacksburg, VA | Georgia Tech | 27–24 | ||||
13 | November 12, 2015 | Atlanta, GA | Virginia Tech | 23–21 | ||||
14 | November 12, 2016 | Blacksburg, VA | Georgia Tech | 30–20 | ||||
15 | November 11, 2017 | Atlanta, GA | Georgia Tech | 28–22 | ||||
16 | October 25, 2018 | Blacksburg, VA | Georgia Tech | 49–28 | ||||
17 | November 16, 2019 | Atlanta, GA | Virginia Tech | 45–0 | ||||
Series: Virginia Tech leads 10–7 |
See also[edit]
References[edit]
- ↑ "Photos: Looking back at 'The Battle of the Techs'". The Atlanta Journal-Constitution. Cox Enterprises. Retrieved October 26, 2018. Unknown parameter
|url-status=
ignored (help) - ↑ Fahvaag, Mighty (October 24, 2018). "The Battle of The ACC Techs: Hokies vs. Yellow Jackets". SB Nation. Vox Media. Retrieved October 26, 2018. Unknown parameter
|url-status=
ignored (help) - ↑ Sugiura, Ken (October 23, 2018). "Georgia Tech trying to keep run going vs. Hokies". The Atlanta Journal-Constitution. Cox Enterprises. Retrieved October 26, 2018. Unknown parameter
|url-status=
ignored (help)