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

Drake–San Diego football rivalry

From EverybodyWiki Bios & Wiki





Drake–San Diego football rivalry
SportFootball
Teams
First meetingNovember 6, 1993
Drake 17, San Diego 14
Latest meetingOctober 16, 2021
San Diego 13, Drake 10
Next meetingTBA, 2022, Des Moines
StadiumsDrake Stadium
Des Moines, Iowa, U.S.
Torero Stadium
San Diego, California, U.S.
Statistics
Meetings total29
All-time seriesSan Diego leads 19–10–0 (.593)[1]
Largest victorySan Diego, 49–7 (November 2, 2019)
Longest win streakSan Diego, 9 (2013–present)
Current win streakSan Diego, 9 (2013–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":330, "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": "37.19"} },
   {"name":"imgLon", "init": {"expr": "-105.42"} },
   {"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": 37.19, 
    "lon": -105.42, 
    "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png", 
    "width": 50, 
    "height": 8, 
    "offsetX": 128, 
    "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": 41.605, "lon": -93.655, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Blue_pog.svg/10px-Blue_pog.svg.png", "height": 10, "width": 10, "text": "Drake", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#0000FF"


} , { "lat": 32.7731, "lon": -117.1837, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Blue_pog.svg/10px-Blue_pog.svg.png", "height": 10, "width": 10, "text": "San Diego", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#0000FF"


}
















     ],
     "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 Drake and San Diego

The Drake–San Diego football rivalry is an American college football rivalry between the Drake Bulldogs and San Diego Toreros. The teams have meet annually since 1993.[2]

Summary[edit]

San Diego leads the all-time series 19–10–0. Drake (6) and San Diego (11) have combine for 17 league titles since 1993. Drake is San Diego's closest geographic opponent in the Pioneer Football League and San Diego is one of four teams Drake has played annually since 1993.

In the early days of the series each team would try to accommodate the others scheduling request. Drake requested to play in San Diego when Iowa weather was getting colder and San Deigo wanted to play early fall games in Iowa. The 1993 and 1995 games[3] were played on a date specifically requested by the Bulldogs and the 1994 and 1996 games[4] were played on a date the Toreros requested even though both schools played in the same conference.

As the competition on the field became more fierce, the tone off the field also changed. The scheduling accommodations ended and gamesmanship started to occur prior to contests. On October 25, 1997, the Toreros defeated the Bulldogs for the first time 39–30.[5] Drake would win the next two contests before San Diego went on a four game winning streak.

The intensity of the game reached an all time high when San Diego hired Jim Harbaugh prior to the 2004 season. This would create three seasons of a Rob Ash versus Harbaugh match-up. Ash was the legendary football coach at Drake who help found the Pioneer Football League. Harbaugh was the fiery, up and coming, former NFL star coach. Both were known as the head coaching faces of the league at the time. Ash would win their first game 41-38[6], but Harbaugh would win the next two 31–26[7] and 37–0.[8] San Diego was ranked 21st in the FCS polls prior to the October 21, 2006 game which also featured the nations top two "mid-major" teams.[9] Ash departed to coach Montana State[10] and Harbaugh signed to coach Stanford[11] after the 2006 season. The rivalry still seemed to be on Harbaugh's mind in 2018, however, when he repeatedly referred to Chris Ash as "Rob" following his Michigan team's 42–7 victory over Rutgers.[12] Chris Ash the coach of Rutgers at the time had played and was an assistant coached at Drake (but not during the Harbaugh era at San Diego) and has no relation to Rob Ash.[13]

The team's split the next six games and would share the 2011 and 2012 Pioneer Football League championships.[14] In a preview of the October 15, 2011 game Drake wide receiver Joey Orlando concluded "everyone wants to win the PFL, but with Drake and San Diego, it’s more than the PFL. It’s more of a rivalry."[15] Following the Toreros win head coach Ron Caragher stated "we knew it was going to be a tough, physical football game, and I am just really proud of our team."[16] Drake coach Chris Creighton indicated "San Diego is really good and our guys want to compete against the team that's picked to win the league" prior to the Bulldogs victory in the rivalry's twentieth meeting on October 6, 2012.[17]

San Diego is currently on a nine game winning streak in the series. The first two and last two games of the streak were decided by thirteen points or less with the middle five being larger Torero victories. The game on November 3, 2018[18] was one of the most weather impacted contests with pouring rain and sleet in Des Moines; and the 2020 match-up scheduled for October 31 was postponed to March 13 due to the COVID-19 pandemic.[19] The Toreros have been dominate outside of the series during the streak capturing seven Pioneer Football League titles from 2013 to 2019. [20]

Game results[edit]

Drake victoriesSan Diego victories
No.DateLocationWinnerScore
1 November 6, 1993 San Diego, CA Drake 17–14
2 September 17, 1994 Des Moines, IA Drake 14–9
3 October 28, 1995 San Diego, CA Drake 9–0
4 September 21, 1996 Des Moines, IA Drake 34–7
5 October 25, 1997 San Diego, CA San Diego 39–30
6 October 24, 1998 Des Moines, IA Drake 37–13
7 October 30, 1999 San Diego, CA Drake 41–20
8 September 30, 2000 Des Moines, IA San Diego 52–12
9 September 29, 2001 San Diego, CA San Diego 31–24
10 November 2, 2002 Des Moines, IA San Diego 51–46
11 October 11, 2003 San Diego, CA San Diego 41–35
12 October 9, 2004 Des Moines, IA Drake 41–38
13 October 22, 2005 San Diego, CA San Diego 31–26
14 October 21, 2006 Des Moines, IA San Diego 37–0
15 October 13, 2007 San Diego, CA San Diego 59–19
No.DateLocationWinnerScore
16 September 27, 2008 Des Moines, IA San Diego 43–17
17 October 17, 2009 San Diego, CA Drake 21–14
18 October 30, 2010 Des Moines, IA Drake 38–17
19 October 15, 2011 San Diego, CA San Diego 31–24
20 October 6, 2012 Des Moines, IA Drake 38–10
21 November 16, 2013 San Diego, CA San Diego 23–13
22 November 1, 2014 Des Moines, IA San Diego 17–14
23 October 17, 2015 San Diego, CA San Diego 27–0
24 October 15, 2016 Des Moines, IA San Diego38–7
25 November 4, 2017 San Diego, CA San Diego 45–15
26 November 3, 2018 Des Moines, IA San Diego 27–10
27 November 2, 2019 San Diego, CA San Diego 49–7
28 March 13, 2021 Des Moines, IA San Diego 13–10
29 October 16, 2021 San Diego, CA San Diego 13–10
Series: San Diego leads 19–10

See also[edit]

References[edit]

  1. "Football Opponent History Drake University". University of San Diego Athletics.
  2. "Drake Football Travels To San Diego – October 13, 2021– KIWA". kiwaradio.com.
  3. "1995 Drake Football vs San Diego – Rob Ash Show – YouTube". youtube.com.
  4. "1994 Drake Football vs San Diego – Rob Ash Show – YouTube". youtube.com.
  5. "San Diego 29, Drake 30 – October 25, 1997 – AP News". apnews.com.
  6. "San Diego vs. Drake – Game Recap – October 9, 2004 – ESPN". ESPN.com.
  7. "Drake vs. San Diego – Game Recap – October 22, 2005 – ESPN". ESPN.com.
  8. "San Diego vs. Drake – Game Recap – October 21, 2006 – ESPN". ESPN.com.
  9. "Polls 2006 1018 I AA – October 18, 2006 – Iowa City Press Citizen". newspapers.com.
  10. "Ash to Lead Bobcats Football – June 11, 2007". Montana State University Athletics.
  11. "Standford Has It's Man/Cardinal hire ex-QB Harbaugh to replace Harris – December 19, 2006 – SF Gate". www.sfgate.com.
  12. "Rob Ash? Michigan's Jim Harbaugh screws up the name of Rutgers coach – November 11, 2018 – NJ.com". www.nj.com.
  13. "Drake University home of college football's most unlikely coaching tree – April 7, 2016 – ABC News". abcnews.go.com.
  14. "2018 Pioneer Football League Record Book" (PDF). stuse2streamline.blob.core.windows.net.
  15. "Bulldogs brace for stiffest road test of the season – October 23, 2011 – Times Delphic". timesdelphic.com.
  16. "Toreros Hold off Drake 31-24 to stay unbeaten in PFL". University of San Diego Athletics.
  17. "Defending PFL Co-Champions To Meet Saturday". Drake University Athletics.
  18. "San Diego vs. Drake – Game Recap – November 3, 2018 – ESPN". ESPN.com.
  19. "Toreros win an ugly football game at Drake – March 13, 2021 – San Diego Union Tribune". www.sandiegouniontribune.com.
  20. "2021 San Diego Football All Time Records" (PDF). University of San Diego Athletics.



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